.carousel-inner {z-index: 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;
}
.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: 99999;
    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%; 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%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
	position: absolute;
    right: 31px;
	top: 0;
	left: auto;
	bottom: 0;
    width: 10px;
    font-size: 0;
	padding: 0;
	margin: 0;
	display: flex; flex-direction: column; justify-content: center; align-items: center;
	z-index: 555;
}
.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 10px;
    height: 10px;
    /*border: 1px solid rgba(158, 158, 158);*/
	border: 0;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background-color: rgba(255, 255, 255, 0.61);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 9px 0px;
    -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;
}
/*.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}*/
.indicators-line > .carousel-indicators .active{
    /*box-shadow: 0 0 0 2px #fff;*/
    background-color: #68cb1f;
    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{
    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: 34.5%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px;
    
}

.slide-text > h1 {
    padding: 0;
    color: #ffffff;
    margin-bottom: 5px;
    letter-spacing: 5px;
	font-weight: 400;
    -webkit-animation-delay: 1s; animation-delay: 1s;
	-webkit-animation-duration:1s;animation-duration:1s;
	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 > h1 span {color: #5fbf17; font-weight: 600; font-family: 'NTR', sans-serif; font-size: 125%}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    margin-bottom: 3.924%;
	font-weight: 300;
    letter-spacing: 8px;
    -webkit-animation-delay: 1.5s; animation-delay: 1.5s;
	-webkit-animation-duration:0.8s;animation-duration:0.8s;
	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 > a:link, .slide-text > a:visited {text-decoration:none; color:#fff; letter-spacing: 2px; background-color: #53a615; width: 210px; height: 55px; margin: auto; border-radius: 30px; position: relative; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; transition: all 0.1s ease 0s; -webkit-animation-delay: 1.3s; animation-delay: 1.3s; -webkit-animation-duration:0.8s;animation-duration:0.8s; box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);}
.slide-text > a:active, .slide-text > a:hover {text-decoration:none; color:#fff; background-color: #43890f; cursor:pointer; transition: all 0.1s ease 0s;}
/*.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 {top: 20%;}
}
@media (max-width: 1200px) {
	.slide-text {top: 13%;}
}
@media (max-width: 992px) {
	/*.indicators-line > .carousel-indicators {height: 10px; flex-direction: row; right: 0; left: 0; top: auto; bottom: 20px; width: 100%;}
	.indicators-line > .carousel-indicators li {margin: 0px 10px;}*/
	.slide-text {top: 23%;}
	.slide-text > h1 {margin-bottom: 0px;}
	.slide-text > p {letter-spacing: 4px;}
	.slide-text > a:link, .slide-text > a:visited {width: 250px;}
}
@media (max-width: 768px) {
	.slide-text {top: 15%;}
}
@media (max-width: 576px) {
	.slide-text {top: 10%;}
	.slide-text > h1 {font-size: 8vw;}
	.slide-text > p {font-size: 5vw; margin-bottom: 8%;}
	.slide-text > a:link, .slide-text > a:visited {width: 250px; height: 50px;}
}
@media (max-width: 430px) {
	.slide-text > h1 {font-size: 7vw;}
	.slide-text > p {font-size: 5vw;}
	.slide-text > a:link, .slide-text > a:visited {width: 220px; height: 40px; font-size: 4vw;}
}