.carousel-inner {z-index: 1;}
.fade:not(.show) {opacity: 1!important;}
.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;
}
.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 {
    top: auto; right: auto!important;
    opacity: 1;
    width: 45px;
    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: relative;
    font-weight: normal;
    /*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: 1%; /*display: none;*/
}
.control-round .carousel-control.right {
    right: 1%; /*display: none;*/
}
.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%; font-size: 0;
}
.control-round .carousel-control.left>span:nth-child(1)::before {content: ""; position: absolute; left: 17px; top:15px;  width: 16px; height: 16px; border-width: 0 0 2px 2px;border-style: solid; border-color: #fff; transform: rotate(45deg);}
.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: ""; position: absolute; right: 19px; top:17px;  width: 13px; height: 13px; border-width: 2px 2px 0 0;border-style: solid; border-color: #000; transform: rotate(45deg);}





/*---------- INDICATORS CONTROL ----------*/
.bootstrap-touch-link {position: absolute; bottom: 40px; left: 10px; right: 0; z-index: 500;}
.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: auto;
	bottom: auto;
    width: auto;
    font-size: 0;
	display: flex; flex-direction: row; justify-content: flex-start; align-items: center;
	z-index: 555;
    /*counter-reset:num;*/
	/*display: none;*/
    margin: 0; padding: 0;
}
.indicators-line .carousel-indicators::before {content: ''; border-bottom: 1px dotted #fff; position: absolute; top: calc(50% - 1px); left: 13px; right: 13px; z-index: -1;}
.indicators-line .carousel-indicators li {
    padding: 0;
    width: 8px;
    height: 8px;
    border: 1px solid #b61900;
    text-indent: 0;
    /*overflow: hidden;*/
    text-align: center;
    position: relative;
    /*letter-spacing: 1px;*/
    background-color: #c3c3c2;
    -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: 10.5px 10.5px;
}
.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: #b61900; 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;

}
.indicators-line .carousel-indicators .active::before {content: ''; width: 20px; height: 20px; border-radius: 20px; border: 1px solid #b61900; background: transparent; position: absolute; top: calc(50% - 10px); left: calc(50% - 10px); z-index: -1;}
/*.indicators-line .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #68cb1f;
    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;
}

.slide-text {
    left: 0;
    top: 50.2%;
	-moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -o-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);
    right: 0;
    margin: auto;
    padding: 0px;
    position: absolute;
    text-align: left;
    z-index: 100;
}

.slide-text > div > 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 > div > h2 {
    color: #fff;
    font-size: 357.143%; font-weight: 700; text-align: center;
    letter-spacing: 3.1px;
	line-height: 1.4;
    -webkit-animation-delay: 0.5s; animation-delay: 0.5s;
	-webkit-animation-duration:0.5s;animation-duration:0.5s;
	/*text-shadow: -1px -1px 8px rgba(0, 0, 0, 0.35),1px -1px 8px rgba(0, 0, 0, 0.35),-1px 1px 8px rgba(0, 0, 0, 0.35),1px 1px 8px rgba(0, 0, 0, 0.35);*/
}
.slide-text > div > h2::after {content: ''; width: 50px; height: 2px; background: #b61900; display: block; margin: 10px auto 19px auto;}
.slide-text > div > p {
    color: #fff; text-align: center; letter-spacing: 0.3px; padding: 0 10px 0 0;
    font-size: 128.571%; font-weight: 500; display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
    -webkit-animation-delay: 0.7s; animation-delay: 0.7s;
	-webkit-animation-duration:0.5s;animation-duration:0.5s;
	/*text-shadow: -1px -1px 8px rgba(0, 0, 0, 0.35),1px -1px 8px rgba(0, 0, 0, 0.35),-1px 1px 8px rgba(0, 0, 0, 0.35),1px 1px 8px rgba(0, 0, 0, 0.35);*/
}
.slide-text > div > p img {margin: 0 10px 0 0;}
.slide-text > div > 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) {
	.slide-text > div > div {margin-bottom: 25px;}
	.slide-text > div > h2 {margin-bottom: 35px;}
	.slide-text > div > p {margin-bottom: 15px;}
	.slide-text > div > a:link, .slide-text > div > a:visited {margin-top: 44px;}
}
@media (max-width: 1400px) {
	.slide-text > div > div {margin-bottom: 20px;}
	.slide-text > div > h2 {margin-bottom: 25px; line-height: 110%;}
	.slide-text > div > p {margin-bottom: 10px;}
	.slide-text > div > a:link, .slide-text > div > a:visited {margin-top: 40px;}
}
@media (max-width: 1200px) {
	.slide-text > div > div {margin-bottom: 10px;}
	.slide-text > div > h2 {margin-bottom: 20px; line-height: 100%;}
	.slide-text > div > p {margin-bottom: 7px;}
	.slide-text > div > a:link, .slide-text > div > a:visited {margin-top: 25px;}
}
@media (max-width: 992px) {
	.slide-text {text-align: center;}
	.slide-text > div > div {margin-bottom: 20px;}
	.slide-text > div > h2 {margin-bottom: 25px; line-height: 110%;}
	.slide-text > div br {display: none;}
	.slide-text > div > p {margin-bottom: 10px;}
	.slide-text > div > a:link, .slide-text > div > a:visited {margin: 40px auto auto auto;}
}
@media (max-width: 768px) {
	.slide-text > div > div {margin-bottom: 10px;}
	.slide-text > div > h2 {margin-bottom: 20px; line-height: 100%;}
	.slide-text > div > p {margin-bottom: 7px;}
	.slide-text > div > a:link, .slide-text > div > a:visited {margin: 25px auto auto auto;}
}
@media (max-width: 576px) {
	.slide-text > div > h2 {font-size: 7.3vw;}
	.slide-text > div > a:link, .slide-text > div > a:visited {width: 200px; height: 50px;}
}
@media (max-width: 430px) {
	.slide-text > div > div {margin-bottom: 10px; font-size: 14px;}
	.slide-text > div > h2 {margin-bottom: 10px; font-size: 6vw;}
	.slide-text > div > p {margin-bottom: 5px;}
	.slide-text > div > div:first-child, .slide-text > div > p {font-size: 16px;}
	.slide-text > div > a:link, .slide-text > div > a:visited {margin: 15px auto auto auto; width: 180px; height: 40px;}
}*/