
.bs-slider{
    overflow: hidden;
    max-height: 519px;
    position: relative;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

.carousel-indicators { bottom: 10px; }

/********************
*****Slide effect
**********************/

.fade-banner {
    opacity: 1;
}
.fade-banner .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade-banner .item:first-child {
    top: auto;
    position: relative;
}
.fade-banner .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}





/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 45%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.carousel-indicators li { width: 30px; height: 8px; margin: 0; background-color: rgba(215,215,215,1); border: 1px solid rgba(215,215,215,1); -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s;  -ms-transition: all .6s;  transition: all .6s;}
    .carousel-indicators .active { width: 30px;  height: 8px;  margin: 0;  background-color: rgba(1,97,200,1);  border: 1px solid rgba(1,97,200,1); }


/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 30%;
    right: 0;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    overflow: hidden;
    color: #FFF;
    max-width: 800px; margin: 0 auto;
}
.slide-text h1 { font-family:"Russo One"; font-size: 50px; font-weight: 700; text-align: center; margin: 0 0 20px 0; }
.slide-text h2 { font-size: 24px; font-weight: 700; line-height: 126%; text-align: center; }

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media screen and (max-width: 1500px){

}

@media screen and (max-width: 1366px){
    .slide-text h2 {
        font-size: 46px;
        display: block;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
        text-transform: capitalize;
    }

    .slide-text h2 label {
        font-size: 66px;
        font-weight: 700;
    }
}

@media screen and (max-width: 1200px){
    .control-round .carousel-control {
        top: 62%;
        opacity: 0;
        width: 45px;
        height: 45px;
        z-index: 100;
        color: #ffffff;
        display: block;
        font-size: 24px;
        cursor: pointer;
        overflow: hidden;
        line-height: 43px;
        text-shadow: none;
        position: absolute;
        font-weight: normal;
        background: transparent;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }
}


@media screen and (max-width: 991px){
    .control-round .carousel-control { top: 33%; }
    .slide-text {display: none; }
}

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

}
@media  (max-width: 450px) {

}
