
.bs-slider{
    overflow: hidden;
    max-height: 800px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.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: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border:solid 2px #ffffff;
}
.control-round:hover .carousel-control{
    opacity: .8;
}
.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{
    opacity: 1;
}
.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 {
    position: absolute;
    text-align: center;
}
.indicators-line > .carousel-indicators{
    right: 0;
    bottom: 3%;
    left: 0;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    z-index: 3;
}
.indicators-line > .carousel-indicators li{
    display: inline-block;
    padding: 0;
    width: 13px;
    height: 13px;
    text-indent: 0;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 15px;
    z-index: 10;
    cursor: auto
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    background-color: #00bfff;
    position: relative;
}




/*---------- 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 {
    max-width: 1000px;
    left: 0;
    top: 15%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 10px;
}

.slide-text > h1 {
    display: block;
    padding: 0;
    color: #ffffff;
    font-size: 60px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.slide-text > a.btn{
    border:solid 2px #fff;
    padding-left: 30px;
    padding-right: 60px;
    height: 45px;;
    display: inline-block;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a.btn .arrow{
    border-width:2px 2px 0 0;
    width: 12px;
    height: 12px;;
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {
        font-size: 18px;
    }
}

/*---------- MEDIA 468px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        top: 5%;
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .slide-text > p {
        display: none
    }
    .control-round .carousel-control{
        display: none;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
    .slide-text > a.btn{
        padding-left: 10px;
        padding-right: 30px;
        height: 35px;;
        font-size: 15px;
        line-height: 30px;
    }

}
