@charset "UTF-8";
html {
    height: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    min-height: 100%;
}

.moto-color1 {
    color: #ffb712;
}

.moto-color1_1 {
    color: #e09c00;
}

.moto-color1_2 {
    color: #faae00;
}

.moto-color1_3 {
    color: #ffb712;
}

.moto-color1_4 {
    color: #ffbf2e;
}

.moto-color1_5 {
    color: #ffc747;
}

.moto-color2 {
    color: #1b1a1a;
}

.moto-color2_1 {
    color: #000000;
}

.moto-color2_2 {
    color: #0d0d0d;
}

.moto-color2_3 {
    color: #1b1a1a;
}

.moto-color2_4 {
    color: #272626;
}

.moto-color2_5 {
    color: #343232;
}

.moto-color3 {
    color: #706c6c;
}

.moto-color3_1 {
    color: #565353;
}

.moto-color3_2 {
    color: #635f5f;
}

.moto-color3_3 {
    color: #706c6c;
}

.moto-color3_4 {
    color: #7d7878;
}

.moto-color3_5 {
    color: #898585;
}

.moto-color4 {
    color: #989696;
}

.moto-color4_1 {
    color: #7e7c7c;
}

.moto-color4_2 {
    color: #8b8989;
}

.moto-color4_3 {
    color: #989696;
}

.moto-color4_4 {
    color: #a4a2a2;
}

.moto-color4_5 {
    color: #b1afaf;
}

.moto-color5 {
    color: #e5e5e5;
}

.moto-color5_1 {
    color: #cccccc;
}

.moto-color5_2 {
    color: #d9d9d9;
}

.moto-color5_3 {
    color: #e5e5e5;
}

.moto-color5_4 {
    color: #f2f2f2;
}

.moto-color5_5 {
    color: #ffffff;
}

.moto-color_custom1 {
    color: #001835;
}

.moto-color_custom2 {
    color: #3b42ba;
}

.moto-color_custom3 {
    color: #4ad313;
}

.moto-color_custom4 {
    color: #e82914;
}

.moto-color_custom5 {
    color: #475669;
}

.moto-color_custom6 {
    color: #ffb712;
}

.moto-bg-color1 {
    background: #ffb712;
}

.moto-bg-color1_1 {
    background: #e09c00;
}

.moto-bg-color1_2 {
    background: #faae00;
}

.moto-bg-color1_3 {
    background: #ffb712;
}

.moto-bg-color1_4 {
    background: #ffbf2e;
}

.moto-bg-color1_5 {
    background: #ffc747;
}

.moto-bg-color2 {
    background: #1b1a1a;
}

.moto-bg-color2_1 {
    background: #000000;
}

.moto-bg-color2_2 {
    background: #0d0d0d;
}

.moto-bg-color2_3 {
    background: #1b1a1a;
}

.moto-bg-color2_4 {
    background: #272626;
}

.moto-bg-color2_5 {
    background: #343232;
}

.moto-bg-color3 {
    background: #706c6c;
}

.moto-bg-color3_1 {
    background: #565353;
}

.moto-bg-color3_2 {
    background: #635f5f;
}

.moto-bg-color3_3 {
    background: #706c6c;
}

.moto-bg-color3_4 {
    background: #7d7878;
}

.moto-bg-color3_5 {
    background: #898585;
}

.moto-bg-color4 {
    background: #989696;
}

.moto-bg-color4_1 {
    background: #7e7c7c;
}

.moto-bg-color4_2 {
    background: #8b8989;
}

.moto-bg-color4_3 {
    background: #989696;
}

.moto-bg-color4_4 {
    background: #a4a2a2;
}

.moto-bg-color4_5 {
    background: #b1afaf;
}

.moto-bg-color5 {
    background: #e5e5e5;
}

.moto-bg-color5_1 {
    background: #cccccc;
}

.moto-bg-color5_2 {
    background: #d9d9d9;
}

.moto-bg-color5_3 {
    background: #e5e5e5;
}

.moto-bg-color5_4 {
    background: #f2f2f2;
}

.moto-bg-color5_5 {
    background: #ffffff;
}

.moto-bg-color_custom1 {
    background: #001835;
}

.moto-bg-color_custom2 {
    background: #3b42ba;
}

.moto-bg-color_custom3 {
    background: #4ad313;
}

.moto-bg-color_custom4 {
    background: #e82914;
}

.moto-bg-color_custom5 {
    background: #475669;
}

.moto-widget {
    position: relative;
}

.moto-widget-cover, .frame-empty {
    display: none;
}

.nav-phone {
    display: none;
}

.moto-sticky__attached .moto-widget-button-link {
    display: none !important;
}

.moto-sticky__attached_top .nav-phone {
    display: block;
}

.nav-phone a {
    color: inherit;
    font-size: 20px;
}

@media screen and (min-width: 767px) {
    .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;
        flex-wrap: wrap;
    }
    .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;
}

.moto-disabling_row-fixed .row-fixed .container-fluid {
    max-width: none;
}

.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-widget-text-content:after {
    content: "";
    display: table;
    clear: both;
}

.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;
}

.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%;
}

#advan .moto-widget-image .moto-widget-image-picture, #advan2 .moto-widget-image .moto-widget-image-picture {
    width: auto;
    max-width: 100%;
    height: 51px;
}

.moto-widget-image.moto-widget-image_empty {
    display: none;
}

.moto-widget-menu .moto-widget-menu-toggle-btn {
    display: none;
    text-align: center;
}

.logos .row {
    font-size: 0;
    display: block;
    text-align: center;
}

.logos .col-sm-3 {
    display: inline-block;
    float: none;
    vertical-align: middle;
    font-size: 16px;
}

.certs .row {
    font-size: 0;
    display: block;
    text-align: center;
}

.certs .col-sm-4 {
    display: inline-block;
    float: none;
    vertical-align: middle;
    font-size: 16px;
}

@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;
        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 .slick-dots {
    text-align: center;
}

.moto-widget-slider .slick-dots li, .moto-widget-slider .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}

.moto-widget-slider .slick-dots button {
    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;
}

.slick-slide:focus {
    outline: 0;
}

.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: 1;
    cursor: pointer;
    z-index: 500;
}

.moto-back-to-top-button.moto-back-to-top-button_visible {
    visibility: visible;
}

.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 (max-width: 767px) {
    .moto-sticky-pseudo-element, .moto-widget.moto-sticky__hidden {
        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-content-image-plugin-wrapper {
    display: inline-block;
    max-width: 100%;
}

.moto-content-image-container {
    display: inline-block;
    max-width: 100%;
}

.moto-content-image {
    max-width: 100%;
    height: auto;
}

.moto-content-image_left-floated {
    float: left;
}

.moto-content-image_right-floated {
    float: right;
}

.moto-content-image_centered-block {
    display: block;
    line-height: 0;
    text-align: center;
}

.moto-popup__content_error {
    font-family: Verdana, sans-serif;
    color: #d3d8db;
    font-size: 16px;
    text-align: center;
}

.moto-popup_content .moto-sticky__attached_top {
    top: 50px;
}

.moto-spacing-top-auto {
    padding-top: initial;
}

.moto-spacing-top-zero {
    padding-top: 0;
}

.moto-spacing-top-small {
    padding-top: 15px;
}

.moto-spacing-top-medium {
    padding-top: 60px;
}

.moto-spacing-top-large {
    padding-top: 150px;
}

.moto-spacing-bottom-auto {
    padding-bottom: initial;
}

.moto-spacing-bottom-zero {
    padding-bottom: 0;
}

.moto-spacing-bottom-small {
    padding-bottom: 15px;
}

.moto-spacing-bottom-medium {
    padding-bottom: 60px;
}

.moto-spacing-bottom-large {
    padding-bottom: 150px;
}

.moto-spacing-left-auto {
    padding-left: initial;
}

.moto-spacing-left-zero {
    padding-left: 0;
}

.moto-spacing-left-small {
    padding-left: 15px;
}

.moto-spacing-left-medium {
    padding-left: 60px;
}

.moto-spacing-left-large {
    padding-left: 150px;
}

.moto-spacing-right-auto {
    padding-right: initial;
}

.moto-spacing-right-zero {
    padding-right: 0;
}

.moto-spacing-right-small {
    padding-right: 15px;
}

.moto-spacing-right-medium {
    padding-right: 60px;
}

.moto-spacing-right-large {
    padding-right: 150px;
}

@media (max-width: 1039px) {
    .moto-spacing-top-small {
        padding-top: 15px;
    }
    .moto-spacing-top-medium {
        padding-top: 35px;
    }
    .moto-spacing-top-large {
        padding-top: 65px;
    }
    .moto-spacing-bottom-small {
        padding-bottom: 15px;
    }
    .moto-spacing-bottom-medium {
        padding-bottom: 35px;
    }
    .moto-spacing-bottom-large {
        padding-bottom: 65px;
    }
    .moto-spacing-left-small {
        padding-left: 15px;
    }
    .moto-spacing-left-medium {
        padding-left: 35px;
    }
    .moto-spacing-left-large {
        padding-left: 65px;
    }
    .moto-spacing-right-small {
        padding-right: 15px;
    }
    .moto-spacing-right-medium {
        padding-right: 35px;
    }
    .moto-spacing-right-large {
        padding-right: 65px;
    }
}

@media (max-width: 767px) {
    .moto-spacing-top-small {
        padding-top: 15px;
    }
    .moto-spacing-top-medium {
        padding-top: 25px;
    }
    .moto-spacing-top-large {
        padding-top: 45px;
    }
    .moto-spacing-bottom-small {
        padding-bottom: 15px;
    }
    .moto-spacing-bottom-medium {
        padding-bottom: 25px;
    }
    .moto-spacing-bottom-large {
        padding-bottom: 45px;
    }
    .moto-spacing-left-small {
        padding-left: 15px;
    }
    .moto-spacing-left-medium {
        padding-left: 25px;
    }
    .moto-spacing-left-large {
        padding-left: 45px;
    }
    .moto-spacing-right-small {
        padding-right: 15px;
    }
    .moto-spacing-right-medium {
        padding-right: 25px;
    }
    .moto-spacing-right-large {
        padding-right: 45px;
    }
}

@media (max-width: 479px) {
    .moto-spacing-top-small {
        padding-top: 15px;
    }
    .moto-spacing-top-medium {
        padding-top: 25px;
    }
    .moto-spacing-top-large {
        padding-top: 45px;
    }
    .moto-spacing-bottom-small {
        padding-bottom: 15px;
    }
    .moto-spacing-bottom-medium {
        padding-bottom: 25px;
    }
    .moto-spacing-bottom-large {
        padding-bottom: 45px;
    }
    .moto-spacing-left-small {
        padding-left: 15px;
    }
    .moto-spacing-left-medium {
        padding-left: 25px;
    }
    .moto-spacing-left-large {
        padding-left: 45px;
    }
    .moto-spacing-right-small {
        padding-right: 15px;
    }
    .moto-spacing-right-medium {
        padding-right: 25px;
    }
    .moto-spacing-right-large {
        padding-right: 45px;
    }
}

.moto-container_content_5a8ee90c9 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-style: solid;
    border-color: #ffb712;
    border-left-width: 2px;
    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_5a8ee8d48 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-style: solid;
    border-color: #ffb712;
    border-left-width: 2px;
    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_5a8ee81d7 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-style: solid;
    border-color: #ffb712;
    border-left-width: 2px;
    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_5a8edaaa6 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    border-style: solid;
    border-color: #f2f2f2;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.moto-container_content_5a8eda8e5 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f2f2f2;
    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_5a8eda504 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    border-style: solid;
    border-color: #f2f2f2;
    border-left-width: 1px;
    border-right-width: 1px;
    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_5a8eda173 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f2f2f2;
    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_5a8ed98e2 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    border-style: solid;
    border-color: #f2f2f2;
    border-left-width: 1px;
    border-right-width: 1px;
    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_5a8ed90b1 {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #ffb712;
    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_5a8ece391 {
    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: solid;
    border-color: #e5e5e5;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-bottom-width: 1px;
    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: 700;
    font-style: normal;
    font-family: 'Titillium Web', sans-serif;
    color: #ffffff;
    font-size: 37px;
    line-height: 1.3;
    letter-spacing: 0px;
}

.moto-text_201 a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
}

.moto-text_201 a:hover {
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    color: #ffb712;
}

@media (max-width: 1039px) {
    .moto-text_201 {
        font-size: 28px;
        line-height: 1.3;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_201 {
        font-size: 25px;
        line-height: 1.3;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_201 {
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

.moto-container_footer_566a97cc {
    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-background_2 {
    background-color: #ffb712;
}

.moto-background_1 {
    background-color: #1b1a1a;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url('/mt-demo/66300/66373/mt-content/uploads/2018/02/mt-1354-home-header-bg.jpg');
}

.moto-background {
    background-color: #ffffff;
}

.moto-text_system_16 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #343232;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.moto-text_system_16 a {
    color: #343232;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

.moto-text_system_16 a:hover {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    color: #ffb712;
}

@media (max-width: 1039px) {
    .moto-text_system_16 {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_16 {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_16 {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

.moto-text_system_14 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #343232;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.moto-text_system_14 a {
    color: #343232;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

.moto-text_system_14 a:hover {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    color: #ffb712;
}

.moto-text_system_15 {
    font-weight: bold;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
}

.moto-text_system_15 a {
    color: #343232;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
}

.moto-text_system_15 a:hover {
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    color: #ffb712;
}

@media (max-width: 1039px) {
    .moto-text_system_14, .moto-text_system_15 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_14, .moto-text_system_15 {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_14, .moto-text_system_15 {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

.moto-text_system_13 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #343232;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.moto-text_system_13 a {
    color: #343232;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

.moto-text_system_13 a:hover {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    color: #ffb712;
}

@media (max-width: 1039px) {
    .moto-text_system_13 {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_13 {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_13 {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

.moto-text_system_12 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Titillium Web', sans-serif;
    color: #1b1a1a;
    font-size: 17px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.moto-text_system_12 a {
    color: #1b1a1a;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
}

.moto-text_system_12 a:hover {
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    color: #ffb712;
}

@media (max-width: 1039px) {
    .moto-text_system_12 {
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_12 {
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_12 {
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

.moto-text_system_11 {
    font-weight: 600;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #1b1a1a;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.moto-text_system_11 a {
    color: #1b1a1a;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
}

.moto-text_system_11 a:hover {
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    color: #ffb712;
}

@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: 14px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_11 {
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

.moto-text_system_10 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
}

.moto-text_system_10 a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

.moto-text_system_10 a:hover {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    color: #ffb712;
}

@media (max-width: 1039px) {
    .moto-text_system_10 {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_10 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_10 {
        font-size: 14px;
        line-height: 1.3;
        letter-spacing: 0px;
    }
}

.moto-text_system_9 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0px;
}

.moto-text_system_9 a {
    color: #ffffff;
    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: #ffb712;
}

@media (max-width: 1039px) {
    .moto-text_system_9 {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_9 {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_9 {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0px;
    }
}

.moto-text_system_8 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Titillium Web', sans-serif;
    color: #1b1a1a;
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: 0px;
}

.moto-text_system_8_1 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Titillium Web', sans-serif;
    color: #1b1a1a;
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0px;
}

.moto-text_system_8 a {
    color: #1b1a1a;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
}

.moto-text_system_8 a:hover {
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    color: #ffb712;
}

@media (max-width: 1039px) {
    .moto-text_system_8 {
        font-size: 19px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
    .moto-text_system_8_1 {
        font-size: 32px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_8 {
        font-size: 19px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_8 {
        font-size: 19px;
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

.moto-text_system_7 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Titillium Web', sans-serif;
    color: #1b1a1a;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.moto-text_system_7 a {
    color: #1b1a1a;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
}

.moto-text_system_7 a:hover {
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    color: #ffb712;
}

@media (max-width: 1039px) {
    .moto-text_system_7 {
        font-size: 25px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_7 {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_7 {
        font-size: 25px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

.moto-text_system_6 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Titillium Web', sans-serif;
    color: #1b1a1a;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0px;
}

.moto-text_system_6 a {
    color: #1b1a1a;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
}

.moto-text_system_6 a:hover {
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    color: #ffb712;
}

@media (max-width: 1039px) {
    .moto-text_system_6 {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_6 {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_6 {
        font-size: 32px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

.moto-text_system_5 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Playfair Display', serif;
    color: #1b1a1a;
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: -1px;
}

.moto-text_system_5 a {
    color: #1b1a1a;
    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: #ffb712;
}

@media (max-width: 1039px) {
    .moto-text_system_5 {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_5 {
        font-size: 26px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_5 {
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

.moto-text_system_4 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Titillium Web', sans-serif;
    color: #ffffff;
    font-size: 70px;
    line-height: 1.1;
    letter-spacing: 0px;
}

.moto-text_system_4 a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
}

.moto-text_system_4 a:hover {
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    color: #ffb712;
}

@media (max-width: 1039px) {
    .moto-text_system_4 {
        font-size: 32px;
        line-height: 1.1;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_4 {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_4 {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 0px;
    }
}

.moto-text_system_3 {
    font-weight: 700;
    font-style: normal;
    font-family: 'Playfair Display', serif;
    color: #1b1a1a;
    font-size: 120px;
    line-height: 0.9;
    letter-spacing: 0px;
}

.moto-text_system_3 a {
    color: #1b1a1a;
    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: #ffb712;
}

@media (max-width: 1039px) {
    .moto-text_system_3 {
        font-size: 100px;
        line-height: 1;
        letter-spacing: 0px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_3 {
        font-size: 90px;
        line-height: 1;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_3 {
        font-size: 90px;
        line-height: 1;
        letter-spacing: 0px;
    }
}

.moto-text_system_2 {
    font-weight: 900;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.moto-text_system_2 a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 900;
    font-style: normal;
}

.moto-text_system_2 a:hover {
    text-decoration: none;
    font-weight: 900;
    font-style: normal;
    color: #ffffff;
}

@media (max-width: 1039px) {
    .moto-text_system_2 {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_2 {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_2 {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
}

.moto-text_system_1 {
    font-weight: 900;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 1px;
}

.moto-text_system_1 a {
    color: #000000;
    text-decoration: none;
    font-weight: 900;
    font-style: normal;
}

.moto-text_system_1 a:hover {
    text-decoration: none;
    font-weight: 900;
    font-style: normal;
    color: #000000;
}

@media (max-width: 1039px) {
    .moto-text_system_1 {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    .moto-text_system_1 {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
}

@media (max-width: 479px) {
    .moto-text_system_1 {
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
}

#discnt .moto-text_normal, #discnt .moto-text_normal a, #discnt2 .moto-text_normal, #discnt2 .moto-text_normal a {
    color: white;
}

.moto-text_normal {
    font-weight: 400;
    font-style: normal;
    font-family: 'Open Sans', sans-serif;
    color: #706c6c;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0px;
}

.moto-text_normal a {
    color: #989696;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}

.moto-text_normal a:hover {
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    color: #ffb712;
}

#discnt .moto-text_normal a:hover {
    color: #ffb712;
}

#advan .moto-widget-image .moto-widget-image-link {
    height: 52px;
    overflow: hidden;
}

#advan .row-fixed {
    font-size: 0;
}

#advan .row-fixed .col-sm-6 {
    display: inline-block;
    float: none;
    vertical-align: top;
    font-size: 16px;
}

@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.6;
        letter-spacing: 0px;
    }
}

@media (max-width: 479px) {
    .moto-text_normal {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0px;
    }
}

.moto-widget-text * {
    transition: .3s;
}

.moto-widget-text li {
    position: relative;
}

.moto-widget-text ul li {
    padding: 0 0 0 34px;
}

.moto-widget-text ul li:not(:last-child) {
    margin-bottom: 13px;
}

.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: 14px/18px FontAwesome;
    color: #d9d9d9;
    content: "\f068";
    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: #475669;
    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: 5px 15px;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    display: block;
    text-align: left;
    transition: .3s;
    z-index: 1;
}

@media screen and (max-width: 1039px) {
    .moto-widget-menu-link {
        padding: 3px 8px;
    }
}

.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% + 10px);
    min-width: 170px;
    left: 0;
    padding: 15px 0;
    box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.2);
}

.moto-widget-menu .moto-widget-menu-list>.moto-widget-menu-item .moto-widget-menu-sublist:before {
    position: absolute;
    top: -14px;
    height: 14px;
    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: 16px;
    padding: 5px 10px 5px 20px;
}

.moto-widget-menu .moto-widget-menu-list>.moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
    top: -15px;
    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: 15px;
}

@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: 10px;
    }
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list>.moto-widget-menu-item>.moto-widget-menu-link {
    border-bottom: 2px solid;
    padding: 0 0 6px 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: 10px;
    font: 16px 'FontAwesome';
    transition: .33s all ease;
    line-height: 21px;
    transform: none;
    -webkit-transform: 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-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: -16px;
}

.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: 2px solid;
}

.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: 59px;
}

@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: 16px;
    }
}

.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;
}

.float-header2 .moto-widget-menu {
    padding: 4px 0;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list {
        border: 2px solid;
        max-width: none;
    }
    .moto-spacing-top-xs-small {
        margin-top: 7px;
    }
    .moto-widget-menu {
        text-align: right;
    }
    .float-header2 .moto-widget-menu {
        /*text-align: center;*/
    }
    .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: 14px;
        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-width: 2px;
    border-style: solid;
}

.moto-widget-button .moto-widget-button-link.moto-size-small {
    font-size: 15px;
    padding: 14px 32px;
    min-width: 200px;
}

.moto-widget-button .moto-widget-button-link.moto-size-medium {
    font-size: 16px;
    padding: 19px 43px;
    min-width: 200px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button .moto-widget-button-link.moto-size-medium {
        min-width: 120px;
        font-size: 12px;
        padding: 15px 9px;
    }
}

.moto-widget-button .moto-widget-button-link.moto-size-large {
    font-size: 17px;
    padding: 19px 10px;
    min-width: 220px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button .moto-widget-button-link.moto-size-large {
        min-width: 170px;
    }
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-medium {
    padding: 15px 17px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-medium {
        padding: 15px 4px;
    }
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-large {
    padding: 15px 17px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-5 .moto-widget-button-link.moto-size-large {
        padding: 15px 4px;
    }
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-theme-icon {
    font-size: 14px;
    display: inline-block;
    line-height: 22px;
    transition: .3s;
    position: relative;
    margin-left: 7px;
    float: right;
}

@media screen and (max-width: 1039px) {
    .moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-theme-icon {
        margin-left: 2px;
    }
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-theme-icon:before {
    content: "\f0da";
    transition: .3s;
}

.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:before {
    border: 3px solid;
}

.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
    top: 70%;
    content: "\f067";
}

.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: "\f04b";
    font-size: 40px;
}

.moto-widget-image.moto-preset-5 .moto-widget-image-link:before {
    border: 3px 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 {
    opacity: 1;
    right: auto;
    top: 85%;
    bottom: auto;
    left: 50%;
    width: 78%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -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: 85%;
    text-align: left;
}

.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
    bottom: 50%;
    width: 100%;
    left: 0;
    text-align: center;
    content: "\f002";
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    font-size: 30px;
}

.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: "\f065";
    transform: translateY(50%) scale(0);
    -webkit-transform: translateY(50%) scale(0);
    font-size: 35px;
}

.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: 34px;
}

.moto-widget-slider .bx-wrapper .slick-dots {
    font-size: 0;
}

.moto-widget-slider .bx-wrapper .slick-dots button {
    transition: .3s;
}

.moto-widget-slider .bx-wrapper .slick-dots {
    position: absolute;
    bottom: 75px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider .bx-wrapper .slick-dots {
        bottom: 10px;
    }
}

.moto-widget-slider .bx-wrapper .slick-dots li:not(:first-child) {
    margin-left: 4px;
}

.moto-widget-slider .bx-wrapper .slick-dots li button {
    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: 60px;
    height: 60px;
    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: 16px/56px 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 {
    padding: 0 60px;
}

.moto-widget-slider .carousel-block .bx-wrapper .slick-dots {
    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 .slick-dots {
        text-align: center;
        bottom: -10px;
    }
}

.moto-widget-slider.moto-widget-slider-loader li:first-child:after {
    border-top-color: rgba(250, 174, 0, 0.2);
    border-right-color: rgba(250, 174, 0, 0.2);
    border-bottom-color: rgba(250, 174, 0, 0.2);
    border-left-color: #faae00;
}

.moto-widget-slider.moto-preset-default .bx-wrapper .slick-dots {
    width: 100%;
    position: absolute;
    bottom: 30px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-default .bx-wrapper .slick-dots {
        bottom: 10px;
    }
}

.moto-widget-slider.moto-preset-default .bx-wrapper .slick-dots li:not(:first-child) {
    margin-left: 30px;
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-preset-default .bx-wrapper .slick-dots li:not(:first-child) {
        margin-left: 16px;
    }
}

.moto-widget-slider.moto-preset-default .bx-wrapper .slick-dots li button {
    width: 14px;
    height: 14px;
    transition: .3s;
    border-radius: 50%;
    border: none;
}

.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: 40px/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 .slick-dots {
    bottom: 35px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-default .bx-wrapper .slick-dots {
        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 30px;
    }
}

.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 .slick-dots {
    bottom: -35px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1039px) {
    .moto-widget-slider.moto-preset-default .carousel-block .bx-wrapper .slick-dots {
        bottom: -20px;
    }
}

.moto-widget-slider.moto-preset-2 .bx-wrapper .slick-dots li:not(:first-child) {
    margin-left: 8px;
}

.moto-widget-slider.moto-preset-2 .bx-wrapper .slick-dots li button {
    width: 16px;
    height: 16px;
    border-width: 2px;
}

.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev, .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev, .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next {
        width: 34px;
        height: 34px;
    }
}

.moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev:before, .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next:before {
    font: 28px/40px FontAwesome;
}

@media screen and (max-width: 767px) {
    .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-prev:before, .moto-widget-slider.moto-preset-2 .bx-wrapper .bx-controls .bx-next:before {
        font: 24px/28px FontAwesome;
    }
}

.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-slider.moto-preset-2 .carousel-block {
    padding-bottom: 0;
}

.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper {
    padding: 0;
    padding-right: 40px;
}

.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: 0;
    top: 100%;
}

.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: 0;
    top: 100%;
}

.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .slick-dots {
    bottom: 50%;
    width: auto;
    position: absolute;
    right: 0;
    left: auto;
}

.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .slick-dots li {
    display: block;
}

.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .slick-dots li:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
}

.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: 0;
}

.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: 1px solid;
    padding: 13px 12px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field {
        font-size: 14px;
    }
}

.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field.moto-widget-contact_form-textarea {
    height: 135px;
    margin-bottom: 20px;
}

.moto-widget-contact_form .moto-widget-contact_form-buttons {
    margin-top: 20px;
}

.moto-widget-contact_form .moto-widget-contact_form-field-error {
    right: 23px;
    top: 5px;
    font-size: 10px;
    position: absolute;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-group .moto-widget-contact_form-field {
    padding: 15px 28px;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-group .moto-widget-contact_form-field {
    padding: 11px 12px;
    border-radius: 5px;
}

.moto-back-to-top-button {
    right: 70px;
    bottom: -50px;
    transition: .3s;
}

.moto-back-to-top-button.moto-back-to-top-button_visible {
    bottom: 40px;
}

@media screen and (max-width: 1039px) {
    .moto-back-to-top-button.moto-back-to-top-button_visible {
        right: 20px;
        bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .moto-back-to-top-button.moto-back-to-top-button_visible {
        right: 10px;
    }
}

.moto-back-to-top-button .moto-back-to-top-button-link {
    transition: .3s;
    color: #ffffff;
    background: #e09c00;
    font: 26px/56px 'FontAwesome';
    text-align: center;
    height: 58px;
    border-radius: 10px;
    width: 58px;
}

@media screen and (max-width: 1039px) {
    .moto-back-to-top-button .moto-back-to-top-button-link {
        height: 40px;
        width: 40px;
        font: 22px/38px 'FontAwesome';
    }
}

.moto-back-to-top-button .moto-back-to-top-button-link:hover {
    background: #000000;
}

.moto-back-to-top-button .moto-back-to-top-button-link .moto-back-to-top-button-icon:before {
    content: "\f106";
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    padding: 11px 25px;
}

@media screen and (max-width: 767px) {
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
        padding: 11px 10px;
    }
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__content {
    padding: 30px 32px 0 32px;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header {
    padding: 11px 25px;
}

@media screen and (max-width: 767px) {
    .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header {
        padding: 11px 10px;
    }
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__content {
    padding: 30px 32px 0 32px;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__content {
    padding: 15px 30px 0;
}

.moto-widget-completion_bars__item {
    padding-bottom: 13px;
}

.moto-widget-divider.moto-preset-default .moto-widget-divider-line {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #ffb712;
}

.moto-widget-divider.moto-preset-2 .moto-widget-divider-line {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #e5e5e5;
}

.moto-widget-divider.moto-preset-3 .moto-widget-divider-line {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #ffffff;
}

.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: rgba(0, 0, 0, 0.4);
    border-color: transparent;
}

.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:after {
    color: #ffb712;
}

.moto-widget-image.moto-preset-4 .moto-widget-image-link:after {
    color: #ffffff;
}

.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: #ffffff;
}

.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:before {
    background-color: transparent;
}

.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: #cccccc;
}

.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:after {
    color: transparent;
}

.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:before {
    background-color: transparent;
    border-color: #cccccc;
}

.moto-widget-button.moto-preset-default .moto-widget-button-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1b1a1a;
    background-color: #ffb712;
    border-color: #ffb712;
}

.moto-widget-button.moto-preset-default .moto-widget-button-link:hover {
    color: #1b1a1a;
    background-color: #ffffff;
    border-color: #ffffff;
}

.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: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1b1a1a;
    background-color: #ffb712;
    border-color: #ffb712;
}

.moto-widget-button.moto-preset-2 .moto-widget-button-link:hover {
    color: #1b1a1a;
    background-color: #ffffff;
    border-color: #1b1a1a;
}

.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: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    background-color: #1b1a1a;
    border-color: #1b1a1a;
}

.moto-widget-button.moto-preset-3 .moto-widget-button-link:hover {
    color: #1b1a1a;
    background-color: #ffffff;
    border-color: #1b1a1a;
}

.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 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1b1a1a;
    background-color: #ffffff;
    border-color: #1b1a1a;
}

.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover {
    color: #1b1a1a;
    background-color: #ffb712;
    border-color: #ffb712;
}

.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover .moto-widget-button-label {
    text-decoration: none;
}

.moto-widget-button.moto-preset-4 .moto-widget-button-link .moto-widget-button-label {
    text-decoration: none;
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    background-color: #ffb712;
    border-color: #ffb712;
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover {
    color: #ffb712;
    background-color: #ffffff;
    border-color: #ffb712;
}

.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:hover .moto-widget-theme-icon:before {
    color: #ffb712;
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-button-label {
    text-decoration: none;
}

.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-theme-icon:before {
    color: #ffffff;
}

.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link {
    border-color: #ffffff;
    background-color: #ffffff;
}

.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:before {
    color: #343232;
}

.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:hover {
    border-color: #989696;
    background-color: #989696;
}

.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:hover:before {
    color: #ffffff;
}

.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: #ffb712;
}

.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover {
    border-color: transparent;
    background-color: transparent;
}

.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: #1b1a1a;
}

.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:hover:before {
    color: #ffb712;
}

.moto-widget-slider.moto-preset-default .bx-caption {
    background-color: transparent;
}

.moto-widget-slider.moto-preset-default .bx-caption_text {
    font-family: 'Titillium Web', sans-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: #ffb712;
}

.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: #706c6c;
}

.moto-widget-slider.moto-preset-default button {
    background-color: #d9d9d9;
}

.moto-widget-slider.moto-preset-default button:hover {
    background-color: #ffb712;
}

.moto-widget-slider.moto-preset-default button.active {
    background-color: #ffb712;
}

.moto-widget-slider.moto-preset-default button.active:hover {
    background-color: #ffb712;
}

.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: #ffb712;
}

.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: #1b1a1a;
}

.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:hover, .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:hover {
    background-color: #1b1a1a;
    border-color: #1b1a1a;
}

.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: #ffffff;
}

.moto-widget-slider.moto-preset-2 button {
    border-color: #1b1a1a;
    background-color: transparent;
}

.moto-widget-slider.moto-preset-2 button:hover {
    border-color: #1b1a1a;
    background-color: #1b1a1a;
}

.moto-widget-slider.moto-preset-2 .slick-active button {
    border-color: #1b1a1a;
    background-color: #1b1a1a;
}

.moto-widget-slider.moto-preset-2 .slick-active button:hover {
    background-color: #1b1a1a;
}

.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: 'Titillium Web', 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(118, 118, 118, 0.6);
}

.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:after {
    color: #ffffff;
}

.moto-widget-grid-gallery.moto-preset-2 .caption_text {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    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: #1b1a1a;
}

.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: 'Titillium Web', 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: #706c6c;
    background-color: #f2f2f2;
    font-style: normal;
    font-weight: 400;
    border-color: #f2f2f2;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
    color: #706c6c;
    background-color: #f2f2f2;
    border-color: #e82914;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
    color: #706c6c;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
    color: #706c6c;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
    color: #706c6c;
}

.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: #e82914;
}

.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: #e82914;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    border-color: #81868c;
    color: #55616d;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
    border-color: #ff0000;
}

.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: #706c6c;
    background-color: transparent;
    font-style: normal;
    font-weight: 400;
    border-color: #ffb712;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
    color: #706c6c;
    background-color: transparent;
    border-color: #e82914;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
    color: #706c6c;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
    color: #706c6c;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
    color: #706c6c;
}

.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: #e82914;
}

.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: #e82914;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    border-color: #81868c;
    color: #55616d;
}

.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
    border-color: #ff0000;
}

.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: #989696;
    background-color: #001835;
    font-style: normal;
    font-weight: 400;
    border-color: #001835;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
    color: #989696;
    background-color: #001835;
    border-color: #e82914;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
    color: #989696;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
    color: #989696;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
    color: #989696;
}

.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: #e82914;
}

.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: #e82914;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
    width: 16px;
    height: 16px;
    font-size: 16px;
    border-color: #81868c;
    color: #55616d;
}

.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
    border-color: #ff0000;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
    color: #1b1a1a;
    border-color: #ffb712;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #1b1a1a;
    text-decoration: none;
    border-color: transparent;
}

.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: #1b1a1a;
    text-decoration: none;
    border-color: transparent;
}

.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:hover {
    color: #1b1a1a;
    border-color: #ffb712;
}

.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: #ffb712;
}

.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: transparent;
}

.moto-widget-menu.moto-preset-default .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: #1b1a1a;
    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: #1b1a1a;
    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: transparent;
}

.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: #ffb712;
}

.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: transparent;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
    color: transparent;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-toggle-btn {
    color: #ffffff;
    background-color: #1b1a1a;
}

@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-preset-default .moto-widget-menu-toggle-btn {
        color: #ffffff;
        background-color: #1b1a1a;
    }
    .moto-widget-menu.moto-preset-default .moto-widget-menu-list {
        background-color: #ffffff;
        border-color: #ffb712;
    }
    .moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item {
        border-color: transparent;
    }
    .moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
        color: #1b1a1a;
        text-decoration: none;
        background-color: transparent;
    }
    .moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
        color: #1b1a1a;
        text-decoration: none;
        background-color: transparent;
    }
    .moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-sublist {
        background-color: #ffffff;
    }
    .moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
        color: #1b1a1a;
        text-decoration: none;
        background-color: transparent;
    }
    .moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
        color: #1b1a1a;
        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: #ffb712;
    border-color: #ffb712;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    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: #ffb712;
    border-color: #ffb712;
}

.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: #ffb712;
    border-color: #ffb712;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist {
    background-color: #ffffff;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item:hover>.moto-widget-menu-link {
    color: #ffb712;
    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: #ffb712;
}

.moto-widget-menu.moto-preset-2 .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: #1b1a1a;
    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: #ffb712;
    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: #ffb712;
}

.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: #ffb712;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
    color: #1b1a1a;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-toggle-btn {
    color: #ffb712;
    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: #ffb712;
    }
    .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list {
        background-color: #ffb712;
        border-color: #ffb712;
    }
    .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: #ffb712;
    }
    .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: #1b1a1a;
        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: #ffb712;
        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: #1b1a1a;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #ffb712;
    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: #1b1a1a;
    text-decoration: none;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist {
    background-color: #ffb712;
}

.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover>.moto-widget-menu-link {
    color: #1b1a1a;
}

.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: #1b1a1a;
}

.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: #1b1a1a;
    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: #1b1a1a;
}

.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: #1b1a1a;
    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: #1b1a1a;
}

.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: #ffb712;
    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: #ffb712;
    }
    .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list {
        background-color: #ffffff;
        border-color: #ffb712;
    }
    .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: #1b1a1a;
        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: #ffb712;
    }
    .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: #1b1a1a;
        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: #ffb712;
        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: #ffb712;
    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: #706c6c;
}

.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: #706c6c;
    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: #706c6c;
    border-color: transparent;
    text-decoration: none;
}

.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button {
    background-color: #1b1a1a;
}

.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button:before {
    color: #706c6c;
}

.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: #706c6c;
}

.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: #706c6c;
    background-color: #1b1a1a;
    font-size: 12px;
    border-color: #1b1a1a;
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-time-current, .moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
    background-color: #706c6c;
}

.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: #ffffff;
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-time-loaded {
    background-color: rgba(112, 108, 108, 0.25);
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-time-total {
    background-color: rgba(112, 108, 108, 0.25);
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
    box-shadow: 0px 0px 4px 0px #706c6c;
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-total {
    background-color: rgba(255, 255, 255, 0.5);
}

.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
    box-shadow: 0px 0px 4px 0px #ffffff;
}

.moto-widget-countdown.moto-preset-default .countdown-item-amount {
    color: #ffb712;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 15px;
}

.moto-widget-countdown.moto-preset-default .countdown-item-unit {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-transform: none;
}

.moto-widget-countdown.moto-preset-default .countdown-item-delimiter {
    min-width: 90px;
    font-size: 20px;
    color: #ffffff;
}

.moto-widget-countdown.moto-preset-default .countdown-item-block {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #81868c;
    background-color: transparent;
    font-size: 12px;
    height: 140px;
    width: 230px;
    padding: 0 5px;
    border-color: transparent;
    border-radius: 150px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-countdown.moto-preset-default .countdown-item-amount {
        font-size: 35px;
    }
    .moto-widget-countdown.moto-preset-default .countdown-item-unit {
        font-size: 14px;
    }
    .moto-widget-countdown.moto-preset-default .countdown-item-delimiter {
        min-width: 50px;
    }
    .moto-widget-countdown.moto-preset-default .countdown-item-block {
        height: 120px;
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-countdown.moto-preset-default .countdown-item-amount {
        font-size: 28px;
    }
    .moto-widget-countdown.moto-preset-default .countdown-item-unit {
        font-size: 11px;
    }
    .moto-widget-countdown.moto-preset-default .countdown-item-delimiter {
        min-width: 20px;
    }
    .moto-widget-countdown.moto-preset-default .countdown-item-block {
        height: 100px;
        width: 100px;
    }
}

@media screen and (max-width: 479px) {
    .moto-widget-countdown.moto-preset-default .countdown-item-amount {
        font-size: 20px;
    }
    .moto-widget-countdown.moto-preset-default .countdown-item-unit {
        font-size: 10px;
    }
    .moto-widget-countdown.moto-preset-default .countdown-item-delimiter {
        min-width: 10px;
    }
    .moto-widget-countdown.moto-preset-default .countdown-item-block {
        height: 60px;
        width: 60px;
    }
}

.moto-widget-countdown.moto-preset-2 .countdown-item-amount {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
}

.moto-widget-countdown.moto-preset-2 .countdown-item-unit {
    color: #ffffff;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
}

.moto-widget-countdown.moto-preset-2 .countdown-item-delimiter {
    min-width: 60px;
    font-size: 20px;
    color: #ffb712;
}

.moto-widget-countdown.moto-preset-2 .countdown-item-block {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #81868c;
    background-color: #ffb712;
    font-size: 12px;
    height: 120px;
    width: 120px;
    border-color: #ffffff;
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-style: solid;
    border-radius: 2px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-countdown.moto-preset-2 .countdown-item-amount {
        font-size: 35px;
    }
    .moto-widget-countdown.moto-preset-2 .countdown-item-unit {
        font-size: 14px;
    }
    .moto-widget-countdown.moto-preset-2 .countdown-item-delimiter {
        min-width: 50px;
    }
    .moto-widget-countdown.moto-preset-2 .countdown-item-block {
        height: 120px;
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-countdown.moto-preset-2 .countdown-item-amount {
        font-size: 28px;
    }
    .moto-widget-countdown.moto-preset-2 .countdown-item-unit {
        font-size: 11px;
    }
    .moto-widget-countdown.moto-preset-2 .countdown-item-delimiter {
        min-width: 20px;
    }
    .moto-widget-countdown.moto-preset-2 .countdown-item-block {
        height: 100px;
        width: 100px;
    }
}

@media screen and (max-width: 479px) {
    .moto-widget-countdown.moto-preset-2 .countdown-item-amount {
        font-size: 20px;
    }
    .moto-widget-countdown.moto-preset-2 .countdown-item-unit {
        font-size: 10px;
    }
    .moto-widget-countdown.moto-preset-2 .countdown-item-delimiter {
        min-width: 10px;
    }
    .moto-widget-countdown.moto-preset-2 .countdown-item-block {
        height: 60px;
        width: 60px;
    }
}

.moto-widget-countdown.moto-preset-3 .countdown-item-amount {
    color: #1b1a1a;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
}

.moto-widget-countdown.moto-preset-3 .countdown-item-unit {
    color: #1b1a1a;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
}

.moto-widget-countdown.moto-preset-3 .countdown-item-delimiter {
    min-width: 60px;
    font-size: 20px;
    color: #ffffff;
}

.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: #ffb712;
    font-size: 12px;
    height: 120px;
    width: 120px;
    border-color: transparent;
    border-top-width: 3px;
    border-left-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-style: solid;
    border-radius: 115px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-countdown.moto-preset-3 .countdown-item-amount {
        font-size: 35px;
    }
    .moto-widget-countdown.moto-preset-3 .countdown-item-unit {
        font-size: 14px;
    }
    .moto-widget-countdown.moto-preset-3 .countdown-item-delimiter {
        min-width: 50px;
    }
    .moto-widget-countdown.moto-preset-3 .countdown-item-block {
        height: 100px;
        width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-countdown.moto-preset-3 .countdown-item-amount {
        font-size: 28px;
    }
    .moto-widget-countdown.moto-preset-3 .countdown-item-unit {
        font-size: 11px;
    }
    .moto-widget-countdown.moto-preset-3 .countdown-item-delimiter {
        min-width: 20px;
    }
    .moto-widget-countdown.moto-preset-3 .countdown-item-block {
        height: 100px;
        width: 100px;
    }
}

@media screen and (max-width: 479px) {
    .moto-widget-countdown.moto-preset-3 .countdown-item-amount {
        font-size: 20px;
    }
    .moto-widget-countdown.moto-preset-3 .countdown-item-unit {
        font-size: 10px;
    }
    .moto-widget-countdown.moto-preset-3 .countdown-item-delimiter {
        min-width: 10px;
    }
    .moto-widget-countdown.moto-preset-3 .countdown-item-block {
        height: 60px;
        width: 60px;
    }
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    background-color: #f2f2f2;
    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: #1b1a1a;
    font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
    color: #1b1a1a;
    font-size: 16px;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon {
    color: #1b1a1a;
    font-size: 22px;
}

.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: 17px;
    }
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
        font-size: 17px;
    }
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon {
        font-size: 17px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
        font-size: 17px;
    }
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
        font-size: 17px;
    }
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon {
        font-size: 17px;
    }
}

@media screen and (max-width: 479px) {
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
        font-size: 17px;
    }
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
        font-size: 17px;
    }
    .moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon {
        font-size: 17px;
    }
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item {
    border-bottom-width: 0px;
    border-color: transparent;
    border-left-width: 0px;
    border-radius: 0px;
    border-right-width: 0px;
    border-style: solid;
    border-top-width: 0px;
    margin-bottom: 30px;
}

.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 .moto-widget-accordion__content {
    background-color: transparent;
    border-bottom-width: 0px;
    border-color: transparent;
    border-left-width: 0px;
    border-radius: 0px;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover {
    border-color: transparent;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__header {
    background-color: #f2f2f2;
    color: #1b1a1a;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
    color: #1b1a1a;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
    color: #1b1a1a;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__content {
    background-color: transparent;
    border-color: transparent;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open {
    border-bottom-width: 0px;
    border-color: transparent;
    border-left-width: 0px;
    border-radius: 0px;
    border-style: solid;
    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-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: #ffb712;
    border-bottom-width: 0px;
    border-color: transparent;
    border-radius: 0px;
    border-style: solid;
    color: #1b1a1a;
    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: #1b1a1a;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
    color: #1b1a1a;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
    content: "\f105";
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover {
    border-color: transparent;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header {
    border-color: transparent;
    color: #1b1a1a;
    background-color: #ffb712;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header-icon {
    color: #1b1a1a;
}

.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__collapse-icon {
    color: #1b1a1a;
}

.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: #ffb712;
    font-family: 'Titillium Web', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header-icon {
    color: #ffb712;
    font-size: 20px;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon {
    color: #ffb712;
    font-size: 20px;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon:before {
    content: "\f054";
}

@media screen and (max-width: 1039px) {
    .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header {
        font-size: 18px;
    }
    .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header-icon {
        font-size: 18px;
    }
    .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon {
        font-size: 18px;
    }
}

@media screen and (max-width: 479px) {
    .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header {
        font-size: 16px;
    }
    .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header-icon {
        font-size: 16px;
    }
    .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon {
        font-size: 16px;
    }
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item {
    border-bottom-width: 1px;
    border-color: #565353;
    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 .moto-widget-accordion__content {
    background-color: transparent;
    border-bottom-width: 0px;
    border-color: #565353;
    border-left-width: 0px;
    border-radius: 0px;
    border-style: none;
    border-top-width: 0px;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover {
    border-color: #565353;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__header {
    background-color: transparent;
    border-color: #ffb712;
    color: #ffb712;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
    color: #ffb712;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
    color: #ffb712;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__content {
    background-color: transparent;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open {
    border-bottom-width: 1px;
    border-color: #565353;
    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: #ffb712;
}

.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: #ffb712;
}

.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: #ffb712;
}

.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__collapse-icon {
    color: #ffb712;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header {
    background-color: #1b1a1a;
    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: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header-icon {
    color: #ffb712;
    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: 15px;
}

.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 .moto-widget-accordion__content {
    background-color: transparent;
    border-bottom-width: 0px;
    border-color: #ffb712;
    border-left-width: 0px;
    border-radius: 0px;
    border-style: none;
    border-top-width: 0px;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__header {
    background-color: #1b1a1a;
    color: #ffffff;
}

.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
    color: #1b1a1a;
}

.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: #1b1a1a;
    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-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item {
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item {
        margin-left: 8px;
        margin-right: 8px;
    }
}

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.moto-widget-social-links-extended.moto-preset-default.moto-align-left .moto-widget-social-links-extended__item {
    margin-left: 0;
}

.moto-widget-social-links-extended.moto-preset-default.moto-align-center .moto-widget-social-links-extended__item {
    margin-right: 5px;
    margin-left: 5px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-social-links-extended.moto-preset-default.moto-align-center .moto-widget-social-links-extended__item {
        margin-right: 4px;
        margin-left: 4px;
    }
}

.moto-widget-social-links-extended.moto-preset-default.moto-align-right .moto-widget-social-links-extended__item {
    margin-right: 0;
}

.moto-widget-social-links-extended.moto-preset-default.moto-align-right .moto-widget-social-links-extended__item:first-child {
    margin-left: 0;
}

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link {
    font-size: 16px;
    width: 24px;
    height: 24px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-radius: 0px;
    border-style: none;
    color: #ffb712;
    background-color: transparent;
    border-color: transparent;
}

.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
}

.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__item {
    margin-bottom: 0px;
    margin-left: 14px;
    margin-right: 14px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__item {
        margin-left: 17px;
        margin-right: 17px;
    }
}

.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__item:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.moto-widget-social-links-extended.moto-preset-2.moto-align-left .moto-widget-social-links-extended__item {
    margin-left: 0;
}

.moto-widget-social-links-extended.moto-preset-2.moto-align-center .moto-widget-social-links-extended__item {
    margin-right: 7px;
    margin-left: 7px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-social-links-extended.moto-preset-2.moto-align-center .moto-widget-social-links-extended__item {
        margin-right: 8.5px;
        margin-left: 8.5px;
    }
}

.moto-widget-social-links-extended.moto-preset-2.moto-align-right .moto-widget-social-links-extended__item {
    margin-right: 0;
}

.moto-widget-social-links-extended.moto-preset-2.moto-align-right .moto-widget-social-links-extended__item:first-child {
    margin-left: 0;
}

.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__link {
    font-size: 16px;
    width: 24px;
    height: 24px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 25px;
    border-style: solid;
    color: #1b1a1a;
    background-color: transparent;
    border-color: transparent;
}

.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__link:hover {
    color: #ffb712;
    background-color: transparent;
}

.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__item {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__item:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.moto-widget-social-links-extended.moto-preset-3.moto-align-left .moto-widget-social-links-extended__item {
    margin-left: 0;
}

.moto-widget-social-links-extended.moto-preset-3.moto-align-center .moto-widget-social-links-extended__item {
    margin-right: 5px;
    margin-left: 5px;
}

.moto-widget-social-links-extended.moto-preset-3.moto-align-right .moto-widget-social-links-extended__item {
    margin-right: 0;
}

.moto-widget-social-links-extended.moto-preset-3.moto-align-right .moto-widget-social-links-extended__item:first-child {
    margin-left: 0;
}

.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__link {
    font-size: 14px;
    width: 32px;
    height: 32px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-radius: 0px;
    border-style: solid;
    color: #ffb712;
    background-color: #ffffff;
    border-color: #ffb712;
}

.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__link:hover {
    color: #ffffff;
    background-color: #ffb712;
    border-color: #ffb712;
}

.moto-widget-back-to-top {
    top: auto;
    bottom: 60px;
    right: 40px;
    left: auto;
}

.moto-widget-back-to-top.moto-back-to-top-button_visible {
    -webkit-animation-name: none;
    animation-name: none;
}

.moto-back-to-top-button-icon {
    line-height: 56px;
}

@media screen and (max-width: 1039px) {
    .moto-widget-back-to-top {
        top: auto;
        bottom: 20px;
        right: 20px;
        left: auto;
    }
    .moto-back-to-top-button-icon {
        line-height: 36px;
    }
    .moto-widget-carousel .moto-widget-carousel-item {
        /*padding-right: 107px;*/
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-back-to-top {
        top: auto;
        left: auto;
    }
}

@media screen and (max-width: 479px) {
    .moto-widget-back-to-top {
        top: auto;
        left: auto;
    }
}

.float-header .moto-widget-button {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .float-header .moto-widget-button {
        text-align: center;
    }
}

.moto-widget-back-to-top-link {
    width: 48px;
    height: 48px;
}

.moto-widget-back-to-top-link {
    font-size: 24px;
    background-color: rgba(211, 216, 219, 0.8);
    color: #2e3a46;
    border-color: #ffffff;
    border-style: solid;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-radius: 0px;
}

.moto-widget-back-to-top-link:hover {
    color: #d3d8db;
    background-color: #2e3a46;
    border-color: #d3d8db;
}

.moto-widget-back-to-top-icon:before {
    content: "\f077";
}

.container-fluid, .moto-cell {
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row-fixed .container-fluid {
    max-width: 1200px;
}

.tbl {
    display: table;
    width: 100%;
}

.tbl>span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.moto-widget-grid-hardware-item .overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(45, 46, 46, 0.97);
}

.moto-widget-grid-hardware-item:hover .caption2 {
    display: block;
}

.hardware2 .moto-widget-grid-hardware-item:hover .caption2 {
    display: block;
}

.moto-widget-grid-hardware-item:hover .overlay {
    display: block;
}

.moto-widget-grid-hardware-items .moto-widget-grid-hardware-item .wrap {
    /*background: #e6e1de;*/
    position: relative;
}

.hardware2 .moto-widget-grid-hardware-items .moto-widget-grid-hardware-item .wrap {
    background: #f5f5f5;
}

.moto-widget-grid-hardware-items .moto-widget-grid-hardware-item .wrap img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    /* height: 256px; */
}

.moto-widget-grid-hardware-items .moto-widget-grid-hardware-item .wrap .tbl {
    height: 256px;
    overflow: hidden;
}

.moto-widget-grid-hardware-items .moto-widget-grid-hardware-item .wrap .caption2 {
    position: absolute;
    left: 30px;
    bottom: 21px;
}

.hardware2 .moto-widget-grid-hardware-items .moto-widget-grid-hardware-item .wrap .caption2 {
    position: static;
}

.popup-window label {
    display: block;
}

.popup-window {
    max-width: 600px;
    min-width: 310px;
    padding: 20px;
    border-radius: 6px;
    display: table;
    position: relative;
    margin: 0 auto;
    background: #fff;
    z-index: 500;
    box-sizing: border-box;
}

.popup-window form button {
    padding-right: 0px;
    padding: 12px 20px;
}

.popup-window label {
    margin-bottom: 15px;
}

.popup-window .btn-wrap {
    padding-top: 10px;
}

#thanks p.title {
    font-size: 2em;
    text-align: center;
    margin-top: 0;
}

#thanks p {
    text-align: center;
}

.policy-block p {
    margin: 0 0 15px;
}

.policy {
    font-size: 14px;
    margin: 15px 0 0;
}

.policy.white {
    color: white;
    margin: 0;
}

.policy:before {
    content: "☑";
    display: inline-block;
    margin-right: 5px;
}

.policy a:hover, .policy a:focus {
    text-decoration: underline;
}

.slick-initialized .slick-slide {
    height: auto;
}

.moto-widget-countdown .countdown-item-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
}

.moto-widget-countdown .countdown-item {
    float: none;
    display: inline-block;
}

.moto-widget-countdown.moto-preset-default .countdown-item-amount {
    font-size: 50px;
}

.float-header2 {
    display: none;
}

@media screen and (max-width: 1215px) {
    .moto-widget-countdown.moto-preset-default .countdown-item-block {
        height: 140px;
        width: 193px;
    }
}

@media screen and (max-width: 1039px) {
    .moto-widget-countdown.moto-preset-default .countdown-item-block {
        width: 245px;
    }
}

@media screen and (max-width: 767px) {
    .moto-widget-countdown.moto-preset-default .countdown-item-unit {
        font-size: 14px;
    }
    .logo-img {
        margin: 7px 0 0;
    }
    .float-header2.moto-sticky__attached {
        background: #1b1a1a;
        display: block;
        right: 0;
        left: 0;
        z-index: 501;
        text-align: center;
    }
    .my-hidden-sm {
        display: none;
    }
    .pull-right-xs {
        float: right;
    }
}

@media screen and (max-width: 479px) {
    .moto-widget-countdown.moto-preset-default .countdown-item-unit {
        font-size: 14px;
    }
    .logo-img {
        margin: 15px 0 0;
    }
}

.list-1 {
    margin: 10px 0 0;
}

.list-1 li {
    margin-left: 18px;
    font-size: 14px;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
}

.list-1 li:before {
    content: "";
    display: block;
    float: left;
    position: relative;
    top: 7px;
    background: #ffb712;
    border-radius: 50%;
    margin-left: -18px;
    width: 6px;
    height: 6px;
}

.hardware2 .row-fixed {
    font-size: 0;
}

.hardware2 .col-xs-12 {
    float: none;
    display: inline-block;
    vertical-align: top;
}

#map {
    height: 400px;
}

.feedbacks .item {
    height: 256px;
}

.logo-img {
    width: auto !important;
    max-height: 80px;
    max-width: 100% !important;
    min-width: 102px;
}

.logo-tbl {
    display: table;
}

.logo-tbl>div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding-right: 5px;
}

.logo-tbl p {
    font-size: 13px;
    color: #989696;
    font-weight: bold;
}

#footer .logo-tbl p {
    font-size: 13px;
    color: white;
    color: #989696;
}

.soc-web {
    text-align: right;
    margin: 7px 0 0;
}

.soc-web img {
    width: 24px;
}

.soc-web.contacts {
    text-align: center;
}

.soc-web.contacts img {
    width: 40px;
}

p.icon-1 {
    padding-left: 40px;
    margin-left: -40px;
    min-height: 30px;
    background: url(../img/stm/checked-checkbox-50.png) left top no-repeat;
    background-size: 30px 30px;
}

.moto-widget-image img.gal-img {
    width: auto;
    max-height: 430px;
}

.action {
    display: table;
    background: none;
}

.action .sticker {
    margin: -10px 0 0 0;
    position: static;
    left: 0;
    top: 0;
}

.moto-text_pva_3 {
    font: 700 21px/1.25em "Open Sans";
    color: #1b1a1a;
}

.float-button-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

/* TROYA new header */

.header-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
}

.header-margin {
    margin-top: 60px;
}

.form-new {
    padding: 38px;
    color: #000033;
    background: #2c292a;
    border: 1px solid #FFB712;
    border-radius: 7px;
    max-width: 450px;
}

.form-new input {
    font-size: 14px;
    width: 100%;
    border: none;
    background: white;
    /*background-color: #4d4d4d;*/
    border-radius: 0;
    padding: 18px;
    margin-bottom: 20px;
    display: inline-block;
    /*color: #fff;*/
    color: #1b1a1a;
    outline: 0;
}

.form-new .btn {
    color: #232122;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: bold;
    background-color: #FFB712;
    border: none;
    -webkit-transition: .3s background-color;
    transition: .3s background-color;
    margin-bottom: 20px;
    outline: 0;
}

.form-new .btn:hover {
    background-color: #e65c00;
}

.form-new-title {
    font-size: 22px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.form-new-subtitle-top, .form-new-subtitle-bottom {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    font-size: 17px;
}

.form-new-subtitle-top span {
    font-weight: bold;
}

.form-new-subtitle-bottom {
    margin: 0;
}

.form-new-subtitle .moto-color_custom6 {
    color: #ffb712;
}

.table_prices {
    background-color: #f2f2f2;
}

.icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
}

.icons {
    text-align: left;
    color: #fff;
    font-size: 13px;
    margin-left: 10px;
}

/* /TROYA new header */

/* Конец смены */

.end-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 40px 0;
}

.end-padding {
    padding-left: 50px;
}

.end-padding p {
    margin-left: 20px;
}

.end-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    text-align: center;
}

/* END of Конец смены */

/* Digits-section */

.digits-width {
    padding: 0 70px;
}

.digits-container {
    padding: 20px;
}

.digits-title {
    color: #FFBA00;
    font-weight: bold;
    padding: 15px 0;
}

.digits-subtitle {
    color: #FFF;
}

.digits-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 68px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* /Digits-section */

.schedule-padding {
    padding: 0;
}

@media screen and (max-width: 991px) {
    .nav-phone a {
    font-size: 16px;
}
    .form-new {
        padding: 24px;
    }
    .form-new-title {
        font-size: 21px;
    }
    .form-new input {
        padding: 14px;
        margin-bottom: 15px;
    }
    .header-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        max-width: 45px;
    }
    .icon-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .form-new .btn {
        padding: 14px;
        font-size: 14px;
    }
    .form-new-subtitle-top, .form-new-subtitle-bottom {
        font-size: 16px;
    }
    .header-margin {
        margin-top: 90px;
    }
    .digits-width {
        padding: 0 100px;
    }
}

@media screen and (max-width: 767px) {
    .header-icon {
        width: auto;
    }
    .icons {
        text-align: center;
        margin: 5px 0 0 0;
    }
    .icon-item {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 15px 0 15px 0;
    }
    .form-new {
        max-width: none;
        margin-bottom: 25px;
    }
    .header-margin {
        margin-top: 30px;
    }
    .digits-width {
        padding: 0 45px;
    }
}

@media screen and (max-width: 479px) {
    .form-new {
        margin-bottom: 15px;
    }
    #hero-hr-padding {
        padding: 5px 0 5px 0;
    }
    .digits-width {
        padding: 0;
    }
}