
.bs-slider{
    overflow: hidden;
    max-height: 860px;
    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(251,2,0,1);  border: 1px solid rgba(251,2,0,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: 38%; 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:#fb0200; }


.slide-images { left: 0; bottom: 30px; margin: auto; position: absolute; text-align: left; padding: 0; overflow: hidden; width: 100%; color: #FFF;}
    .slide-images .images { float: left; width: 480px; }
    .slide-images .images img { max-width: 100%; -webkit-transition: .6s; -o-transition: .6s; transition: .6s;}
    .slide-images .images .item { opacity: 1;}

    .slide-images .images ul.lists { -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; overflow: hidden;}
    .slide-images .images ul.lists .titles { color: #FFF; margin: 0 0 10px 0;}
    .slide-images .images ul.lists .titles h1 { font-size: 16px; line-height: 1; font-weight: lighter; display: inline-block; border-bottom: 3px solid rgba(255, 255, 255, 0.3); padding: 0 0 5px 0; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s;  -ms-transition: all .6s;  transition: all .6s;}
    .slide-images .images ul.lists .imgs { overflow: hidden;}
    .slide-images .images ul.lists li:hover .imgs img { transform: scale(1.1); -ms-transform: scale(1.1); -moz-transform: scale(1.1); -webkit-transform: scale(1.1); -o-transform: scale(1.1);}
    .slide-images .images ul.lists li:hover .titles h1 { border-bottom: 3px solid rgba(0, 147, 62, 1);}

    /*
    .slide-images .container { position: relative;}
    */

    #owl-pro .owl-controls{position:absolute; width:100%; bottom:0;}
    #owl-pro .item { margin:0px; padding:0px;}
    #owl-pro .owl-controls .owl-buttons .owl-prev,#owl-pro .owl-controls .owl-buttons .owl-next { position:absolute; display:block; opacity:.7; filter:alpha(opacity=70); transition:opacity .2s linear 0s; cursor:pointer; color:#7f7f7f; width: 30px; height: 30px; background: #FFF; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; padding: 0; margin: 0;}
    #owl-pro .owl-controls .owl-buttons .owl-prev { -moz-border-radius: 0 2px 0 2px; -webkit-border-radius: 0 2px 0 2px; border-radius: 0 2px 0 2px;}
    #owl-pro .owl-controls .owl-buttons .owl-next { -moz-border-radius: 2px 0 2px 0; -webkit-border-radius: 2px 0 2px 0; border-radius: 2px 0 2px 0;}
    #owl-pro .owl-controls .owl-buttons i { color:#00a54e; font-size: 30px; line-height: 1;}
    #owl-pro .owl-controls .owl-buttons .owl-prev:hover,#owl-pro .owl-controls .owl-buttons .owl-next:hover{ opacity:1; filter:alpha(opacity=100);}
    #owl-pro .owl-controls .owl-prev { position:absolute;left:0; bottom:0;}
    #owl-pro .owl-controls .owl-next { position:absolute;right:0; bottom:0;}

    .slide-images .slogan { float: right; width: calc(100% - 720px); padding: 132px 0 0 0; /*position: absolute; bottom: 0; right: 0; width: 50%;*/ }
    .slide-images .slogan ul li { float: left; width: 32.000000%; padding: 30px 10px 30px 30px; text-align: left; margin: 0 2.000000% 0 0; background: rgba(255, 255, 255, 0.85); -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s;  -ms-transition: all .6s;  transition: all .6s;}
    .slide-images .slogan ul li:nth-child(3n) { margin-right: 0;}
    .slide-images .slogan ul li .ico { float: left;}
    .slide-images .slogan ul li .ico i { font-size: 52px; font-weight: normal; color: #282828; padding: 0 0 30px 0; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s;  -ms-transition: all .6s;  transition: all .6s;}
    .slide-images .slogan ul li .ico span { width: 30px; background: #282828; height: 2px; margin: 0 auto; display: block; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s;  -ms-transition: all .6s;  transition: all .6s;}
    .slide-images .slogan ul li .data { float: right; color: #535353; -o-transition: all .6s; -moz-transition: all .6s; -webkit-transition: all .6s;  -ms-transition: all .6s;  transition: all .6s;}
    .slide-images .slogan ul li .data h1 { font-size: 16px; margin: 0 0 20px 0;}
    .slide-images .slogan ul li .data h2 { font-size: 32px; font-family:'Geometric415BT-BlackA';}
    .slide-images .slogan ul li .data h2 span { font-size: 18px;}
    .slide-images .slogan ul li:hover { background: rgba(255, 255, 255, 1); -webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2); behavior: url(ie-css3.htc);}
    .slide-images .slogan ul li:hover .ico i { color: rgba(0, 147, 62, 1);}
    .slide-images .slogan ul li:hover .ico span { background: rgba(0, 147, 62, 1);}
    .slide-images .slogan ul li:hover .data { color: rgba(0, 147, 62, 1);}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

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

}

@media screen and (max-width: 1500px){
    .slide-images .images { float: left; width: 400px; }
    .slide-images .slogan { float: right; width: calc(100% - 620px); padding: 92px 0 0 0; }
}

@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;}

    .slide-images .images { float: left; width: 400px; }
    .slide-images .slogan { float: right; width: calc(100% - 520px); padding: 92px 0 0 0; }
}

@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;}
    .slide-images .images { float: left; width: 350px; }
    .slide-images .slogan { float: right; width: calc(100% - 400px); padding: 67px 0 0 0; }
}

@media screen and (max-width: 991px){
    .slide-text {top: 36%;}
    .slide-text h2.intros { display: none;}
    .slide-text a.mores { display: none;}

    .carousel-indicators { bottom: 0;}
}

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

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

}
