.custom_header_slideshow_homepage {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
}


.custom_header_slideshow_homepage .slides { width: 100%; }
.custom_header_slideshow_homepage .arrow.nextSlide { margin-right: 0; }
.custom_header_slideshow_homepage .arrow.prevSlide { }

.custom_header_slideshow_homepage .slick-dots {
	top: 75%;
	margin-bottom: 0px;
	margin: 0px;
	bottom: auto;
}
.custom_header_slideshow_homepage .slick-dots li button:before { 
	font-size: 15px;
	color: white;
}
.custom_header_slideshow_homepage .slide {
	position: relative;
	width: 100%;
}

.custom_header_slideshow_homepage .slide .text .content-wrapper{
	overflow: hidden;
}
.custom_header_slideshow_homepage .slide .text .content {
	position: relative;
	padding: 10px;
	color: white;
}
.custom_header_slideshow_homepage .slide .text .content a {
	color: #fff;
}
.custom_header_slideshow_homepage .slide .text .content .title {
	color: #fff;
	font-family: "open-sans",sans-serif;
	font-size: 52px;
	font-weight: 600;
	text-shadow: 2px 2px 4px rgba(0,0,0, .5);
	line-height: 66px;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.custom_header_slideshow_homepage .slide .text .content .description {
	display: block;
	font-family: "open-sans",sans-serif;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 4px;
	max-height: 75px;
	overflow: hidden;
}
.custom_header_slideshow_homepage .slide .more {
	background: #feec00;
	color: #000;
	font-weight: 600;
	padding: 2px 10px;
	display: inline-block;
	margin-top: 12px;
}
.custom_header_slideshow_homepage .slide .text .content {
	max-width: 1236px;
	float: left;
	padding: 0px 30px 12px;
}
.custom_header_slideshow_homepage .text {
	width: 1236px;
	padding: 0 18px;
	padding-left: 120px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 326px;
	overflow: hidden;
}

.custom_header_slideshow_homepage .arrows {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	bottom: 283px;
	z-index: 2;
}
.custom_header_slideshow_homepage .arrow {
	margin-right: 4px;
	float: left;
	position: static;
	font-size: 40px;
	cursor: pointer;
	width: 49px;
	height: 43px;
	overflow: hidden;
	text-indent: -100px;
	background: url(/includes/public/assets/homepage-slider-buttons.gif);
	z-index: 0;
	background-size: auto 100%;
}
.custom_header_slideshow_homepage .arrow.nextSlide { background-position: right center; }

.custom_header_slideshow_homepage .slide .slide-img.initial {
	opacity: .5;
}
.custom_header_slideshow_homepage .slide .slide-img {
	opacity: 1;
	position: absolute;
	left: 50%;
	top: 0;
	max-width: none;
	min-width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}

.custom_header_slideshow_homepage .video-link {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 4;
	text-indent: -100px;
	overflow: hidden;
	background: url(/includes/public/assets/header-slideshow-play.png) no-repeat center;
	background-position: center 336px;
}
.custom_header_slideshow_homepage .slides, .custom_header_slideshow_homepage .slide {
	height: 832px;
}

@media only screen and (max-width: 1236px) {
	.custom_header_slideshow_homepage .slides, .custom_header_slideshow_homepage .slide { height: 588px;}
	.custom_header_slideshow_homepage .text {
		width: 100%;
		padding: 0 29px;
		padding-left: 131px;
		height: 250px;
	}
	.custom_header_slideshow_homepage .arrows { left: 29px; margin-left: 0; bottom: 207px;}
	.custom_header_slideshow_homepage .slide .text .content {
		padding-top: 2px;
	}
	.custom_header_slideshow_homepage .slide .text .content .title { font-size: 33px; line-height: 40px;}
	.custom_header_slideshow_homepage .slide .text .content .description { font-size: 16px; margin-top: 0px; max-height: 147px; }

	.custom_header_slideshow_homepage .video-link { background-size: 100px 100px; background-position: center 200px; }
}
@media only screen and (max-width: 640px) {
	.custom_header_slideshow_homepage .slide,
	.custom_header_slideshow_homepage .slides {	height: auto; }
	.custom_header_slideshow_homepage .mobile-img-link,
	.custom_header_slideshow_homepage .slide,
	.custom_header_slideshow_homepage .slides { min-height: 238px; }
	.custom_header_slideshow_homepage .slide .slide-img { height: 238px; }
	.custom_header_slideshow_homepage .text {
		display: none;
		position: static;
		padding: 0;
		height: auto;
		left: 0;
		margin: 0;
		text-align: center;
		margin-top: 268px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
	.custom_header_slideshow_homepage .slide.slick-active .text {
		display:block;
	}
	.custom_header_slideshow_homepage .slide .text .content .title {
		color: #000;
		text-shadow: none;
		font-size: 22px;
		font-weight: 070;
		white-space: normal;
		line-height: 25px;
	}
	.custom_header_slideshow_homepage .slide .text .content .description {
		color: #000;
		font-size: 14px;
		font-weight: 600;
		line-height: 16px;
		margin-top: 9px;
	}
	
	.custom_header_slideshow_homepage .arrows {
		left: 50%;
		width: 94px;
		margin-left: -47px;
		bottom: 0;
		top: 214px;
		height: 43px;
	}
	.custom_header_slideshow_homepage .slide .more {
		font-size: 14px;	
		padding: 0 4px;
		line-height: 19px;
	}
	.custom_header_slideshow_homepage .slide .text .content {
		padding-bottom: 0;
		float: none;
	}
	.custom_header_slideshow_homepage .arrows .arrow {
		width: 45px;
		height: 40px;
	}
	.custom_header_slideshow_homepage .video-link { background-size: 50px; background-position: center 109px; }
	.custom_header_slideshow_homepage, .custom_header_slideshow_homepage .slick-slider { margin-bottom: 0 !important; }
	.custom_header_slideshow_homepage .mobile-img-link {
    	display: block !important;
    	position: absolute;
    	left: 0;
    	top: 0;
    	width: 100%;
	}
	.custom_header_slideshow_homepage .video-link {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}
}
