/* heroCarousel start */

/* Horses */
.Horses {
    background: url('../img/BgHorses.png') no-repeat top center;
    background-size: cover;
    width: 100%;
    color: #c0c5c6;
    text-align: justify;
    /* position: relative; */
}

.Horses h2 {
    color: #082832
}
.bg-container-horses{width: 70%;}
.heroCarousel .slick-track {
    top: 0;
}

.heroCarousel .slick-center {
    -moz-transform: scale(1) !important;
    ;
    -ms-transform: scale(1) !important;
    ;
    -o-transform: scale(1) !important;
    ;
    -webkit-transform: scale(1.3100) !important;
    ;
    color: #e67e22;
    opacity: 1;
    transform: scale(1) !important;
    opacity: 1 !important;
}


.heroCarousel .slick-slide {
    opacity: 0.5;
    transition: all 300ms ease;
    transform: scale(0.63);
    -moz-transform: scale(0.63);
    -ms-transform: scale(0.63);
    -o-transform: scale(0.63);
    -webkit-transform: scale(0.63);
}

.heroCarousel .slick-next:before {
    content: url('../images/hero/btn_right.png');
}

.heroCarousel .slick-prev:before {
    content: url('../images/hero/btn_left.png');
}


@media only screen and (max-width: 550px) {
    .heroCarousel .slick-center {
        -moz-transform: scale(1) !important;
        ;
        -ms-transform: scale(1) !important;
        ;
        -o-transform: scale(1) !important;
        ;
        -webkit-transform: scale(1) !important;
        ;
        color: #e67e22;
        opacity: 1;
        transform: scale(1) !important;
        opacity: 1 !important;
    }

    .heroCarousel .slick-track {
        top: 0px;
    }
}

.Horses {
    text-align: center;
}

#heroDescription {
    color: #cbcfd2;
    max-width: 950px;
    padding-top: 20px;
    margin: 0 auto;
}

#heroTitle {
    background: url(../img/BgHorse-Title.png) no-repeat center;
    background-size: contain;
    justify-content: center;
    text-align: center;
    font-size: 1.25rem;
    align-items: center;
    display: flex;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Lato-B';
    min-height: 60px;
}

.Horses h3 {
    color: #225962;
    padding: 125px 0 90px;
}

/* heroCarousel end */