/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.23, autoprefixer: v9.7.3) */

/***** GENERAL STYLES: BEGIN *****/
body {
    position: relative;
    /* font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; */
}

/***** GENERAL STYLES: END *****/
/***** COMPONENTS STYLES: BEGIN *****/
/* .btn,
.model-19 .btn-light,
.model-19 .btn {
    padding: 1em 2em;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
} */

/* .btn:hover {
    color: #fff;
    -webkit-animation: myBtnAnim .3s ease-in-out;
    animation: myBtnAnim .3s ease-in-out;
} */

@-webkit-keyframes myBtnAnim {
    10% {
        opacity: .95
    }

    12% {
        opacity: 0
    }

    16% {
        opacity: .85
    }

    19% {
        opacity: 0
    }

    22% {
        opacity: .85
    }

    75% {
        opacity: 0
    }

    80% {
        opacity: .95
    }
}

@keyframes myBtnAnim {
    10% {
        opacity: .95
    }

    12% {
        opacity: 0
    }

    16% {
        opacity: .85
    }

    19% {
        opacity: 0
    }

    22% {
        opacity: .85
    }

    75% {
        opacity: 0
    }

    80% {
        opacity: .95
    }
}

/* .btn:focus {
    outline: none;
    color: #fff;
} */

/***** COMPONENTS STYLES: END *****/
/***** MODEL PAGE STYLES: BEGIN *****/
/* #scrollTopBtn {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 2px 2em;
    background: #176bbd;
    color: #fff;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: rotateZ(-90deg) translate(92%, -50%) skewX(-20deg);
        -ms-transform: rotate(-90deg) translate(92%, -50%) skewX(-20deg);
            transform: rotateZ(-90deg) translate(92%, -50%) skewX(-20deg);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
    z-index: 9999;
}

.atv #scrollTopBtn {
    background: #006dc2;
}

.gnl #scrollTopBtn {
    background: #E56620;
}

.rgr #scrollTopBtn {
    background: #697b38;
}

.rzr #scrollTopBtn {
    background: #c31112;
}

#scrollTopBtn.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: scrollTopBtnVisible .25s ease;
            animation: scrollTopBtnVisible .25s ease;
}

@-webkit-keyframes scrollTopBtnVisible {
    0% {
        opacity: 0;
        -webkit-transform: rotateZ(-90deg) translate(0%, -50%) skewX(-20deg);
                transform: rotateZ(-90deg) translate(0%, -50%) skewX(-20deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(-90deg) translate(92%, -50%) skewX(-20deg);
                transform: rotateZ(-90deg) translate(92%, -50%) skewX(-20deg);
    }
}

@keyframes scrollTopBtnVisible {
    0% {
        opacity: 0;
        -webkit-transform: rotateZ(-90deg) translate(0%, -50%) skewX(-20deg);
                transform: rotateZ(-90deg) translate(0%, -50%) skewX(-20deg);
    }

    to {
        opacity: 1;
        -webkit-transform: rotateZ(-90deg) translate(92%, -50%) skewX(-20deg);
                transform: rotateZ(-90deg) translate(92%, -50%) skewX(-20deg);
    }
}

#scrollTopBtn .arrow {
    position: relative;
    width: 50px;
    height: 2px;
    margin-right: 12px;
    background: #fff;
}

#scrollTopBtn .arrow::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
            transform: rotateZ(45deg);
    -webkit-transform-origin: right;
        -ms-transform-origin: right;
            transform-origin: right;
}

#scrollTopBtn:hover .arrow {
    -webkit-animation: scrollTopBtnArrow .75s cubic-bezier(0.22, 0.61, 0.36, 1);
            animation: scrollTopBtnArrow .75s cubic-bezier(0.22, 0.61, 0.36, 1)
}

@-webkit-keyframes scrollTopBtnArrow {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(262px);
                transform: translateX(262px);
    }

    51% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
}

@keyframes scrollTopBtnArrow {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateX(262px);
                transform: translateX(262px);
    }

    51% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
} */

/* #vehicleContent {
    position: static;
    z-index: initial;
}

#nav.affix+#vehicleContent {
    padding-top: 84px;
} */

/* #vehicleContent h2, */
/* #vehicleContent h3,
#vehicleContent p {
    margin: .75em 0;
}

#vehicleContent h2 {
    font-size: 30px;
    text-align: inherit;
}

#vehicleContent h3 {
    font-size: 24px;
}

#vehicleContent p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    opacity: 1;
}

#vehicleContent .header {
    margin: 2.5em 5em;
    padding: 1em;
    background: #176bbd;
    color: #fff;
    text-align: center;
    -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
            transform: skewX(-10deg);
}

.atv #vehicleContent .header {
    background: #006dc2;
}

.gnl #vehicleContent .header {
    background: #E56620;
}

.rgr #vehicleContent .header {
    background: #697b38;
}

.rzr #vehicleContent .header {
    background: #c31112;
}

#vehicleContent .header h2 {
    -webkit-transform: skewX(10deg);
        -ms-transform: skewX(10deg);
            transform: skewX(10deg);
}*/

.features-group-wrapper.is-hidden {
    display: none;
}

.features-group-wrapper .feature {
    margin-bottom: 60px;
}

.feature .overview-feature {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.feature .overview-feature .img-background-full[data-src=''] {
    display: none;
}

/* .feature { */
/* padding: 0; */
/* delete !important when all vehicules use MY20 templates */
/* !important to override background feature from MY19 templates */
/* background: #fff !important; */
/* } */

.feature .feature-text {
    margin-top: 40px;
    padding: 0 100px;
}

.feature .feature-text h2 {
    color: #000;
    text-align: center;
}

.feature .feature-text h2:empty {
    display: none;
}

.feature .feature-text h2,
.feature .features-grid article h3 {
    font-size: 28px;
    text-transform: uppercase;
}

.feature .feature-text p {
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
}

.feature .feature-text .additional-description {
    font-size: 12px;
}

.feature .features-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    padding: 0 75px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.feature .features-grid article {
    width: calc(100% / 3);
    margin-top: 40px;
    padding: 0 25px;
}

.feature .features-grid.four-col article {
    width: 25%;
}

.feature .features-grid article .single-feature-img {
    overflow: hidden;
}

.feature .features-grid article img {
    display: block;
    width: 100%;
    height: auto;
}

.feature .features-grid article h3 {
    margin-top: 30px;
}

.feature .features-grid article p {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.feature .features-grid .features-grid-item-video .single-feature-img {
    cursor: pointer;
}

.feature .features-grid .features-grid-item-video .features-grid-item-video-modal {
    display: none;
}

.feature .features-grid .features-grid-item-video .features-grid-item-video-modal.is-active {
    display: block;
}

.feature .features-grid .features-grid-item-video .features-grid-item-video-modal .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
}

.feature .features-grid .features-grid-item-video .features-grid-item-video-modal .features-grid-item-video-modal-content {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 960px;
    max-width: calc(100% - 50px);
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.feature .features-grid .features-grid-item-video .features-grid-item-video-modal .features-grid-item-video-modal-content .features-grid-item-video-modal-content-close {
    position: absolute;
    display: block;
    top: 5%;
    left: 50%;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    transform: translateX(-50%);
    z-index: 2;
}

.feature .features-grid .features-grid-item-video .features-grid-item-video-modal .features-grid-item-video-modal-content .features-grid-item-video-modal-content-close::before,
.feature .features-grid .features-grid-item-video .features-grid-item-video-modal .features-grid-item-video-modal-content .features-grid-item-video-modal-content-close::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 2px;
    background-color: #000;
    transform: translate(-50%, -50%) rotateZ(45deg);
}

.feature .features-grid .features-grid-item-video .features-grid-item-video-modal .features-grid-item-video-modal-content .features-grid-item-video-modal-content-close::after {
    transform: translate(-50%, -50%) rotateZ(-45deg);
}

.feature .features-grid .features-grid-item-video .features-grid-item-video-modal .features-grid-item-video-modal-content>video {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100vh;
    margin: auto;
}

.toggle-trim-list {
    margin-bottom: 10px;
}

.toggle-trim-list {
    display: flex;
    justify-content: center;
}

.toggle-trim-list .toggle-trim-list-item {
    padding: 0 10px 5px 10px;
    border-bottom: 4px solid #ccc;
    font-size: 28px;
    cursor: pointer;
    transition: all .2s ease;
}

.toggle-trim-list .toggle-trim-list-item:hover {
    border-color: #666;
}

.toggle-trim-list .toggle-trim-list-item.is-active {
    border-color: #862633;
    font-weight: 700;
}

.toggle-trim-list .toggle-trim-list-item:not(:last-of-type) {
    border-right: 1px solid #ccc;
}

.color-swap-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 150px;
    background-repeat: no-repeat;
    background-position: top center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.color-swap-container.is-hidden {
    display: none;
}

.color-swap-container>.img-colorized {
    width: 60%;
}

.color-swap-container .img-colorized img {
    width: 100%;
    height: auto;
    margin: auto;
}

.color-swap-container>.color-swap-text {
    width: 40%;
    font-family: Arial, Helvetica, sans-serif;
}


.color-swap-container .color-swap-text h3 {
    color: #862633;
    font-size: 40px;
}

.color-swap-container .color-swap-text.color-swap-text-license-a2 p {
    margin-top: .5em;
}

.color-swap-container .color-swap-text .color-swap-subtitle-model {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
}

.color-swap-container .color-swap-text .color-swap-price .color-swap-price-number,
.color-swap-container .color-swap-text .color-swap-price .color-swap-price-discounted {
    font-weight: 700;
}

.color-swap-container .color-swap-text .color-swap-price .color-swap-price-discounted {
    margin-left: .5em;
}

.color-swap-container .color-swap-text .color-swap-price .color-swap-price-discounted:empty {
    display: none;
}

.color-swap-container .color-swap-text .color-label {
    margin-right: .25em;
    color: #666;
}

.color-swap-container .color-swap-text .color-swap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1em 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.color-swap-container .color-swap-text.color-swap-text-license-a2 .color-swap {
    margin: .5em 0;
}

.color-swap-container .color-swap-text .color-swap .color-wrapper {
    margin: 6px;
    padding: 6px;
    border: 1px solid transparent;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.color-swap-container .color-swap-text .color-swap .color-wrapper:first-child {
    /* margin-left: 0; */
}

.color-swap-container .color-swap-text .color-swap .color-wrapper:hover,
.color-swap-container .color-swap-text .color-swap .color-wrapper.active {
    border-color: #a8a9ad;
}

.color-swap-container .color-swap-text .color-swap .color-wrapper img {
    width: 35px;
    height: auto;
    cursor: pointer;
}

.color-swap-container .color-swap-text .btn-toolbar {
    margin: 0;
}

.color-swap-container .color-swap-text .btn-toolbar .btn {
    float: none;
    width: 50%;
    margin: 1em 0;
}

.color-swap-container .color-swap-text.color-swap-text-license-a2 .btn-toolbar .btn {
    margin: .5em 0;
}

.color-swap-container .color-swap-text.color-swap-text-license-a2 .license-a2-wrapper {
    display: flex;
    margin-top: .5em;
    align-items: center;
}

.color-swap-container .color-swap-text.color-swap-text-license-a2 .license-a2-wrapper .license-a2-content {
    margin-left: 10px;
}

.color-swap-container .color-swap-text.color-swap-text-license-a2 .license-a2-wrapper .license-a2-content>span {
    display: block;
}

.specs-wrapper.is-hidden {
    display: none;
}

.images.black {
    background-color: inherit;
    border-color: initial;
    color: inherit;
}

.images h2 {
    color: #000;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 25px;
    text-align: center;
}

.model-gallery.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.model-gallery.slick-slider .slick-track,
.model-gallery.slick-slider .slick-list {
    cursor: url(/fileadmin/templates/ind_MY19/images/swipe.svg), e-resize;
}

.model-gallery .model-gallery-img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.model-gallery .model-gallery-img:not(.slick-center) {
    opacity: .6;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}

.model-gallery.slick-dotted.slick-slider .slick-dots {
    bottom: -40px;
}

.model-video-wrapper {
    position: relative;
    margin: 20px 0;
    padding-top: 31.25%;
}

.model-video-wrapper iframe,
.model-video-wrapper video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

/***** MODEL PAGE STYLES: END *****/

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    /***** MODEL PAGE STYLES: BEGIN *****/
    .features-group-wrapper .feature {
        margin-bottom: 48px;
    }

    .feature .feature-text {
        margin-top: 32px;
    }

    .feature .feature-text h2,
    .feature .features-grid article h3 {
        font-size: 26px;
    }

    .feature .feature-text p,
    .feature .features-grid article p {
        font-size: 14px;
    }

    .feature .feature-text p {
        margin-top: 16px;
    }

    .feature .features-grid {
        padding: 0 40px;
    }

    .feature .features-grid article {
        margin: 32px 0;
        padding: 0 20px;
    }

    .color-swap-container {
        padding: 0;
        background-size: 0;
    }

    .color-swap-container .color-swap-text .btn-toolbar .btn {
        width: 80%;
    }

    /***** MODEL PAGE STYLES: END *****/
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    /***** MODEL PAGE STYLES: BEGIN *****/
    .features-group-wrapper .feature {
        margin-bottom: 20px;
    }

    .feature .feature-text {
        margin-top: 20px;
        padding: 0 60px;
    }

    .feature .feature-text h2,
    .feature .features-grid article h3 {
        font-size: 24px;
    }

    .feature .feature-text p {
        margin-top: 10px;
    }

    .feature .features-grid {
        padding: 0 25px;
    }

    .feature .features-grid article {
        margin: 20px 0;
        padding: 0 15px;
    }

    .feature .features-grid article h3 {
        margin-top: 24px;
    }

    .toggle-trim-list .toggle-trim-list-item {
        font-size: 24px;
    }

    /***** MODEL PAGE STYLES: END *****/
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    /***** MODEL PAGE STYLES: BEGIN *****/
    .feature .overview-feature .feature-background {
        display: none;
    }

    .feature .feature-text {
        padding: 0 20px;
    }

    .feature .feature-text h2,
    .feature .features-grid article h3 {
        font-size: 22px;
    }

    .feature .feature-text h2 {
        position: relative;
    }

    .feature .feature-text h2::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50%;
        height: calc(100% + 10px);
        border-top: 1px solid #862633;
        border-bottom: 1px solid #862633;
        -webkit-transform: translate(-50%, -56%);
        -ms-transform: translate(-50%, -56%);
        transform: translate(-50%, -56%);
    }

    .feature .features-grid {
        padding: 0 20px;
    }

    .feature .features-grid article,
    .feature .features-grid.four-col article {
        width: 100%;
        margin: 20px 0;
        padding: 0;
    }

    .feature .features-grid article h3 {
        margin-top: 12px;
    }

    .feature .features-grid article p {
        margin-top: 0;
    }

    .feature .features-grid .features-grid-item-video .features-grid-item-video-modal .features-grid-item-video-modal-content .features-grid-item-video-modal-content-close {
        width: 25px;
        height: 25px;
    }

    .feature .features-grid .features-grid-item-video .features-grid-item-video-modal .features-grid-item-video-modal-content .features-grid-item-video-modal-content-close::before,
    .feature .features-grid .features-grid-item-video .features-grid-item-video-modal .features-grid-item-video-modal-content .features-grid-item-video-modal-content-close::after {
        width: 12px;
        height: 1px;
    }

    .color-swap-container>.img-colorized {
        width: 100%;
    }

    .color-swap-container>.color-swap-text {
        width: 100%;
        padding: 0 24px;
    }

    .color-swap-container .color-swap-text .btn-toolbar .btn {
        width: 100%;
    }

    .model-video-wrapper {
        position: relative;
        margin: 20px 0;
        padding-top: 56.25%;
    }

    .model-video-wrapper video {
        object-fit: cover;
    }

    .toggle-trim-list .toggle-trim-list-item {
        font-size: 18px;
    }

    /***** MODEL PAGE STYLES: END *****/
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    /***** MODEL PAGE STYLES: BEGIN *****/
    /***** MODEL PAGE STYLES: END *****/
}

/****** BEGIN: ENGINE SOUND *****/
.engine-sound {
    position: relative;
    flex: 1;
}

.engine-sound video {
    display: block;
    width: auto;
    height: 550px;
    margin: auto;
}

.engine-sound .audio-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.engine-sound .toggle-switch-engine {
    position: relative;
    width: 80px;
    height: 80px;
    background: #862633;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

*.engine-sound .toggle-switch-engine:hover {
    background: #b94151;
}

.engine-sound .toggle-switch-engine>span {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 4px;
    font-size: 18px;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    transition: opacity .2s ease;
}

.engine-sound .toggle-switch-engine[data-state="play"]>span:last-of-type,
.engine-sound .toggle-switch-engine[data-state="pause"]>span:first-of-type {
    opacity: 0;
}

.engine-sound .toggle-switch-engine[data-state="pause"]>span:last-of-type {
    opacity: 1;
}

@media screen and (max-width: 1200px) {
    .engine-sound .toggle-switch-engine {
        /* width: 60px;
      height: 60px; */
    }

    .engine-sound .toggle-switch-engine>span {
        /* font-size: 16px; */
    }
}

@media screen and (max-width: 991px) {
    .engine-sound video {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .engine-sound .toggle-switch-engine {
        /* width: 40px;
      height: 40px; */
    }

    .engine-sound .toggle-switch-engine>span {
        /* font-size: 14px; */
    }
}

/****** END: ENGINE SOUND *****/

.top-content-reverse-bottom {
    margin-bottom: -81px;
}

@media screen and (max-width: 767px) {
    .top-content-reverse-bottom {
        margin-bottom: -67px;
    }
}