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

.carousel-indicators { bottom: 20px; }

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

.fade-banner {
    opacity: 1;
}
.fade-banner .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-banner .item:first-child {
    top: auto;
    position: relative;
}
.fade-banner .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: 48%;
    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: 30px; height: 8px; 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: 8px;  margin: 0;  background-color: rgba(1,64,153,1);  border: 1px solid rgba(1,64,153,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: 30%; margin: auto; position: absolute; text-align: left; padding: 0; overflow: hidden; width: 100%; color: #FFF;}
.slide-text h1.titles { padding: 0; font-size: 34px; line-height: 1.2; display: block; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; text-transform: uppercase; font-weight: lighter;}
.slide-text h2.intros { font-size: 16px; display: block; margin: 10px 0 20px 0; line-height: 1.4; -webkit-animation-delay: 0.6s; animation-delay: 0.6s; font-weight: lighter;}

.slide-text a.mores { display: inline-block; font-size: 16px; letter-spacing: 2px; border: solid 1px #FFF; background: transparent; color: #FFF; font-weight: lighter; padding: 8px 30px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; -webkit-animation-delay: 0.9s; animation-delay: 0.9s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s;}
.slide-text a.mores:hover { border: solid 1px #FFF; background: #FFF; color:#014099; }
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

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

}

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

}

@media screen and (max-width: 1366px){
    .slide-text h1.titles { font-size: 24px;}
    .slide-text h2.intros { font-size: 15px; margin: 10px 0 15px 0;}
    .slide-text a.mores { font-size: 15px; padding: 5px 25px;}
}

@media screen and (max-width: 1200px){
    .slide-text { top: 42%;}
    .slide-text h1.titles { font-size: 20px;}
    .slide-text h2.intros { font-size: 13px; margin: 10px 0 10px 0;}
    .slide-text a.mores { font-size: 13px; padding: 5px 25px;}
}

@media screen and (max-width: 991px){
    .slide-text {top: 26%;}
    .slide-text h1.titles { font-size: 16px;}
    .slide-text h2.intros { display: none;}
    .slide-text a.mores { display: none;}

    .carousel-indicators { bottom: 0;}

    .control-round .carousel-control { top: 28%;}
}

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

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

}
