
.bs-slider{
    overflow: hidden;
    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;
}
.bs-slider > .carousel-inner > .item > a{ display:block;}

/********************
*****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;
    z-index: 100;
    color: #ffffff;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    background: transparent;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 3%;
	background:url(../images/l_2.png) no-repeat; width:60px; height:61px;
}
.control-round .carousel-control.right {
    right: 3%;
	background:url(../images/l_1.png) no-repeat; width:60px; height:61px;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    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{
    right:0px;
    bottom: 3%;
    left: auto;
    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;
	margin-right:30px;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height:15px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    margin-right:10px;
    z-index: 10;
    cursor:pointer;
	background:#fff;
	border:none;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    background-color: #ff8e09;
    position: relative;
	margin-right:10px;

}
.indicators-line > .carousel-indicators .active:before{
    background-color: #0a99ff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:23px;
    height: 23px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- 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;
    bottom:0px;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
	margin-bottom:30px;
    
}

.slide-text > h4 a{
    padding: 0;
    color: #fff;
    font-style: normal;
    margin-bottom:40px;
    display: inline-block;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
	font-size:66px;
	height:auto;
	font-family:'calibrib';
	text-transform:uppercase;
}
.bg0{ background:none !important;}
.slide-text > h4 span{ background:#1086df; display:inline-block; padding:30px 40px;}
.slide-text > .p{
    padding: 0;
    color: #ffffff;
    font-size:18px;
    line-height:30px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
	margin:0 auto;
	float:left;
}
.slide-text > a.btn-default{
 background:none; color:#fff; margin-top:20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border: none;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -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;
	margin-left:80px;
	line-height:40px;
	padding:0px 30px;
	float:left;
	text-transform:uppercase;
	border:1px solid rgba(255,255,255,0.26);
	border-radius:0px;

}
.slide-text > a:hover,
.slide-text > a:active {
    color: #fff;
    background: #ff8e09 ;
    -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;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/
@media (max-width: 1200px) {
    .slide-text h4 a{
        font-size:50px;
        line-height: 50px;
        margin-bottom: 10px; }
    .slide-text > p a{ font-size:60px; line-height:80px;}
}


@media (max-width: 991px) {
	.slide-text{ padding:0px 40px;}
    .slide-text h4 a{
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 20px;
    }
	.slide-text > a.btn-default{ margin-top:20px;} }


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text h4 a{
        font-size:20px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .slide-text > .p{

        font-size:16px; line-height:24px;
    }
	.slide-text > a.btn-default{ margin-top:20px;}
	.slide-text > a.btn-default{
    color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    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;
	line-height:30px;
	padding:0px 15px;}
	.slide-text{ padding:0px 20px;}
}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h4 {
        font-size: 20px;
        line-height: 25px; 
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
	.slide-text >.p{ display:none;}
	.slide-text > a.btn-default{ margin-left:0px;}

}

