.custom_dtn_header_slideshow_homepage { position: relative; visibility: hidden; }
.custom_dtn_header_slideshow_homepage .arrow {
    position: absolute;
    top: 50%;
	width: 45px;
	height: 45px;
	background: rgba(99, 117, 149, 0.39);
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	transition: .33s;
	z-index: 10;
}

.custom_dtn_header_slideshow_homepage .arrow.prevSlide:before,
.custom_dtn_header_slideshow_homepage .arrow.nextSlide:before {
	font-family: 'arrows';
	font-size: 30px;
	line-height: 45px;
	color: #fff;
	opacity: 1;
	transition: .33s all ease;
}
.custom_dtn_header_slideshow_homepage .arrow.prevSlide { left: 0px; }
.custom_dtn_header_slideshow_homepage .arrow.prevSlide:before { content: "\e009"; }
.custom_dtn_header_slideshow_homepage .arrow.nextSlide { right: 0px; }
.custom_dtn_header_slideshow_homepage .arrow.nextSlide:before { content: "\e008"; }
.custom_dtn_header_slideshow_homepage .slick-dots { top: 75%; margin-bottom: 0px; margin: 0px; bottom: auto;}
.custom_dtn_header_slideshow_homepage .slick-dots li button:before { font-size: 15px; color: white;}
.custom_dtn_header_slideshow_homepage .slide { position: relative; overflow: hidden; }
.custom_dtn_header_slideshow_homepage .slide img {
	position: absolute;
	top: 50%;
	left: 70%;
	width: auto;
	/*min-height: 101%;*/
	height: 100%;
	min-width: 100%;
	max-width: none;
	transform: translate(-70%, -50%);
}
.custom_dtn_header_slideshow_homepage .slide .slide-caption {
	position: relative;
	background-size: cover;
	background-position: center center;
	display: inline-block;
	width: 100%;
	max-height: 100%;
	margin-left: 0;
	vertical-align: middle;
	white-space: normal;
	z-index: 1;
}
.custom_dtn_header_slideshow_homepage .slide .content .content-inner {
	max-width: 1200px;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
.custom_dtn_header_slideshow_homepage .slide-caption .content .title {
	font-size: 55px;
	font-weight: 900;
	line-height: 1.18182;
}
.custom_dtn_header_slideshow_homepage .slide-caption .content .description {
	margin-top: 11px;
	margin-bottom: 0px;
	max-width: 450px;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.63636;
}
.custom_dtn_header_slideshow_homepage .slide.font-dark-grey .content { color: #333; }
.custom_dtn_header_slideshow_homepage .slide.font-white .content { color: #fff; }
.custom_dtn_header_slideshow_homepage .slide .content .title a { color : #fff; }

.custom_dtn_header_slideshow_homepage .slide .content .action-buttons > a:nth-child(1) {
	margin-left: 0;
}

.custom_dtn_header_slideshow_homepage .slide .content .action-buttons a {
	margin-top: 20px;
	margin-left: 20px;
}

/* Desktop */
@media only screen and (min-width: 64.063em){
	.custom_dtn_header_slideshow_homepage .slide-caption .content {
		padding-top: 152px;
		height: 598px;
	}
}

/* Tablet */
@media only screen and (min-width: 40.063em) and (max-width: 64.063em){
	.custom_dtn_header_slideshow_homepage .slide-caption .content {
		padding-top: 125px;
		height: 480px;
	}
	.custom_dtn_header_slideshow_homepage .slide-caption .content .title {
		font-size: 40px;
	}
}

 /* Mobile */
@media only screen and (max-width: 40.063em) {
	.custom_dtn_header_slideshow_homepage .slide-caption {
		background-color: rgba(255, 255, 255, 0.2);
	}
	.custom_dtn_header_slideshow_homepage .slide-caption .content {
		padding-top: 68px;
		height: 310px;
		text-align: center;
	}
	.custom_dtn_header_slideshow_homepage .slide-caption .content .title {
		font-size: 36px;
	}
}