.bs-slider{
    overflow: hidden;
    position: relative;
    background: #000;

}
.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 {width: 100%!important;height: auto!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: 50%;margin-top: -20px;
    opacity: 0;
    width: 40px;
    height: 40px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 3.6rem;
    cursor: pointer;
    overflow: hidden;
    line-height: 30px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 50%;
    border-radius:50%;
}
.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 ----------*/
.indicators-line > .carousel-indicators{
    bottom: 0%;
    left: 50%;
	margin-left:-50px;
    width: 100px;
    height: 30px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 12px;
    height: 12px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    border: none;  
    background-color:rgba(255,255,255,0.4);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
    z-index: 999;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{margin-right: 0;}
.indicators-line > .carousel-indicators .active{background-color: #fff;}




/*---------- 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%!important;
    right: 0;
    margin: auto;
    position: absolute;}
.slide-text > h1 {
	display: block;
    padding: 0;
    color: #fff;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: 800;
	text-transform: uppercase;
    font-size: 2.6rem!important;
    letter-spacing: 3px!important;
    line-height: 3.8rem !important;
    font-style: normal;
    margin-bottom: 20px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
	text-shadow: 0.05em 0.05em 0.1em rgba(0,0,0,0.04);
}
.slide-text > p {
    padding: 0;
    color: #fff;
    font-size: 1.6rem!important;
    line-height: 3rem!important;
    font-weight: 400;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
	margin-bottom: 20px;
	text-shadow: 0.05em 0.05em 0.1em rgba(0,0,0,0.04);
}
.slide-text > a.btn-primary{
    color: #fff;position: relative;
    font-weight: 500;
    font-size: 14px;
	width: 120px;
    line-height: 20px;
	text-align: center;
    white-space: nowrap;
    background-color: transparent;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border:1px solid rgba(255,255,255,0.6);
    -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:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
