/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
/* @override http://localhost/bxslider_v3_plugin/css/styles.css */
/*
 * To change the color scheme of slider change each
 * background property for each of the five styles below
 */
#homepage-slider {
    width: 1200px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

#homepage-slider img {
    max-height: 400px;
}

#homepage-slider .owl-carousel {
    height: 400px;
}

#homepage-slider .owl-wrapper-outer {
    width: 100%;
    height: 400px;
}

#homepage-slider .owl-pagination {
    padding: 0;
    background: none;
}

#homepage-slider .owl-controls {
    margin: -32px 0 0;
}

#homepage-slider .owl-pagination .owl-page a {
    background: white !important;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    -webkit-transition: 200ms all;
    transition: 200ms all;
}

#homepage-slider .owl-pagination .owl-page.active a {
    background: #593312 !important;
}

#homepage-slider .owl-theme .prev-owl,
#homepage-slider .owl-theme .next-owl {
    display: block;
    width: 13px;
    height: 26px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    z-index: 2;
    content: url(../../../img/icons/slider-arrow.png);
}

#homepage-slider .owl-theme .next-owl {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 1206px) {
    #homepage-slider {
        width: 92%;
        margin: auto;
    }
    #homepage-slider .owl-wrapper-outer {
        height: 370px;
    }
}

@media (max-width: 768px) {
    #homepage-slider {
        width: 100%;
        margin: auto;
        padding-top: 15px;
        padding-bottom: 30px;
    }
    #homepage-slider img {
        max-height: none;
    }
    #homepage-slider .owl-carousel {
        height: auto;
    }
    #homepage-slider .owl-wrapper-outer img {
        width: 100%;
        height: auto;
    }
}
