.carousel-inner {z-index: 1;}
.fade:not(.show) {opacity: 1;}
.bs-slider{
    overflow: hidden;
    /*max-height: 845px;*/
    position: relative;
    background: #fff;
}
.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;
}
.fade .item > div.itv_0 {position: relative; z-index: 50;}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    position: absolute;
    top: auto;
    opacity: 1;
    width: 36px;
    height: 25px;
    z-index: 99999;
    color: #ffffff;
    display: block;
    font-size: 14px;
    text-align: center!important;
    cursor: pointer;
    overflow: hidden;
    line-height: 65px;
    text-shadow: none;
    font-weight: normal;
/*    background: #fff;*/
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 0; /*display: none;*/
}
.control-round .carousel-control.right {
    right: 0; /*display: none;*/
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
   opacity: 0.5;
}

.control-round .carousel-control.left>span{ font-size: 0;}
.control-round .carousel-control.left>span:nth-child(1)::before { content: ""; position: absolute; top: calc(50% - 12.5px); left: calc(50% - 18px); width: 36px; height: 25px; background: url("../../images2/icon_prev_01.png") no-repeat center / contain; transition: all 0.25s ease 0s;}
.control-round .carousel-control.right>span{ font-size: 0;}
.control-round .carousel-control.right>span:nth-child(1)::after { content: ""; position: absolute; top: calc(50% - 12.5px); left: calc(50% - 18px); width: 36px; height: 25px; background: url("../../images2/icon_next_01.png") no-repeat center / contain; transition: all 0.25s ease 0s;}


/*---------- INDICATORS CONTROL ----------*/
.bootstrap-touch-link {position: absolute; top: 5%; right: 4%; display: flex; flex-flow: row; width: 95px; z-index: 500;}
.bootstrap-touch-link > div {display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.indicators-line .carousel-indicators {	position: absolute; left: 0; bottom: 0; width: auto; margin: 0; font-size: 0; display: flex; flex-flow: row; justify-content: center; align-items: center; z-index: 555; /*counter-reset:num; display: none;*/}
.indicators-line .carousel-indicators li { padding: 0; width: 30px; height: 6px; border-radius: 10px; text-indent: 0;text-align: center; position: relative; z-index: 555; cursor:pointer; color: #282828; font-size: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; opacity: 1; margin: 0 10px; border: 0; background: RGBA(255, 255, 255, 0.5); overflow: hidden; transition: all 0.25s ease 0s;}

.indicators-line .carousel-indicators li:hover, .indicators-line .carousel-indicators .active { background: RGBA(255, 255, 255, 1);}

/*---------- 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: 1400px) {
    .bootstrap-touch-link { width: 75px;}
    .control-round .carousel-control { width: 30px; height: 21px;}
    .control-round .carousel-control.left > span:nth-child(1)::before { width: 30px; height: 21px; top: calc(50% - 10.5px); left: calc(50% - 15px);}
    .control-round .carousel-control.right > span:nth-child(1)::after { width: 30px; height: 21px; top: calc(50% - 10.5px); left: calc(50% - 15px);}
}
@media (max-width: 1200px) {
    .bootstrap-touch-link { top: 50px; right: 40px;}
}
@media (max-width: 992px) {
    .bootstrap-touch-link { top: 30px; right: 30px;}
}
@media (max-width: 768px) {
    .bootstrap-touch-link { right: 20px;}
}
@media (max-width: 430px) {
    .bootstrap-touch-link { top: 25px; width: 65px;}
    .control-round .carousel-control { width: 25px; height: 17px;}
    .control-round .carousel-control.left > span:nth-child(1)::before { width: 25px; height: 17px; top: calc(50% - 8.5px); left: calc(50% - 12.5px);}
    .control-round .carousel-control.right > span:nth-child(1)::after { width: 25px; height: 17px; top: calc(50% - 8.5px); left: calc(50% - 12.5px);}
}
