﻿/* 26/04/2018 */

@charset "UTF-8";

html {
    height: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    min-height: 100%;
}

/*Edge*/
@supports ( -ms-accelerator:true ) {
    html {
        overflow: hidden;
        height: 100%;
    }

    body {
        overflow: auto;
        height: 100%;
    }
}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        overflow: hidden;
        height: 100%;
    }

    body {
        overflow: auto;
        height: 100%;
    }
}

.moto-color1 {
    /*color: #fec764;*/
    color: #E5BB29;
}

.moto-color1_1 {
    color: #feb42f;
}

.moto-color1_2 {
    color: #febd49;
}

.moto-color1_3 {
    /*color: #fec764;*/
    color: #E5BB29;
}

.moto-color1_4 {
    color: #fecf7b;
}

.moto-color1_5 {
    color: #fed995;
}

.moto-color2 {
    color: #eceadc;
}

.moto-color2_1 {
    color: #d9d5ba;
}

.moto-color2_2 {
    color: #e2dfca;
}

.moto-color2_3 {
    color: #eceadc;
}

.moto-color2_4 {
    color: #f4f3eb;
}

.moto-color2_5 {
    color: #fdfdfc;
}

.moto-color3 {
    color: #3d4349;
}

.moto-color3_1 {
    color: #25292c;
}

.moto-color3_2 {
    color: #31363a;
}

.moto-color3_3 {
    color: #3d4349;
}

.moto-color3_4 {
    color: #484f56;
}

.moto-color3_5 {
    color: #545c64;
}

.moto-color4 {
    color: #a1a4a8;
}

.moto-color4_1 {
    color: #888c91;
}

.moto-color4_2 {
    color: #95989d;
}

.moto-color4_3 {
    color: #a1a4a8;
}

.moto-color4_4 {
    color: #b0b2b5;
}

.moto-color4_5 {
    color: #bdbfc2;
}

.moto-color5 {
    color: #f5f5f5;
}

.moto-color5_1 {
    color: #dbdbdb;
}

.moto-color5_2 {
    color: #e8e8e8;
}

.moto-color5_3 {
    color: #f5f5f5;
}

.moto-color5_4 {
    color: #ffffff;
}

.moto-color5_5 {
    color: #ffffff;
}

.moto-color_custom1 {
    color: #191919;
}

.moto-color_custom2 {
    color: #292929;
}

.moto-color_custom3 {
    color: #4ad313;
}

.moto-color_custom4 {
    color: #e2200b;
}

.moto-color_custom5 {
    color: #f2f5f7;
}

.moto-bg-color1 {
    /*background: #fec764;*/
    background: #E5BB29;
}

.moto-bg-color1_1 {
    background: #feb42f;
}

.moto-bg-color1_2 {
    background: #febd49;
}

.moto-bg-color1_3 {
    /*background: #fec764;*/
    /*background: #E5BB29;*/
    background: rgb(229, 187, 41);
    /*background: rgba(229, 187, 41, 0.95);*/
}

.moto-bg-color1_4 {
    background: #fecf7b;
}

.moto-bg-color1_5 {
    background: #fed995;
}

.moto-bg-color2 {
    background: #eceadc;
}

.moto-bg-color2_1 {
    background: #d9d5ba;
}

.moto-bg-color2_2 {
    background: #e2dfca;
}

.moto-bg-color2_3 {
    background: #eceadc;
}

.moto-bg-color2_4 {
    /*background: #f4f3eb;*/
    background: rgb(244, 243, 235);
    /*background: rgba(244, 243, 235, 0.95);*/
}

.moto-bg-color2_5 {
    background: #fdfdfc;
}

.moto-bg-color3 {
    background: #3d4349;
}

.moto-bg-color3_1 {
    background: #25292c;
}

.moto-bg-color3_2 {
    background: #31363a;
}

.moto-bg-color3_3 {
    background: #3d4349;
}

.moto-bg-color3_4 {
    background: #484f56;
}

.moto-bg-color3_5 {
    background: #545c64;
}

.moto-bg-color4 {
    background: #a1a4a8;
}

.moto-bg-color4_1 {
    background: #888c91;
}

.moto-bg-color4_2 {
    background: #95989d;
}

.moto-bg-color4_3 {
    background: #a1a4a8;
}

.moto-bg-color4_4 {
    background: #b0b2b5;
}

.moto-bg-color4_5 {
    background: #bdbfc2;
}

.moto-bg-color5 {
    background: #f5f5f5;
}

.moto-bg-color5_1 {
    background: #dbdbdb;
}

.moto-bg-color5_2 {
    background: #e8e8e8;
}

.moto-bg-color5_3 {
    background: #f5f5f5;
}

.moto-bg-color5_4 {
    background: #ffffff;
}

.moto-bg-color5_5 {
    background: #ffffff;
}

.moto-bg-color_custom1 {
    background: #191919;
}

.moto-bg-color_custom2 {
    background: #292929;
}

.moto-bg-color_custom3 {
    background: #4ad313;
}

.moto-bg-color_custom4 {
    background: #e2200b;
}

.moto-bg-color_custom5 {
    background: #f2f5f7;
}

.moto-widget {
    position: relative;
}

.moto-widget-cover,
.frame-empty {
    display: none;
}

@media screen and (min-width: 768px) {
    .moto-widget-row .container-fluid:after,
    .moto-widget-row .container-fluid:before,
    .moto-widget-block .container-fluid:after,
    .moto-widget-block .container-fluid:before {
        display: block;
    }

    .moto-widget-row .row,
    .moto-widget-block .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .moto-widget-row .row:after,
        .moto-widget-row .row:before,
        .moto-widget-block .row:after,
        .moto-widget-block .row:before {
            display: block;
        }

    .moto-widget-row.moto-justify-content_center > .container-fluid > .row > .moto-cell,
    .moto-widget-row.moto-justify-content_bottom > .container-fluid > .row > .moto-cell {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .moto-widget-row.moto-justify-content_center .moto-widget-row,
    .moto-widget-row.moto-justify-content_center .moto-widget-image,
    .moto-widget-row.moto-justify-content_center .moto-widget-menu,
    .moto-widget-row.moto-justify-content_center .moto-widget-social-links,
    .moto-widget-row.moto-justify-content_bottom .moto-widget-row,
    .moto-widget-row.moto-justify-content_bottom .moto-widget-image,
    .moto-widget-row.moto-justify-content_bottom .moto-widget-menu,
    .moto-widget-row.moto-justify-content_bottom .moto-widget-social-links {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .moto-widget-row.moto-justify-content_center > .container-fluid > .row > .moto-cell {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .moto-widget-row.moto-justify-content_bottom > .container-fluid > .row > .moto-cell {
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
    }
}

.row-fixed .container-fluid {
    margin-left: auto;
    margin-right: auto;
}

.row-gutter-0 .container-fluid,
.row-gutter-0 .moto-cell {
    padding-left: 0;
    padding-right: 0;
}

.row-gutter-0 .row {
    margin-left: 0;
    margin-right: 0;
}

.moto-widget-row > .container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (min-width: 1039px) {
    .moto-parallax {
        background-attachment: fixed;
    }
}

@media screen and (min-width: 1039px) {
    .moto-background-fixed {
        background-attachment: fixed;
    }
}

.moto-widget-text-content {
    padding: 0 1px;
}

.moto-align-left {
    text-align: left;
}

.moto-align-center {
    text-align: center;
}

.moto-align-right {
    text-align: right;
}

@media screen and (max-width: 1039px) {
    .moto-visible-on_desktop {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .moto-visible-on_tablet {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .moto-visible-on_mobile-h {
        display: none;
    }
}

@media screen and (max-width: 1039px) {
    .moto-align-left_tablet {
        text-align: left;
    }

    .moto-align-center_tablet {
        text-align: center;
    }

    .moto-align-right_tablet {
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    .moto-align-left_mobile-h {
        text-align: left;
    }

    .moto-align-center_mobile-h {
        text-align: center;
    }

    .moto-align-right_mobile-h {
        text-align: right;
    }
}

@media screen and (max-width: 479px) {
    .moto-align-left_mobile-v {
        text-align: left;
    }

    .moto-align-center_mobile-v {
        text-align: center;
    }

    .moto-align-right_mobile-v {
        text-align: right;
    }
}

.moto-widget-button .moto-widget-button-link {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
}

.moto-widget-button .moto-widget-theme-icon {
    display: none;
}

.moto-widget-button button {
    background: none;
    border: none;
    font: inherit;
    outline: none;
}

.moto-widget-text ul,
.moto-widget-text ol {
    list-style-type: none;
}

.moto-widget-divider {
    font-size: 0;
}

    .moto-widget-divider .moto-widget-divider-line {
        margin: 0;
        display: inline-block;
        width: 100%;
    }

.moto-widget-social-links {
    font-size: 0;
}

    .moto-widget-social-links .moto-widget-social-links-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .moto-widget-social-links .moto-widget-social-links-item {
        display: inline-block;
        list-style: none;
    }

        .moto-widget-social-links .moto-widget-social-links-item.moto-widget-social-links-item_hidden {
            display: none;
        }

    .moto-widget-social-links .moto-widget-social-links-link {
        display: inline-block;
    }

        .moto-widget-social-links .moto-widget-social-links-link:hover {
            text-decoration: none;
        }

.moto-widget-image {
    font-size: 0;
}

    .moto-widget-image .moto-widget-image-link {
        display: inline-block;
    }

        .moto-widget-image .moto-widget-image-link:hover {
            zoom: 1;
        }

    .moto-widget-image .moto-widget-image-picture {
        width: 100%;
        max-width: 100%;
    }

    .moto-widget-image.moto-widget-image_empty {
        display: none;
    }

.moto-widget-menu .moto-widget-menu-toggle-btn {
    display: none;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu .moto-widget-menu-toggle-btn {
        display: inline-block;
    }
}

.moto-widget-menu.moto-align-right .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
    left: -100%;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list {
        display: block;
        padding: 0;
    }

        .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
            display: block;
            margin: 0;
        }

            .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
                width: 100%;
            }

                .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
                    display: none;
                }

        .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
            position: static;
            display: block;
            padding: 0;
        }

            .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item {
                width: auto;
                max-width: 100%;
            }
}

.moto-widget-menu .moto-widget-menu-list {
    list-style: none;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu .moto-widget-menu-list {
        position: absolute;
        z-index: 500;
        left: 0;
        right: 0;
        display: none;
    }
}

.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-item {
    display: inline-block;
    position: relative;
}

.moto-widget-menu .moto-widget-menu-sublist {
    display: none;
    position: absolute;
    left: 0;
    z-index: 500;
}

    .moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-item {
        display: block;
    }

        .moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
            left: 100%;
            top: 0;
        }

    .moto-widget-menu .moto-widget-menu-sublist .moto-widget-menu-link {
        position: relative;
        display: block;
    }

.moto-widget-menu .moto-widget-menu-item:hover > .moto-widget-menu-sublist {
    display: block;
}

.moto-widget-map .moto-widget-map-frame {
    display: block;
    pointer-events: none;
    width: 100%;
    border: 0;
}

    .moto-widget-map .moto-widget-map-frame.moto-widget-map-frame_active {
        pointer-events: auto;
    }

.moto-widget-iframe .moto-widget-iframe-frame {
    display: block;
}

.moto-widget-video .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .moto-widget-video .video-container .video-frame {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
    }

.moto-widget-contact_form .moto-widget-contact_form-form {
    width: 100%;
    overflow: hidden;
}

.moto-widget-contact_form .moto-widget-contact_form-group {
    position: relative;
}

.moto-widget-contact_form .moto-widget-contact_form-field {
    display: block;
    width: 100%;
}

    .moto-widget-contact_form .moto-widget-contact_form-field.moto-widget-contact_form-textarea {
        resize: none;
    }

@-webkit-keyframes defaultLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes defaultLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.moto-widget-slideshare .moto-widget-slideshare-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

    .moto-widget-slideshare .moto-widget-slideshare-container .moto-widget-slideshare-frame {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
    }

.moto-widget-facebook_page_plugin .fb-page {
    overflow-y: hidden;
    max-width: 100%;
}

.moto-widget-sound_cloud .moto-widget-sound_cloud-container {
    line-height: 0;
    font-size: 0;
}

.moto-widget-sound_cloud .moto-widget-sound_cloud-iframe {
    width: 100%;
    border: 0;
}

.moto-widget-slider .moto-widget-empty {
    display: none;
}

.moto-widget-slider .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.moto-widget-slider .bx-viewport {
    -webkit-transform: translatez(0);
    transform: translatez(0);
}

.moto-widget-slider .bx-caption {
    position: absolute;
    text-align: left;
}

.moto-widget-slider .bx-pager,
.moto-widget-slider .bx-controls-auto {
    width: 100%;
}

.moto-widget-slider .bx-loading {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
    visibility: hidden;
}

.moto-widget-slider .bx-pager {
    text-align: center;
}

    .moto-widget-slider .bx-pager .bx-pager-item,
    .moto-widget-slider .bx-controls-auto .bx-controls-auto-item {
        display: inline-block;
    }

    .moto-widget-slider .bx-pager.bx-default-pager a {
        display: block;
        outline: 0;
    }

.moto-widget-slider .bx-controls-direction a {
    position: absolute;
    outline: 0;
    z-index: 9999;
}

    .moto-widget-slider .bx-controls-direction a.bx-prev.disabled,
    .moto-widget-slider .bx-controls-direction a.bx-next.disabled {
        display: none;
    }

.moto-widget-slider .bx-controls-auto {
    text-align: center;
}

    .moto-widget-slider .bx-controls-auto .bx-start,
    .moto-widget-slider .bx-controls-auto .bx-stop {
        display: block;
        outline: 0;
    }

.moto-widget-slider li {
    text-align: center;
    width: 100%;
}

    .moto-widget-slider li img {
        width: 100%;
        display: inline-block;
    }

    .moto-widget-slider li:before {
        content: ' ';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

.moto-widget-slider.moto-widget-slider-loader .bx-controls,
.moto-widget-slider.moto-widget-slider-loader .bx-caption {
    visibility: hidden;
}

.moto-widget-slider.moto-widget-slider-loader li {
    position: absolute;
    list-style: none;
}

    .moto-widget-slider.moto-widget-slider-loader li img {
        visibility: hidden;
    }

    .moto-widget-slider.moto-widget-slider-loader li:first-child {
        position: relative !important;
        min-height: 80px;
    }

        .moto-widget-slider.moto-widget-slider-loader li:first-child:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            display: block;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            border: 5px solid;
            border-top-color: rgba(24,27,39,0.2);
            border-right-color: rgba(24,27,39,0.2);
            border-bottom-color: rgba(24,27,39,0.2);
            border-left-color: #181b27;
            -webkit-animation: defaultLoader 1.1s infinite linear;
            animation: defaultLoader 1.1s infinite linear;
        }

@-webkit-keyframes defaultCarouselLoader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        left: 0;
        opacity: 1;
    }

    12.5% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        left: 0;
    }

    37.5% {
        left: 18px;
    }

    50% {
        left: 18px;
    }

    62.5% {
        left: 36px;
    }

    75% {
        left: 36px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    87.5% {
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        left: 36px;
        opacity: 0;
    }
}

@keyframes defaultCarouselLoader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        left: 0;
        opacity: 1;
    }

    12.5% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        left: 0;
    }

    37.5% {
        left: 18px;
    }

    50% {
        left: 18px;
    }

    62.5% {
        left: 36px;
    }

    75% {
        left: 36px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    87.5% {
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        left: 36px;
        opacity: 0;
    }
}

.moto-widget-carousel .carousel-empty {
    display: none;
}

.moto-widget-carousel .moto-widget-carousel-item img {
    width: 100%;
}

.moto-widget-carousel .moto-widget-carousel-item .moto-widget-carousel-link {
    width: 100%;
    display: inline-block;
}

.moto-widget-carousel .loading-block {
    display: none;
}

.moto-widget-carousel.moto-widget-carousel-loader .bx-controls {
    display: none;
}

.moto-widget-carousel.moto-widget-carousel-loader .moto-widget-carousel-item {
    position: absolute;
    list-style: none;
    visibility: hidden;
}

.moto-widget-carousel.moto-widget-carousel-loader .loading-block {
    display: block;
    height: 40px;
    width: 46px;
    margin: 0 auto;
    position: relative;
}

.moto-widget-carousel.moto-widget-carousel-loader .loading-circle {
    position: absolute;
    opacity: 0;
    top: 16px;
    text-align: center;
    -webkit-animation: defaultCarouselLoader 1.25s linear infinite;
    animation: defaultCarouselLoader 1.25s linear infinite;
}

    .moto-widget-carousel.moto-widget-carousel-loader .loading-circle > div {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #2d2f3a;
    }

    .moto-widget-carousel.moto-widget-carousel-loader .loading-circle:nth-of-type(1) {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .moto-widget-carousel.moto-widget-carousel-loader .loading-circle:nth-of-type(2) {
        -webkit-animation-delay: 0.3125s;
        animation-delay: 0.3125s;
    }

    .moto-widget-carousel.moto-widget-carousel-loader .loading-circle:nth-of-type(3) {
        -webkit-animation-delay: 0.625s;
        animation-delay: 0.625s;
    }

    .moto-widget-carousel.moto-widget-carousel-loader .loading-circle:nth-of-type(4) {
        -webkit-animation-delay: 0.9375s;
        animation-delay: 0.9375s;
    }

.moto-widget-grid-gallery .moto-widget-grid-gallery-items {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .moto-widget-grid-gallery .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item {
        position: absolute;
        display: inline-block;
        overflow: hidden;
        opacity: 0;
    }

    .moto-widget-grid-gallery .moto-widget-grid-gallery-items .moto-widget-grid-gallery-image {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: 0;
        padding: 0;
        border: none;
    }

    .moto-widget-grid-gallery .moto-widget-grid-gallery-items .caption {
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 0;
    }

        .moto-widget-grid-gallery .moto-widget-grid-gallery-items .caption.caption-visible {
            display: block;
            opacity: 1;
        }

    .moto-widget-grid-gallery .moto-widget-grid-gallery-items .caption-empty {
        visibility: hidden;
    }

    .moto-widget-grid-gallery .moto-widget-grid-gallery-items .entry-visible {
        opacity: 1;
    }

    .moto-widget-grid-gallery .moto-widget-grid-gallery-items .spinner {
        position: absolute;
        bottom: 0;
        margin-left: -24px;
        padding: 10px 0 10px 0;
        left: 50%;
        opacity: initial;
        filter: initial;
        overflow: initial;
    }

        .moto-widget-grid-gallery .moto-widget-grid-gallery-items .spinner > span {
            display: inline-block;
            opacity: 0;
            width: 8px;
            height: 8px;
            margin: 0 4px 0 4px;
            background-color: #000;
            border-radius: 6px;
        }

.moto-widget-social-buttons .social-buttons-list .social-button {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px 5px 0;
}

    .moto-widget-social-buttons .social-buttons-list .social-button:last-child {
        margin-right: 0;
    }

.moto-widget-blog-recent_posts .moto-widget-blog-recent_posts-list {
    list-style-type: none;
}

    .moto-widget-blog-recent_posts .moto-widget-blog-recent_posts-list .moto-widget-blog-recent_posts-item:last-child .moto-widget-text {
        padding-bottom: 0;
    }

.moto-widget-blog-post_list .moto-blog-posts-list,
.moto-widget-blog-post_list .moto-pagination-pager {
    list-style-type: none;
}

.moto-widget-blog-post_published_on .moto-widget-blog-post_published_on-icon {
    margin-right: 10px;
}

.moto-widget-blog-post-author-icon {
    margin-right: 10px;
}

.moto-widget-pagination .moto-pagination-group {
    list-style: none;
    float: left;
    cursor: default;
}

    .moto-widget-pagination .moto-pagination-group:last-child .moto-pagination-item:last-child {
        margin-right: 0;
    }

.moto-widget-pagination .moto-pagination-item {
    line-height: 0;
    float: left;
    text-align: center;
}

.moto-widget-pagination .moto-pagination-item-control {
    line-height: 0;
}

.moto-widget-pagination .moto-pagination-link {
    padding: 0 0.75em;
    display: table;
}

    .moto-widget-pagination .moto-pagination-link .moto-pagination-link-icon {
        font-size: 1.42em;
        line-height: 0;
        height: 0;
        padding-top: 0.039em;
    }

.moto-widget-pagination .moto-pagination-link-text {
    display: table-cell;
    vertical-align: middle;
}

.moto-widget-pagination ul {
    list-style: none;
    display: inline-block;
}

.moto-widget-pagination li {
    line-height: 0;
    float: left;
    text-align: center;
}

.moto-widget-pagination a {
    padding: 0 0.75em;
    display: table;
}

    .moto-widget-pagination a i {
        font-size: 1.42em;
        line-height: 0;
        height: 0;
        padding-top: 0.039em;
    }

    .moto-widget-pagination a span {
        display: table-cell;
        vertical-align: middle;
    }

.moto-back-to-top-button {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    z-index: 500;
}

    .moto-back-to-top-button.moto-back-to-top-button_visible {
        visibility: visible;
        opacity: 1;
    }

    .moto-back-to-top-button .moto-back-to-top-button-link {
        display: inline-block;
    }

.moto-sticky__hidden {
    display: none;
}

.moto-sticky__attached,
.moto-sticky__attached_top,
.moto-sticky__attached_bottom {
    position: fixed;
    z-index: 400;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-transform: none;
}

.moto-sticky__attached_top {
    top: 0;
}

.moto-sticky__attached_bottom {
    bottom: 0;
}

.moto-sticky-pseudo-element {
    position: static;
}

@media screen and (min-width: 768px) {
    #topnavbar_mobile,
    #topnavbar_mobile {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .moto-sticky-pseudo-element,
    .moto-widget.moto-sticky__hidden,
    #MenuNormal {
        display: none !important;
    }

    .moto-widget.moto-sticky__attached,
    .moto-section.moto-sticky__attached {
        position: static !important;
        width: auto !important;
        -webkit-transform: initial;
        transform: initial;
    }
}

.ng-cloak {
    display: none !important;
}

.moto-anchor {
    position: absolute;
    top: 0;
}

.moto-spacing-top-auto {
    padding-top: initial;
}

.moto-spacing-top-zero {
    padding-top: 0;
}

.moto-spacing-top-small {
    padding-top: 20px;
}

.moto-spacing-top-medium {
    padding-top: 55px;
}

.moto-spacing-top-large {
    padding-top: 130px;
}

.moto-spacing-bottom-auto {
    padding-bottom: initial;
}

.moto-spacing-bottom-zero {
    padding-bottom: 0;
}

.moto-spacing-bottom-small {
    padding-bottom: 20px;
}

.moto-spacing-bottom-medium {
    padding-bottom: 55px;
}

.moto-spacing-bottom-large {
    padding-bottom: 130px;
}

.moto-spacing-left-auto {
    padding-left: initial;
}

.moto-spacing-left-zero {
    padding-left: 0;
}

.moto-spacing-left-small {
    padding-left: 20px;
}

.moto-spacing-left-medium {
    padding-left: 55px;
}

.moto-spacing-left-large {
    padding-left: 130px;
}

.moto-spacing-right-auto {
    padding-right: initial;
}

.moto-spacing-right-zero {
    padding-right: 0;
}

.moto-spacing-right-small {
    padding-right: 20px;
}

.moto-spacing-right-medium {
    padding-right: 55px;
}

.moto-spacing-right-large {
    padding-right: 130px;
}

@media (max-width: 1039px) {
    .moto-spacing-top-small {
        padding-top: 15px;
    }

    .moto-spacing-top-medium {
        padding-top: 30px;
    }

    .moto-spacing-top-large {
        padding-top: 50px;
    }

    .moto-spacing-bottom-small {
        padding-bottom: 15px;
    }

    .moto-spacing-bottom-medium {
        padding-bottom: 30px;
    }

    .moto-spacing-bottom-large {
        padding-bottom: 50px;
    }

    .moto-spacing-left-small {
        padding-left: 15px;
    }

    .moto-spacing-left-medium {
        padding-left: 30px;
    }

    .moto-spacing-left-large {
        padding-left: 50px;
    }

    .moto-spacing-right-small {
        padding-right: 15px;
    }

    .moto-spacing-right-medium {
        padding-right: 30px;
    }

    .moto-spacing-right-large {
        padding-right: 50px;
    }
}

@media (max-width: 767px) {
    .moto-spacing-top-small {
        padding-top: 15px;
    }

    .moto-spacing-top-medium {
        padding-top: 25px;
    }

    .moto-spacing-top-large {
        padding-top: 40px;
    }

    .moto-spacing-bottom-small {
        padding-bottom: 15px;
    }

    .moto-spacing-bottom-medium {
        padding-bottom: 25px;
    }

    .moto-spacing-bottom-large {
        padding-bottom: 40px;
    }

    .moto-spacing-left-small {
        padding-left: 15px;
    }

    .moto-spacing-left-medium {
        padding-left: 25px;
    }

    .moto-spacing-left-large {
        padding-left: 40px;
    }

    .moto-spacing-right-small {
        padding-right: 15px;
    }

    .moto-spacing-right-medium {
        padding-right: 25px;
    }

    .moto-spacing-right-large {
        padding-right: 40px;
    }
}

@media (max-width: 479px) {
    .moto-spacing-top-small {
        padding-top: 15px;
    }

    .moto-spacing-top-medium {
        padding-top: 20px;
    }

    .moto-spacing-top-large {
        padding-top: 35px;
    }

    .moto-spacing-bottom-small {
        padding-bottom: 15px;
    }

    .moto-spacing-bottom-medium {
        padding-bottom: 20px;
    }

    .moto-spacing-bottom-large {
        padding-bottom: 35px;
    }

    .moto-spacing-left-small {
        padding-left: 15px;
    }

    .moto-spacing-left-medium {
        padding-left: 20px;
    }

    .moto-spacing-left-large {
        padding-left: 35px;
    }

    .moto-spacing-right-small {
        padding-right: 15px;
    }

    .moto-spacing-right-medium {
        padding-right: 20px;
    }

    .moto-spacing-right-large {
        padding-right: 35px;
    }
}

.moto-container_content_5a37b3ac3 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    border-style: solid;
    border-color: #191919;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.moto-text_201 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    color: #3d4349;
    font-size: 26px;
    line-height: 2.3;
    letter-spacing: 0px;
}

    .moto-text_201 a {
        color: #3d4349;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_201 a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            /*color: #fec764;*/
            color: #E5BB29;
        }

@media (max-width: 1039px) {
    .moto-text_201 {
        font-size: 19px;
        line-height: 2;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_201 {
        font-size: 21px;
        line-height: 1.8;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_201 {
        font-size: 20px;
        line-height: 1.7;
        letter-spacing: 0px;
    }
}

.moto-container_content_5889dd63966be {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
    border-style: none;
    border-color: #fff;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.moto-container_content_5889dd6396175 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ffffff;
    border-style: none;
    border-color: #fff;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.moto-container_content_5889dd6395c0a {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
    border-style: none;
    border-color: #fff;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.moto-container_content_5889dd63946f3 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #aaaaaa;
    border-style: none;
    border-color: #fff;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.moto-container_header_58655b1e1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-style: none;
    border-color: #fff;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-image: url('../images/template/mercedes-benz-mercedes-benz-cls-63-amg-automobile-1920x1080-wallpaper.jpg');
    background-size: auto;
    background-position: left top;
    background-repeat: no-repeat;
}

.moto-container_content_57c050ff1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #ffffff;
    border-style: none;
    border-color: #fff;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.moto-container_content_57174585 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
    border-style: none;
    border-color: #fff;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.moto-text_186 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    color: #3d4349;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0px;
}

    .moto-text_186 a {
        color: #3d4349;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_186 a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            /*color: #fec764;*/
            color: #E5BB29;
        }

@media (max-width: 1039px) {
    .moto-text_186 {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_186 {
        font-size: 21px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_186 {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

.moto-container_content_566aa10a {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
    border-style: none;
    border-color: #fff;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.moto-container_content_566a97c1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #aaaaaa;
    border-style: none;
    border-color: #fff;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.moto-background_2 {
    background-color: #d9d5ba;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('../images/template/mt-1103-content-bg.jpg');
}

.moto-background_1 {
    background-color: #3d4349;
    background-attachment: fixed;
    background-image: url('../images/template/mt-1190-contant-bg.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.moto-background {
    background-color: #ffffff;
    /*background-color: #191919;*/
}

.moto-text_system_14 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Eczar', serif;
    color: #3d4349;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0px;
}

    .moto-text_system_14 a {
        /*color: #fec764;*/
        color: #E5BB29;
        text-decoration: none;
        font-weight: 700;
        font-style: normal;
    }

        .moto-text_system_14 a:hover {
            text-decoration: none;
            font-weight: 700;
            font-style: normal;
            color: #eceadc;
        }

@media (max-width: 1039px) {
    .moto-text_system_14 {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_14 {
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_14 {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0px;
    }
}

.moto-text_system_13, .moto-text_system_13.dxbButton {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #3d4349;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0px;
}

    .moto-text_system_13 a {
        /*color: #eceadc;*/
        color: #E5BB29 !important;
        text-decoration: underline;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_system_13 a:hover {
            text-decoration: none !important;
            /*font-weight: 700;*/
            /*font-style: italic;*/
            /*color: #fec764;*/
            /*color: #E5BB29 !important;*/
            color: #3d4349 !important;
        }

@media (max-width: 1039px) {
    .moto-text_system_13, .moto-text_system_13.dxbButton {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_13, .moto-text_system_13.dxbButton {
        font-size: 15px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_13, .moto-text_system_13.dxbButton {
        font-size: 15px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

.moto-text_system_12 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
}

    .moto-text_system_12 a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_system_12 a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            /*color: #fec764;*/
            color: #E5BB29;
        }

@media (max-width: 1039px) {
    .moto-text_system_12 {
        font-size: 17px;
        line-height: 1.6;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_12 {
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_12 {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0px;
    }
}

.moto-text_system_11 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    /*color: #a1a4a8;*/
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px;
}

    .moto-text_system_11 a {
        /*color: #ffffff;*/
        color: #E5BB29;
        text-decoration: underline;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_system_11 a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            /*color: #fec764;*/
            /*color: #E5BB29;*/
            color: #3d4349 !important;
        }

@media (max-width: 1039px) {
    .moto-text_system_11 {
        font-size: 13px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_11 {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_11 {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

.moto-text_system_10 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    /*color: #a1a4a8;*/
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0px;
}

    .moto-text_system_10.footer-style {
        color: #a1a4a8;
    }

    .moto-text_system_10 a {
        /*color: #a1a4a8;*/
        color: #E5BB29;
        text-decoration: underline;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_system_10 a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            /*color: #fec764;*/
            /*color: #E5BB29;*/
            color: #3d4349;
        }

    .moto-text_system_10.footer-style a {
        color: #a1a4a8;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_system_10.footer-style a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            /*color: #fec764;*/
            color: #E5BB29;
        }

@media (max-width: 1039px) {
    .moto-text_system_10 {
        font-size: 15px;
        line-height: 1.9;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_10 {
        font-size: 17px;
        line-height: 1.5;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_10 {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0px;
    }
}

.moto-text_system_9 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Playball', display;
    /*color: #fec764;*/
    color: #E5BB29;
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0px;
}

    .moto-text_system_9 a {
        color: #3d4349;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_system_9 a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            /*color: #fec764;*/
            color: #E5BB29;
        }

@media (max-width: 1039px) {
    .moto-text_system_9 {
        font-size: 24px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_9 {
        font-size: 22px;
        line-height: 1.3;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_9 {
        font-size: 22px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

.moto-text_system_8 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    /*color: #fec764;*/
    color: #E5BB29;
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0px;
}

    .moto-text_system_8 a {
        color: #eceadc;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_system_8 a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            /*color: #fec764;*/
            color: #E5BB29;
        }

@media (max-width: 1039px) {
    .moto-text_system_8 {
        font-size: 40px;
        line-height: 1;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_8 {
        font-size: 40px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_8 {
        font-size: 35px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

.moto-text_system_7 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    color: #3d4349;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 0px;
}

    .moto-text_system_7 a {
        color: #3d4349;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_system_7 a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            /*color: #fec764;*/
            color: #E5BB29;
        }

    .moto-text_system_7.small {
        font-size: 20px;
        font-weight: bolder;
    }

@media (max-width: 1039px) {
    .moto-text_system_7, .moto-text_system_7.small {
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_7, .moto-text_system_7.small {
        font-size: 19px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_7, .moto-text_system_7.small {
        font-size: 17px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

.moto-text_system_6 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    color: #3d4349;
    font-size: 60px;
    line-height: 1.3;
    letter-spacing: 0px;
}

    .moto-text_system_6 a {
        color: #3d4349;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_system_6 a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            /*color: #fec764;*/
            color: #E5BB29;
        }

.paginaErro .moto-text_system_6 {
    color: #f4f3eb;
}

@media (max-width: 1039px) {
    .moto-text_system_6 {
        font-size: 25px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_6 {
        font-size: 21px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_6 {
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: 0px;
    }
}

.moto-text_system_5 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Playball', display;
    /*color: #fec764;*/
    color: #E5BB29;
    font-size: 61px;
    line-height: 1.3;
    letter-spacing: 0px;
}

    .moto-text_system_5 a {
        color: #eceadc;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_system_5 a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            /*color: #fec764;*/
            color: #E5BB29;
        }

@media (max-width: 1039px) {
    .moto-text_system_5 {
        font-size: 44px;
        line-height: 1.3;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_5 {
        font-size: 40px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_5 {
        font-size: 26px;
        line-height: 1.5;
        letter-spacing: 0px;
    }
}

.moto-text_system_4 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-size: 149px;
    line-height: 1.4;
    letter-spacing: 1px;
}

    .moto-text_system_4 a {
        color: #eceadc;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_system_4 a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            /*color: #fec764;*/
            color: #E5BB29;
        }

@media (max-width: 1039px) {
    .moto-text_system_4 {
        font-size: 100px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_4 {
        font-size: 90px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_4 {
        font-size: 80px;
        line-height: 1.6;
        letter-spacing: 0px;
    }
}

.moto-text_system_3 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-size: 182px;
    line-height: 0.9;
    letter-spacing: 0px;
}

    .moto-text_system_3 a {
        color: #eceadc;
        text-decoration: none;
        font-weight: 700;
        font-style: normal;
    }

        .moto-text_system_3 a:hover {
            text-decoration: none;
            font-weight: 700;
            font-style: normal;
            /*color: #fec764;*/
            color: #E5BB29;
        }

@media (max-width: 1039px) {
    .moto-text_system_3 {
        font-size: 120px;
        line-height: 0.9;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_3 {
        font-size: 100px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_3 {
        font-size: 100px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

.moto-text_system_2 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Playball', display;
    color: #ffffff;
    font-size: 49px;
    line-height: 1.5;
    letter-spacing: 0px;
}

    .moto-text_system_2 a {
        color: #3d4349;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_system_2 a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            color: #eceadc;
        }

@media (max-width: 1039px) {
    .moto-text_system_2 {
        font-size: 30px;
        line-height: 1;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_2 {
        font-size: 30px;
        line-height: 1;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_2 {
        font-size: 23px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

.moto-text_system_1 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Oswald', sans-serif;
    color: #ffffff;
    font-size: 113px;
    line-height: 1.2;
    letter-spacing: 0px;
}

    .moto-text_system_1 a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 600;
        font-style: normal;
    }

        .moto-text_system_1 a:hover {
            text-decoration: none;
            font-weight: 600;
            font-style: normal;
            color: #ffffff;
        }

@media (max-width: 1039px) {
    .moto-text_system_1 {
        font-size: 72px;
        line-height: 1.6;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_1 {
        font-size: 50px;
        line-height: 1.6;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_1 {
        font-size: 34px;
        line-height: 1.9;
        letter-spacing: 0px;
    }
}

.moto-text_normal {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    /*color: #a1a4a8;*/
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
}

    .moto-text_normal a {
        /*color: #fec764;*/
        color: #E5BB29;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
    }

        .moto-text_normal a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            color: #3d4349;
        }

@media (max-width: 1039px) {
    .moto-text_normal {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_normal {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_normal {
        font-size: 13px;
        line-height: 1.3;
        letter-spacing: 0px;
    }
}

.moto-widget-text * {
    transition: .3s;
}
/*.moto-widget-text li {
  position: relative;
}
.moto-widget-text ul li {
  padding: 0 0 0 30px;
}*/
/*.moto-widget-text ul li:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  z-index: 0;
  font: 16px/18px FontAwesome;
  color: #fec764;
  content: "\f00c";
  text-align: center;
}*/
.moto-widget-text ol {
    counter-reset: moto-counter;
}

    .moto-widget-text ol li {
        padding: 0 0 0 100px;
    }

        .moto-widget-text ol li:not(:last-child) {
            margin-bottom: 25px;
        }

        .moto-widget-text ol li:before {
            position: absolute;
            display: inline-block;
            top: 0;
            left: 0;
            z-index: 0;
            font: 700 52px/1 'Open Sans', sans-serif;
            color: #f2f5f7;
            content: counter(moto-counter,decimal-leading-zero);
            counter-increment: moto-counter;
        }

.moto-widget-menu-toggle-btn {
    width: 40px;
    height: 40px;
    padding: 0 8px;
}

.moto-widget-menu-toggle-btn-icon {
    font-size: 24px;
    line-height: 40px;
}

.moto-widget-menu-link {
    padding: 10px 20px;
    /*font-size: 16px;*/
    font-size: 20px;
    line-height: 24px;
    position: relative;
    display: block;
    text-align: left;
    transition: .3s;
    z-index: 1;
}

@media screen and (max-width: 1039px) {
    .moto-widget-menu-link {
        padding: 3px 5px;
        /*font-size: 14px;*/
        font-size: 16px;
    }
}

.moto-widget-menu .moto-widget-menu-list {
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu .moto-widget-menu-list {
        display: none;
    }
}

.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist {
    top: calc(100% + 20px);
    min-width: 200px;
    left: -9px;
    padding: 30px 0;
}

@media screen and (max-width: 1039px) {
    .moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist {
        padding: 15px 0;
        min-width: 170px;
    }
}

.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist:before {
    position: absolute;
    top: -22px;
    height: 22px;
    left: 0;
    width: 100%;
    content: "";
}

.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    font-size: 14px;
    line-height: 23px;
    padding: 5px 30px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
        font-size: 13px;
        padding: 5px 20px;
        line-height: 18px;
    }
}

.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
    top: -30px;
    left: calc(100% + 5px);
}

@media screen and (max-width: 1039px) {
    .moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
        top: -16px;
    }
}

.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist:before {
    content: "";
    width: 7px;
    height: 100%;
    top: 0;
    left: -7px;
    position: absolute;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
    margin-left: 40px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
        margin-left: 16px;
    }
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
    line-height: 21px;
    padding: 0;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist {
    border-width: 1px;
    border-style: solid;
}

    .moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
        position: absolute;
        right: 30px;
        font: 16px 'FontAwesome';
        transition: .33s all ease;
        line-height: 21px;
        transform: none;
        -webkit-transform: none;
    }

@media screen and (max-width: 1039px) {
    .moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
        line-height: 17px;
    }
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
    content: '\f105';
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
    content: '';
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item:last-child .moto-widget-menu-link:after {
    display: none;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
    top: -31px;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
    margin-left: 10px;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
    line-height: 21px;
    border-bottom: 2px solid;
    border-radius: 35px;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
    position: relative;
    font: 16px 'FontAwesome';
    transition: .33s all ease;
    padding-left: 5px;
    line-height: 21px;
    transform: none;
    -webkit-transform: none;
}

    .moto-widget-menu.moto-preset-2 .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
        content: '\f105';
    }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
    content: '';
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
    /*margin-left: 40px;*/
    /*margin-left: 35px;*/
    margin-left: 20px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
        /*margin-left: 15px;*/
        margin-left: 10px;
    }
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
    line-height: 21px;
    padding: 0;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
    position: absolute;
    right: 30px;
    font: 16px 'FontAwesome';
    transition: .33s all ease;
    line-height: 21px;
    transform: none;
    -webkit-transform: none;
}

    .moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
        content: '\f105';
    }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
    content: '';
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list {
        border: 2px solid;
        max-width: auto;
    }

        .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
            border: none;
            margin: 0 !important;
            padding: 0;
        }

            .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:after,
            .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:before {
                display: none;
            }

            .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
                padding: 10px 50px 10px 20px;
                font-size: 18px;
                line-height: 1.2;
                text-align: left;
                border: none;
                border-radius: 0;
            }

                .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link:after,
                .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link:before {
                    display: none;
                }

                .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
                    display: block !important;
                    position: absolute !important;
                    right: 0 !important;
                    top: 0;
                    text-align: center !important;
                    width: 50px !important;
                    height: 100%;
                    transition: .3s;
                    font-family: FontAwesome !important;
                    color: inherit !important;
                }

                    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:after {
                        content: "\f107";
                        display: -webkit-box;
                        display: -webkit-flex;
                        display: flex;
                        -webkit-box-pack: center;
                        -webkit-justify-content: center;
                        justify-content: center;
                        -webkit-box-align: center;
                        -webkit-align-items: center;
                        align-items: center;
                        height: 100%;
                        color: inherit !important;
                    }

                    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
                        display: none;
                    }

            .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist {
                width: 100%;
                padding: 0;
                border: none;
                box-shadow: none;
                border-radius: 0;
                -webkit-transform: translate(0,0);
                transform: translate(0,0);
            }

                .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist:before,
                .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist:after {
                    content: none;
                }

                .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item {
                    width: 100%;
                    border-bottom: none;
                }

                    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
                        padding: 7px 40px;
                        font-size: 14px;
                        margin: 0;
                        border: none;
                        text-align: left;
                    }

                        .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:before,
                        .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
                            display: none;
                        }

                .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
                    padding: 7px 40px 7px 60px;
                }
}

.moto-widget-button .moto-widget-button-link {
    position: relative;
    text-align: center;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: .3s;
    line-height: 22px;
    border: 2px solid;
    border-radius: 5px;
}

    .moto-widget-button .moto-widget-button-link.moto-size-tiny {
        /*font-size: 15px;*/
        font-size: 20px;
        padding: 6px 6px;
        /*min-width: 116px;*/
    }

@media screen and (max-width: 1039px) {
    .moto-widget-button .moto-widget-button-link.moto-size-tiny {
        /*font-size: 13px;*/
    }
}

@media screen and (max-width: 570px) {
    .moto-widget-button .moto-widget-button-link.moto-size-tiny {
        /*margin-bottom: 10px;*/
    }
}

@media screen and (max-width: 300px) {
    .moto-widget-button .moto-widget-button-link.moto-size-tiny {
        /*min-width: 75px;*/
    }
}

.moto-widget-button .moto-widget-button-link.moto-size-small {
    /*font-size: 15px;*/
    font-size: 20px;
    padding: 12px 15px;
    min-width: 116px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button .moto-widget-button-link.moto-size-small {
        /*font-size: 13px;*/
    }
}

@media screen and (max-width: 570px) {
    .moto-widget-button .moto-widget-button-link.moto-size-small {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 300px) {
    .moto-widget-button .moto-widget-button-link.moto-size-small {
        min-width: 75px;
    }
}

.moto-widget-button .moto-widget-button-link.moto-size-medium {
    font-size: 16px;
    padding: 17px 15px;
    min-width: 180px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button .moto-widget-button-link.moto-size-medium {
        min-width: 140px;
        font-size: 14px;
        padding: 13px 10px;
    }
}

.moto-widget-button .moto-widget-button-link.moto-size-large {
    font-size: 17px;
    padding: 17px 15px;
    min-width: 220px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button .moto-widget-button-link.moto-size-large {
        min-width: 150px;
        font-size: 15px;
        padding: 16px 13px;
    }
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-default .moto-widget-button-link.moto-size-medium {
        min-width: 120px;
    }
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-3 .moto-widget-button-link.moto-size-medium {
        min-width: 120px;
    }
}

.moto-widget-button.moto-preset-4 .moto-widget-button-link {
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 0;
    border-radius: 50%;
}

    .moto-widget-button.moto-preset-4 .moto-widget-button-link.moto-size-small {
        min-width: 90px;
        min-height: 90px;
    }

    .moto-widget-button.moto-preset-4 .moto-widget-button-link.moto-size-medium {
        min-width: 95px;
        min-height: 95px;
    }

    .moto-widget-button.moto-preset-4 .moto-widget-button-link.moto-size-large {
        min-width: 100px;
        min-height: 100px;
    }

    .moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-theme-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        font-size: 20px;
        transition: .3s;
        padding-left: 5px;
    }

        .moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-theme-icon:before {
            content: "\f04b";
        }

.moto-widget-button.moto-preset-5 .moto-widget-button-link {
    padding: 0;
    border: none;
    border-radius: 0;
    min-width: 0;
    min-height: auto;
}

    .moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-small {
        font-size: 15px;
    }

    .moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-medium {
        font-size: 16px;
    }

    .moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-large {
        font-size: 17px;
    }

.moto-widget-image .moto-widget-image-link {
    position: relative;
    overflow: hidden;
    transition: .3s;
}

    .moto-widget-image .moto-widget-image-link .moto-widget-image-picture {
        transition: .3s;
    }

    .moto-widget-image .moto-widget-image-link:before,
    .moto-widget-image .moto-widget-image-link:after {
        content: "";
        position: absolute;
        transition: all .3s ease-in-out;
    }

    .moto-widget-image .moto-widget-image-link:before {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        border: 1px solid;
    }

    .moto-widget-image .moto-widget-image-link:after {
        top: 50%;
        left: 50%;
        font-family: FontAwesome;
        font-size: 34px;
        z-index: 5;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
    }

.moto-widget-image.moto-preset-default .moto-widget-image-link:before,
.moto-widget-image.moto-preset-default .moto-widget-image-link:after {
    display: none;
}

.moto-widget-image.moto-preset-2 .moto-widget-image-link {
    border-radius: 50%;
}

    .moto-widget-image.moto-preset-2 .moto-widget-image-link:before,
    .moto-widget-image.moto-preset-2 .moto-widget-image-link:after {
        display: none;
    }

.moto-widget-image.moto-preset-3 .moto-widget-image-link {
    box-shadow: 0px 30px 46px 0px rgba(0,0,0,0.11);
}

    .moto-widget-image.moto-preset-3 .moto-widget-image-link:before {
        border: 3px solid;
    }

    .moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
        top: 70%;
        content: "\f002";
    }

    .moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:after {
        top: 50%;
    }

.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
    border: 2px solid;
}

.moto-widget-image.moto-preset-4 .moto-widget-image-link:after {
    content: "\f06e";
    font-size: 40px;
}

.moto-widget-image.moto-preset-5 .moto-widget-image-link:before {
    border: 2px solid;
}

.moto-widget-image.moto-preset-5 .moto-widget-image-link:after {
    font-size: 24px;
    content: '\f00e';
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item .moto-widget-grid-gallery-image {
    transition: .35s;
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption {
    position: absolute;
    z-index: 99;
    display: block;
    width: auto;
    padding: 5px;
    opacity: 0;
    transition: .35s;
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption_text {
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: .88px;
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption-visible {
    opacity: 1;
    transition: .35s;
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before,
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
    position: absolute;
    transition: .35s;
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before {
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
    z-index: 10;
    font-family: FontAwesome;
    font-size: 32px;
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption {
    padding: 15px 48px 14px 16px;
    opacity: 0;
    right: auto;
    top: 20%;
    left: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption_text {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.08px;
    width: 100%;
    text-align: left;
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption-visible {
    opacity: 1;
    left: 50%;
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
    top: 50%;
    right: auto;
    left: 20%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    content: "\f067";
    font-size: 40px;
    z-index: 99;
    transition: 0.3s all ease;
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover .moto-widget-grid-gallery-image {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:after {
    left: 50%;
}

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item .caption {
    top: 65%;
    left: 50%;
    font-size: 24px;
    text-align: center;
    opacity: 0;
    transition: all .3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item:hover .caption {
    top: 60%;
    opacity: 1;
}

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item:after {
    bottom: 50%;
    width: 100%;
    text-align: center;
    content: "\f00e";
    transform: translateY(50%) scale(0);
    -webkit-transform: translateY(50%) scale(0);
    font-size: 45px;
}

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item:hover:after {
    transform: translateY(50%) scale(1);
    -webkit-transform: translateY(50%) scale(1);
}

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item .caption {
    width: 70%;
    padding: 5px 20px;
    bottom: auto;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    opacity: 0;
}

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item .caption-visible {
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    opacity: 1;
}

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-items .moto-widget-grid-gallery-item:after {
    bottom: 50%;
    width: 100%;
    text-align: center;
    content: "\f002";
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    font-size: 50px;
}

.moto-widget-slider .bx-wrapper .bx-controls {
    font-size: 0;
}

    .moto-widget-slider .bx-wrapper .bx-controls a {
        transition: .3s;
    }

    .moto-widget-slider .bx-wrapper .bx-controls .bx-pager {
        position: absolute;
        bottom: 75px;
    }

@media screen and (max-width: 1039px) {
    .moto-widget-slider .bx-wrapper .bx-controls .bx-pager {
        bottom: 10px;
    }
}

.moto-widget-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item:not(:first-child) {
    margin-left: 4px;
}

.moto-widget-slider .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    border-width: 3px;
    border-style: solid;
    width: 16px;
    height: 16px;
    transition: .3s;
    border-radius: 50%;
}

.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction a {
    z-index: 1;
}

.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    border-width: 2px;
    border-style: solid;
    width: 50px;
    height: 50px;
    transition: .3s;
}

    .moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before,
    .moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
        transition: .3s;
        font: 30px/46px FontAwesome;
    }

.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 40px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
        left: 10px;
    }
}

.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before {
    content: "\f104";
}

.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 40px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
        right: 10px;
    }
}

.moto-widget-slider .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
    content: "\f105";
}

.moto-widget-slider .bx-caption {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    padding: 10px 20px;
    width: 61%;
}

.moto-widget-slider .bx-caption_text {
    text-align: center;
    font-size: 100px;
    line-height: 1.2;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider .bx-caption_text {
        font-size: 18px;
    }
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider .bx-caption {
        padding: 10px;
        width: 75%;
    }
}

.moto-widget-slider .carousel-block {
    padding-bottom: 65px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider .carousel-block {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-slider .carousel-block {
        padding-bottom: 15px;
    }
}

.moto-widget-slider .carousel-block .bx-wrapper .bx-controls .bx-pager {
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    bottom: -10px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .moto-widget-slider .carousel-block .bx-wrapper .bx-controls .bx-pager {
        text-align: center;
        bottom: -10px;
    }
}

.moto-widget-slider.moto-widget-slider-loader li:first-child:after {
    border-top-color: rgba(254,189,73,0.2);
    border-right-color: rgba(254,189,73,0.2);
    border-bottom-color: rgba(254,189,73,0.2);
    border-left-color: #febd49;
}

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager {
    width: 100%;
    position: absolute;
    bottom: 30px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager {
        bottom: 10px;
    }
}

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager .bx-pager-item:not(:first-child) {
    margin-left: 22px;
}

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 10px;
    height: 10px;
    transition: .3s;
    border-radius: 50%;
    border: none;
}

    .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active,
    .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link:hover {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
    }

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    border: none;
    display: block;
    position: absolute;
    text-align: center;
    top: 55%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    width: 60px;
    height: 60px;
    transition: .3s;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
    .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
        top: 50%;
    }
}

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-next:before {
    transition: .3s;
    font: 26px/60px FontAwesome;
}

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 0;
}

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 0;
}

.moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager {
    bottom: 35px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-default .bx-wrapper .bx-controls .bx-pager {
        bottom: 10px;
    }
}

.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper {
    padding: 0 100px;
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper {
        padding: 0 20px;
    }
}

.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    width: auto;
}

.moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls .bx-pager {
    bottom: -35px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .bx-controls .bx-pager {
        bottom: -20px;
    }
}

.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-pager .bx-pager-item:not(:first-child) {
    margin-left: 16px;
}

.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 14px;
    height: 14px;
}

.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev {
    left: 0;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev {
        left: 0;
    }
}

.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next {
    right: 0;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next {
        right: 0;
    }
}

.moto-widget-social-links .moto-widget-social-links-item:not(:first-child) {
    margin-left: 10px;
}

.moto-widget-social-links .moto-widget-social-links-item .moto-widget-social-links-link {
    position: relative;
    display: inline-block;
    text-align: center;
    transition: all .3s ease;
    border-width: 2px;
    border-style: solid;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

    .moto-widget-social-links .moto-widget-social-links-item .moto-widget-social-links-link:before {
        display: block;
        transition: .3s;
        font-family: FontAwesome;
    }

.moto-widget-social-links .moto-widget-social-links-link_facebook:before {
    content: "\f09a";
}

.moto-widget-social-links .moto-widget-social-links-link_googleplus:before {
    content: "\f0d5";
}

.moto-widget-social-links .moto-widget-social-links-link_twitter:before {
    content: "\f099";
}

.moto-widget-social-links .moto-widget-social-links-link_pinterest:before {
    content: "\f0d2";
}

.moto-widget-social-links .moto-widget-social-links-link_linkedin:before {
    content: "\f0e1";
}

.moto-widget-social-links .moto-widget-social-links-link_instagram:before {
    content: "\f16d";
}

.moto-widget-social-links.moto-preset-default .moto-widget-social-links-item:not(:first-child) {
    margin-left: 15px;
}

.moto-widget-social-links.moto-preset-default .moto-widget-social-links-item .moto-widget-social-links-link {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    border-radius: 50%;
    border: none;
    font-weight: bold;
}

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-item .moto-widget-social-links-link {
    line-height: 58px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .moto-widget-social-links.moto-preset-2 .moto-widget-social-links-item .moto-widget-social-links-link {
        width: 50px;
        height: 50px;
        line-height: 48px;
    }
}

.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-item:not(:first-child) {
    margin-left: 40px;
}

.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-item .moto-widget-social-links-link {
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 28px;
    border: none;
}

.moto-widget-contact_form input[type="text"]:focus {
    outline: none;
    background-color: transparent;
}

.moto-widget-contact_form textarea:focus {
    outline: none;
}

.moto-widget-contact_form .moto-widget-contact_form-success,
.moto-widget-contact_form .moto-widget-contact_form-danger {
    position: relative;
    font-size: 13px;
    top: -5px;
}

.moto-widget-contact_form .moto-widget-contact_form-form {
    overflow: visible;
}

.moto-widget-contact_form .moto-widget-contact_form-label {
    display: none;
}

.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field {
    border: 2px solid;
    padding: 15.5px 23px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
}

    .moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field.moto-widget-contact_form-textarea {
        min-height: 110px;
        margin-bottom: 20px;
    }

.moto-widget-contact_form .moto-widget-contact_form-field-error {
    right: 23px;
    top: 3px;
    font-size: 10px;
    position: absolute;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-group .moto-widget-contact_form-field-error {
    right: 3px;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-group .moto-widget-contact_form-field {
    padding: 18px 20px;
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 20px;
    text-align: center;
    border-radius: 9px;
}

.moto-back-to-top-button {
    right: 40px;
    bottom: 40px;
    -webkit-transform: translate(0,100px);
    transform: translate(0,100px);
    -ms-transform: translate(0,100px);
    transition: .3s;
}

@media screen and (max-width: 1280px) {
    .moto-back-to-top-button {
        right: 20px;
        bottom: 20px;
    }
}

@media screen and (max-width: 1039px) {
    .moto-back-to-top-button {
        bottom: 55px;
    }
}

@media screen and (max-width: 767px) {
    .moto-back-to-top-button {
        bottom: 15px;
    }
}

.moto-back-to-top-button.moto-back-to-top-button_visible {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    -ms-transform: translate(0,0);
}

.moto-back-to-top-button .moto-back-to-top-button-link {
    transition: .3s;
    color: #ffffff;
    /*background: #fec764;*/
    background: #E5BB29;
    font: 26px/58px 'FontAwesome';
    border-radius: 50%;
    text-align: center;
    height: 58px;
    width: 58px;
}

@media screen and (max-width: 767px) {
    .moto-back-to-top-button .moto-back-to-top-button-link {
        height: 40px;
        width: 40px;
        font: 18px/40px 'FontAwesome';
    }
}

.moto-back-to-top-button .moto-back-to-top-button-link:hover {
    background: #eceadc;
    color: #E5BB29;
}

.moto-back-to-top-button .moto-back-to-top-button-link .moto-back-to-top-button-icon:before {
    content: "\f062";
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    padding: 22px 0;
}

@media screen and (max-width: 1039px) {
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
        padding: 17px 0;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
        padding: 13px 3px;
    }
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__content {
    padding: 0 50px 22px 15px;
}

@media screen and (max-width: 767px) {
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__content {
        padding: 6px 10px 13px;
    }
}

.moto-widget-divider.moto-preset-default .moto-widget-divider-line {
    border-top-width: 2px;
    border-top-style: solid;
    /*border-top-color: #fec764;*/
    border-top-color: #E5BB29;
}

.moto-widget-divider.moto-preset-2 .moto-widget-divider-line {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #a1a4a8;
}

.moto-widget-divider.moto-preset-3 .moto-widget-divider-line {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #f2f5f7;
}

.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
    color: transparent;
}

.moto-widget-image.moto-preset-3 .moto-widget-image-link:before {
    background-color: transparent;
    border-color: transparent;
}

.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:after {
    color: #3d4349;
}

.moto-widget-image.moto-preset-4 .moto-widget-image-link:after {
    color: #3d4349;
}

.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
    background-color: transparent;
    border-color: transparent;
}

.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:after {
    color: #3d4349;
}

.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:before {
    background-color: rgba(254,199,100,0.4);
}

.moto-widget-image.moto-preset-5 .moto-widget-image-link:after {
    color: transparent;
}

.moto-widget-image.moto-preset-5 .moto-widget-image-link:before {
    background-color: transparent;
    border-color: transparent;
}

.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:after {
    color: #ffffff;
}

.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:before {
    /*background-color: #fec764;*/
    background-color: #E5BB29;
    border-color: transparent;
}

.moto-widget-button.moto-preset-default .moto-widget-button-link {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    /*background-color: #fec764;
  border-color: #fec764;*/
    background-color: #E5BB29;
    border-color: #E5BB29;
}

    .moto-widget-button.moto-preset-default .moto-widget-button-link:hover {
        /*color: #fec764;*/
        color: #E5BB29;
        background-color: transparent;
        /*border-color: #fec764;*/
        border-color: #E5BB29;
    }

    .moto-widget-button.moto-preset-default .moto-widget-button-link .moto-widget-button-label {
        text-decoration: none;
    }

.moto-widget-button.moto-preset-2 .moto-widget-button-link {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    /*background-color: #fec764;
  border-color: #fec764;*/
    background-color: #E5BB29;
    border-color: #E5BB29;
}

    .moto-widget-button.moto-preset-2 .moto-widget-button-link:hover {
        color: #ffffff;
        background-color: #3d4349;
        border-color: #3d4349;
    }

    .moto-widget-button.moto-preset-2 .moto-widget-button-link .moto-widget-button-label {
        text-decoration: none;
    }

.moto-widget-button.moto-preset-3 .moto-widget-button-link {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    background-color: transparent;
    /*border-color: #fec764;*/
    border-color: #E5BB29;
}

    .moto-widget-button.moto-preset-3 .moto-widget-button-link:hover {
        color: #ffffff;
        /*background-color: #fec764;
  border-color: #fec764;*/
        background-color: #E5BB29;
        border-color: #E5BB29;
    }

    .moto-widget-button.moto-preset-3 .moto-widget-button-link .moto-widget-button-label {
        text-decoration: none;
    }

.moto-widget-button.moto-preset-4 .moto-widget-button-link {
    background-color: #ffffff;
}

    .moto-widget-button.moto-preset-4 .moto-widget-button-link:hover {
        background-color: #ffffff;
    }

        .moto-widget-button.moto-preset-4 .moto-widget-button-link:hover .moto-widget-theme-icon:before {
            /*color: #fec764;*/
            color: #E5BB29;
        }

    .moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-theme-icon:before {
        /*color: #fec764;*/
        color: #E5BB29;
    }

.moto-widget-button.moto-preset-5 .moto-widget-button-link {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    /*color: #fec764;*/
    color: #E5BB29;
}

    .moto-widget-button.moto-preset-5 .moto-widget-button-link:hover {
        color: #3d4349;
    }

        .moto-widget-button.moto-preset-5 .moto-widget-button-link:hover .moto-widget-button-label {
            text-decoration: none;
        }

    .moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-button-label {
        text-decoration: none;
    }

.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link {
    background-color: transparent;
}

    .moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:before {
        /*color: #fec764;*/
        color: #E5BB29;
    }

    .moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:hover {
        background-color: transparent;
    }

        .moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:hover:before {
            color: #a1a4a8;
        }

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link {
    border-color: transparent;
    background-color: transparent;
}

    .moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:before {
        /*color: #fec764;*/
        color: #E5BB29;
    }

    .moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover {
        border-color: transparent;
        /*background-color: #fec764;*/
        background-color: #E5BB29;
    }

        .moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover:before {
            color: #ffffff;
        }

.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:before {
    color: #a1a4a8;
}

.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:hover:before {
    /*color: #fec764;*/
    color: #E5BB29;
}

.moto-widget-slider.moto-preset-default .bx-caption {
    background-color: transparent;
}

.moto-widget-slider.moto-preset-default .bx-caption_text {
    font-family: 'Eczar', serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-decoration: none;
}

.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:before {
    color: #a1a4a8;
}

.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:hover:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:hover:before {
    /*color: #fec764;*/
    color: #E5BB29;
}

.moto-widget-slider.moto-preset-default .bx-pager-link {
    background-color: #3d4349;
}

    .moto-widget-slider.moto-preset-default .bx-pager-link:hover {
        /*background-color: #fec764;*/
        background-color: #E5BB29;
    }

    .moto-widget-slider.moto-preset-default .bx-pager-link.active {
        /*background-color: #fec764;*/
        background-color: #E5BB29;
    }

        .moto-widget-slider.moto-preset-default .bx-pager-link.active:hover {
            /*background-color: #fec764;*/
            background-color: #E5BB29;
        }

.moto-widget.moto-widget-carousel.moto-preset-default .moto-widget-carousel-caption {
    background-color: transparent;
}

.moto-widget-slider.moto-preset-2 .bx-caption {
    background-color: transparent;
}

.moto-widget-slider.moto-preset-2 .bx-caption_text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    text-decoration: none;
}

.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
    background-color: #ffffff;
    border-color: transparent;
}

    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before,
    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
        color: #eceadc;
    }

    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:hover:before,
    .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:hover:before {
        /*color: #fec764;*/
        color: #E5BB29;
    }

.moto-widget-slider.moto-preset-2 .bx-pager-link {
    border-color: transparent;
    background-color: #ffffff;
}

    .moto-widget-slider.moto-preset-2 .bx-pager-link:hover {
        background-color: #ffffff;
    }

    .moto-widget-slider.moto-preset-2 .bx-pager-link.active {
        border-color: transparent;
        /*background-color: #fec764;*/
        background-color: #E5BB29;
    }

.moto-widget.moto-widget-carousel.moto-preset-2 .moto-widget-carousel-caption {
    background-color: transparent;
}

.moto-widget-grid-gallery.moto-preset-default .caption_text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
}

.moto-widget-grid-gallery.moto-preset-default .caption {
    background-color: transparent;
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:before {
    background-color: transparent;
    border-color: transparent;
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
    color: transparent;
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:before {
    background-color: rgba(236,234,220,0.4);
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:after {
    color: transparent;
}

.moto-widget-grid-gallery.moto-preset-2 .caption_text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
}

.moto-widget-grid-gallery.moto-preset-2 .caption {
    background-color: transparent;
}

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:before {
    background-color: transparent;
    border-color: transparent;
}

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:after {
    color: transparent;
}

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:hover:before {
    background-color: rgba(254,199,100,0.9);
}

.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:hover:after {
    color: #ffffff;
}

.moto-widget-grid-gallery.moto-preset-3 .caption_text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #ffffff;
}

.moto-widget-grid-gallery.moto-preset-3 .caption {
    background-color: transparent;
}

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:before {
    background-color: transparent;
    border-color: transparent;
}

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:after {
    color: transparent;
}

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:before {
    background-color: rgba(45,46,46,0.5);
}

.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:after {
    color: #ffffff;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form {
    font-family: 'Open Sans', sans-serif;
}

    .moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field {
        color: #a1a4a8;
        background-color: #f5f5f5;
        font-style: normal;
        font-weight: 400;
        border-color: #f5f5f5;
    }

        .moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
            color: #a1a4a8;
            background-color: #f5f5f5;
            /*border-color: #fec764;*/
            border-color: #E5BB29;
        }

        .moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
            color: #a1a4a8;
        }

        .moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
            color: #a1a4a8;
        }

        .moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
            color: #a1a4a8;
        }

    .moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
        font-style: normal;
        font-weight: 400;
        /*color: #fec764;*/
        color: #E5BB29;
    }

    .moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-success {
        font-style: normal;
        font-weight: 400;
        color: #4ad313;
    }

    .moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-danger {
        font-style: normal;
        font-weight: 400;
        /*color: #fec764;*/
        color: #E5BB29;
    }

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form {
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
}

    .moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field {
        /*color: #a1a4a8;*/
        background-color: rgba(0,0,0,0.4);
        font-style: normal;
        font-weight: 400;
        border-color: transparent;
    }

        .moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
            /*color: #a1a4a8;*/
            background-color: rgba(0,0,0,0.4);
            /*border-color: #fec764;*/
            border-color: #E5BB29;
        }

        .moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
            /*color: #a1a4a8;*/
        }

        .moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
            /*color: #a1a4a8;*/
        }

        .moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
            /*color: #a1a4a8;*/
        }

    .moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
        font-style: normal;
        font-weight: 400;
        /*color: #fec764;*/
        color: #E5BB29;
    }

    .moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-success {
        font-style: normal;
        font-weight: 400;
        color: #4ad313;
    }

    .moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
        font-style: normal;
        font-weight: 400;
        /*color: #fec764;*/
        color: #E5BB29;
    }

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form {
    font-family: 'Open Sans', sans-serif;
    background-color: transparent;
}

    .moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field {
        /*color: #a1a4a8;*/
        background-color: #ffffff;
        font-style: normal;
        font-weight: 400;
        border-color: #ffffff;
    }

        .moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
            color: #a1a4a8;
            background-color: #ffffff;
            border-color: #e2200b;
        }

        .moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
            color: #a1a4a8;
        }

        .moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
            color: #a1a4a8;
        }

        .moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
            color: #a1a4a8;
        }

    .moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
        font-style: normal;
        font-weight: 400;
        color: #e2200b;
    }

    .moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-success {
        font-style: normal;
        font-weight: 400;
        color: #4ad313;
    }

    .moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
        font-style: normal;
        font-weight: 400;
        color: #e2200b;
    }

.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
    /*color: #fec764;*/
    color: #E5BB29;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #eceadc;
    text-decoration: none;
}

    .moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
        /*color: #fec764;*/
        color: #E5BB29;
        text-decoration: none;
    }

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist {
    background-color: #ffffff;
    border-color: transparent;
}

    .moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
        /*color: #fec764;*/
        color: #E5BB29;
    }

        .moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
            /*color: #fec764;*/
            color: #E5BB29;
        }

    .moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #3d4349;
        text-decoration: none;
        background-color: transparent;
    }

        .moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
            background-color: transparent;
        }

        .moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
            /*color: #fec764;*/
            color: #E5BB29;
            text-decoration: none;
            background-color: transparent;
        }

            .moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
                /*color: #fec764;*/
                color: #E5BB29;
            }

            .moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
                /*color: #fec764;*/
                color: #E5BB29;
            }

                .moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover .moto-widget-menu-link-arrow {
                    /*color: #fec764;*/
                    color: #E5BB29;
                }

    .moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
        color: #3d4349;
    }

.moto-widget-menu.moto-preset-default .moto-widget-menu-toggle-btn {
    /*color: #fec764;*/
    color: #E5BB29;
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
        color: #ffffff;
        /*background-color: #fec764;*/
        background-color: #E5BB29;
    }

    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list {
        background-color: #ffffff;
        /*border-color: #fec764;*/
        border-color: #E5BB29;
    }

        .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
            border-color: transparent;
        }

            .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
                color: #3d4349;
                text-decoration: none;
                background-color: transparent;
            }

                .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
                    color: #ffffff;
                    text-decoration: none;
                    /*background-color: #fec764;*/
                    background-color: #E5BB29;
                }

        .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
            background-color: #ffffff;
        }

            .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
                color: #3d4349;
                text-decoration: none;
                background-color: transparent;
            }

                .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
                    /*color: #fec764;*/
                    color: #E5BB29;
                    text-decoration: none;
                    background-color: transparent;
                }
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
    color: #ffffff;
    /*background-color: #fec764;*/
    background-color: #E5BB29;
    border-color: #3d4349;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

    .moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
        color: #ffffff;
        text-decoration: none;
        /*background-color: #fec764;*/
        background-color: #E5BB29;
        border-color: #3d4349;
    }

        .moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active:hover {
            color: #ffffff;
            /*background-color: #fec764;*/
            background-color: #E5BB29;
            border-color: #3d4349;
        }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist {
    background-color: #eceadc;
}

    .moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
        /*color: #fec764;*/
        color: #E5BB29;
        background-color: transparent;
    }

        .moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
            /*color: #fec764;*/
            color: #E5BB29;
        }

    .moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #3d4349;
        text-decoration: none;
        background-color: transparent;
    }

        .moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
            background-color: transparent;
        }

        .moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
            /*color: #fec764;*/
            color: #E5BB29;
            text-decoration: none;
            background-color: transparent;
        }

            .moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
                /*color: #fec764;*/
                color: #E5BB29;
            }

            .moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
                /*color: #fec764;*/
                color: #E5BB29;
            }

    .moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
        color: #ffffff;
    }

.moto-widget-menu.moto-preset-2 .moto-widget-menu-toggle-btn {
    /*color: #fec764;*/
    color: #E5BB29;
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
        color: #ffffff;
        /*background-color: #fec764;*/
        background-color: #E5BB29;
    }

    .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list {
        /*background-color: #fec764;
    border-color: #fec764;*/
        background-color: #E5BB29;
        border-color: #E5BB29;
    }

        .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
            border-color: transparent;
        }

            .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
                color: #ffffff;
                text-decoration: none;
                background-color: transparent;
            }

                .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
                    color: #ffffff;
                    text-decoration: none;
                    /*background-color: #fec764;*/
                    background-color: #E5BB29;
                }

        .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
            background-color: #ffffff;
        }

            .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
                color: #eceadc;
                text-decoration: none;
                background-color: transparent;
            }

                .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
                    /*color: #fec764;*/
                    color: #E5BB29;
                    text-decoration: none;
                    background-color: transparent;
                }
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
    /*color: #fec764;*/
    color: #E5BB29;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #3d4349;
    text-decoration: none;
}

    .moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
        /*color: #fec764;*/
        color: #E5BB29;
        text-decoration: none;
    }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist {
    background-color: #3d4349;
}

    .moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
        /*color: #fec764;*/
        color: #E5BB29;
    }

        .moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
            /*color: #fec764;*/
            color: #E5BB29;
        }

    .moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #ffffff;
        text-decoration: none;
        background-color: transparent;
    }

        .moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
            /*color: #fec764;*/
            color: #E5BB29;
            text-decoration: none;
            background-color: transparent;
        }

            .moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
                /*color: #fec764;*/
                color: #E5BB29;
            }

            .moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
                /*color: #fec764;*/
                color: #E5BB29;
                background-color: transparent;
            }

                .moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover .moto-widget-menu-link-arrow {
                    /*color: #fec764;*/
                    color: #E5BB29;
                }

    .moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
        color: #ffffff;
    }

.moto-widget-menu.moto-preset-3 .moto-widget-menu-toggle-btn {
    /*color: #fec764;*/
    color: #E5BB29;
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
        color: #ffffff;
        /*background-color: #fec764;*/
        background-color: #E5BB29;
    }

    .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list {
        background-color: #ffffff;
        /*border-color: #fec764;*/
        border-color: #E5BB29;
    }

        .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
            border-color: transparent;
        }

            .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
                color: #3d4349;
                text-decoration: none;
                background-color: transparent;
            }

                .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
                    color: #ffffff;
                    text-decoration: none;
                    /*background-color: #fec764;*/
                    background-color: #E5BB29;
                }

        .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
            background-color: #ffffff;
        }

            .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
                color: #3d4349;
                text-decoration: none;
                background-color: transparent;
            }

                .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
                    /*color: #fec764;*/
                    color: #E5BB29;
                    text-decoration: none;
                    background-color: transparent;
                }
}

.moto-widget-pagination.moto-preset-default {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

    .moto-widget-pagination.moto-preset-default .moto-pagination-item,
    .moto-widget-pagination.moto-preset-default li {
        margin-right: 5px;
    }

    .moto-widget-pagination.moto-preset-default .moto-pagination-link,
    .moto-widget-pagination.moto-preset-default a {
        /*color: #fec764;*/
        color: #E5BB29;
        background-color: transparent;
        border-color: transparent;
        border-width: 1px;
        border-radius: 0%;
        border-style: solid;
        text-decoration: none;
        width: 31px;
        height: 31px;
    }

        .moto-widget-pagination.moto-preset-default .moto-pagination-link:hover,
        .moto-widget-pagination.moto-preset-default a:hover {
            color: #3d4349;
        }

    .moto-widget-pagination.moto-preset-default .moto-pagination-link_active,
    .moto-widget-pagination.moto-preset-default li.active a {
        font-style: normal;
        font-weight: 400;
        color: #3d4349;
        border-color: transparent;
        text-decoration: none;
    }

        .moto-widget-pagination.moto-preset-default .moto-pagination-link_active:hover,
        .moto-widget-pagination.moto-preset-default li.active a:hover {
            font-style: normal;
            font-weight: 400;
            color: #3d4349;
            border-color: transparent;
            text-decoration: none;
        }

.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button {
    background-color: #d3d8db;
}

    .moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button:before {
        color: #55616d;
    }

.moto-media-player.moto-preset-default .mejs-controls .mejs-button button,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button,
.moto-media-player.moto-preset-default .mejs-overlay-button {
    background-color: transparent;
}

    .moto-media-player.moto-preset-default .mejs-controls .mejs-button button:before,
    .moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button:before,
    .moto-media-player.moto-preset-default .mejs-overlay-button:before {
        color: #d3d8db;
    }

    .moto-media-player.moto-preset-default .mejs-controls .mejs-button button:hover:before,
    .moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button:hover:before,
    .moto-media-player.moto-preset-default .mejs-overlay-button:hover:before {
        color: #7f878a;
    }

.moto-media-player.moto-preset-default .mejs-controls {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #81868c;
    background-color: #ffffff;
    font-size: 12px;
    border-color: #d3d8db;
}

    .moto-media-player.moto-preset-default .mejs-controls .mejs-time-current,
    .moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
        background-color: #7f878a;
    }

    .moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-current,
    .moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
        background-color: #7f878a;
    }

    .moto-media-player.moto-preset-default .mejs-controls .mejs-time-loaded {
        background-color: rgba(127,135,138,0.25);
    }

    .moto-media-player.moto-preset-default .mejs-controls .mejs-time-total {
        background-color: rgba(127,135,138,0.25);
    }

    .moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
        box-shadow: 0px 0px 4px 0px #7f878a;
    }

    .moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-total {
        background-color: rgba(127,135,138,0.5);
    }

    .moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
        box-shadow: 0px 0px 4px 0px #7f878a;
    }

.moto-widget-countdown.moto-preset-default .countdown-item-block {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #81868c;
    /*background-color: #fec764;*/
    background-color: #E5BB29;
    font-size: 12px;
    height: 85px;
    width: 85px;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-style: none;
    border-radius: 40px;
}

.moto-widget-countdown.moto-preset-default .countdown-item-amount {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
}

.moto-widget-countdown.moto-preset-default .countdown-item-unit {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
}

.moto-widget-countdown.moto-preset-default .countdown-item-delimiter {
    min-width: 20px;
    font-size: 26px;
    color: #ffffff;
}

.moto-widget-countdown.moto-preset-2 .countdown-item-block {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #81868c;
    /*background-color: #fec764;*/
    background-color: #E5BB29;
    font-size: 12px;
    height: 80px;
    width: 80px;
    border-color: #ffffff;
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-style: dotted;
    border-radius: 2px;
}

.moto-widget-countdown.moto-preset-2 .countdown-item-amount {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
}

.moto-widget-countdown.moto-preset-2 .countdown-item-unit {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
}

.moto-widget-countdown.moto-preset-2 .countdown-item-delimiter {
    min-width: 30px;
    font-size: 22px;
    /*color: #fec764;*/
    color: #E5BB29;
}

.moto-widget-countdown.moto-preset-3 .countdown-item-block {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #81868c;
    background-color: transparent;
    font-size: 12px;
    height: 80px;
    width: 80px;
    border-color: #fdfdfc;
    border-top-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-style: solid;
    border-radius: 40px;
}

.moto-widget-countdown.moto-preset-3 .countdown-item-amount {
    color: #fdfdfc;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
}

.moto-widget-countdown.moto-preset-3 .countdown-item-unit {
    color: #fdfdfc;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
}

.moto-widget-countdown.moto-preset-3 .countdown-item-delimiter {
    min-width: 20px;
    font-size: 30px;
    color: #fdfdfc;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    background-color: transparent;
    border-bottom-width: 0px;
    border-color: transparent;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-width: 0px;
    border-style: none;
    border-top-width: 0px;
    color: #3d4349;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
    color: #3d4349;
    font-size: 20px;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon {
    /*color: #fec764;*/
    color: #E5BB29;
    font-size: 24px;
}

    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon:before {
        content: "\f107";
    }

@media screen and (max-width: 1039px) {
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
        font-size: 21px;
    }

    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
        font-size: 19px;
    }
}

@media screen and (max-width: 479px) {
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
        font-size: 14px;
    }
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item {
    border-bottom-width: 0px;
    border-color: #dbdbdb;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-top-width: 1px;
    margin-bottom: 0px;
}

    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item .moto-widget-accordion__header-title {
        text-decoration: none;
    }

    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover {
        border-color: #dbdbdb;
    }

        .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__header {
            color: #3d4349;
        }

        .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
            color: #3d4349;
        }

        .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
            /*color: #fec764;*/
            color: #E5BB29;
        }

    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open {
        border-bottom-width: 0px;
        border-color: #dbdbdb;
        border-left-width: 0px;
        border-radius: 0px;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 0px;
    }

        .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
            text-decoration: none;
        }

        .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
            background-color: transparent;
            border-bottom-width: 0px;
            border-color: transparent;
            border-radius: 0px;
            border-style: none;
            color: #3d4349;
            border-left-width: 0px;
            border-top-width: 0px;
            border-right-width: 0px;
        }

        .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
            color: #3d4349;
        }

        .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
            /*color: #fec764;*/
            color: #E5BB29;
        }

            .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
                content: "\f106";
            }

        .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover {
            border-color: #dbdbdb;
        }

            .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header {
                border-color: transparent;
                color: #3d4349;
                background-color: transparent;
            }

            .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header-icon {
                color: #3d4349;
            }

            .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__collapse-icon {
                /*color: #fec764;*/
                color: #E5BB29;
            }

        .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__content,
        .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item .collapsing .moto-widget-accordion__content {
            background-color: transparent;
            border-bottom-width: 0px;
            border-color: transparent;
            border-left-width: 0px;
            border-radius: 0px;
            border-style: none;
            border-top-width: 0px;
        }

        .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__content,
        .moto-widget-accordion.moto-preset-default .moto-widget-accordion__item .collapsing:hover .moto-widget-accordion__content {
            background-color: transparent;
            border-color: transparent;
        }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header {
    background-color: transparent;
    border-bottom-width: 0px;
    border-color: transparent;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-width: 0px;
    border-style: none;
    border-top-width: 0px;
    /*color: #fec764;*/
    color: #E5BB29;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header-icon {
    color: #80868b;
    font-size: 20px;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon {
    /*color: #fec764;*/
    color: #E5BB29;
    font-size: 20px;
}

    .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon:before {
        content: "\f054";
    }

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item {
    border-bottom-width: 1px;
    border-color: #25292c;
    border-left-width: 1px;
    border-radius: 0px;
    border-right-width: 1px;
    border-style: solid;
    border-top-width: 1px;
    margin-bottom: 10px;
}

    .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item .moto-widget-accordion__header-title {
        text-decoration: none;
    }

    .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover {
        border-color: #545c64;
    }

        .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__header {
            background-color: transparent;
            border-color: #545c64;
            color: #3d4349;
        }

        .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
            color: #3d4349;
        }

        .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
            color: #3d4349;
        }

    .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open {
        border-bottom-width: 1px;
        border-color: #25292c;
        border-left-width: 1px;
        border-radius: 0px;
        border-right-width: 1px;
        border-style: solid;
        border-top-width: 1px;
    }

        .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
            text-decoration: none;
        }

        .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
            background-color: transparent;
            border-bottom-width: 0px;
            border-color: transparent;
            border-radius: 0px;
            border-style: none;
            /*color: #fec764;*/
            color: #E5BB29;
        }

        .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
            color: #ffffff;
        }

        .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
            /*color: #fec764;*/
            color: #E5BB29;
        }

            .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
                content: "\f078";
            }

        .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header {
            color: #3d4349;
        }

        .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__collapse-icon {
            color: #25292c;
        }

        .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__content,
        .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item .collapsing .moto-widget-accordion__content {
            background-color: transparent;
            border-bottom-width: 0px;
            border-color: #25292c;
            border-left-width: 0px;
            border-radius: 0px;
            border-style: none;
            border-top-width: 0px;
        }

        .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__content,
        .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item .collapsing:hover .moto-widget-accordion__content {
            background-color: transparent;
        }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header {
    background-color: transparent;
    border-bottom-width: 0px;
    border-color: transparent;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-width: 0px;
    border-style: none;
    border-top-width: 0px;
    /*color: #fec764;*/
    color: #E5BB29;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header-icon {
    /*color: #fec764;*/
    color: #E5BB29;
    font-size: 20px;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__collapse-icon {
    color: #ffffff;
    font-size: 15px;
}

    .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__collapse-icon:before {
        content: "\f105";
    }

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item {
    border-bottom-width: 0px;
    border-color: transparent;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-width: 0px;
    border-style: none;
    border-top-width: 0px;
    margin-bottom: 5px;
}

    .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item .moto-widget-accordion__header-title {
        text-decoration: none;
    }

    .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__header {
        background-color: transparent;
        color: #ffffff;
    }

    .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
        color: #ffffff;
    }

    .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
        color: #ffffff;
    }

    .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open {
        border-bottom-width: 1px;
        border-color: transparent;
        border-left-width: 1px;
        border-radius: 1px;
        border-style: solid;
        border-top-width: 1px;
        border-right-width: 1px;
    }

        .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
            text-decoration: none;
        }

        .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
            background-color: #25292c;
            border-bottom-width: 1px;
            border-color: transparent;
            border-radius: 0px;
            border-style: solid;
            color: #ffffff;
        }

        .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
            color: #ffffff;
        }

        .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
            color: #ffffff;
        }

            .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
                content: "\f107";
            }

        .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__content,
        .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item .collapsing .moto-widget-accordion__content {
            background-color: transparent;
            border-bottom-width: 0px;
            /*border-color: #fec764;*/
            border-color: #E5BB29;
            border-left-width: 0px;
            border-radius: 0px;
            border-style: none;
            border-top-width: 0px;
        }

.container-fluid,
.moto-cell {
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row-fixed .container-fluid {
    max-width: 1200px;
}

/************/
/* CSS novo */
/************/

/* Backgrounds */
/*.page-background-fixed{
    background-image: url(../images/leiria.jpg);
    background-attachment: fixed;
}*/
/*.page-background-fixed2{
    background-image: url(../images/op_76432_esta2.jpg);
    background-attachment: fixed;
}*/

/***********/
/* Banners */
/***********/
.banner-background #BannerImage {
    background-image: url(../images/op_76432_esta2.jpg);
    background-size: cover;
}

.banner-background-night #BannerImage {
    background-image: url(../images/leiria2.jpg);
    background-size: cover;
}

.banner-background-parallax #BannerImage {
    background-image: url(../images/op_76432_esta2.jpg);
    background-size: cover;
}

.banner-background-night-parallax #BannerImage {
    background-image: url(../images/leiria2.jpg);
    background-size: cover;
}

/*Ie 10/11*/
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .banner-background-parallax #BannerImage {
        background-image: url(../images/op_76432_esta2.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position-x: center;
    }

    .banner-background-night-parallax #BannerImage {
        background-image: url(../images/leiria2.jpg);
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position-x: center;
    }
}

@media screen and (min-width: 768px) {
    @supports ((perspective: 1px) and (not (-webkit-overflow-scrolling: touch))) {
        .banner-background-parallax #BannerImage {
            background-image: url(../images/op_76432_esta2.jpg);
            background-size: cover;
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-position-x: center;
        }

        .banner-background-night-parallax #BannerImage {
            background-image: url(../images/leiria2.jpg);
            background-size: cover;
            background-attachment: fixed;
            background-repeat: no-repeat;
            background-position-x: center;
        }
    }
}

@media screen and (max-width: 767px) {
    .banner-background-parallax #BannerImage {
        background-position-y: 0px !important;
    }

    .banner-background-night-parallax #BannerImage {
        background-position-y: 0px !important;
    }
}
/******************/
/* Fundos, antigo */
/******************/
/*div.container-fluid.container-background-light {
    background-color: #f2efec;
    border-radius:10px;
}
.container-background-light {
    background-color: #f2efec;
    border-radius:10px;
}*/
/*.container-background-light {
    background-color: #ffffff;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
}
.container-background-light-top {
    background-color: #ffffff;
}
.container-background-light-bottom {
    background-color: #ffffff;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
}*/
/*.container-background-dark {
    background-color: #C7BDAF;
    border-radius:10px;
}
.container-background-dark-top {
    background-color: #C7BDAF;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}*/

/**********************/
/* Area Cliente Links */
/**********************/
a.dxbButton.moto-text_system_11.dxbButtonSys > span {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    /*color: #a1a4a8;*/
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px;
}

    a.dxbButton.moto-text_system_11.dxbButtonSys > span:hover {
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
        /*color: #fec764;*/
        color: #E5BB29;
    }

@media (max-width: 1039px) {
    a.dxbButton.moto-text_system_11.dxbButtonSys > span {
        font-size: 13px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    a.dxbButton.moto-text_system_11.dxbButtonSys > span {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    a.dxbButton.moto-text_system_11.dxbButtonSys > span {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}
/****************/
/* Image Slider */
/****************/
/*.dxisControl > div.dxis-passePartout{
    background-color: unset;
}*/

div#jssor_1 div.bannerslide {
    background-color: white;
}

    div#jssor_1 div.bannerslide img {
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    div#jssor_1 div.bannerslide:hover img {
        opacity: .6;
        cursor: pointer;
    }

/******************/
/* Hidden section */
/******************/
.container-hidden {
    display: none !important;
}

/***********************/
/* Produtos Categorias */
/***********************/
div.moto-widget-text-content.moto-widget-text-editable > ul > li > a.moto-link {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
    /*color: #fec764;*/
    color: #E5BB29;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

    div.moto-widget-text-content.moto-widget-text-editable > ul > li > a.moto-link:hover {
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
        color: #3d4349;
    }
/*div.moto-widget-text-content.moto-widget-text-editable > ul > li > a.moto-link > span{
    color: #fec764;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}*/

/****************/
/* JSSOR SLIDER */
/****************/
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jssorb057 .i {
    position: absolute;
    cursor: pointer;
}

    .jssorb057 .i .b {
        fill: none;
        stroke: #fff;
        stroke-width: 2000;
        stroke-miterlimit: 10;
        stroke-opacity: 0.4;
    }

    .jssorb057 .i:hover .b {
        stroke-opacity: .7;
    }

.jssorb057 .iav .b {
    stroke-opacity: 1;
}

.jssorb057 .i.idn {
    opacity: .3;
}

.jssora073 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora073 .a {
        fill: #ddd;
        fill-opacity: .7;
        stroke: #000;
        stroke-width: 160;
        stroke-miterlimit: 10;
        stroke-opacity: .7;
    }

    .jssora073:hover {
        opacity: .8;
    }

    .jssora073.jssora073dn {
        opacity: .4;
    }

    .jssora073.jssora073ds {
        opacity: .3;
        pointer-events: none;
    }

/****************/
/* JS Accordion */
/****************/
/* https://www.elated.com/articles/javascript-accordion/ */
.accordionItem {
    border-bottom-width: 0px;
    border-color: #dbdbdb;
    border-left-width: 0px;
    border-radius: 0px;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    padding: 17px 0;
}
.accordionItem + .accordionItem {
    padding-top: 0;
}

    .accordionItem h2:before {
        content: "\f107";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 28px !important;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 10px;
    }

    .accordionItem h2 {
        margin: 0;
        /*font-size: 1.1em;*/
        padding: 0.4em;
        /*color: #fff;*/
        /*background-color: #944;*/
        /*border-bottom: 1px solid #66d;*/
        font-size: 20px;
        display: flex;
        /*font-family: 'Oswald', sans-serif;
    font-style: normal;*/
        font-weight: bold;

        background-image: linear-gradient(#fff, #dedede);
        border: 1px solid #dedede;
    }

        .accordionItem h2:hover {
            cursor: pointer;
        }

    .accordionItem div {
        margin: 0;
        padding: 1em 0.4em;
        /*background-color: #eef;*/
        /*border-bottom: 1px solid #66d;*/
        /*display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;*/

        background-color: #fff;
        border: 1px solid #dedede;
    }

    .accordionItem.hideI h2 {
        /*color: #000;*/
        /*background-color: #88f;*/
        display: flex;
    }

        .accordionItem.hideI h2:before {
            content: "\f106";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: 28px !important;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            padding-right: 10px;
        }

    .accordionItem.hideI div {
        display: none;
    }
/*****************/
/* Image Gallery */
/*****************/
#ASPxImageGallery .dxigItem .dxig-thumbnailBorder,
#ASPxImageGallery1 .dxigItem .dxig-thumbnailBorder,
#ASPxImageGallery2 .dxigItem .dxig-thumbnailBorder,
#ASPxImageGallery3 .dxigItem .dxig-thumbnailBorder {
    border: none;
}

#ASPxImageGallery1_CCell,
#ASPxImageGallery2_CCell,
#ASPxImageGallery3_CCell {
    padding: 0 !important;
}



/*********/
/* Login */
/*********/
/* Painel central da página de login */
.login-panel, .register-panel {
    width: 100%;
}
/* Painel que contém o form de login */
.login-form-panel {
    margin-left: auto;
    margin-right: auto;
    /*width: 330px;*/
    /*max-width: 300px;*/
    max-width: 600px;
    padding-left: 26px;
    height: 100%;
}
/*@media (max-width: 320px) {
    .login-form-panel {
        width: 170px;
    }
}*/
.register-form-panel {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    height: 100%;
    /*padding-left: 26px;*/
}

.AreaClienteRegisterForm > div > div > div > div > div > div.row,
.AreaClienteEditForm > div > div > div > div > div > div.row {
    margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
    .LabelFullWidthStyle {
        width: calc(((100% /2) /3) - 1px);
    }

    .TextboxFullWidthStyle {
        width: calc((100% / 1.2) + 0px);
    }
}


/* Botão Entrar */
.metro-button {
    text-decoration: none;
    border: 2px #e2e2e2 solid;
    padding: 5px 20px;
    /*margin: 10px 10px 0 10px;*/
    color: #ffffff !important;
    /*background: #666;*/
    background: #8D7240;
    cursor: pointer;
    min-width: 150px;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 0px;
}
/**************************************/
/* Tamanho das rows da table de login */
/**************************************/
.login-form-height {
    height: 50px;
}
/*****************************************************************************/
/* Utilizados nos inputs ASPx sem validação, para terem as mesmas dimensões. */
/*****************************************************************************/
.register-input-width {
    max-width: calc(100% - 26px);
}

    .register-input-width textarea {
        max-width: calc(100% + 26px); /* Compensar pela largura removida acima */
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }


a.dxbButton.moto-widget-button-link.moto-link.dxbDisabled.dxbButtonSys {
    background-color: #b1b1b1;
    border-color: #b1b1b1;
    text-decoration: line-through;
}

    a.dxbButton.moto-widget-button-link.moto-link.dxbDisabled.dxbButtonSys:hover {
        background-color: transparent;
        border-color: #b1b1b1;
        color: #b1b1b1;
        text-decoration: line-through;
    }
/**********/
/* Popups */
/**********/
.popup-style {
    /*background-color: #f2d7a2 !important;*/
    color: #000000;
    /*font-size: 20px;*/
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 5px;
}

    .popup-style > .dxpc-contentWrapper > .dxpc-content {
        padding: 0;
    }

        .popup-style > .dxpc-contentWrapper > .dxpc-content > .alert {
            border: none;
        }

    .popup-style.popup-style-confirm a.dxbButton {
        margin-right: 10px;
    }

        .popup-style.popup-style-confirm a.dxbButton:last-child {
            margin-right: 0px;
        }

#WarningPopup_PW-1,
#SuccessPopup_PW-1 {
    max-width: 90% !important;
    width: 100% !important;
}

span.dxrpHeader {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
}

#ASPxTrialProdutosPC_PW-1 {
    /*max-width: 1200px !important;
    max-height: 90%;
    width: 90% !important;*/
    /*width: 100% !important;*/
}

    #ASPxTrialProdutosPC_PW-1 .dxgvControl, #ASPxTrialProdutosPC_PW-1 .dxgvControl_Moderno {
        /*table-layout:auto !important;*/ /* override DX */
        /*white-space:nowrap;*/ /* for expansion */
        /*width: calc(90%) !important;*/ /* Subtrair 2px para garantir que a scrollbar só é visivel quando a GridView atinge a largura minima. */
        /*min-width: 750px;*/
    }

/******************/
/* ASPxRoundPanel */
/******************/
.background_white {
    background-color: white;
}

.rounded-5 {
    border-radius: 5px;
}

table.dxrpControlGB {
    /*margin-top: 17px !important;*/
    padding-top: 17px !important;
}

tr.dxrpCR > td.dxrp.dxrpcontent.dx-borderBox {
    border: none;
}

tr.dxrpCR > td.dxrp > div.row {
    margin-bottom: 5px;
}
/**********/
/* Inputs */
/**********/
/*table.dxeTextBox, table.dxeButtonEdit, table.dxeMemo  {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    border: none;
}*/

.input_normal, table.input_normal {
    /*color: #a1a4a8;*/
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    background-color: #FFFFFF;
    border-color: #545151 #888888 #E1E1E1;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    /*padding: 8px 4px;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*border: 1px solid black !important;*/
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.dxeMemoSys.dxeMemo.input_normal, table.dxeMemoSys.dxeMemo.input_normal {
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.input_focused, table.input_focused {
    /*color: #a1a4a8;*/
    /* ORIGINAL */
    /*border: 1px solid rgb(254,199,100) !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 3px rgb(254, 199, 100);
    box-shadow: 0 0 5px 3px rgb(254, 199, 100);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px;*/
    /*-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;*/
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
    background-color: #FFFFFF;
    /*border-color: rgb(254,199,100);
    border-style: solid;
    border-width: 1px;*/
    color: #333333;
    border: 1px solid rgb(254,199,100) !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 5px 3px rgb(254, 199, 100);
    -webkit-box-shadow: 0 0 5px 3px rgb(254, 199, 100);
    box-shadow: 0 0 5px 3px rgb(254, 199, 100);
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.dxeMemoSys.dxeMemo.input_focused, table.dxeMemoSys.dxeMemo.input_focused {
    -moz-box-shadow: 0 0 5px 3px rgb(254, 199, 100);
    -webkit-box-shadow: 0 0 5px 3px rgb(254, 199, 100);
    box-shadow: 0 0 5px 3px rgb(254, 199, 100);
}

/*textarea.dxeMemoEditArea{
    resize: both;
}*/

table.no-resize textarea {
    resize: none;
}

.dxeListBoxItem {
    height: 54px;
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    /*color: #a1a4a8;*/
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px;
}

/***************************/
/* Tipo pagamento combobox */
/***************************/
span.dxeBase.moto-text_normal {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #a1a4a8;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
}

@media (max-width: 1039px) {
    span.dxeBase.moto-text_normal {
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    span.dxeBase.moto-text_normal {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    span.dxeBase.moto-text_normal {
        font-size: 13px;
        line-height: 1.3;
        letter-spacing: 0px;
    }
}

/********************************************/
/* Menu de familias (Produtos) e Encomendas */
/********************************************/
.custom-familias {
    background: none;
}

ul.custom-familias {
    float: left;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

table.custom-familias {
    /*position: relative;
    left: -50%;*/
}
/*table#ASPxFamiliasDV{
    position: relative;
    left: -50%;
}*/
div.custom-familias-div {
    float: left;
    overflow: hidden;
    margin-left: 18px;
    margin-top: 18px;
}
@media (max-width: 666px) {
    div.custom-familias-div {
        float: none;
        overflow: hidden;
        margin-left: 0px;
        margin-top: 18px;
    }
}

div.custom-familias-div a{
    min-width: 156px !important;
}

td#ASPxFamiliasDV_CCell.dxdvCtrl {
    padding: 0;
}

.moto-widget-button-link.moto-size-small.moto-link.Active,
.moto-widget-button-link.moto-size-small.moto-link.MenuButton.Active {
    color: #E5BB29;
    background-color: transparent;
    border-color: #E5BB29;
}

/**************************************/
/* CSS dos itens da DataView Familias */
/**************************************/
/*div.dxdvItem.custom-familias{ 
    width: auto !important; 
    background: none;
    text-align:center;
    border:none;
    height:auto;
}*/

/* DataView Produtos */
.ProdutosDV_item {
    height: inherit;
    width: 100%;
}

.ProdutosDV_img {
    height: 200px;
}

.ProdutosDV_desart {
    vertical-align: bottom;
    /*height: 136px;*/ /* Sem tema */
    height: 110px; /* Tema Moderno */
}
/* Centrar o pager da DataView de Produtos com tema Moderno. */
div#ASPxProdutosDV_PGT,
div#ASPxProdutosDV_PGB {
    min-width: unset !important; /* Mostrar o tamanho real do pager */
    /*margin-left: calc((100% - 414px) / 2) !important; /* Utilizar o tamanho real do pager */
    margin-left: calc((100% - 350px) / 2) !important; /* Utilizar o tamanho real do pager */
}

table#ASPxProdutosDV .dxpLite_Moderno .dxp-summary {
    margin: 0;
}

table#ASPxProdutosDV .dxdvFlowItem_Moderno.dxdvItem_Moderno .dxbButton.moto-widget-button-link.moto-link.moto-size-tiny {
    color: #fff !important;
}

    table#ASPxProdutosDV .dxdvFlowItem_Moderno.dxdvItem_Moderno .dxbButton.moto-widget-button-link.moto-link.moto-size-tiny:hover {
        color: #E5BB29 !important;
    }

/* Escconder o TD vazio */
td#ASPxFamiliasDV_ICell .dxdvEmptyItem,
td#ASPxFamiliasDV_ICell > table > tbody > tr > td:nth-last-child(2) {
    display: none;
}

@media (max-width: 1039px) {
    .ProdutosDV_desart {
        height: 85px;
    }
}

/************************/
/* Perguntas Frequentes */
/*     p com image      */
/************************/
img.side-paragraph {
    /*float: left;*/
    margin-right: 10px;
    /*clear: both;*/
}

/*p.side-paragraph {
    margin-left: 0px;
    overflow: auto;
    display: block;
}*/

/* Testemunho Carousel */
/*div.bx-wrapper{
    max-width: 900px;
}
div.bx-viewport{
    width: 100% !important;
    overflow: hidden;
    position: relative;
    height: 299px;
}*/
div.bx-pager.bx-default-pager {
    display: none;
}

/**************/
/* Auxiliares */
/**************/
.margin-both_auto {
    margin-right: auto;
    margin-left: auto;
}

.margin-right_auto {
    margin-right: auto;
}

.margin-left_auto {
    margin-left: auto;
}

.margin-Center {
    margin: 0 auto;
}

.margin-Middle {
    margin: auto 0;
}

.min-width_70 {
    min-width: 70px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.LogoutStyle {
    line-height: 4;
}

.font-bold {
    font-weight: bold;
}

.font-bolder {
    font-weight: bolder;
}

a.logoBGLink {
    color: #333;
    text-decoration: underline;
}

.display-none {
    display: none;
}

.visible-xs-initial {
    display: none;
}

@media (max-width:767px) {
    .visible-xs-initial {
        display: initial;
    }
}

ul.ul_inside {
    list-style-position: inside;
    /*margin-left: 1em;*/
}

img .moto-widget-image .moto-widget-image-picture .logotipo, img.moto-widget-image.moto-widget-image-picture.logotipo, img.logotipo {
    max-width: 250px !important;
}

@media (max-width: 767px) {
    img .moto-widget-image .moto-widget-image-picture .logotipo, img.moto-widget-image.moto-widget-image-picture.logotipo, img.logotipo {
        width: 150px !important;
    }
}

div.Section_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    div.Section_header > div.Page_name {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    div.Section_header > div.Logout_panel {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        margin-top: auto;
        margin-bottom: auto;
    }

/****************/
/* ImageGallery */
/****************/
td.dxigItem > div.dxig-thumbnailWrapper {
    margin-left: auto;
    margin-right: auto;
}

td#ASPxFamiliasDV_ICell td.dxdvItem {
    text-align: center;
}

/*****************/
/* Loading Panel */
/*****************/
#ASPxPageLP, #ASPxLoadingPanel1, #ASPxFamiliasLP {
    /*Loading Panel acompanha o scroll da página*/
    position: fixed !important;
    /*Centrar verticalmente o loading panel*/
    top: 50% !important;
    bottom: 50% !important;
}
/* Fundo modal do loading panel */
#ASPxPageLP_LD, #ASPxLoadingPanel1_LD {
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
}

/*Ie 10/11*/
/* Fixar o fundo modal ao ecrã no Internet Explorer */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #ASPxPageLP_LD, #ASPxLoadingPanel1_LD {
        position: fixed !important;
        /* top: 50% !important; */
		/* bottom: 50% !important; */
    }
}
/*******************************/
/* Pseudo-responsive GridViews */
/*******************************/
/* Força as GridViews a ocuparem 100% do espaço. */
.dxgvControl, .dxgvControl_Moderno {
    /*table-layout:auto !important;*/ /* override DX */
    /*white-space:nowrap;*/ /* for expansion */
    /*width: calc(100% - 2px) !important;*/ /* Subtrair 2px para garantir que a scrollbar só é visivel quando a GridView atinge a largura minima. */
    /*min-width: 750px;*/
}

table#ASPxEncPontuaisNovoPnl_ASPxNovoEncPonGV.dxgvControl,
table#ASPxEncPontuaisNovoPnl_ASPxNovoEncPonGV.dxgvControl_Moderno {
    /*table-layout:auto !important;*/ /* override DX */
    /*white-space:nowrap;*/ /* for expansion */
    /*width: calc(100% - 2px) !important;*/ /* Subtrair 2px para garantir que a scrollbar só é visivel quando a GridView atinge a largura minima. */
    /*max-width: calc(100% - 2px);*/
    /*max-width: 100% !important;*/
}

    table#ASPxEncPontuaisNovoPnl_ASPxNovoEncPonGV.dxgvControl div.dxgvHSDC > div,
    table#ASPxEncPontuaisNovoPnl_ASPxNovoEncPonGV.dxgvControl_Moderno div.dxgvHSDC > div {
        /*width: calc(100% - 15px) !important;*/
    }

    table#ASPxEncPontuaisNovoPnl_ASPxNovoEncPonGV.dxgvControl div.dxgvFSDC > div,
    table#ASPxEncPontuaisNovoPnl_ASPxNovoEncPonGV.dxgvControl_Moderno div.dxgvFSDC > div {
        /*width: calc(100% - 15px) !important;*/
    }

    table#ASPxEncPontuaisNovoPnl_ASPxNovoEncPonGV.dxgvControl div.dxgvCSD,
    table#ASPxEncPontuaisNovoPnl_ASPxNovoEncPonGV.dxgvControl_Moderno div.dxgvCSD {
        /*width: calc(100% - 17px) !important;*/
    }


/* Soma da largura minima das colunas visiveis. */
table#ASPxEncPontuaisPanel_ASPxEncPonGV {
    min-width: 767px !important;
    /*max-width: calc(100% - 2px) !important;*/
}

table#ASPxEncFixasPanel_ASPxEncFixGV {
    min-width: 740px !important;
    /*max-width: calc(100% - 2px) !important;*/
}

table#ASPxEncPontuaisNovoPnl_ASPxNovoEncPonGV {
    /*min-width: 440px !important;*/
    min-width: 445px !important;
    /*max-width: calc(100% - 2px) !important;*/
}
/* Mostrar scrollbar horizontal na div que engloba a GridView */
.GridView-responsive {
    overflow: auto;
    width: 100%;
    /*max-height: 600px;*/
}

div.dxgvCSD {
    /*width: 100% !important;*/
}

/* Alterar o aspeto das textboxes read-only */
tr.dxgvInlineEditRow_Moderno > td.dxgvInlineEditCell_Moderno > table.dxeReadOnly_Moderno,
tr.dxgvInlineEditRow_Moderno > td.dxgvInlineEditCell_Moderno > table.dxeFocused_Moderno.dxeReadOnly_Moderno {
    background-color: none !important;
    border: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

a.dxbButton_Moderno.dxgvCommandColumnItem_Moderno.dxgv__cci.dxbButtonSys {
    color: #000;
}

    a.dxbButton_Moderno.dxgvCommandColumnItem_Moderno.dxgv__cci.dxbButtonSys:hover {
        color: rgb(254,199,100);
        text-decoration: none;
    }

/****************/
/* ASP GridView */
/* Encomendas  */
/*    Fixas     */
/****************/
.generic_gridview {
    background-color: white;
    border: 1px Solid #d1d1d1;
    width: 100%;
    /*table-layout: fixed;*/
}

    .generic_gridview input {
        width: 100%;
        /*color: #676767;*/
        color: #2B2B2B;
        /*background: none repeat scroll 0 0 transparent;*/
        /*border: 1px solid #676767;*/
        text-align: center;
        background-color: white;
        border: 1px solid #9F9F9F;
    }
/*.generic_row td{padding:5px;}*/
.generic_row td,
.generic_footer td {
    cursor: default;
    font: 14px 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
    color: #2B2B2B;
    overflow: hidden;
    border-top-width: 0;
    border-left-width: 0;
    border-bottom: 1px Solid #d1d1d1;
    border-bottom-width: 1px;
    border-right: 1px Solid #d1d1d1;
    padding: 8px 10px 9px;
}

.generic_EmptyRow td {
    padding: 15px 15px 15px 20px;
    color: #4f4f4f;
}
/*.generic_header th{padding:5px;color:#676767;}*/
.generic_header th {
    cursor: default;
    /*white-space: nowrap;*/
    padding: 7px 10px 6px;
    border: 1px Solid #d1d1d1;
    border-top-width: 0px;
    border-left-width: 0px;
    background: #fafafa;
    overflow: hidden;
    font-weight: normal;
    text-align: center;
    color: #7e7e7e;
    font: 14px 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
}

tr td.tableGrid .dxeButtonEdit td.dxic,
tr td.tableGrid .dxeButtonEdit.dxeFocused td.dxic {
    border: none;
}

.generic_row_selected td {
    padding: 5px;
    background-color: #C7BDAF;
}

table#ASPxEncFixasPanel_gvwEncFixas > tbody > tr:last-child td {
    border-bottom: none;
}

table#ASPxEncFixasPanel_gvwEncFixas > tfoot {
    border-top: 1px solid #d1d1d1;
}

/* Scrollable Div que envolve a GridView */
.aspGridView-responsive {
    /*max-height: 600px;*/
    width: 100%;
    overflow: auto;
}

/* FUNCIONA COM SCROLL VERTICAL, FALHA NO SCROLL HORIZONTAL */
/* Header e Footer fixos */
/*table#ASPxEncFixasPanel_gvwEncFixas thead, table#ASPxEncFixasPanel_gvwEncFixas tfoot, table#ASPxEncFixasPanel_gvwEncFixas tbody > tr{
    display:table;
    width:100%;
    table-layout:fixed;
}*/

/* Ajuste inicial do width da Header e Footer, antes do Javascript */
/*table#ASPxEncFixasPanel_gvwEncFixas thead, table#ASPxEncFixasPanel_gvwEncFixas tfoot{
    width: calc( 100% - 1em );
}*/

/*  Scrollable height */
/*table#ASPxEncFixasPanel_gvwEncFixas tbody {
    display:block;
    height:500px;
    overflow:auto;
}*/
/* Utilizado pela função AdjustScrollbarWidth */
/* para detetar a largura da scrollbar vertical */
.scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

.dxeCalendarOutOfRange, 
.dxeCalendarOutOfRange_Moderno, 
.calendar_disabled
/*.dxeCalendarWeekend_Moderno:first-child, 
.dxeCalendarDayHeader_Moderno:first-child*/ {
    color: #e3e3e3;
}

.dxeCalendarSelected_Moderno {
    background-color: rgb(254,199,100);
    color: #000;
}

/* Produtos */


/******************/
/* ASPxComboboxes */
/******************/
/* Esconder o header de ASPxComboBox */
div#ASPxFamiliasCB_DDD_PW-1 .dxeHLC,
div#ASPxFamiliasCB_DDD_PW-1 .dxeHC,
div#ASPxFamiliasCB_DDD_PW-1 .dxeHFC {
    display: none;
}
/* Alterar as cores do botão dropdown da combobox */
table#ASPxFamiliasCB .dxeButtonEditButtonHover_Moderno {
    color: White;
    background: rgb(254, 199, 100);
    background: -ms-linear-gradient(top, rgb(254, 199, 100) 0%, rgb(186, 152, 36) 100%);
    background: -moz-linear-gradient(top, rgb(254, 199, 100) 0%, rgb(186, 152, 36) 100%);
    background: -o-linear-gradient(top, rgb(254, 199, 100) 0%, rgb(186, 152, 36) 100%);
    background: -webkit-linear-gradient(top, rgb(254, 199, 100) 0%, rgb(186, 152, 36) 100%);
    background: linear-gradient(to bottom, rgb(254, 199, 100) 0%, rgb(186, 152, 36) 100%);
    border: 1px Solid rgb(186, 152, 36);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.35);
}

table#ASPxFamiliasCB_DDD_L_LBT > tbody > tr.dxeListBoxItemRow_Moderno > td.dxeListBoxItem_Moderno.dxeListBoxItemHover_Moderno {
    background-color: rgb(254, 199, 100);
    color: black;
}

table#ASPxFamiliasCB {
    border-radius: 3px;
}

div.mobile_familias_nav {
    /*width: calc(170px + 50px);*/
    margin: 0 auto;
}

.margin-Middle {
    margin: auto 0;
}

.Flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .Flexbox .Flexbox-inline {
        display: inline-flex;
    }

    .Flexbox .Flexbox-row {
        flex-direction: row;
        width: 100%;
    }

    .Flexbox .Flexbox-column {
        flex-direction: column;
        width: 100%;
    }

        .Flexbox .Flexbox-column.left {
            text-align: right;
        }

        .Flexbox .Flexbox-column.right {
            text-align: left;
        }
        .Flexbox .alignCenter{
            align-items: center;
            justify-content: center;
        }

.wideScreen {
    display: initial;
}

.mobile {
    display: none;
}

@media screen and (max-width: 1010px) {
    .mobile {
        display: initial;
    }

    .Flexbox.mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wideScreen {
        display: none;
    }
    .mobile_familias_nav.Flexbox.Flexbox-row.mobile .Flexbox p{
        margin-top: 1em;
        margin-bottom: 1em;
    }
}

.MenuButton {
    margin: 15px 5px;
}

/*.menubutton:first-child{
    margin: 15px 5px 15px 0px;
}
.menubutton:last-child{
    margin: 15px 0px 15px 5px;
}*/

/* Flow centrado */
[class*=dxdvFlowItemsContainer] {
    width: 100%;
}

    [class*=dxdvFlowItemsContainer] > tbody > tr > td {
        text-align: center;
    }

[class*=dxdvFlowItem] {
    display: inline-block;
    float: none !important;
    margin-left: 0 !important;
}

select.DDL_Style {
    background-color: #fafafa;
    border: 1px Solid #d1d1d1;
    border-collapse: separate;
    border-spacing: 0px;
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.05);
    font: 14px 'Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
    padding: 6px 2px 6px 7px !important;
}

    select.DDL_Style option {
        padding: 6px 2px 6px 7px !important;
    }

/*div#SelecaoDiaMobile {
    display: none;
}*/

@media screen and (max-width: 767px) {
    div#topnavbar_mobile {
        min-width: 100% !important;
        width: 100% !important;
    }

        div#topnavbar_mobile.FixedTop {
            position: fixed !important;
        }
    /*div#MenuLogotipo.FixedTop {
        padding-bottom: 70px;
    }*/
    div#MenuNormal.FixedTop {
        display: block !important;
    }

    /*div#SelecaoDiaMobile {
        display: block;
    }*/

    .mobile_familias_nav.Flexbox.mobile .Flexbox.Flexbox-column.left {
        width: 100px;
    }

    .mobile_familias_nav.Flexbox.mobile .Flexbox.Flexbox-column.right {
        width: 200px;
    }
}

[class*=moto-text].footer-style {
    color: #a1a4a8 !important;
}

    [class*=moto-text].footer-style a {
        color: #a1a4a8 !important;
        text-decoration: none;
        font-weight: 400;
        font-style: normal;
    }

        [class*=moto-text].footer-style a:hover {
            text-decoration: none;
            font-weight: 400;
            font-style: normal;
            color: #E5BB29 !important;
        }

/* Esconder Clear Buttons */
.dxeButton.dxeButtonEditButton.dxeButtonEditClearButton {
    display: none !important;
}

#ASPxRegPanel_ASPxRegisterAceitoCB_ET {
    margin-left: auto;
}

  /**************************************/
 /* Esconder nome coluna de comboboxes */
/**************************************/
.dxeListBox_Moderno .dxeHD{
    display:none;
}

  /************************/
 /* EncomendaNovaWrapper */
/************************/
#GridViewNovaEncomendaWrapper{
    position: relative;
}
#GridViewNovaEncomendaWrapperModal,
[id$="GridViewNovaEncomendaWrapperModal"]{
    z-index: 100;
    /*background-color*/
    /*background-color: #FFF;
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Style=0, Opacity=70);*/
    display: none;
    position:absolute;
    width: 100%;
    height: 100%;
    cursor: not-allowed;
}
#GridViewNovaEncomendaWrapperModal.active,
[id$="GridViewNovaEncomendaWrapperModal"].active{
    display: block;
}


.cc-window.cc-banner.cc-type-opt-in.cc-theme-classic.cc-bottom{
    border-top: 2px solid #e5bb29;
}
.cc-revoke.cc-bottom.cc-customstyle{
    background: #000;
    color: #fff;
    left: 0;
    border-top-left-radius: 0;
    border-top: 2px solid #e5bb29;
    border-right: 2px solid #e5bb29;
}