.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;
/*	bottom: calc(50% - 12px);*/
    opacity: 1;
    width: 33px;
/*    height: 19px;*/
    z-index: 99999;
    color: #ffffff;
    display: none;
    font-size: 14px;
	text-align: center!important;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    font-weight: normal;
/*
	display: none;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 100px;
    border-radius: 100px;
*/
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 3%;
	transition: all 0.25s ease 0s;
}
.control-round .carousel-control.right {
    right: 3%;
	transition: all 0.25s ease 0s;
}
.control-round .carousel-control.left:hover{
	left: 2.5%;
}
.control-round .carousel-control.right:hover{
	right: 2.5%;
}



/*---------- INDICATORS CONTROL ----------*/
.bootstrap-touch-link {position: absolute; bottom: 10%; left: 0; width: 100%; 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;
    font-size: 0;
	display: flex; flex-flow: row; align-items: center; justify-content: flex-start; 
	z-index: 555;
    /*counter-reset:num;*/
/*	display: none;*/
    margin: auto; padding: 0 100px; max-width: 1370px;
}
.indicators-line .carousel-indicators li {
    padding: 0;
    width: 30px;
  	height: 6px;
    text-indent: 0;
    /*overflow: hidden;*/
    text-align: center;
    position: relative;
    /*letter-spacing: 1px;*/
    background-color: #60c0eb;
    -webkit-font-smoothing: antialiased;
    -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: 5px 8px; border: 0;
}
/*
.indicators-line .carousel-indicators li:nth-child(1){
	background: #3f3f41;
}
.indicators-line .carousel-indicators li:nth-child(2){
	background: #74747a;
}
*/
.indicators-line .carousel-indicators li:hover{
	background: #001b8f;
}
.indicators-line .carousel-indicators li::before {
    /*counter-increment:num; content:counter(num);*/
}
/*.indicators-line .carousel-indicators li:last-child{
    margin-right: 0;
}*/
.indicators-line .carousel-indicators .active{
    /*box-shadow: 0 0 0 2px #fff;*/
/*    background-color: #3f3f41;*/
	color: #fff;
    background: #001b8f!important;
    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 {
  position: absolute;
  top: 31%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0px;
  z-index: 100;
}
.slide-text p {
    color: #60c0eb; line-height: 1.3; letter-spacing: 3px; font-weight: 500; width: 48%; margin: 0; -webkit-animation-delay: 0.7s; animation-delay: 0.7s; -webkit-animation-duration:0.5s;animation-duration:0.5s;
}
.slide-text h2 {
    font-size: 266.666%; color: #fff; line-height: 1.1; letter-spacing: 0.5px; font-weight: 700; width: 48%; margin: 0; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; -webkit-animation-duration:0.5s;animation-duration:0.5s;
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/


@media (max-width: 1200px) {
	.slide-text { top: 30%; padding: 0 70px;}
	.slide-text p { width: 100%; text-align: center;}
	.slide-text h2 { width: 100%; text-align: center;}
	.bootstrap-touch-link { bottom: 5%;}
	.indicators-line .carousel-indicators { justify-content: center;}
}
@media (max-width: 992px) {
	.slide-text { top: 50%; transform: translateY(-50%); padding: 0 20px;}
	.slide-text h2 { font-size: 225%; margin: 10px 0 0 0;}
	.bootstrap-touch-link { display: none;}
}
@media (max-width: 768px) {
	.slide-text h2 { font-size: 175%;}
}
@media (max-width: 576px) {
	.slide-text h2 { font-size: 150%; margin: 5px 0 0 0;}
}
@media (max-width: 430px) {
	.slide-text { top: 55%;}
	.slide-text h2 { font-size: 120%;}
}
