
.bs-slider{
    overflow: hidden;
    max-height: 600px !important;
    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 {
   ppacity:none
}
.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{
    width: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    white-space: nowrap;
	position:absolute; 
	top:45%;
	left:38%
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 25px;
    height: 25px;
    border: 1px solid rgb(255, 255, 255);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(255, 255, 255);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
	display:block;
	margin-bottom:15px 
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin-bottom:15px ;
    box-shadow: 0 0 0 2px #fff;
    background-color: #110842;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -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;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

  
a.btn-default{
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 14px 45px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
   
}
a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 14px 45px;
    white-space: nowrap;
    letter-spacing: 1px;
 
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    
   
}
 a:hover,
 a:active {
    color: #182532;
    background: #fff;
    -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
}






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

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


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    
     a.btn-default, 
     a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
.radius{border-radius:25px}
.btn-default{/* IE10+ */ 
background-image: -ms-linear-gradient(top, rgb(0,114,197) 0%, rgb(0,106,185) 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, rgb(0,114,197) 0%, rgb(0,106,185) 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, rgb(0,114,197) 0%, rgb(0,106,185) 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgb(0,114,197)), color-stop(100, rgb(0,106,185)));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, rgb(0,114,197) 0%, rgb(0,106,185) 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, rgb(0,114,197) 0%, rgb(0,106,185) 100%);}
.btn-primary{
		/* IE10+ */ 
background-image: -ms-linear-gradient(top, #354A5F 0%, #23303e 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #354A5F 0%, #23303e 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #354A5F 0%, #23303e 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #354A5F), color-stop(100, #23303e));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #354A5F 0%, #23303e 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #354A5F 0%, #23303e 100%);
	
}