/* SLIDER */
.eltd-slider .eltd-btn {
    background-color: #2167A4;
}

/* INNOVATION */
#innovation {
    text-align: center;
    margin: 56px 0px;
}

#innovation h2 {
    color: #2167A4;
}

#innovation #underline {
    height: 3px;
    width: 50px;
    background: #C7242A;
    margin: 15px auto;
}

#innovation #badges img {
    margin: 0px 20px;
}

#innovation p {
    width: 550px;
    max-width: 90%;
    margin: 30px auto 50px auto;
}

#innovation img.machine-info {
    margin: 35px 0px 60px 0px;
    max-width: 90%;
}

#innovation .homepage_machine-info-wrapper {
    margin-bottom: 56px;
    margin-top: 56px;
}


/* BENEFITS */
#benefits .eltd-img-title {
    color: #2167A4;
}

#benefits .eltd-img-button-holder>a {
    background-color: #2167A4;
}

#benefits .eltd-separator {
    border-color: #C7242A;
}

#benefits .eltd-video-button-image img {
    opacity: 0.65;
}

#benefits .eltd-img-over-title-section.left {
    padding: 4% 2% 4% 3%;
}

/* SKI SIMULATORS */
/* title */
#ski-simulators-title {
    margin-top: 25px;
}

#ski-simulators-title h1 {
    color: #2167A4;
}

#ski-simulators-title .simulators-divider {
    height: 3px;
    width: 50px;
    background: #C7242A;
    margin: 10px auto;
}

.eltd-swiper-button-prev,
.eltd-swiper-button-next {
    background-color: #2167A4 !important;
}

.eltd-dual-image-carousel.swiper-container .swiper-wrapper .swiper-slide .eltd-slide-foreground-image-holder img {
    width: 660px !important;
    height: auto !important;
}

/* TESTIMONIALS */
#testimonials-row .eltd-eh-item-content {
    padding: 3% 0 !important;
}

#testimonials-row {
    margin-top: 100px;
}

.eltd-testimonial-text {
    font-weight: normal;
}

.eltd-testimonial-author {
    font-weight: 700;
}

.eltd-prev-icon,
.eltd-next-icon {
    color: #2167A4;
}

/* APP INFO */
#app-info {
    width: 1300px;
    margin: 0 auto;
    max-width: 90%;
}

#app-info h2 {
    color: #2167A4;
    font-size: 60px;
}

#app-info .separator {
    height: 3px;
    width: 50px;
    background: #C7242A;
    margin: 15px 0;
}

#app-info .app-btns {
    margin-top: 5px;
}

#app-info .app-btns img {
    height: 50px;
}

html body #app-info .app-preview img {
    max-width: 100% !important;
}

#app-info .vc_row {
    margin-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#app-info .coming-soon {
    margin: 0;
    padding: 0;
    color: grey;
    font-weight: 500;
    font-size: 15px;
    margin-top: 23px;
}

@media(max-width: 768px) {
    #app-info .app-preview {
        display: none;
    }

    #app-info {
        max-width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }

    #app-info #configurator-next-btn {
        margin-bottom: 20px !important;
        margin-top: 4px !important;
    }

    #benefits {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body .eltd-img-over-title-holder .eltd-img-over-title-section.left {
        padding: 12px !important;
    }
}

@media(max-width: 480px) {

    #benefits .eltd-img-over-title-section.left {
        padding: 7%;
    }
}

/* information */
#information {
    width: 1300px;
    margin: 0 auto;
    max-width: 90%;
}

/* blog */
.eltd-post-info-top {
    display: none !important;
}

.single-post .eltd-title-holder.eltd-standard-type {
    display: none !important;
}

.eltd-post-info-bottom {
    display: none !important;
}

.eltd-comment-form {
    display: none !important;
}

.eltd-dual-image-carousel {
    height: 700px;
}

@media(max-width: 1000px) {
    .eltd-dual-image-carousel {
        height: 400px;
    }
}

.support {
    padding: 50px 0;
    background: black;
}

.support .inner {
    display: flex;
    width: calc(100vw - ((100vw - 1100px) / 2));
    max-width: 100%;
    margin-left: calc((100vw - 1100px) / 2);

}

.support .inner .right {
    width: 60%;
}

.support .left {
    background: white;
    padding: 40px;
    width: 40%;
}

.support .left h3 {
    color: #2167a4;
    font-size: 35px;
}

.support .left li {

}

.support .swiper-slide {
    width: 350px;
    height: 350px;
}

.support .separator {
    height: 3px;
    width: 50px;
    background: #C7242A;
    margin: 15px 0;
    margin-bottom: 40px;
}

.support .btn-full {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #2167a4;
    display: flex;
    justify-content: space-between;
    padding: 0 14px;
    box-sizing: border-box;
}

.support .btn-full p {
    color: white;
    font-weight: bold;
}

.support .eltd-swiper-button-next, .support .eltd-swiper-button-prev {
    top: 43% !important;
    position: absolute;
    right: 0;
    z-index: 100;
    padding: 9px;
    color: white;
    cursor: pointer;
}

.support .eltd-swiper-button-prev  {
    left: 0px !important;
    right: auto;
}

.support .swiper-wrapper {
    margin-left: 13px;
}

html body #app-info h1 {
    max-width: fit-content;
}

.support .btn-full p:last-child {
    color: transparent;
}

.support .btn-full p:last-child:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f054";
    color: white;
}

@media (max-width: 768px) {
    .support {
        background: white;
    }
    .support .inner {
        margin-left: 0;
        flex-direction: column;
    }

    .support .left, .support .right {
        width: 100% !important;
    }

    .support .swiper-wrapper {
        margin-left: 5px;
    }


}