/*
|-----------------------------------------------------------------------------------------------------------
| HOMEPAGE SLIDESHOW SECTION
|-----------------------------------------------------------------------------------------------------------
*/

.header-slideshow {/* height: 100%; */position:  relative;width: 100%;}
.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 img {width: 100%;}

.home-arrows .slick-prev i.fa,
.home-arrows .slick-next i.fa {
	transform: none;
}
.header-slideshow .slick-prev { left:0px; }
.header-slideshow .home-header .slick-next { right:0px; }

/**** DOTS ****/

.header-slideshow ul.slick-dots {
	position:absolute;
	bottom:0px;
	height:97px;
	width:100%;
	margin:0px;
	text-align:center;
	padding:0px;
	list-style:none;
}
.header-slideshow ul.slick-dots li {    
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display:inline-block;
}
.header-slideshow ul.slick-dots li button {
	background-color:transparent!important;
	width:16px;
	height:16px;
	font-size:0px;
	padding:0px;
	margin:0px 8px 0px 8px; 
	border:2px #fff solid;  
	border-radius:50%;  
	vertical-align: top;
}
.header-slideshow ul.slick-dots li.slick-active button { background-color: #fff !important; 
}
/**** END DOTS ****/

/* End slideshow css */

/* Collections css */

/* HEADER SLIDESHOW CONTAINER */




/* HOMEPAGE HEADER */
.header-slideshow .home-header {
	margin-bottom: 150px;
}
@media only screen and (max-width: 40em) {
	.header-slideshow .home-header {
		margin-bottom: 0px;
	}
}
.home-header figure .gradient-overlay {
	background-image: url(/includes/public/assets/images/gradient-overlay-bottom-up.png);
	background-repeat: repeat-x;
	background-position:  bottom;
	height: 100%;
	width: 100%;
	position:  absolute;
	bottom:  0;
}
.home-header figure figcaption {
	position: absolute;
	bottom: 53px;
	width: calc(100% - 40px);
	max-width: 1218px;
	padding: 15px;
	border: 1px solid #b99564;
	left:  50%;
	transform: translateX(-50%) translateY(70px);
	z-index: 1001;
	opacity: .5;
	transition: all 0.6s ease-in-out;
}
.header-slideshow .home-header .item.slick-active figcaption{
	transform: translateX(-50%) translateY(0);
	opacity: 1;
}
.home-header figure figcaption h3 {
	background-color:  rgba(255,255,255,0.25);
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	margin:  0;
	font-family: "essonnes-display",serif;
	font-style: italic;
	font-weight: 400;
	color: #fff;
	letter-spacing: 1px;
	padding: 20px 75px;
}
.home-header .dummy-arrows i.fa {
	transform:  translateY(-50%);
}
.home-arrows .nf-slick-prev i.fa,
.home-arrows .nf-slick-next i.fa,
.home-header .dummy-arrows .prev i.fa,
.home-header .dummy-arrows .next i.fa {
	width: 72px;
	height: 37px;
	background-color: #b99564;
	font-size: 19px;
	display:  flex;
	align-items:  center;
	justify-content:  center;
	color: #fff;
}
.home-arrows .nf-slick-prev i.fa,
.home-arrows .nf-slick-next i.fa {
	cursor: pointer;
}
.home-header figure figcaption .dummy-arrows {
	position:  absolute;
	left: 10px;
	right: 10px;
	top: 50%;
	height: 0px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.home-arrows {
	display: flex;
	width: 150px;
	justify-content: space-between;
	margin:  auto;
	opacity: 1;
}
.home-header figure .videolink {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #FFF;
	font-size: 79px;
	opacity: .85;
}
.home-header .controls {
	position: absolute;
	bottom: 10px;
	color: #fff;
	font-size: 25px;
	left: 37px;
	cursor: pointer;
}
.home-header [data-sv-audio-control] {
	left: 100px;
}
.home-header .video-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}
.home-header .video-wrapper video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 0;
}
@media only screen and (min-width: 40.063em) {
	.home-arrows {
		position: absolute;
		bottom: 129px;
		left: 50%;
		 /*Change Me*/
		width: calc(100% - 62px);
		max-width: 1195px;
		height: 0;
		transform: translateX(-50%);
		opacity:  0;
	}
}
@media only screen and (max-width: 40em) {
	.home-header figure figcaption .dummy-arrows {
		display: none;
	}
	.home-header {
		margin-bottom: 15px;
	}
	.home-arrows {
		opacity: 1;
		margin: 15px auto 50px;
		width:  126px;
	}
	.home-header figure figcaption {
		position: absolute;
		bottom: 15px;
		width: calc(100% - 30px);
		padding: 10px;
		border: 1px solid #b99564;
		left:  50%;
		transform: translateX(-50%);
	}
	.home-header figure figcaption h3 {
		font-size: 21px;
		line-height: 1.2;
		letter-spacing: 1px;
		padding: 10px 5px;
	}
	.home-arrows .nf-slick-prev i.fa,
	.home-arrows .nf-slick-next i.fa {
		width: 58px;
		height: 30px;
	}
}
