.carousel-inner{height:100%;}
.bs-slider{
    overflow: hidden;
    position: absolute;
    width:100%;
    height: 100%;
    top:0px;left:0px;;
}
.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:url(../images/mask.png);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}
.home-slide{position: absolute;top:0px;left:0px;width:100%;height: 100%;}
.home-slide-1{background: url(../images/slide01.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-2{background: url(../images/slide02.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-3{background: url(../images/slide03.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-5{background: url(../images/slide05.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-6{background: url(../images/slide06.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-7{background: url(../images/slide07.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}

.home-slide-11{background: url(../images/slide11.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-12{background: url(../images/slide12.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-13{background: url(../images/slide13.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-14{background: url(../images/slide14.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-15{background: url(../images/slide15.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-16{background: url(../images/slide16.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-17{background: url(../images/slide17.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-18{background: url(../images/slide18.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-19{background: url(../images/slide19.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-20{background: url(../images/slide20.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}
.home-slide-21{background: url(../images/slide21.jpg);background-repeat:no-repeat;background-position: center center;background-size: cover;}

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

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 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;
    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 ----------*/

.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 10px;
    height: 10px;
    border: 0px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.25);
    -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;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 0px 5px 0px 0px;
    background-color: transparent;
    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;

}
.indicators-line > .carousel-indicators .active:before{
    
    background-color: #c61544;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:10px;
    height: 10px;
    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;
}






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

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


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

}
@media  (max-width: 480px) {
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
