/* HEADER SLIDESHOW */
.header-slideshow {
	height: 100%;
	position:  relative;
}
/* HOMEPAGE HEADER */
.header-slideshow .home-header {
	margin-bottom: 0px;
	z-index: 9;
}
.header-slideshow .slick-arrow:before {
	display: none;
}
.header-slideshow .home-header h3 {
	font-family: 'NeutrafaceText-Bold', sans-serif;
	font-size: 25px;
	line-height: 1;
	color: #fff;
	background-color: #f04839;
	text-transform: uppercase;
	padding: 12px 15px;
	position: absolute;
	bottom: 56px;
	left: 56px;
	opacity: 0;
	transition: opacity ease .2s .6s;
}
.header-slideshow .home-header .slick-current h3 {
	opacity: 1;
}
.header-slideshow .home-header .slick-slide {
	position: relative;
	width: 100%;
}
.header-slideshow .home-header img {
	width:100%;
	height:auto !important;
}

.header-slideshow .home-header .item {
	position: relative;
}
.header-slideshow .home-header .item-btn-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.header-slideshow .home-header .item img.play {
	width: 100%;
}
.home-header-arrows {
	position: absolute;
	bottom: 32px;
	right: 56px;
	display: flex;
	width: 42px;
	z-index: 9;
	justify-content: space-between;
	align-items: center;
}
.home-header-arrows .slick-arrow {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background-color: #3cc3e9!important;
	color: #fff!important;
	font-size: 32px;
	width:40px;
	height:40px;
	padding:0px;
	outline: 2px solid #3cc3e9;
	cursor: pointer;
	transition-property: background-color color;
	transition-timing-function: ease-in-out;
	transition-duration: .2s;
}
.home-header-arrows .slick-arrow:hover {
	background-color: #fff;
	color: #3cc3e9;
	outline: #3cc3e9 2px solid;
}
@media only screen and (max-width: 40em) {
	.header-slideshow .home-header h3 {
		font-size: 18px;
		line-height: 1;
		padding: 5px;
		bottom: 35px;
		left: 15px;
		max-width: calc(100% - 30px);
	}
	.home-header-arrows {
		width: 20px;
		right: 27px;
		bottom: 22px;
		-ms-transform: translateY(30px);
	}
	.home-header-arrows .slick-arrow {
		font-size: 27px;
		width:30px;
		height:30px;
	}
}