
.bs-slider{
    overflow: hidden;
    max-height: 366px;
    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;
}

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

.fade {
    opacity: 1;
}
.fade .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 .item:first-child {
    top: auto;
    position: relative;
}
.fade .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: 12px; height: 12px; margin: 0; background-color: rgba(255,255,255,1); border: 1px solid rgba(255,255,255,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: 12px;  margin: 0;  background-color: rgba(255, 255, 255, 1);  border: 1px solid rgba(255, 255, 255, 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: 20%;
    right: 0;
    margin: auto;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    overflow: hidden;
    color: #FFF;
}
.slide-text h1 {
    padding: 0;
    font-size: 38px;
    display: block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    margin-bottom: 10px;
    line-height: 175%;
    font-weight: 700;
}

.slide-text h2 {
    font-size: 22px;
    display: block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-transform: capitalize;
    font-weight: 700;
}
.slide-text h3 {
    font-size: 18px;
    display: block;
    letter-spacing: 1px;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    text-transform: capitalize;
    margin: 20px 0 30px 0;
    font-weight: 700;
}

.slide-text .boxs { width: 100%; background-color: rgba(255, 255, 255, 0.25)!important; margin: 0 auto; padding: 20px 50px 20px 50px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px;}


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

}

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

}

@media screen and (max-width: 1200px){
    .slide-text {
        left: 0;
        top: 10%;
        right: 0;
        margin: auto;
        position: absolute;
        text-align: left;
        padding: 10px 85px;
        overflow: hidden;
        color: #009944;
    }
}


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

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

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

}
