@charset 'UTF-8';
body {
    position: relative;
    overflow-x: hidden;
}
.moto-color1 {
    color: #f67141;
}
.moto-color1_1 {
    color: #f67141;
}
.moto-color1_2 {
    color: #f67141;
}
.moto-color1_3 {
    color: #000;
}
.moto-color1_4 {
    color: #f67141;
}
.moto-color1_5 {
    color: #f67141;
}
.moto-color2 {
    color: #1a1a1a;
}
.moto-color2_1 {
    color: #000;
}
.moto-color2_2 {
    color: #0d0d0d;
}
.moto-color2_3 {
    color: #1a1a1a;
}
.moto-color2_4 {
    color: #262626;
}
.moto-color2_5 {
    color: #333;
}
.moto-color3 {
    color: #292929;
}
.moto-color3_1 {
    color: #0f0f0f;
}
.moto-color3_2 {
    color: #1c1c1c;
}
.moto-color3_3 {
    color: #292929;
}
.moto-color3_4 {
    color: #363636;
}
.moto-color3_5 {
    color: #424242;
}
.moto-color4 {
    color: #acacac;
}
.moto-color4_1 {
    color: #919191;
    font-size: 14px;
}
.moto-color4_2 {
    color: #9e9e9e;
}
.moto-color4_3 {
    color: #acacac;
}
.moto-color4_4 {
    color: #b8b8b8;
}
.moto-color4_5 {
    color: #c4c4c4;
}
.moto-color5 {
    color: #f6f6f6;
}
.moto-color5_1 {
    color: #dbdbdb;
}
.moto-color5_2 {
    color: #e8e8e8;
}
.moto-color5_3 {
    color: #f3f3f3;
}
.moto-color5_4 {
    color: #fff;
}
.moto-color5_5 {
    color: #fff;
}
.moto-color_custom1 {
    color: #a1a1a1;
}
.moto-color_custom2 {
    color: #3f3d3d;
}
.moto-color_custom3 {
    color: #252525;
}
.moto-color_custom4 {
    color: #ebebeb;
}
.moto-color_custom5 {
    color: #595959;
}
.moto-bg-color1 {
    background: #f67141;
}
.moto-bg-color1_1 {
    background: #f67141;
}
.moto-bg-color1_2 {
    background: #f67141;
}
.moto-bg-color1_3 {
    background: #f67141;
}
.moto-bg-color1_4 {
    background: #f67141;
}
.moto-bg-color1_5 {
    background: #f67141;
}
.moto-bg-color2 {
    background: #1a1a1a;
}
.moto-bg-color2_1 {
    background: #000;
}
.moto-bg-color2_2 {
    background: #0d0d0d;
}
.moto-bg-color2_3 {
    background: #1a1a1a;
}
.moto-bg-color2_4 {
    background: #262626;
}
.moto-bg-color2_5 {
    background: #333;
}
.moto-bg-color3 {
    background: #292929;
}
.moto-bg-color3_1 {
    background: #0f0f0f;
}
.moto-bg-color3_2 {
    background: #1c1c1c;
}
.moto-bg-color3_3 {
    background: #292929;
}
.moto-bg-color3_4 {
    background: #363636;
}
.moto-bg-color3_5 {
    background: #424242;
}
.moto-bg-color4 {
    background: #acacac;
}
.moto-bg-color4_1 {
    background: #919191;
}
.moto-bg-color4_2 {
    background: #9e9e9e;
}
.moto-bg-color4_3 {
    background: #acacac;
}
.moto-bg-color4_4 {
    background: #b8b8b8;
}
.moto-bg-color4_5 {
    background: #c4c4c4;
}
.moto-bg-color5 {
    background: #f6f6f6;
}
.moto-bg-color5_1 {
    background: #dbdbdb;
}
.moto-bg-color5_2 {
    background: #e8e8e8;
}
.moto-bg-color5_3 {
    background: #f3f3f3;
}
.moto-bg-color5_4 {
    background: #fff;
}
.moto-bg-color5_5 {
    background: #fff;
}
.moto-bg-color_custom1 {
    background: #a1a1a1;
}
.moto-bg-color_custom2 {
    background: #3f3d3d;
}
.moto-bg-color_custom3 {
    background: #252525;
}
.moto-bg-color_custom4 {
    background: #ebebeb;
}
.moto-bg-color_custom5 {
    background: #595959;
}
.moto-widget {
    position: relative;
}
.moto-widget-cover, .frame-empty {
    display: none;
}
@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;
    }
    .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;
                flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-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_bottom .moto-widget-row, .moto-widget-row.moto-justify-content_bottom .moto-widget-image, .moto-widget-row.moto-justify-content_bottom .moto-widget-menu {
        -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-right: auto;
    margin-left: auto;
}
.row-gutter-0 .container-fluid, .row-gutter-0 .moto-cell {
    padding-right: 0;
    padding-left: 0;
}
.row-gutter-0 .row {
    margin-right: 0;
    margin-left: 0;
}
.moto-widget-row > .container-fluid .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
@media screen and (min-width: 1039px) {
    .moto-parallax {
        background-attachment: fixed;
    }
}
@media screen and (min-width: 1039px) {
    .moto-background-fixed {
        background-attachment: fixed;
    }
}
.moto-widget-text-content {
    padding: 0 1px;
}
.moto-align-left {
    text-align: left;
}
.moto-align-center {
    text-align: center;
}
.moto-align-right {
    text-align: right;
}
@media screen and (max-width: 1039px) {
    .moto-visible-on_desktop {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .moto-visible-on_tablet {
        display: none;
    }
}
@media screen and (max-width: 479px) {
    .moto-visible-on_mobile-h {
        display: none;
    }
}
@media screen and (max-width: 1039px) {
    .moto-align-left_tablet {
        text-align: left;
    }
    .moto-align-center_tablet {
        text-align: center;
    }
    .moto-align-right_tablet {
        text-align: right;
    }
}
@media screen and (max-width: 767px) {
    .moto-align-left_mobile-h {
        text-align: left;
    }
    .moto-align-center_mobile-h {
        text-align: center;
    }
    .moto-align-right_mobile-h {
        text-align: right;
    }
}
@media screen and (max-width: 479px) {
    .moto-align-left_mobile-v {
        text-align: left;
    }
    .moto-align-center_mobile-v {
        text-align: center;
    }
    .moto-align-right_mobile-v {
        text-align: right;
    }
}
.moto-widget-button .moto-widget-button-link {
    display: inline-block;
    cursor: pointer;
}
.moto-widget-button .moto-widget-theme-icon {
    display: none;
}
.moto-widget-button button {
    font: inherit;
    border: none;
    outline: none;
    background: 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 {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.moto-widget-social-links {
    font-size: 0;
}
.moto-widget-social-links .moto-widget-social-links-list {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.moto-widget-social-links .moto-widget-social-links-item {
    display: inline-block;
    list-style: none;
}
.moto-widget-social-links .moto-widget-social-links-item.moto-widget-social-links-item_hidden {
    display: none;
}
.moto-widget-social-links .moto-widget-social-links-link {
    display: inline-block;
}
.moto-widget-social-links .moto-widget-social-links-link:hover {
    text-decoration: none;
}
.moto-widget-image {
    font-size: 0;
}
.moto-widget-image .moto-widget-image-link {
    display: inline-block;
}
.moto-widget-image .moto-widget-image-link:hover {
    zoom: 1;
}
.moto-widget-image .moto-widget-image-picture {
    width: 100%;
    max-width: 100%;
}
.moto-widget-image.moto-widget-image_empty {
    display: none;
}
.moto-widget-menu .moto-widget-menu-toggle-btn {
    display: none;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .moto-widget-menu .moto-widget-menu-toggle-btn {
        display: inline-block;
    }
}
.moto-widget-menu.moto-align-right .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-sublist {
    left: -100%;
}
@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list {
        display: block;
        padding: 0;
    }
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
        display: block;
        margin: 0;
    }
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
        width: 100%;
    }
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
        display: none;
    }
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
        position: static;
        display: block;
        padding: 0;
    }
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item {
        width: auto;
        max-width: 100%;
    }
}
.moto-widget-menu .moto-widget-menu-list {
    list-style: none;
}
@media screen and (max-width: 767px) {
    .moto-widget-menu .moto-widget-menu-list {
        position: absolute;
        z-index: 500;
        right: 0;
        left: 0;
        display: none;
    }
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-item {
    position: relative;
    display: inline-block;
}
.moto-widget-menu .moto-widget-menu-sublist {
    position: absolute;
    z-index: 500;
    left: 0;
    display: none;
}
.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 {
    top: 0;
    left: 100%;
}
.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;
    width: 100%;
    pointer-events: none;
    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;
    overflow: hidden;
    height: 0;
    padding-top: 30px;
    padding-bottom: 56.25%;
}
.moto-widget-video .video-container .video-frame {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.moto-widget-contact_form .moto-widget-contact_form-form {
    overflow: hidden;
    width: 100%;
}
.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;
    overflow: hidden;
    height: 0;
}
.moto-widget-slideshare .moto-widget-slideshare-container .moto-widget-slideshare-frame {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    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 {
    font-size: 0;
    line-height: 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 {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}
.moto-widget-slider .bx-pager {
    text-align: center;
}
.moto-widget-slider .bx-pager .bx-pager-item, .moto-widget-slider .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.moto-widget-slider .bx-pager.bx-default-pager a {
    display: block;
    outline: 0;
}
.moto-widget-slider .bx-controls-direction a {
    position: absolute;
    z-index: 9999;
    outline: 0;
}
.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 {
    width: 100%;
    text-align: center;
}
.moto-widget-slider li img {
    display: inline-block;
    width: 100%;
}
.moto-widget-slider li:before {
    display: inline-block;
    height: 100%;
    content: ' ';
    vertical-align: middle;
}
.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 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    content: '';
    -webkit-animation: defaultLoader 1.1s infinite linear;
            animation: defaultLoader 1.1s infinite linear;
    border: 5px solid;
    border-top-color: rgba(24,27,39,.2);
    border-right-color: rgba(24,27,39,.2);
    border-bottom-color: rgba(24,27,39,.2);
    border-left-color: #181b27;
    border-radius: 50%;
}
@-webkit-keyframes defaultCarouselLoader {
    0% {
        left: 0;
        -webkit-transform: scale(0);
                transform: scale(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% {
        left: 0;
        -webkit-transform: scale(0);
                transform: scale(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 {
    display: inline-block;
    width: 100%;
}
.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;
    visibility: hidden;
    list-style: none;
}
.moto-widget-carousel.moto-widget-carousel-loader .loading-block {
    position: relative;
    display: block;
    width: 46px;
    height: 40px;
    margin: 0 auto;
}
.moto-widget-carousel.moto-widget-carousel-loader .loading-circle {
    position: absolute;
    top: 16px;
    -webkit-animation: defaultCarouselLoader 1.25s linear infinite;
            animation: defaultCarouselLoader 1.25s linear infinite;
    text-align: center;
    opacity: 0;
}
.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: .3125s;
            animation-delay: .3125s;
}
.moto-widget-carousel.moto-widget-carousel-loader .loading-circle:nth-of-type(3) {
    -webkit-animation-delay: .625s;
            animation-delay: .625s;
}
.moto-widget-carousel.moto-widget-carousel-loader .loading-circle:nth-of-type(4) {
    -webkit-animation-delay: .9375s;
            animation-delay: .9375s;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-items {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.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 {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    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;
    left: 50%;
    overflow: initial;
    margin-left: -24px;
    padding: 10px 0 10px 0;
    opacity: initial;

    filter: initial;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-items .spinner > span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px 0 4px;
    opacity: 0;
    border-radius: 6px;
    background-color: #000;
}
.moto-widget-social-buttons .social-buttons-list .social-button {
    display: inline-block;
    margin: 0 6px 5px 0;
    vertical-align: top;
}
.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 {
    float: left;
    list-style: none;
    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 {
    display: table;
    padding: 0 .75em;
}
.moto-widget-pagination .moto-pagination-link .moto-pagination-link-icon {
    font-size: 1.42em;
    line-height: 0;
    height: 0;
    padding-top: .039em;
}
.moto-widget-pagination .moto-pagination-link-text {
    display: table-cell;
    vertical-align: middle;
}
.moto-widget-pagination ul {
    display: inline-block;
    list-style: none;
}
.moto-widget-pagination li {
    line-height: 0;
    float: left;
    text-align: center;
}
.moto-widget-pagination a {
    display: table;
    padding: 0 .75em;
}
.moto-widget-pagination a i {
    font-size: 1.42em;
    line-height: 0;
    height: 0;
    padding-top: .039em;
}
.moto-widget-pagination a span {
    display: table-cell;
    vertical-align: middle;
}
.moto-back-to-top-button {
    position: fixed;
    z-index: 500;
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
}
.moto-back-to-top-button.moto-back-to-top-button_visible {
    visibility: visible;
    opacity: 1;
}
.moto-back-to-top-button .moto-back-to-top-button-link {
    display: inline-block;
}
.moto-sticky__hidden {
    display: none;
}
.moto-sticky__attached, .moto-sticky__attached_top, .moto-sticky__attached_bottom {
    position: fixed;
    z-index: 400;
    -webkit-transform: translateZ(0);
       -moz-transform: none;
            transform: translateZ(0);
}
.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-widget-cover_row:after, .moto-widget-cover_row:before {
    width: 15px;
}
.moto-widget-cover_row:after {
    right: -15px;
}
.moto-widget-cover_row:before {
    left: -15px;
}
.moto-anchor {
    position: absolute;
    top: 75px;
}
.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: 50px;
}
.moto-spacing-top-large {
    padding-top: 149px;
}
.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: 50px;
}
.moto-spacing-bottom-large {
    padding-bottom: 149px;
}
.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: 50px;
}
.moto-spacing-left-large {
    padding-left: 149px;
}
.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: 50px;
}
.moto-spacing-right-large {
    padding-right: 149px;
}
@media (max-width: 1039px) {
    .moto-spacing-top-small {
        padding-top: 15px;
    }
    .moto-spacing-top-medium {
        padding-top: 35px;
    }
    .moto-spacing-top-large {
        padding-top: 70px;
    }
    .moto-spacing-bottom-small {
        padding-bottom: 15px;
    }
    .moto-spacing-bottom-medium {
        padding-bottom: 35px;
    }
    .moto-spacing-bottom-large {
        padding-bottom: 70px;
    }
    .moto-spacing-left-small {
        padding-left: 15px;
    }
    .moto-spacing-left-medium {
        padding-left: 35px;
    }
    .moto-spacing-left-large {
        padding-left: 70px;
    }
    .moto-spacing-right-small {
        padding-right: 15px;
    }
    .moto-spacing-right-medium {
        padding-right: 35px;
    }
    .moto-spacing-right-large {
        padding-right: 70px;
    }
}
@media (max-width: 767px) {
    .moto-spacing-top-small {
        padding-top: 15px;
    }
    .moto-spacing-top-medium {
        padding-top: 30px;
    }
    .moto-spacing-top-large {
        padding-top: 50px;
    }
    .moto-spacing-bottom-small {
        padding-bottom: 15px;
    }
    .moto-spacing-bottom-medium {
        padding-bottom: 30px;
    }
    .moto-spacing-bottom-large {
        padding-bottom: 50px;
    }
    .moto-spacing-left-small {
        padding-left: 15px;
    }
    .moto-spacing-left-medium {
        padding-left: 30px;
    }
    .moto-spacing-left-large {
        padding-left: 50px;
    }
    .moto-spacing-right-small {
        padding-right: 15px;
    }
    .moto-spacing-right-medium {
        padding-right: 30px;
    }
    .moto-spacing-right-large {
        padding-right: 50px;
    }
}
@media (max-width: 479px) {
    .moto-spacing-top-small {
        padding-top: 15px;
    }
    .moto-spacing-top-medium {
        padding-top: 30px;
    }
    .moto-spacing-top-large {
        padding-top: 45px;
    }
    .moto-spacing-bottom-small {
        padding-bottom: 15px;
    }
    .moto-spacing-bottom-medium {
        padding-bottom: 30px;
    }
    .moto-spacing-bottom-large {
        padding-bottom: 45px;
    }
    .moto-spacing-left-small {
        padding-left: 15px;
    }
    .moto-spacing-left-medium {
        padding-left: 30px;
    }
    .moto-spacing-left-large {
        padding-left: 45px;
    }
    .moto-spacing-right-small {
        padding-right: 15px;
    }
    .moto-spacing-right-medium {
        padding-right: 30px;
    }
    .moto-spacing-right-large {
        padding-right: 45px;
    }
}
.moto-container_content_58495f351 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #0d0d0d;
}
.moto-container_content_584954c11 {
    margin-top: 0;
    margin-right: 50px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url('../images/mt-0709_01_home_car.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}

.moto-container_content_584954c12 {
    margin-top: 0;
    margin-right: 50px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url('../images/mt-0709_02_home_car.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: cover;
}

.moto-container_content_584931334 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    border-style: solid;
    border-color: #424242;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #262626;
}
.moto-container_content_584931333 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    border-style: solid;
    border-color: #424242;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #262626;
}
.moto-container_content_584931332 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    border-style: solid;
    border-color: #424242;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #262626;
}
.moto-container_content_584931331 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url('../images/mt-0709_01_home_pricing.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}
.moto-text_241 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0;
    color: #595959;
}
.moto-text_241 a {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
.moto-text_241 a:hover {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #595959;
}
@media (max-width: 1039px) {
    .moto-text_241 {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .moto-text_241 {
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_241 {
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 0;
    }
}
.moto-text_240 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 27px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0;
    color: #f67141;
}
.moto-text_240 a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #1a1a1a;
}
.moto-text_240 a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .moto-text_240 {
        font-size: 27px;
        line-height: 1;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .moto-text_240 {
        font-size: 25px;
        line-height: 1;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_240 {
        font-size: 22px;
        line-height: 1;
        letter-spacing: 0;
    }
}
.moto-container_content_584676cb1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url('../images/mt-0709_01_home_bg-3.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.moto-container_content_5845710d7 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    border-style: solid;
    border-color: #424242;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #262626;
}
.moto-container_content_5845700e6 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    border-style: solid;
    border-color: #424242;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #262626;
}
.moto-container_content_58456d135 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
    border-style: solid;
    border-color: #424242;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #262626;
}
.moto-container_content_58456c804 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url('../images/mt-0709_01_home_pricing.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}
.moto-container_content_584567183 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url('../images/mt-0709_01_home_cv.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.moto-container_content_5845603d2 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url('../images/mt-0709_01_home_bg-1.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}
.moto-container_content_5845540d1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url('../images/mt-0709_01_home_count.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}
.moto-text_217 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    color: #292929;
}
.moto-text_217 a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #3f3d3d;
}
.moto-text_217 a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #1a1a1a;
}
@media (max-width: 1039px) {
    .moto-text_217 {
        font-size: 30px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .moto-text_217 {
        font-size: 26px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_217 {
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}
.moto-container_content_5845486d7 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url('../images/mt-0709_01_home_call2.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}
.moto-container_content_5845455f6 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
    border-style: solid;
    border-color: #f3f3f3;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.moto-container_content_584545455 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 30px;
    padding-bottom: 0;
    padding-left: 30px;
    border-style: solid;
    border-color: #f3f3f3;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.moto-container_content_5845452c4 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    border-style: solid;
    border-color: #f3f3f3;
    border-top-width: 5px;
    border-right-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.moto-container_content_584530772 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: rgba(0,0,0,.6);
}
.moto-container_footer {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #0c0c0c;
}
.moto-container_footer-2 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #000;
}
.moto-container_content_58452fc41 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url('../images/mt-0709_01_home_header.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}
.moto-container_content_582ef0b81 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #1a1a1a;
}
.moto-container_content_582d85152 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #292929;
}
.moto-container_content_582d85021 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #292929;
}
.moto-container_content_57e23fe31 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
}
.moto-container_content_57e107ce1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
}
.moto-container_content_57e100cd1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
}
.moto-container_content_57c842c71 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #919191;
}
.moto-container_content_566a97c1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #aaa;
}
.moto-container_content_566aa10a {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
}
.moto-container_content_57c050ff1 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
}
.moto-container_content_57174585 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 90px;
    padding-right: 0;
    padding-bottom: 90px;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
}
.moto-text_186 {
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    color: #747474;
}
.moto-text_186 a {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #acacac;
}
.moto-text_186 a:hover {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #3f3d3d;
}
.moto-container_footer_566a97cc {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
}
.moto-container_header_566a9775 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-style: none;
    border-color: #fff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: transparent;
}
.moto-background_2 {
    background-color: #f67141;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    background-size: auto;
}
.moto-background_1 {
    background-color: #f5f4f3;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    background-size: auto;
}
.moto-background {
    background-color: #fff;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: left top;
    background-size: auto;
}
.moto-text_system_14 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    color: #1a1a1a;
}
.moto-text_system_14 a {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #1a1a1a;
}
.moto-text_system_14 a:hover {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .moto-text_system_14 {
        font-size: 10px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .moto-text_system_14 {
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_system_14 {
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}
.moto-text_system_13 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 67px;
    font-weight: 700;
    font-style: normal;
    line-height: .7;
    letter-spacing: 0;
    color: #f67141;
}
.moto-text_system_13 a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
.moto-text_system_13 a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #292929;
}
@media (max-width: 1039px) {
    .moto-text_system_13 {
        font-size: 40px;
        line-height: .9;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .moto-text_system_13 {
        font-size: 46px;
        line-height: .8;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_system_13 {
        font-size: 46px;
        line-height: .8;
        letter-spacing: 0;
    }
}
.moto-text_system_12 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 0;
    color: #595959;
}
.moto-text_system_12 a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
.moto-text_system_12 a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #1a1a1a;
}
@media (max-width: 1039px) {
    .moto-text_system_12 {
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .moto-text_system_12 {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_system_12 {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 0;
    }
}
.moto-text_system_11 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: 1px;
    color: #a1a1a1;
}
.moto-text_system_11 a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #3f3d3d;
}
.moto-text_system_11 a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .moto-text_system_11 {
        font-size: 11px;
        line-height: 1.7;
        letter-spacing: 1px;
    }
}
@media (max-width: 767px) {
    .moto-text_system_11 {
        font-size: 11px;
        line-height: 2;
        letter-spacing: 1px;
    }
}
@media (max-width: 479px) {
    .moto-text_system_11 {
        font-size: 11px;
        line-height: 1.6;
        letter-spacing: 1px;
    }
}
.moto-text_system_10 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: 0;
    color: #595959;
}
.moto-text_system_10 a {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #595959;
}
.moto-text_system_10 a:hover {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .moto-text_system_10 {
        font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .moto-text_system_10 {
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_system_10 {
        font-size: 15px;
        line-height: 1.7;
        letter-spacing: 0;
    }
}
.moto-text_system_9 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0;
    color: #595959;
}
.moto-text_system_9 a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #1a1a1a;
}
.moto-text_system_9 a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .moto-text_system_9 {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .moto-text_system_9 {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_system_9 {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}

.play {
    display: block;
    width: 72%;
    height: auto;
    margin: 20px 0 100px;
}
.video-responsive-item {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-right: auto;
    padding-bottom: 42.5%;
    padding-left: auto;
}
.video-responsive-item iframe, .video-responsive-item object, .video-responsive-item embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .play {
        width: 100%;
    }
    .video-responsive-item {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-right: auto;
        padding-bottom: 56.5%;
        padding-left: auto;
    }
}

.moto-text_system_8 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0;
    color: #595959;
}
.moto-text_system_8 a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #3f3d3d;
}
.moto-text_system_8 a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .moto-text_system_8 {
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .moto-text_system_8 {
        font-size: 16px;
        line-height: 1.3;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_system_8 {
        font-size: 15px;
        line-height: 1.5;
        letter-spacing: 0;
    }
}
.moto-text_system_7 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0;
    color: #fff;
}
.moto-text_system_7 a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #1a1a1a;
}
.moto-text_system_7 a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .moto-text_system_7 {
        font-size: 20px;
        line-height: 1.4;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .moto-text_system_7 {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_system_7 {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 0;
    }
}
.moto-text_system_6 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: 0;
    color: #1a1a1a;
}
.moto-text_system_6 a {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
.moto-text_system_6 a:hover {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .moto-text_system_6 {
        font-size: 20px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .moto-text_system_6 {
        font-size: 22px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_system_6 {
        font-size: 24px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}
.moto-text_system_5 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: .9;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #292929;
}
.moto-text_system_5 a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #3f3d3d;
}
.moto-text_system_5 a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #1a1a1a;
}
@media (max-width: 1039px) {
    .moto-text_system_5 {
        font-size: 30px;
        line-height: .9;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .moto-text_system_5 {
        font-size: 26px;
        line-height: .9;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_system_5 {
        font-size: 26px;
        line-height: 1.1;
        letter-spacing: 0;
    }
}
.hero-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
}
.moto-text_system_4 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 45px;
    font-weight: 700;
    font-style: normal;
    line-height: .6;
    letter-spacing: 1px;
    color: #fff;
}
.moto-text_system_4 a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #1a1a1a;
}
.moto-text_system_4 a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .moto-text_system_4 {
        font-size: 40px;
        line-height: .6;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .moto-text_system_4 {
        font-size: 40px;
        line-height: 1;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_system_4 {
        font-size: 28px;
        line-height: 1;
        letter-spacing: 0;
    }
}
.moto-text_system_3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: .5;
    letter-spacing: 0;
    color: #fff;
    background: #f67141;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    border-radius: 45px;
    padding: 20px;
}

.moto-text_system_3 a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #1a1a1a;
}
.moto-text_system_3 a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .moto-text_system_3 {
        font-size: 45px;
        line-height: .5;
        letter-spacing: 0;
        height: 60px;
        width: 60px;
        margin: 0 auto;
        border-radius: 30px;
        padding: 17px 0 0 0;
    }
}
@media (max-width: 767px) {
    .moto-text_system_3 {
        font-size: 40px;
        line-height: .5;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_system_3 {
        font-size: 40px;
        line-height: .5;
        letter-spacing: 0;
    }
}

.why-number {
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: .5;
    letter-spacing: 0;
    color: #f67141;
}
.why-number a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #1a1a1a;
}
.why-number a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .why-number {
        font-size: 45px;
        line-height: .5;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .why-number {
        font-size: 40px;
        line-height: .5;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .why-number {
        font-size: 40px;
        line-height: .5;
        letter-spacing: 0;
    }
}

.moto-text_system_2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    color: #f3f3f3;
}
.moto-text_system_2 a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f3f3f3;
}
.moto-text_system_2 a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f3f3f3;
}
@media (max-width: 1039px) {
    .moto-text_system_2 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
}
@media (max-width: 767px) {
    .moto-text_system_2 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 1px;
    }
}
@media (max-width: 479px) {
    .moto-text_system_2 {
        font-size: 14px;
        line-height: 1.2;
        letter-spacing: 0;
    }
}
.moto-text_system_1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 1px;
    color: #27dcc4;
}
.moto-text_system_1 a {
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #27dcc4;
}
.moto-text_system_1 a:hover {
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #fff;
}
@media (max-width: 1039px) {
    .moto-text_system_1 {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 1px;
    }
}
@media (max-width: 767px) {
    .moto-text_system_1 {
        font-size: 18px;
        line-height: 1.4;
        letter-spacing: 1px;
        text-align: center;
    }
}
@media (max-width: 479px) {
    .moto-text_system_1 {
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 1px;
    }
}

.head-phone {
    font-family: 'Ubuntu', sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.7;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
}
.head-phone a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #fff;
}
.head-phone a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .head-phone {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 1px;
    }
}
@media (max-width: 767px) {
    .head-phone {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 1px;
        text-align: center;
    }
}
@media (max-width: 479px) {
    .head-phone {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 1px;
    }
}

.footer-phone {
    font-family: 'Ubuntu', sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    margin-top: 20px;
}
.footer-phone a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #fff;
}
.footer-phone a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .footer-phone {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 1px;
    }
}
@media (max-width: 767px) {
    .footer-phone {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 1px;
        text-align: center;
        margin-top: 0px;
    }
}
@media (max-width: 479px) {
    .footer-phone {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 1px;
    }
}

.footer-mail {
    font-family: 'Ubuntu', sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    text-align: right;
    margin-top: -15px;
    margin-bottom: 20px;
}
.footer-mail a {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #fff;
}
.footer-mail a:hover {
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .footer-mail {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 1px;
    }
}
@media (max-width: 767px) {
    .footer-mail {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 1px;
        text-align: center;
        margin-top: 5px;
        margin-bottom: 10px;
    }
}
@media (max-width: 479px) {
    .footer-mail {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 1px;
    }
}

.moto-text_normal {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: 0;
    color: #fff;
}
.moto-text_normal a {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #fff;
}
.moto-text_normal a:hover {
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #f67141;
}
@media (max-width: 1039px) {
    .moto-text_normal {
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 0;
    }
}
@media (max-width: 767px) {
    .moto-text_normal {
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 0;
    }
}
@media (max-width: 479px) {
    .moto-text_normal {
        font-size: 15px;
        line-height: 1.8;
        letter-spacing: 0;
    }
}
.moto-widget-text a {
    transition: .3s;
}
.moto-widget-text ul li {
    position: relative;
    padding: 0 0 0 40px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-text ul li {
        padding: 0 0 0 30px;
    }
}
.moto-widget-text ul li:not(:last-child) {
    margin-bottom: 20px;
}
.moto-widget-text ul li:before {
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    content: '\f00c';
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
    color: #252525;

    text-rendering: auto;
}
@media screen and (max-width: 1039px) {
    .moto-widget-text ul li:before {
        font-size: 16px;
    }
}
.moto-widget-text ol {
    counter-reset: moto-counter;
}
.moto-widget-text ol li {
    position: relative;
    padding-left: 140px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-text ol li {
        padding-left: 50px;
    }
}
.moto-widget-text ol li:not(:last-child) {
    margin: 0 0 60px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-text ol li:not(:last-child) {
        margin: 0 0 30px;
    }
}
.moto-widget-text ol li:before {
    font-family: 'Lato', sans-serif;
    font-size: 95px;
    line-height: 95px;
    position: absolute;
    top: 50%;
    left: 0;
    content: counter(moto-counter,decimal-leading-zero) '';
    counter-increment: moto-counter;
    -webkit-transform: translate(0,-50%);
            transform: translate(0,-50%);
    color: #f67141;
}
@media screen and (max-width: 1039px) {
    .moto-widget-text ol li:before {
        font-size: 32px;
    }
}
.moto-widget-menu .moto-widget-menu-toggle-btn {
    width: 40px;
    height: 40px;
    padding: 0 8px;
}
.moto-widget-menu .moto-widget-menu-toggle-btn .moto-widget-menu-toggle-btn-icon {
    font-size: 24px;
    line-height: 40px;
}
.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:not(:first-child) {
    margin-left: 58px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
        margin-left: 16px;
    }
}
.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
    font-size: 15px;
    line-height: 1;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: .3s;
    text-align: center;
    letter-spacing: .5px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
        font-size: 14px;
        letter-spacing: 0;
    }
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist {
    top: calc(100% + 36px);
    left: 50%;
    width: 185px;
    padding: 10px 0;
    transition: .3s;
    transform: translateX(-50%);
    text-align: center;
}
@media screen and (max-width: 1039px) {
    .moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist {
        top: calc(100% + 24px);
        left: 50%;
        width: 130px;
        -webkit-transform: translate(-50%,0);
                transform: translate(-50%,0);
    }
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist:before {
    position: absolute;
    top: -38px;
    left: 0;
    width: 100%;
    height: 38px;
    content: '';
}
@media screen and (max-width: 1039px) {
    .moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist:before {
        top: -25px;
        height: 25px;
    }
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    font-size: 14px;
    line-height: 16px;
    padding: 7px 21px;
    transition: .3s;
    text-align: center;
}
@media screen and (max-width: 1039px) {
    .moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
        font-size: 13px;
        padding: 5px 14px;
    }
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item:hover:after {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item:last-child .moto-widget-menu-link:after {
    content: none;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-sublist {
    top: -10px;
    left: calc(100% + 8px) !important;
    transform: translateX(0);
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-sublist:before {
    top: 0;
    left: -46px;
    width: 46px;
    height: 100%;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
    overflow: visible;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
    overflow: visible;
    padding: 10px 20px;
    border: 4px solid;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
    overflow: visible;
    padding: 10px 20px;
    border-radius: 10px;
}
@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list {
        border: 2px solid;
    }
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
        margin: 0 !important;
        padding: 0;
        border-right: none;
        border-bottom: 1px solid;
        border-radius: 0;
    }
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:last-child {
        border-bottom: none;
    }
    .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
        font-size: 17px;
        line-height: 1.5;
        padding: 5px 20px;
        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 .moto-widget-menu-link-arrow, .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-sublist {
        width: 100%;
        margin-left: 0;
        padding: 0;
        transform: none;
        border-top: none;
        border-radius: 0;
        box-shadow: none;
    }
    .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%;
        margin: 0;
        padding: 0;
        text-align: left;
        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 {
        font-size: 14px;
        margin: 0;
        padding: 5px 40px;
        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 {
        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-sublist {
        margin: 0;
    }
    .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: 5px 40px 10px 60px;
    }
}
.moto-widget-button .moto-widget-button-link {
    line-height: 1;
    position: relative;
    z-index: 1;
    transition: all .3s;
    text-align: center;
    letter-spacing: .5px;
    border: 2px solid;

    -webkit-backface-visibility: hidden;
}
.moto-widget-button .moto-widget-button-link .moto-widget-button-label {
    position: relative;
}
.moto-widget-button .moto-widget-button-link.moto-size-small {
    font-size: 16px;
    min-width: 155px;
    padding: 15px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-button .moto-widget-button-link.moto-size-small {
        font-size: 14px;
        line-height: 13px;
        min-width: 100px;
        padding: 14px 9px;
        letter-spacing: 0;
    }
}
.moto-widget-button .moto-widget-button-link.moto-size-medium {
    font-size: 16px;
    min-width: 180px;
    padding: 15px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-button .moto-widget-button-link.moto-size-medium {
        font-size: 14px;
        line-height: 13px;
        min-width: 132px;
        padding: 17px 9px;
        padding: 14px 11px;
        letter-spacing: 0;
    }
}
.moto-widget-button .moto-widget-button-link.moto-size-large {
    font-size: 16px;
    min-width: 210px;
    padding: 15px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-button .moto-widget-button-link.moto-size-large {
        font-size: 14px;
        line-height: 13px;
        min-width: 155px;
        padding: 14px;
        letter-spacing: 0;
    }
}
.moto-widget-image .moto-widget-image-link {
    position: relative;
    transition: all .5s;
    text-align: center;
}
.moto-widget-image .moto-widget-image-link:before {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.moto-widget-image .moto-widget-image-link:after {
    font-family: FontAwesome;
    font-size: 32px;
    line-height: 1;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
@media screen and (max-width: 1039px) {
    .moto-widget-image .moto-widget-image-link:after {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .moto-widget-image .moto-widget-image-link:after {
        font-size: 22px;
    }
}
.moto-widget-image .moto-widget-image-link:before, .moto-widget-image .moto-widget-image-link:after {
    position: absolute;
    content: '';
    transition: all .5s;
}
.moto-widget-image .moto-widget-image-link .moto-widget-image-picture {
    transition: .5s;

    will-change: -webkit-transform;
    will-change:         transform;
}
.moto-widget-image.moto-preset-2 .moto-widget-image-link {
    border-radius: 50%;
}
.moto-widget-image.moto-preset-2 .moto-widget-image-link .moto-widget-image-picture {
    border-radius: 50%;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link {
    overflow: hidden;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:before {
    border: 2px solid;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
    content: '\f067';
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link {
    overflow: hidden;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: .4s;
    opacity: .7;
    background: #595959;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:before {
    height: 100%;
    transition: .4s;
}
.moto-widget-image.moto-preset-4:hover .moto-widget-image-picture {
    transition: .4s;
    transform: scale(1.1);
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:after {
    content: '\f065';
    transition: .4s;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item {
    position: relative;
    overflow: hidden;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption {
    position: absolute;
    z-index: 99;
    bottom: auto;
    left: 50%;
    display: block;
    width: 100%;
    padding: 5px;
    padding: 70px 15px;
    transition: .3s;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    opacity: 0;
}
@media screen and (max-width: 1039px) {
    .moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption {
        width: 80%;
        padding: 40px 15px;
    }
}
@media screen and (max-width: 767px) {
    .moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption {
        width: 80%;
        padding: 20px 15px;
    }
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption_text {
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
}
@media screen and (max-width: 1039px) {
    .moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption_text {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption_text {
        font-size: 20px;
    }
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption-visible {
    transition: .3s;
    opacity: 1;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before, .moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
    position: absolute;
    content: '';
    transition: all .3s;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 1;
    z-index: 3;
    top: 50%;
    left: 50%;
    transition: .3s;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);

    text-rendering: auto;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .moto-widget-grid-gallery-image {
    transition: all .3s;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption {
    top: 70%;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption.caption-visible {
    opacity: 1;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:before {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
    top: 45%;
    content: '\f002';
    opacity: 0;
}
@media screen and (max-width: 1039px) {
    .moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
        font-size: 18px;
    }
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:after {
    top: 50%;
    opacity: 1;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item {
    overflow: hidden;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item .caption {
    font-size: 30px;
    line-height: 30px;
    top: 50%;
    bottom: auto;
    left: -200%;
    transition: .5s;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item .caption {
        width: 80%;
        padding: 20px 10px;
    }
}
@media screen and (max-width: 1039px) {
    .moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item .caption {
        font-size: 25px;
    }
}
@media screen and (max-width: 767px) {
    .moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item .caption {
        font-size: 20px;
    }
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item .caption.caption-visible {
    z-index: 5;
    left: 50%;
    transition: .3s;
    opacity: 1;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:before {
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:hover .moto-widget-grid-gallery-image {
    transform: scale(1.1);
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item {
    overflow: hidden;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item .caption {
    top: 50%;
    width: 80%;
    padding: 0;
    opacity: 1;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:before {
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 90%;
    transition: 1s;
    transform: translate(-50%,-50%);
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:before {
    width: 110%;
    height: 110%;
    transition: 1s;
}
.moto-widget-slider .bx-pager {
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 20px;
    left: 0;
    width: auto;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .moto-widget-slider .bx-pager {
        bottom: 5px;
    }
}
.moto-widget-slider .bx-pager-item {
    vertical-align: middle;
}
.moto-widget-slider .bx-pager-link {
    font-size: 0;
    display: block;
    transition: all .3s;
}
.moto-widget-slider .bx-caption {
    top: 50%;
    right: 0;
    left: 0;
    width: 65%;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}
@media screen and (max-width: 1039px) {
    .moto-widget-slider .bx-caption {
        font-size: 40px;
        line-height: 42px;
        width: 600px;
    }
}
@media screen and (max-width: 767px) {
    .moto-widget-slider .bx-caption {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        padding: 10px 40px;
    }
}
.moto-widget-slider .bx-controls-direction {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.moto-widget-slider .bx-controls-direction .bx-prev, .moto-widget-slider .bx-controls-direction .bx-next {
    font-family: FontAwesome;
    font-size: 0;
    font-weight: normal;
    z-index: 50;
    top: 50%;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    text-decoration: none;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.moto-widget-slider .bx-controls-direction .bx-prev:before, .moto-widget-slider .bx-controls-direction .bx-next:before {
    transition: all .3s;
}
.moto-widget-slider .bx-controls-direction .bx-prev:before {
    content: '\f104';
}
.moto-widget-slider .bx-controls-direction .bx-next:before {
    content: '\f105';
}
.moto-preset-default .bx-pager .bx-pager-item:not(:first-child) {
    margin-left: 12px;
}
.moto-preset-default .bx-pager .bx-pager-item .bx-pager-link {
    width: 14px;
    height: 14px;
}
@media screen and (max-width: 767px) {
    .moto-preset-default .bx-pager .bx-pager-item .bx-pager-link {
        width: 8px;
        height: 8px;
    }
}
.moto-preset-default .bx-caption {
    font-size: 83px;
    line-height: 83px;
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 1039px) {
    .moto-preset-default .bx-caption {
        font-size: 40px;
        line-height: 42px;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .moto-preset-default .bx-caption {
        font-size: 16px;
        line-height: 20px;
        padding: 0;
    }
}
.moto-preset-default .bx-controls-direction .bx-prev, .moto-preset-default .bx-controls-direction .bx-next {
    text-align: center;
}
.moto-preset-default .bx-controls-direction .bx-prev:before, .moto-preset-default .bx-controls-direction .bx-next:before {
    font-size: 18px;
    line-height: 30px;
}
.moto-preset-default .bx-controls-direction .bx-prev {
    left: 3%;
}
@media screen and (max-width: 767px) {
    .moto-preset-default .bx-controls-direction .bx-prev {
        left: 2%;
    }
}
.moto-preset-default .bx-controls-direction .bx-next {
    right: 3%;
}
@media screen and (max-width: 767px) {
    .moto-preset-default .bx-controls-direction .bx-next {
        right: 2%;
    }
}
.moto-widget-carousel .bx-wrapper {
    padding: 40px;
}
@media screen and (max-width: 767px) {
    .moto-widget-carousel .bx-wrapper {
        padding: 30px;
    }
}
.moto-widget-carousel .bx-pager {
    bottom: 15px;
    width: 100%;
    text-align: center;
}
.moto-widget-carousel .bx-controls-direction .bx-prev, .moto-widget-carousel .bx-controls-direction .bx-next {
    width: auto;
    height: auto;
}
.moto-widget-carousel .bx-controls-direction .bx-prev:before, .moto-widget-carousel .bx-controls-direction .bx-next:before {
    font-size: 40px;
    line-height: 45px;
}
@media screen and (max-width: 767px) {
    .moto-widget-carousel .bx-controls-direction .bx-prev:before, .moto-widget-carousel .bx-controls-direction .bx-next:before {
        font-size: 22px;
        line-height: 1;
    }
}
.moto-widget-carousel .bx-controls-direction .bx-prev {
    left: 1%;
}
.moto-widget-carousel .bx-controls-direction .bx-next {
    right: 1%;
}
.moto-preset-2 .bx-pager .bx-pager-item:not(:first-child) {
    margin-left: 22px;
}
.moto-preset-2 .bx-pager .bx-pager-item .bx-pager-link {
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
}
.moto-preset-2 .bx-caption {
    font-size: 83px;
    line-height: 83px;
    padding: 0;
    text-align: center;
}
@media screen and (max-width: 1039px) {
    .moto-preset-2 .bx-caption {
        font-size: 40px;
        line-height: 42px;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .moto-preset-2 .bx-caption {
        font-size: 16px;
        line-height: 20px;
        padding: 0;
    }
}
.moto-preset-2 .bx-controls-direction .bx-prev, .moto-preset-2 .bx-controls-direction .bx-next {
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 60px;
}
@media screen and (max-width: 1039px) {
    .moto-preset-2 .bx-controls-direction .bx-prev, .moto-preset-2 .bx-controls-direction .bx-next {
        width: 45px;
        height: 45px;
    }
}
@media screen and (max-width: 767px) {
    .moto-preset-2 .bx-controls-direction .bx-prev, .moto-preset-2 .bx-controls-direction .bx-next {
        width: 30px;
        height: 30px;
    }
}
.moto-preset-2 .bx-controls-direction .bx-prev:before, .moto-preset-2 .bx-controls-direction .bx-next:before {
    font-size: 30px;
    line-height: 56px;
}
@media screen and (max-width: 1039px) {
    .moto-preset-2 .bx-controls-direction .bx-prev:before, .moto-preset-2 .bx-controls-direction .bx-next:before {
        font-size: 25px;
        line-height: 43px;
    }
}
@media screen and (max-width: 767px) {
    .moto-preset-2 .bx-controls-direction .bx-prev:before, .moto-preset-2 .bx-controls-direction .bx-next:before {
        font-size: 20px;
        line-height: 28px;
    }
}
.moto-preset-2 .bx-controls-direction .bx-prev {
    left: 3%;
}
@media screen and (max-width: 767px) {
    .moto-preset-2 .bx-controls-direction .bx-prev {
        left: 1%;
    }
}
.moto-preset-2 .bx-controls-direction .bx-next {
    right: 3%;
}
@media screen and (max-width: 767px) {
    .moto-preset-2 .bx-controls-direction .bx-next {
        right: 1%;
    }
}
.moto-widget-carousel .bx-wrapper {
    padding: 40px;
}
@media screen and (max-width: 767px) {
    .moto-widget-carousel .bx-wrapper {
        padding: 30px;
    }
}
.moto-widget-carousel .bx-pager {
    bottom: 15px;
    width: 100%;
    text-align: center;
}
.moto-widget-carousel .bx-controls-direction .bx-prev, .moto-widget-carousel .bx-controls-direction .bx-next {
    width: 35px;
    height: 35px;
    border-radius: 35px;
}
@media screen and (max-width: 767px) {
    .moto-widget-carousel .bx-controls-direction .bx-prev, .moto-widget-carousel .bx-controls-direction .bx-next {
        width: 30px;
        height: 30px;
    }
}
.moto-widget-carousel .bx-controls-direction .bx-prev:before, .moto-widget-carousel .bx-controls-direction .bx-next:before {
    font-size: 22px;
    line-height: 33px;
}
@media screen and (max-width: 767px) {
    .moto-widget-carousel .bx-controls-direction .bx-prev:before, .moto-widget-carousel .bx-controls-direction .bx-next:before {
        font-size: 20px;
        line-height: 28px;
    }
}
.moto-widget-carousel .bx-controls-direction .bx-prev {
    left: 0;
}
.moto-widget-carousel .bx-controls-direction .bx-next {
    right: 0;
}
.moto-widget-social-links .moto-widget-social-links-item:not(:first-child) {
    margin: 0 0 0 15px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-social-links .moto-widget-social-links-item:not(:first-child) {
        margin: 0 0 0 5px;
    }
}
.moto-widget-social-links .moto-widget-social-links-item .moto-widget-social-links-link {
    font-size: 14px;
    line-height: 32px;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    transition: all .3s ease;
    text-align: center;
}
.moto-widget-social-links .moto-widget-social-links-item .moto-widget-social-links-link:before {
    font-family: FontAwesome;
    display: block;
    transition: .3s;
}
.moto-widget-social-links .moto-widget-social-links-link_facebook:before {
    content: '\f09a';
}
.moto-widget-social-links .moto-widget-social-links-link_googleplus:before {
    content: '\f0d5';
}
.moto-widget-social-links .moto-widget-social-links-link_twitter:before {
    content: '\f099';
}
.moto-widget-social-links .moto-widget-social-links-link_pinterest:before {
    content: '\f0d2';
}
.moto-widget-social-links .moto-widget-social-links-link_linkedin:before {
    content: '\f0e1';
}
.moto-widget-social-links .moto-widget-social-links-link_instagram:before {
    content: '\f16d';
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-item:not(:first-child) {
    margin: 0 0 0 38px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-social-links.moto-preset-default .moto-widget-social-links-item:not(:first-child) {
        margin: 0 0 0 13px;
    }
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-item .moto-widget-social-links-link {
    width: auto;
    height: auto;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-item .moto-widget-social-links-link {
    border-width: 2px;
    border-style: solid;
    border-radius: 5px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-social-links.moto-preset-2 .moto-widget-social-links-item .moto-widget-social-links-link {
        line-height: 33px;
    }
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-item .moto-widget-social-links-link {
    line-height: 35px;
    border-radius: 50%;
}
@media screen and (max-width: 1039px) {
    .moto-widget-social-links.moto-preset-3 .moto-widget-social-links-item .moto-widget-social-links-link {
        line-height: 37px;
    }
}
.moto-widget-contact_form .moto-widget-contact_form-form {
    position: relative;
    overflow: visible;
}
.moto-widget-contact_form .moto-widget-contact_form-group {
    padding-bottom: 2px;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-label {
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    padding: 3px 0;
    letter-spacing: 0;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field {
    font-size: 16px;
    line-height: 1;
    height: 50px;
    padding: 8px 13px;
    border: 1px solid;
    outline: none;

    -webkit-appearance: none;
}
@media screen and (max-width: 1039px) {
    .moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field {
        height: 40px;
        padding: 5px 13px;
    }
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field.moto-widget-contact_form-textarea {
    height: 50px;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field-error, .moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-required {
    font-size: 9px;
    line-height: 9px;
    position: absolute;
    top: 5px;
    right: 10px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field-error, .moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-required {
        font-size: 8px;
        line-height: 8px;
    }
}
.moto-widget-contact_form .moto-widget-contact_form-success, .moto-widget-contact_form .moto-widget-contact_form-danger {
    font-size: 11px;
    position: relative;
    bottom: 0;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-label {
    display: none;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-buttons .moto-widget-button {
    padding-top: 12px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-buttons .moto-widget-button {
        padding-top: 8px;
    }
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-group .moto-widget-contact_form-label {
    display: none;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-buttons .moto-widget-button {
    padding-top: 12px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-buttons .moto-widget-button {
        padding-top: 8px;
    }
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-label {
    display: none;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-buttons .moto-widget-button {
    padding-top: 12px;
}
@media screen and (max-width: 1039px) {
    .moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-buttons .moto-widget-button {
        padding-top: 8px;
    }
}
.moto-back-to-top-button .moto-back-to-top-button-link {
    font-size: 25px;
    line-height: 50px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    transition: .3s;
    text-align: center;
    color: #fff;
    background-color: #27dcc4;
}
@media screen and (max-width: 767px) {
    .moto-back-to-top-button .moto-back-to-top-button-link {
        font-size: 20px;
        line-height: 30px;
        bottom: 50px;
        width: 34px;
        height: 34px;
    }
}
.moto-back-to-top-button .moto-back-to-top-button-link .moto-back-to-top-button-icon {
    font-family: 'FontAwesome';
}
.moto-back-to-top-button .moto-back-to-top-button-link .moto-back-to-top-button-icon:before {
    content: '\f106';
}
.moto-back-to-top-button .moto-back-to-top-button-link:hover {
    text-decoration: none;
    color: #fff;
    background: #1a1a1a;
    box-shadow: 0 5px 23px 0 rgba(255,255,255,.15);
}
.moto-widget-divider.moto-preset-default .moto-widget-divider-line {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #f67141;
}
.moto-widget-divider.moto-preset-2 .moto-widget-divider-line {
    border-top-width: 6px;
    border-top-style: solid;
    border-top-color: #424242;
}
.moto-widget-divider.moto-preset-3 .moto-widget-divider-line {
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: #f3f3f3;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
    color: transparent;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:before {
    border-color: transparent;
    background-color: transparent;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:after {
    color: #1a1a1a;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:before {
    border-color: transparent;
    background-color: rgba(255,255,255,.8);
}
.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;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:after {
    color: #1a1a1a;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:before {
    background-color: rgba(196,196,196,.5);
}
.moto-widget-button.moto-preset-default .moto-widget-button-link {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    border-color: transparent;
    background-color: #f67141;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link:hover {
    color: #fff;
    border-color: transparent;
    background-color: #acacac;
}
.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: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link:hover {
    color: #1db4a0;
    border-color: #f67141;
}
.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: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link:hover {
    color: #f67141;
    border-color: transparent;
    background-color: #fff;
}
.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: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1a1a1a;
    border-color: transparent;
    background-color: #c4c4c4;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover {
    color: #fff;
    border-color: transparent;
    background-color: #424242;
}
.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: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    border-color: transparent;
    background-color: #f67141;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover {
    color: #fff;
    border-color: transparent;
    background-color: #1db4a0;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link .moto-widget-button-label {
    text-decoration: none;
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:before {
    color: #f67141;
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:hover:before {
    color: #1a1a1a;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link {
    border-color: #252525;
    background-color: transparent;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:before {
    color: #a1a1a1;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover {
    border-color: #919191;
    background-color: #919191;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover:before {
    color: #1a1a1a;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link {
    background-color: #acacac;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:before {
    color: #fff;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:hover {
    background-color: #1a1a1a;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:hover:before {
    color: #fff;
}
.moto-widget-slider.moto-preset-default .bx-caption {
    background-color: transparent;
}
.moto-widget-slider.moto-preset-default .bx-caption {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: transparent;
}
.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: #fff;
}
.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: #acacac;
}
.moto-widget-slider.moto-preset-default .bx-pager-link {
    background-color: #1a1a1a;
}
.moto-widget-slider.moto-preset-default .bx-pager-link:hover {
    background-color: #f67141;
}
.moto-widget-slider.moto-preset-default .bx-pager-link.active {
    background-color: #f67141;
}
.moto-widget-slider.moto-preset-default .bx-pager-link.active:hover {
    background-color: #f67141;
}
.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 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #fff;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev, .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
    background-color: transparent;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before, .moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
    color: #3f3d3d;
}
.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: transparent;
}
.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: #f67141;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link {
    border-color: #ebebeb;
    background-color: #ebebeb;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link:hover {
    border-color: #f67141;
    background-color: #f67141;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link.active {
    border-color: #f67141;
    background-color: #f67141;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link.active:hover {
    border-color: #f67141;
    background-color: #f67141;
}
.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: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:before {
    background-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(26,26,26,.65);
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:after {
    color: #fff;
}
.moto-widget-grid-gallery.moto-preset-2 .caption_text {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #fff;
}
.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;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:hover:before {
    background-color: rgba(37,37,37,.45);
}
.moto-widget-grid-gallery.moto-preset-3 .caption_text {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #292929;
}
.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;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:before {
    background-color: rgba(255,255,255,.5);
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form {
    font-family: 'Ubuntu', sans-serif;
    background-color: transparent;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field {
    font-weight: 400;
    font-style: normal;
    color: #a1a1a1;
    border-color: transparent;
    background-color: rgba(0,0,0,.5);
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
    color: #9e9e9e;
    border-color: #f67141;
    background-color: rgba(0,0,0,.5);
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
    color: #a1a1a1;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
    color: #a1a1a1;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
    color: #a1a1a1;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
    font-weight: 400;
    font-style: normal;
    color: #f67141;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-success {
    font-weight: 400;
    font-style: normal;
    color: #1a1a1a;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-danger {
    font-weight: 400;
    font-style: normal;
    color: #f67141;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form {
    font-family: 'Ubuntu', sans-serif;
    background-color: transparent;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field {
    font-weight: 400;
    font-style: normal;
    color: #9e9e9e;
    border-color: transparent;
    background-color: #f3f3f3;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
    color: #9e9e9e;
    border-color: #f67141;
    background-color: #f3f3f3;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
    color: #9e9e9e;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
    color: #9e9e9e;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
    color: #9e9e9e;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
    font-weight: 400;
    font-style: normal;
    color: #f67141;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-success {
    font-weight: 400;
    font-style: normal;
    color: #1a1a1a;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
    font-weight: 400;
    font-style: normal;
    color: #f67141;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form {
    font-family: 'Ubuntu', sans-serif;
    background-color: transparent;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field {
    font-weight: 400;
    font-style: normal;
    color: #fff;
    border-color: transparent;
    background-color: #a1a1a1;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
    color: #fff;
    border-color: #f67141;
    background-color: #a1a1a1;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
    color: #fff;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
    color: #fff;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
    color: #fff;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
    font-weight: 400;
    font-style: normal;
    color: #f67141;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-success {
    font-weight: 400;
    font-style: normal;
    color: #1a1a1a;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
    font-weight: 400;
    font-style: normal;
    color: #f67141;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
    color: #f67141;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #fff;
}
.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 {
    text-decoration: none;
    color: #fff;
}
.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: #f67141;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist {
    background-color: #f67141;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
    color: #f67141;
    background-color: #fff;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    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 {
    text-decoration: none;
    color: #fff;
    background-color: #f67141;
}
.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: #f67141;
    background-color: #fff;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-toggle-btn {
    color: #292929;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
        color: #292929;
        background-color: #fff;
    }
    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list {
        border-color: #fff;
    }
    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
        border-color: #fff;
    }
    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
        text-decoration: none;
        color: #fff;
        background-color: #292929;
    }
    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
        text-decoration: none;
        color: #292929;
        background-color: #fff;
    }
    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
        background-color: #f67141;
    }
    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
        text-decoration: none;
        color: #fff;
        background-color: transparent;
    }
    .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
        text-decoration: none;
        color: #fff;
        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: #919191;
    border-color: #f67141;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #919191;
    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 {
    text-decoration: none;
    color: #919191;
    border-color: #f67141;
}
.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: #919191;
    border-color: #f67141;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist {
    background-color: #919191;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
    color: #fff;
    background-color: #1db4a0;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    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 {
    text-decoration: none;
    color: #fff;
    background-color: #1db4a0;
}
.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: #fff;
    background-color: #1db4a0;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-toggle-btn {
    color: #1db4a0;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
        color: #1db4a0;
        background-color: #fff;
    }
    .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list {
        border-color: #1db4a0;
    }
    .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
        border-color: #1db4a0;
    }
    .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
        text-decoration: none;
        color: #1db4a0;
        background-color: #fff;
    }
    .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 {
        text-decoration: none;
        color: #f67141;
        background-color: #fff;
    }
    .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
        background-color: #fff;
    }
    .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
        text-decoration: none;
        color: #1db4a0;
        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 {
        text-decoration: none;
        color: #1db4a0;
        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: #fff;
    background-color: #424242;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #424242;
    background-color: transparent;
}
.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 {
    text-decoration: none;
    color: #fff;
    background-color: #424242;
}
.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:hover {
    color: #fff;
    background-color: #424242;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist {
    background-color: #424242;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
    color: #424242;
    background-color: #fff;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
    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 {
    text-decoration: none;
    color: #424242;
    background-color: #fff;
}
.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: #424242;
    background-color: #fff;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-toggle-btn {
    color: #fff;
    background-color: #424242;
}
@media screen and (max-width: 767px) {
    .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
        color: #fff;
        background-color: #424242;
    }
    .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list {
        border-color: #424242;
    }
    .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
        border-color: #fff;
    }
    .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
        text-decoration: none;
        color: #fff;
        background-color: #424242;
    }
    .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 {
        text-decoration: none;
        color: #424242;
        background-color: #fff;
    }
    .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
        background-color: #424242;
    }
    .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
        text-decoration: none;
        color: #fff;
        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 {
        text-decoration: none;
        color: #fff;
        background-color: transparent;
    }
}
.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button {
    background-color: #d3d8db;
}
.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button:before {
    color: #55616d;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-button button, .moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button, .moto-media-player.moto-preset-default .mejs-overlay-button {
    background-color: transparent;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-button button:before, .moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button:before, .moto-media-player.moto-preset-default .mejs-overlay-button:before {
    color: #d3d8db;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-button button:hover:before, .moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button:hover:before, .moto-media-player.moto-preset-default .mejs-overlay-button:hover:before {
    color: #7f878a;
}
.moto-media-player.moto-preset-default .mejs-controls {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #81868c;
    border-color: #d3d8db;
    background-color: #fff;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-current, .moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
    background-color: #7f878a;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-loaded {
    background-color: rgba(127,135,138,.25);
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-total {
    background-color: rgba(127,135,138,.25);
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
    box-shadow: 0 0 4px 0 #7f878a;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-current, .moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
    background-color: #7f878a;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-total {
    background-color: rgba(127,135,138,.5);
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
    box-shadow: 0 0 4px 0 #7f878a;
}
.moto-widget-pagination.moto-preset-default {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.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 {
    width: 31px;
    height: 31px;
    text-decoration: none;
    color: #81868c;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 0;
    background-color: transparent;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link:hover, .moto-widget-pagination.moto-preset-default a:hover {
    color: #d3d8db;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link_active, .moto-widget-pagination.moto-preset-default li.active a {
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #2e3a46;
    border-color: transparent;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link_active:hover, .moto-widget-pagination.moto-preset-default li.active a:hover {
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: #2e3a46;
    border-color: transparent;
}
.moto-widget-countdown.moto-preset-default .countdown-item-block {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    width: 100px;
    height: 100px;
    color: #81868c;
    border-style: none;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-radius: 53px;
    background-color: #fff;
}
.moto-widget-countdown.moto-preset-default .countdown-item-amount {
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    color: #1a1a1a;
}
.moto-widget-countdown.moto-preset-default .countdown-item-unit {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    color: #a1a1a1;
}
.moto-widget-countdown.moto-preset-default .countdown-item-delimiter {
    font-size: 22px;
    min-width: 25px;
    color: #acacac;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-block {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    width: 80px;
    height: 80px;
    color: #81868c;
    border-style: none;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
    border-radius: 0;
    background-color: #d3d8db;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-amount {
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    color: #2e3a46;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-unit {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #81868c;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-delimiter {
    font-size: 22px;
    min-width: 20px;
    color: #d3d8db;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-block {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    width: 80px;
    height: 80px;
    color: #81868c;
    border-style: solid;
    border-color: #81868c;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 3px;
    border-radius: 40px;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-amount {
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    color: #2e3a46;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-unit {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    color: #81868c;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-delimiter {
    font-size: 30px;
    min-width: 20px;
    color: #81868c;
}
.container-fluid, .moto-cell {
    padding-right: 15px;
    padding-left: 15px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row-fixed .container-fluid {
    max-width: 1200px;
}



/* Form-block */

.order-form-header .order-form h1 {
  font-weight: 300;
  margin: 0 0 30px;
}

.order-form-header p {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.lock {
  font-size: 16px !important;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: left;
  color: rgba(255, 255, 255, .5);
}

#order i, #order-2 i {
  margin-right: 10px;
}

.text-order {
  font-size: 30px;
  line-height: 32px;
  margin: 40px 0 20px;
  text-transform: uppercase;
  color: #fff;
}

.text-order-top {
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  margin: 20px 0 20px;
  text-transform: uppercase;
  color: #fff;
}

input {
  font-family: 'Ubuntu', sans-serif;
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  margin-bottom: 25px;
  padding: 15px 15px;
  color: #636363;
  border: none;
  -webkit-box-shadow: inset 0 0 10px #dadada;
          box-shadow: inset 0 0 10px #dadada;
}

.btn-order {
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all .5s;
          transition: all .5s;
  color: #fff;
  border: none;
  background: #ed5f38;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-order:hover {
  background: #ff7d48;
}

.btn-order-top {
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  -webkit-transition: all .5s;
          transition: all .5s;
  color: #fff;
  border: none;
  background: #18cdb5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-order-top:hover {
  background: #27dcc4;
}

.order-form-top {
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 6px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: visible;
  color: #2b2e38;
  background: rgba(0,0,0,0.6);
  box-shadow: 0 0 20px 10px rgba(255,255,255,0.4);
}

@media screen and (max-width: 750px) {
    .remodal {
        width: 95%;
    }
    .text-order {
        font-size: 26px;
        margin: 10px 0 20px;
    }
    input {
        padding: 12px 15px;
    }
    .lock {
        margin-bottom: 10px;
    }
    .hero-title {
        font-family: 'Ubuntu', sans-serif;
        font-size: 50px;
        font-weight: 500;
        line-height: 1;
        letter-spacing: 1px;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
    }
}

@media (max-width: 1039px) {
    .hero-title {
        margin-top: -75px;
    }
    .moto-container_content_58452fc41 {
        padding-bottom: 50px;
    }
}


.anim-arrow {
    position: absolute;
    text-align: center;
    font-size:26px;
    color: #27dcc4;
    left: 0;
    right: 0;
    -moz-animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: arrow-first;
    -webkit-animation-name: arrow-first;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

@-moz-keyframes arrow-first {
 from {
     margin-top:0px;
 }
 to {
     margin-top:20px;
 }
}

.detail {
    text-align: center;
}

/* About-us */

.about-us {
    display: block;
    padding: 80px 0 ;
    overflow: hidden;
}

.about-us .about-block {
    margin-bottom: 20px;
}

.about-us .master-block {
    margin-top: 40px;
}

.about-us .master-block h3 {
    margin-top: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    color: #292929;
}

.about-us .master-block h4 {
    margin-top: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #292929;
    margin: 10px 0;
}

.about-us .h2 {
    margin-bottom: 20px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: .9;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #292929;
}
.about-us p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0;
}

.about-us .master-block .master img {
    display: inline-block;
    background-size: cover;
    width: 100%;
    height: auto;
    margin: 0 10px 0 0;
}

@media only screen and (max-width : 767px) {

.about-us .master-block .master {
    text-align: center;
}
.about-us .master-block h3, .about-us .master-block h4 {
    text-align: center;
}
.about-us .master-block .master img {
    display: inline-block;
    background-size: cover;
    width: 300px;
    height: auto;
    margin: 0 10px 20px 0;
}
}

/* Footer */

footer {
    width: 100%;
    height: auto;
    background-color: #2f2f2f;
    padding: 40px 0 20px;
    margin-top: -50px;
}

footer h3 {
    font-family: 'Ubuntu', sans-serif;
    color: #f67141;
    text-transform: uppercase;
}
footer hr {
    border-color: #919191 !important;
}

footer a {
    margin-right: 5px;
}

footer p {
    color: #919191;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0;
}

footer p span {
    color: #fff;
}

.soc-phone {
  display: inline-block;
  background: url(../images/soc/phone.png) no-repeat;
  width: 34px;
  height: 34px;
}

.soc-phone:hover {
  background: url(../images/soc/phone-hover.png) no-repeat;
}

.soc-mail {
  display: inline-block;
  background: url(../images/soc/mail.png) no-repeat;
  width: 34px;
  height: 34px;
}

.soc-mail:hover {
  background: url(../images/soc/mail-hover.png) no-repeat;
}

.soc-skype {
  display: inline-block;
  background: url(../images/soc/skype.png) no-repeat;
  width: 34px;
  height: 34px;
}

.soc-skype:hover {
  background: url(../images/soc/skype-hover.png) no-repeat;
}

.soc-whats {
  display: inline-block;
  background: url(../images/soc/whats.png) no-repeat;
  width: 34px;
  height: 34px;
}

.soc-whats:hover {
  background: url(../images/soc/whats-hover.png) no-repeat;
}

.soc-viber {
  display: inline-block;
  background: url(../images/soc/viber.png) no-repeat;
  width: 34px;
  height: 34px;
}

.soc-viber:hover {
  background: url(../images/soc/viber-hover.png) no-repeat;
}

p.copyright {
  font-size: 15px;
  text-align: center;
  color: #8a8a8a;
  margin-top: 30px;
}

/*===============================
=            Reviews            =
===============================*/

.reviews {
  display: block;
  padding: 50px 0;
  overflow: hidden;
}

.reviews img {
  width: 100%;
}

.reviews .work-desc {
  text-align: left;
}

.work-link a {
  position: relative;
}

.work-link {
  margin-bottom: 30px;
}

.work-link .zoom {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

.work-link a:hover .zoom {
  display: block;
}

.work-link .zoom i {
  font-size: 32px;
  color: #FFF;
}

img.boots-up {
  display: inline-block;
  width: 100%;
  height: auto;
  border: none;
  padding: 0;
}

.reviews h3 {
  display: block;
  margin: 0 0 10px 0 !important;
  color: #fff;
}

.reviews-block h3 {
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin-top: 15px;
}

.reviews-block p {
    font-size: 17px;
    color: #fff;
    text-align: left;
}

.reviews-block a {
    text-decoration: underline;
    color: #fff;
}
.reviews-block a:hover {
    text-decoration: none;
    color: #fff;
}


/*=====  End of Reviews  ======*/


/*===========================
=            Top            =
===========================*/

.cd-top {
  display: inline-block;
  height: 52px;
  width: 52px;
  position: fixed;
  bottom: -60px;
  right: 20px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #1db4a0 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s 0s, visibility 0s .3s;
  -moz-transition: all .3s 0s, visibility 0s .3s;
  transition: all .3s 0s, visibility 0s .3s;
}
.cd-top:hover {
    opacity: 1 !important;
    background: #1db4a0 url(../images/cd-top-arrow.svg) no-repeat center 50%;
  }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: all .3s 0s, visibility 0s 0s;
  -moz-transition: all .3s 0s, visibility 0s 0s;
  transition: all .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  bottom: 50px;
  height: 52px;
  width: 52px;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
  z-index: 999;
}
.no-touch .cd-top:hover {
  background-color: #1db4a0;
  opacity: 1;
}
/*=====  End of Top  ======*/


/*===========================
=         Messanger         =
===========================*/

.btn-message {
  display: block;
  width: 100%;
  height: 50px;
  color: #fff;
  background: #1db4a0;
  font-size: 16px;
  font-weight: 400;
  padding: 11px 20px;
  margin: 15px 0;
  border-radius: 0;
}

.btn-message:hover {
  color: #fff;
  background: #1aa491;
  text-decoration: none;
}

.btn-message:active {
  color: #fff;
  text-decoration: none;
}

.btn-message:focus {
  color: #fff;
  background: #1aa491;
  text-decoration: none;
}

.message-icon {
  height: auto;
  width: 27px;
  margin-right: 7px;
}
/*=====  End of Messanger  ======*/

/*===========================
=            Map            =
===========================*/
.map {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#map {
  position: relative;
  width: 100%;
  height: 500px;
  z-index: 1;
}

/*=====  End of Map  ======*/
