.main-banner-carousel-container .banner-carousel-inner .banner-carousel { opacity: 0; }
.main-banner-carousel-container .banner-carousel-inner .banner-carousel.slick-initialized { opacity: 1; }

.main-banner-carousel-container .banner-carousel-inner {
	position: relative;
	z-index: 2
}

.main-banner-carousel-container .banner-carousel-inner .slick-slide {
	position: relative;
}

.main-banner-carousel-container .banner-carousel .item .item-inner {
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.main-banner-carousel-container .banner-carousel .item .item-inner .item-link {
	display: inline;
}

.main-banner-carousel-container .banner-carousel .item .item-image {
	overflow: hidden;
	position: relative;
	-webkit-background-size: 100%;
	background-size: 100%;
	-webkit-background-position: center center;
	-moz-background-position: center center;
	-ms-background-position: center center;
	-o-background-position: center center;
	background-position: center center;
	-webkit-background-repeat: no-repeat;
	-moz-background-repeat: no-repeat;
	-ms-background-repeat: no-repeat;
	-o-background-repeat: no-repeat;
	background-repeat: no-repeat
}

.main-banner-carousel-container .banner-carousel .item .item-image:after {
	content: '';
	width: 100%;
	height: 375px;
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: .85;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	*zoom: 1;
	filter: progid: DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF000000', endColorstr='#FF000000');
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000), color-stop(100%, #000000));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%, #000000 100%);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%, #000000 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%, #000000 100%)
}

@media (max-width: 40em) {
	.main-banner-carousel-container .banner-carousel .item .item-image {
		height: 100px
	}
	.main-banner-carousel-container .banner-carousel .item .item-image:after {
		width: 100%;
		height: 100%;
		background: #000;
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
		opacity: .4;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1
	}
}

.main-banner-carousel-container .banner-carousel .item .item-content {
	width: 100%;
	padding: 0 40px;
	position: absolute;
	left: 0;
	bottom: 35px;
	z-index: 5;
	pointer-events: none;
}

.main-banner-carousel-container .banner-carousel .item .item-content .content-inner {
	padding-right: 300px;
	position: relative;
	/* z-index: 2 */
}

@media (max-width: 64em) {
	.main-banner-carousel-container .banner-carousel .item .item-content .content-inner {
		padding: 0
	}
}

.main-banner-carousel-container .banner-carousel .item .item-content h2 {
	text-transform: uppercase;
	font-family: "Nexa Rust Sans W00 Black", sans-serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.2;
	color: #fff
}

@media (max-width: 64em) {
	.main-banner-carousel-container .banner-carousel .item .item-content h2 {
		font-size: 1.75rem
	}
}

@media (max-width: 40em) {
	.main-banner-carousel-container .banner-carousel .item .item-content h2 {
		font-size: 1.25rem
	}
}

.main-banner-carousel-container .banner-carousel .item .item-content .item-text {
	max-width: 550px;
	width: 100%
}

@media (max-width: 64em) {
	.main-banner-carousel-container .banner-carousel .item .item-content .item-text {
		max-width: 100%
	}
}

.main-banner-carousel-container .banner-carousel .item .item-content .item-title {
	margin-bottom: 10px
}

@media (max-width: 40em) {
	.main-banner-carousel-container .banner-carousel .item .item-content .item-title {
		margin: 0
	}
}

@media (max-width: 40em) {
	.main-banner-carousel-container .banner-carousel .item .item-content .item-btn {
		display: none
	}
}

.main-banner-carousel-container .banner-carousel .item .item-content .item-graphics {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 5
}

.main-banner-carousel-container .banner-carousel .item .item-content .item-graphics img {
	width: 300px
}

@media (max-width: 64em) {
	.main-banner-carousel-container .banner-carousel .item .item-content .item-graphics {
		display: none
	}
}

@media (max-width: 64em) {
	.main-banner-carousel-container .banner-carousel .item .item-content {
		bottom: 35px;
		padding: 0 20px
	}
}

@media (max-width: 40em) {
	.main-banner-carousel-container .banner-carousel .item .item-content {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		-moz-transform: none;
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		position: absolute;
		z-index: 5;
		left: 0;
		top: 50%;
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}

/* .main-banner-carousel-container .banner-carousel .item.slick-active .item-image {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
} */

@media (max-width: 40em) {
	.main-banner-carousel-container .banner-carousel .item {
		text-align: center
	}
}

.main-banner-carousel-container .slick-controls .slick-nav .slick-arrow {
	top: calc(41% + 54px)
}

.main-banner-carousel-container .slick-controls .slick-nav .slick-arrow.slick-prev {
	left: 40px
}

.main-banner-carousel-container .slick-controls .slick-nav .slick-arrow.slick-next {
	right: 40px
}

@media (max-width: 64em) {
	.main-banner-carousel-container .slick-controls .slick-nav .slick-arrow {
		top: calc(50% + 44px)
	}
	.main-banner-carousel-container .slick-controls .slick-nav .slick-arrow.slick-prev {
		left: 20px
	}
	.main-banner-carousel-container .slick-controls .slick-nav .slick-arrow.slick-next {
		right: 20px
	}
}


.main-banner-carousel-container .slick-prev:before,
.main-banner-carousel-container .slick-next:before {
	content: "";
}
.main-banner-carousel-container .slick-slider {
	margin-bottom: 0;
}

.main-banner-carousel-container i.fa.fa-play-circle.fa-5x {
	position: absolute;
	width: 50px;
	height: 50px;
	z-index: 999;
	left: 45%;
	top: 43%;
	color: #FFF;
}
.main-banner-carousel-container a.videolink {
	display: block;
}

@media (max-width: 40em) {
	.main-banner-carousel-container i.fa.fa-play-circle.fa-5x {
		font-size: 50px;
		top: 25%;
		opacity: .9;
	}
}