body.home #carousel-bt .carousel-item, body.home #carousel-bt {
	height: calc(100vh - 80px);
}

body:not(.home) #carousel-bt .carousel-item, body:not(.home) #carousel-bt {
	height: 60vh;
}


@media only screen and (max-width: 991px) {
	body:not(.home) #carousel-bt .carousel-item, body:not(.home) #carousel-bt {
		height: 40vh;
	}

}


@media only screen and (max-width: 500px) {
	body:not(.home) #carousel-bt .carousel-item, body:not(.home) #carousel-bt {
		height: 250px;
	}
}

@media only screen and (orientation: landscape) and (max-width: 700px) {
	body:not(.home) #carousel-bt .carousel-item, body:not(.home) #carousel-bt {
		height: 57vh;
	}
}


body #carousel-bt.home-m .carousel-item, body #carousel-bt.home-m  {
	height: 250px;
}

@media only screen and (min-width: 901px) {
	body #carousel-bt.home-m .carousel-item, body #carousel-bt.home-m  {
		height: 470px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 900px) {
	body #carousel-bt.home-m .carousel-item, body #carousel-bt.home-m  {
		height: 370px;
	}

	 body.page-template-home-mobile-template #carousel-bt.home-m img {
		min-height: 105% !important;
	}
}




#carousel-bt img {
	object-fit: cover;
	min-height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.carousel-indicators {
	right: auto;
	margin-right: 0;
	margin-left: 0;
	left: 25px;
}

.carousel-indicators li {
	border: 0px;
	background: #929292;
	border-radius: 0px;
	max-width: 40px;
	width: 40px;
	height: 4px;
	opacity: 0.9;
}

.carousel-indicators .active {
	background-color: #810F01;
}


.carousel-control-prev i, .carousel-control-next i {
	font-size: 57px;
	color: #fff;
	padding: 0 25px;
	text-shadow: -3px 1px 6px rgb(101, 101, 101, 0.6);
}


.carousel-control-prev, .carousel-control-next {
	text-decoration: none;
	opacity: 1;
	width: 80px;
}


@media only screen and (max-width: 767px) {
	.carousel-control-prev i, .carousel-control-next i {
		font-size: 40px;
		padding: 0;
	}

	.carousel-control-prev, .carousel-control-next {
		width: 40px;
	}
}

.slider-hm-text {
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	position: absolute;
	bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
	width: 80%;
	max-width: 900px;
}

.slider-hm-text, .parallax-container h1, .parallax-container p {
	text-shadow: 2px 2px 3px #363636;
}

.slider-hm-text h1, .parallax-container h1 {
	font-size: 60px;
	font-weight: 900;
	margin-bottom: 23px;
}

#carousel-bt.home-m .slider-hm-text h1 {
	font-size: 28px;
}

@media only screen and (max-width: 1200px) {
	#carousel-bt img {
		min-height: 110%;
	}

	.slider-hm-text h1, .parallax-container h1 {
		font-size: 45px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.slider-hm-text {
		display: none;
	}

	.parallax-container h1 {
		font-size: 33px;
		margin-bottom: 15px;
	}

}

.slider-hm-text p, .parallax-container p {
	margin-bottom: 10px;
}

.slider-hm-text *, .parallax-container * {
	color: #fff !important;
	margin: 0 auto;
}

@media only screen and (max-width: 576px) {
	.parallax-container h1 {
		font-size: 18px;
		margin-bottom: 5px;
	}
}


/* Casousel in Microsoft Edge */
@supports (-ms-ime-align:auto) {
	.carousel-item {
		-webkit-transition: -webkit-transform 0s !important;
		transition: -webkit-transform 0s !important;
		-o-transition: -o-transform 0s !important;
		transition: transform 0s !important;
		transition: transform 0s, -webkit-transform 0s, -o-transform 0s !important;
		-webkit-backface-visibility: hidden;
						backface-visibility: hidden;
		-webkit-perspective: 1000px;
						perspective: 1000px;
	}
}
