
/* HOMEPAGE HEADER SLIDESHOWS */
.slick-slider {
	margin-bottom: 0 !important;
}
.homepage-header-slideshow-holder {
	position: relative;
	overflow: hidden;
}
.homepage-header-slideshow-holder .placeholder {
	width: 100%;
}
.homepage-header-slideshow video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.homepage-header-slideshow .open-popup-link {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}
.slick-prev:before, .slick-next:before{
	display: none;
}
.interior-header-slideshow,
.homepage-header-slideshow {
	position:  relative;
	z-index:  0;
	width: 100%;
	margin: 0px;
}

.homepage-header-slideshow .homepage-header-slide {
	position: relative;
}
.homepage-header-slideshow .imgcont {
	width:  100%;
}
.homepage-header-slideshow .header-caption {
	position: absolute;
	bottom: 100px;
	right: 0px;
	background-position: left;
	background-size: cover;
	background-image: url(/includes/public/assets/images/bg-header-caption.png);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
}
.homepage-header-slideshow .header-caption span {
	font-family: "azo-sans-web",sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 18px;
	margin-right: 10px;
	color:  #fff;
	text-transform:  uppercase;
	letter-spacing: 2px;
}
.homepage-header-slideshow .header-caption i.fa {
	font-size: 20px;
	line-height: 19px;
	color: #fff;
}
.homepage-header-slideshow .header-arrow-container {
	position: absolute;
	bottom: 100px;
	display: flex;
}
.homepage-header-slideshow .video-controls {
	position: absolute;
	bottom: 100px;
	left: 50px;
	z-index: 1000;
}
.homepage-header-slideshow .video-controls button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	position: relative;
	height: 40px;
	width: 40px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 100%;
}
.homepage-header-slideshow .video-controls .fa {
	display: inline-block;
	font-size: 24px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.buttonHolder {
	position: absolute;
	bottom: 100px;
	width: 150px;
	left: 22px;
}
.buttonHolder .slick-prev {
	margin-right: 10px;
}
.buttonHolder .homepage-header-arrow,
.buttonHolder .homepage-header-arrow:hover,
.buttonHolder .homepage-header-arrow:focus {
	margin-top: 0;
	position: relative;
	display: inline-block;
	height: 65px;
	width: 65px;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 168, 255, 0.7) !important;
	left: auto;
	right: auto;
	top: 0
}
.buttonHolder .homepage-header-arrow i.fa {
	font-size: 40px;
	line-height:  20px;
	font-weight:  900;
	color: #fff;
}
.header-dots {
	position: absolute;
	display: inline;
	bottom: 168px;
	right: 13px;
}
ul.slick-dots {
	width: initial;
	margin: 0px;
	text-align: center;
	line-height: 0px;
	position: relative;
	bottom: 0;
}
ul.slick-dots li {
	display: inline-block;
	padding: 0;
	margin: 0;
	margin-left: 8px;
}
.slick-dots li button:before {
	display: none !important;
}
ul.slick-dots li button {
	padding: 0px;
	background: #fff;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 3px #ffffff solid;
	font-size: 0px;
	transition: all ease .5s;
}
.slick-dots li.slick-active button {
	background-color: transparent;
}
@media only screen and (max-width: 64em) {
	.buttonHolder .slick-prev {
		margin-right: 5px;
	}
	.buttonHolder {
		bottom: 23px;
		left: 15px;
	}
	.ie-view .buttonHolder {
		height: 53px;
	}
	.buttonHolder .homepage-header-arrow,
	.buttonHolder .homepage-header-arrow:hover,
	.buttonHolder .homepage-header-arrow:focus {
		width: 42px;
		height: 42px;
	}
	.homepage-header-slideshow .header-caption {
		bottom: 25px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.header-dots {
		bottom: 78px;
	}
	.homepage-header-arrow,
	.homepage-header-arrow:hover,
	.homepage-header-arrow:focus {
		height: 45px;
		width: 45px;
		margin-bottom: -45px;
		top: -55px;
	}
	.buttonHolder .homepage-header-arrow i.fa {
		font-size: 35px;
	}
	.homepage-header-slideshow .header-caption span {
		font-size: 14px;
	}
	.homepage-header-slideshow .header-caption i.fa {
		font-size: 16px;
	}
}
@media only screen and (max-width: 40em) {
	.homepage-header-slideshow .homepage-header-slide {
		padding-bottom: 50px
	}
	.homepage-header-slideshow .header-caption {
		bottom: 10px;
		width: 100%;
		background-image: url(/includes/public/assets/images/bg-header-caption-sm.png);
		text-align:  right;
		background-repeat:  no-repeat;
		background-position-x: 15px;
		height: 52px;
	}
	.header-dots {
		bottom: 100px;
	}
	.buttonHolder {
	    bottom: 100px;
	    left: 15px;
	}
	.homepage-header-slideshow .open-popup-link img {
		width: 45px;
	}
	.homepage-header-slideshow .header-caption span {
		font-size: 14px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		width: calc(100% - 67px);
	}
}
.homepage-header-slideshow .credits {
	padding: 0 24px;
	position: absolute;
	bottom: 180px;
	color: #FFF;
	line-height: 18px;
	font-size: 12px;
}
.single-slide .homepage-header-slideshow .credits {
	bottom: 100px;
}
@media only screen and (max-width: 64em) {
	.homepage-header-slideshow .credits {
		bottom: 70px;
		padding-left: 17px;
	}
	.single-slide .homepage-header-slideshow .credits {
		bottom: 25px;
	}
	.homepage-header-slideshow .video-controls {
		display: none;
	}
}
@media only screen and (max-width: 40em) {
	.homepage-header-slideshow .credits {
		bottom: 140px;
	}
	.single-slide .homepage-header-slideshow .credits {
		bottom: 71px;
		right: 0;
	}

}
/*INTERIOR HEADER SLIDESHOW*/

.homepage-header-slideshow.interior .header-caption {
	bottom: 20px;
}
.homepage-header-slideshow.interior .credits {
	bottom: 20px;
}
@media only screen and (max-width: 40em) {
	.homepage-header-slideshow.interior .credits {
		bottom: 100px;
	}
}