.custom_header_slideshow_homepage {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.custom_header_slideshow_homepage ul.slides{
	margin: 0;
}

.custom_header_slideshow_homepage ul.slides,
.custom_header_slideshow_homepage .slide {
	/* height: 675px; */
}

@media (max-width: 1024px) {
	.custom_header_slideshow_homepage ul.slides,
	.custom_header_slideshow_homepage .slide {
		/* height: 400px; */
	}
}

@media (max-width: 641px) {
	.custom_header_slideshow_homepage ul.slides,
	.custom_header_slideshow_homepage .slide {
		/* height: 250px; */
	}
}


.custom_header_slideshow_homepage .slide { position: relative; display:none;}
.custom_header_slideshow_homepage .slide .slideimg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.custom_header_slideshow_homepage .slide:first-child { display:block; }

.custom_header_slideshow_homepage .slide a { position: relative; display: block;}
.custom_header_slideshow_homepage .slide .content { background-color: rgba(0, 0, 0, 0.76); bottom: 0; min-width: 230px; padding: 10px; position: absolute; right: 0; width: 100%; text-align: center; }
.custom_header_slideshow_homepage .slide .content .title a{color: #fff; font-size: 18px; }

.custom_header_slideshow_homepage .slide img {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.custom_header_slideshow_homepage .slide .caption_text { 
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
}
.custom_header_slideshow_homepage .slide .caption .caption_text .caption_text_inner {
	display: inline-block;
	margin-left: -85px;
	margin-bottom: 50px;
	padding: 25px;
	max-width: 90%;
	max-width: calc(100% - 100px);
	background-color: rgba(55, 50, 45, 0.8);
	border: 2px solid #fffdfa;
	text-align: center;
}
.custom_header_slideshow_homepage .slide .caption .caption_text .caption_text_inner .more-text {
	color: #fff;
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}
.custom_header_slideshow_homepage #hero .slide .caption_text h2 {
	margin: 0;
	font-size: 30px;
	line-height: 1;
	text-transform: uppercase;
}
.custom_header_slideshow_homepage #hero .slide .caption_text p {
    margin-bottom: 0px;
    font-size: 18px;
}
.custom_header_slideshow_homepage .slide .caption .caption_text .arrows {
	position: absolute;
	top: 0;
	display: inline-block;
	width: 85px;
}
.custom_header_slideshow_homepage .slide .caption .caption_text .arrows .arrow {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	display: inline-block !important;
	width: 35px;
	height: 50px;
	background-image: none;
	background-color: rgba(55, 50, 45, 0.75);
	-webkit-transition: all .33s ease-in-out;
	transition: all .33s ease-in-out;
	cursor: pointer;
}
.custom_header_slideshow_homepage .slide .caption .caption_text .arrows .arrow.slick-disabled {
	opacity: 0.5;
	pointer-events: none;
}
.custom_header_slideshow_homepage .slide .caption .caption_text .arrows .arrow:hover {
	background-color: rgba(55, 50, 45, 1);
}
.custom_header_slideshow_homepage .slide .caption .caption_text .arrows .arrow span {
	position: relative;
	display: inline-block;
	width: 100%;
}
.custom_header_slideshow_homepage .slide .caption .caption_text .arrows .arrow span > i {
	position: relative;
	font-size: 40px;
	line-height: 50px;
}
.custom_header_slideshow_homepage .slide .caption .caption_text .arrows .arrow.prevSlide span > i { right: 2px; }
.custom_header_slideshow_homepage .slide .caption .caption_text .arrows .arrow.nextSlide span > i { left: 2px; }
.custom_header_slideshow_homepage .slides.count-1 .slide .caption_text .caption_text_inner {
	max-width: 80%;
	margin-left: 0px;
}
.custom_header_slideshow_homepage .slides.count-1 .slide .caption .caption_text .arrows {
	display: none;
}
@media only screen and (min-width: 40.063em){
	.custom_header_slideshow_homepage .slide .content { padding: 20px; }
	.custom_header_slideshow_homepage .slide .content .title a { font-size: 25px; }
}
@media only screen and (max-width: 40.063em) {
	.custom_header_slideshow_homepage #hero .slide img {
		background-size: contain;
	}
	.custom_header_slideshow_homepage #hero .slide .caption {
		position: relative;
		padding-top: 0 !important;
		-mox-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.custom_header_slideshow_homepage #hero .slide .caption .caption_text .caption_text_inner {
		display: block;
		margin-bottom: 0px;
		margin-left: 0px;
		padding: 15px;
		max-width: 100%;
		background-color: rgba(55, 50, 45, 1);
	}
	.custom_header_slideshow_homepage .slide .caption .caption_text .arrows {
		top: -50px;
		right: -6px;
	}
	.custom_header_slideshow_homepage .slide .caption .caption_text .arrows .arrow {
		background-color: rgba(55, 50, 45, 1);
	}
	.custom_header_slideshow_homepage #hero .slide .caption h2 {
		margin-bottom: 0px;
		font-size: 22px;
	}
	.custom_header_slideshow_homepage .slide .caption p {
		display: none;
	}
	.custom_header_slideshow_homepage .slides .slick-prev:before,
	.custom_header_slideshow_homepage .slides .slick-next:before,
	.custom_header_slideshow_homepage .slides .slick-prev:hover:before,
	.custom_header_slideshow_homepage .slides .slick-next:hover:before{
		background-size: 50%;
	}
}