/*billboard Slider*/
.billboard-slider {
	position: relative;
	margin: auto;
	width:  100%;
	max-width: 996px;
}
.billboard-slider-wrapper {
	position: relative;
}
.billboard-slider-wrapper .blue-stripe {
	position: absolute;
	height: 50%;
	width: 100%;
	top: 25%;
	background-color: #e4f7fc;
}
.billboard-slider .billboard-slider-img {
	position: relative;
}
.billboard-slider .billboard-slider-img img {
	width: 100%;
}
.billboard-slider .billboard-slider-img a.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.billboard-slider .billboard-slider-img a.play-button img {
	width: auto;
}
.billboard-slider .billboard-slide-item .billboard-slider-cont h3 {
	font-family: 'NeutrafaceText-Bold', sans-serif;
	font-size: 23px;
	line-height: 25px;
	text-transform: uppercase;
	text-align: center;
	color: #f04839;
	margin-bottom: 0;
}
.billboard-slider .billboard-slide-item .billboard-slider-cont p {
	background-color: #fff;
	font-family: 'NeutrafaceText-Book', sans-serif;
	font-size: 17px;
	line-height: 20px;
	text-decoration: none;
	padding: 12px;
	margin: auto;
	text-align: center;
	font-weight: bold;
}
.billboard-slider .billboard-slide-item .billboard-slider-cont {
	background-color: #fff;
	position: relative;
	width: 54%;
	margin: auto;
	padding: 15px;
	bottom: 92px;
	min-height: 92px;
}
.billboard-arrows {
	max-width: 996px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	left:  50%;
	transform:  translateX(-50%);
	position: absolute;
	top: 40%;
	width: 100%;
	height: 0;
}
.billboard-arrows .slick-arrow {
	display: flex !important;
	align-items: center;
	justify-content: center;
	background-color: #3cc3e9;
	color: #fff;
	font-size: 32px;
	width: 36px;
	height: 36px;
	padding: 0px;
	outline: 2px solid #3cc3e9;
	cursor: pointer;
	transition-property: background-color color;
	transition-timing-function: ease-in-out;
	transition-duration: .2s;
}
@media only screen and (min-width: 64.063em) {
	.billboard-arrows .slick-arrow:hover {
		background-color: #fff;
		color: #3cc3e9;
	}
	.billboard-arrows {
		max-width: 1036px;
	}
}
@media only screen and (max-width: 64em) {	
	.billboard-slider-wrapper .blue-stripe {
		position: absolute;
		width: 100%;
		height: 100%;
		top: -30px;
		background-color: #e4f7fc;
	}
	.billboard-arrows {
		max-width: 996px;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		left:  50%;
		transform:  translateX(-50%);
		position: absolute;
		top: 0;
		margin-top: 22.9%; /*Change Me*/
		width: 100%;
		height: 0;
	}
}
@media only screen and (max-width: 40em) {
	.billboard-slider-wrapper {
		position: relative;
		margin-top: 30px;
	}
	.billboard-slider .billboard-slider-img a.play-button img {
		width: 53px;
	}
	.billboard-slider .billboard-slide-item .billboard-slider-cont h3 {
		font-size: 18px;
		line-height: 1;
		margin-bottom:  0px;
	}
	.billboard-slider .billboard-slide-item .billboard-slider-cont p {
		font-size: 18px;
		line-height: 1.4;
	}
	.billboard-slider .billboard-slide-item .billboard-slider-cont {
		bottom: 50px;
		width: 300px;
		margin: auto;
	}
}