.carousel-inner {z-index: 1;}
.fade:not(.show) {opacity: 1;}
.bs-slider{
    overflow: hidden;
    /*max-height: 845px;*/
    position: relative;
    background: #000000;
}
.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;
    background: #d9d9d9;
}
.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 {
    bottom: 432px;
    opacity: 1;
    width: 35px;
    height: 45px;
    z-index: 99999;
    color: #ffffff;
    display: block;
    font-size: 14px; text-align: center!important;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    /*background: rgba(0, 0, 0, 0.5);*/
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 0.5;
}
.control-round .carousel-control.left {
    left: 3.386%; /*display: none;*/
}
.control-round .carousel-control.right {
    right: 4.896%; /*display: none;*/
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    opacity: 1;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%; font-size: 0;
}
.control-round .carousel-control.left>span:nth-child(1)::before {content: ""; background: url("../../images/prev_a.png") no-repeat center / cover; width: 24px; height: 45px; position: absolute; left: 0px; top:0;}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%; font-size: 0;
}
.control-round .carousel-control.right>span:nth-child(1)::after {content: ""; background: url("../../images/next_a.png") no-repeat center / cover; width: 24px; height: 45px; position: absolute; right: 0px; top:0;}





/*---------- INDICATORS CONTROL ----------*/
.bootstrap-touch-link {position: absolute; bottom: 176px; right: 0; left: 0; z-index: 500; display: flex; flex-flow: wrap; align-items: center;}
/*.bootstrap-touch-link > div {display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}*/
.indicators-line .carousel-indicators {
	position: relative;
    /*right: 31px;
	top: auto;*/
	left: 0;
	bottom: auto;
    width: 100%;
    font-size: 0;
	display: flex; flex-flow: wrap; justify-content: center; align-items: center;
	z-index: 555;
    /*counter-reset:num;*/
	/*display: none;*/
    margin: 0; padding: 0;
}
.indicators-line .carousel-indicators li {
    padding: 0;
    width: 10px;
    height: 10px;
    text-indent: 0;
    /*overflow: hidden;*/
    text-align: center;
    position: relative;
    /*letter-spacing: 1px;*/
    background-color: #929398;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -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: 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: 9px; border: 0; z-index: 1;
}
.indicators-line .carousel-indicators li::before {
    content: ''; width: 16px; height: 16px; border-radius: 50%; border: 1px solid #0e121e; position: absolute; top: calc(50% - 8px); left: calc(50% - 8px); z-index: -1;
}
/*.indicators-line .carousel-indicators li:last-child{
    margin-right: 0;
}*/
.indicators-line .carousel-indicators .active{
    /*box-shadow: 0 0 0 2px #fff;*/
    background-color: #ea5543; color: #fff;
    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: 31.4%;
    right: 0;
    margin: auto;
    padding: 0px 100px;
    width: 100%; max-width: 1622px;
    position: absolute;
    text-align: left;
    z-index: 100;
}

/*.slide-text > div {
	color: #fff; letter-spacing: 0; line-height: 1.3; font-size: 432.143%; font-weight: 200; padding: 0 0 0 6px;
	-webkit-animation-delay: 0.7s; animation-delay: 0.7s;
	-webkit-animation-duration:1s;animation-duration:1s;
}*/
.slide-text h2 {
    color: #2e2e2e;
    font-size: 288.889%; font-weight: 700; line-height: 1.26731; letter-spacing: 0px; margin: 0 0 6px -3px;
    -webkit-animation-delay: 0.5s; animation-delay: 0.5s;
	-webkit-animation-duration:0.5s;animation-duration:0.5s;
}
.slide-text h2 > span {color: #d2d2d2; text-shadow: -2px -2px 0 #2e2e2e,2px -2px 0 #2e2e2e,-2px 2px 0 #2e2e2e,2px 2px 0 #2e2e2e; margin: 0 0 0 6px;}
.slide-text p {
    color: #303030; font-size: 100%; padding: 0; margin: 0; letter-spacing: 0; font-weight: 400; line-height: 1.44444;
    -webkit-animation-delay: 0.7s; animation-delay: 0.7s;
	-webkit-animation-duration:0.5s;animation-duration:0.5s;
}
/*.slide-text > p img {margin: 0 10px 0 0;}
.slide-text > a {
	-webkit-animation-delay: 1.0s; animation-delay: 1.0s;
	-webkit-animation-duration:0.9s;animation-duration:0.9s;
    margin: 26px auto 0 auto;
}
.slide-text > div > a:link, .slide-text > div > a:visited {width: 206px; background-color: #00a2f5; margin-top: 47px; -webkit-animation-delay: 2s; animation-delay: 2s; -webkit-animation-duration:0.8s;animation-duration:0.8s; box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);}
.slide-text > div > a:active, .slide-text > div > a:hover {background-color: #0389ce;}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}*/






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 1600px) {
    .control-round .carousel-control {bottom: 300px;}
}
@media (max-width: 1400px) {
    .control-round .carousel-control {bottom: 200px;}
}
@media (max-width: 1200px) {
    .slide-text {top: 24%; padding: 0px 50px;}
    .control-round .carousel-control {bottom: 130px;}
    .control-round .carousel-control.left {left: 10px;}
    .control-round .carousel-control.right {right: 10px;}
}
@media (max-width: 992px) {
    .slide-text {position: relative; z-index: 1; top: auto; padding: 60px 20px 40px 20px;}
    .slide-text h2 {margin: 0 0 6px 0;}
    .control-round .carousel-control {bottom: -9px;}
    .bootstrap-touch-link {bottom: 70px;}
}
@media (max-width: 430px) {
    .slide-text h2 {font-size: 189.474%; line-height: 1.1;}
    .slide-text p {font-size: 78.947%; line-height: 1.3;}
    .control-round .carousel-control {width: 25px; height: 35px; bottom: -3px;}
    .control-round .carousel-control.left > span:nth-child(1)::before, .control-round .carousel-control.right > span:nth-child(1)::after {width: 19px; height: 35px;}
    .bootstrap-touch-link {bottom: 50px;}
}
@media (max-width: 350px) {
    .slide-text h2 {font-size: 25px;}
    .slide-text p {font-size: 12px; letter-spacing: -0.1px;}
}