/* HOME SLIDER */
.home-slider-wrapper {
	position: relative;
	display: block;
}
.home-slider-wrapper .slides:not(.slick-initialized) .slide:nth-child(n+2) { display: none; }
.home-slider-wrapper .home-slider {
	display: block;
}
.home-slider-wrapper a.videolink.play-btn {
	position: absolute;
	top: 35%;
	left: 47%;
	width: 100px;
	height: 100px;
}
.home-slider-wrapper .home-slider picture.slide {
	height: 360px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
}
.home-slider-wrapper .home-slider .video-controls-mobile.show-for-medium-down {
	width: 75px;
	position: absolute;
	top: 16%;
	right: 37%;
	transform: translate(0%, -35%);
}

.home-slider-wrapper .slick-slider {
	margin-bottom: 0;
}
.home-slider-wrapper .home-slider .slick-track, 
.home-slider-wrapper .home-slider  .slick-list {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	z-index: 0;
}
.home-slider-wrapper .home-slider .photo-credit p {
	font-size: 15px!important;
}
.home-slider .slide-caption {
	position: absolute;
	bottom: 50%;
	z-index: 2;
	width: 100%;
	max-width: 888px;
}
.home-slider .slide-caption h3 {
	font: 600 30px/1 'Roboto Condensed', sans-serif;
	color: #fff;
	margin-bottom: 15px;
}
.home-slider .slide-caption p {
	font: 400 16px/1.5 'Open Sans', sans-serif;
	color: #fff;
}
.home-slider-wrapper .home-arrows {
	position: absolute;
	bottom: calc(800/1924 * 100%);
	left: 15px;
	right: 15px;
	max-width: 100%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home-slider-wrapper .home-arrows .slide-counter-container {
	font: 400 50px/1 'Summer Loving Solid', cursive;
	color: #d23431;
	margin-right: 60px;
}
.home-slider-wrapper .home-arrows .slide-counter-container #slide-counter,
.home-slider-wrapper .home-arrows .slide-counter-container .slide-total {
	color: #fff;
}
.home-slider-wrapper .home-arrows .slide-counter-container #slide-counter {
	display: inline-block;
	font-size: 2em;
	margin-bottom: -25px;
	margin-right: 3px;
}
.home-slider-wrapper .home-arrows .button-container button {
	font-size: 36px;
	color: #2aa5d7;
	margin-left: 9px;
}
.home-slider-wrapper .video-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.home-slider-wrapper .sh-background-accent1 .swoop-box {
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 0;
}
.home-slider-wrapper .sh-background-accent1 .swoop-box img {
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	width: 100%;
}
.home-slider-wrapper .sh-background-accent1 .swoop-box::after {
	background-image: url('https://res.cloudinary.com/simpleview/image/upload/f_webp/v1568405627/clients/houston/bg-dots.png');
	content: "";
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-size: 40px;
}
.home-slider-wrapper .video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 82px;
	width: 82px;
	z-index: 9;
	color: #fff;
	font-size: 75px;
}
.home-slider-wrapper .video-controls.show-for-large-up {
	position: absolute;
	top: 10%;
	right: 32px;
}

.home-slider-wrapper .video-controls.show-for-large-up .controls {
	font-size: 40px;
	color: #fff;
	float: left;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.home-slider-wrapper .video-controls.show-for-large-up .controls:first-child {
	margin-right: 11px;
}
.home-slider-wrapper .video-controls.show-for-large-up .controls i.fa.fa-volume-up,
.home-slider-wrapper .video-controls.show-for-large-up .controls i.fa.fa-volume-off {

}
.home-slider-wrapper .video-wrapper.loaded .fa-pause-circle,
.home-slider-wrapper .video-wrapper.loaded.paused .fa-play-circle {
	display: block;
}

.home-slider-wrapper .video-wrapper.loaded .fa-play-circle,
.home-slider-wrapper .paused .video-controls.show-for-large-up .fa-pause-circle {
	display: none;
}
.home-slider-wrapper .video-wrapper.loaded .fa-volume-off,
.home-slider-wrapper .video-wrapper.muted.loaded .fa-volume-up {
	display: none;
}

.home-slider-wrapper .video-wrapper.loaded .fa-volume-up,
.home-slider-wrapper .video-wrapper.loaded.muted .fa-volume-off {
	display: block;
}

@media screen and (min-width: 40.063em) {
	.home-slider-wrapper .home-slider picture.slide {
	height: 450px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: unset;
	width: 100%;
    }
	.home-slider-wrapper .home-arrows {
		position: absolute;
		top: 70%; 
		left: 15%;
		right: auto;
		z-index: 2;
	}
	.home-slider .slide-caption h3 {
		font-size: 40px;
		margin-bottom: 15px;
	}
}
@media screen and (min-width: 64.063em) {
	.home-slider-wrapper .home-slider picture.slide.vimeo-present  {
	height: 575px;
    }
	.home-slider .slide-caption {
		position: absolute;
		top: 48%;
		left: 75px;
		max-width: 650px;
	}
	.home-slider .slide-caption h3 {
		font-size: 42px;
		margin-bottom: 12px;
		text-transform: uppercase;
	}
	.home-slider .slide-caption p {
		font-size: 18px;
	}
	.home-slider-wrapper .home-arrows {
	}
	.home-slider-wrapper .home-arrows .slide-counter-container {
		font-size: 67px;
		line-height: .5;
	}
	.home-slider-wrapper .home-arrows .slide-counter-container #slide-counter {
	}
	.home-slider-wrapper .home-slider picture.slide:before {
	    content: '';
	    background: linear-gradient(0deg, rgba(0,0,0,0) 15%, rgba(0,0,0,0.4) 80%, rgba(0,0,0,1.5));
	    position: absolute;
	    width: 100%;
	    height: 50%;
	    top: 0;
	    left: 0;
	    opacity: .75;
	}
}
.home-slider span.slide-counter-container {
	position: absolute;
	color: #fff;
	z-index: 999;
	bottom: 0;
	left: 7%;
	top: 61%;
	font-size: 67px;
	line-height: .5;
	font: 400 79px/1 'Summer Loving Solid', cursive;
	color: #d23431;
	margin-right: 60px;
}
.home-slider span#slide-counter {
	display: inline-block;
	margin-bottom: -24px;
	margin-right: 3px;
	color: #fff;
	font: 400 50px/1 'Summer Loving Solid', cursive;
	font-size: 100px;
}
.home-slider span.slide-total {
	color: #fff;
}

/* HOME SLIDER DTN */
.home-slider-wrapper .dtn-mini-wrapper {
	position: absolute;
	bottom: 18vw;
	margin-bottom: 0;
	right: 20px;
	left: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 565px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.75);
	outline: 1px solid #333;
	background-color: rgba(0,0,0,0.7);
}
.home-slider-wrapper .dtn-mini-wrapper > img {
	display: block;
	flex: 1 1 113px;
	max-width: 45%;
	border: 5px solid #fff;
}
.home-slider-wrapper .dtn-mini-wrapper h3 {
	font: 600 24px/1 'Roboto Condensed', sans-serif;
	color: #fff;
	flex: 1 1 55%;
	padding: 20px;
	text-align: center;
	margin-bottom: 5px;
}
.home-slider-wrapper .dtn-mini-wrapper .dtn-caption {
	flex: 1 1 383px;
	padding: 16px 13px;
	text-align: center;
}
.home-slider-wrapper .dtn-mini-wrapper .dtn-caption p {
	font: 400 14px/1.5 'Open Sans', sans-serif;
	color: #fff;
	margin-bottom: 15px;
}
.home-slider-wrapper .dtn-mini-wrapper .dtn-caption .sh-more-link {
}

@media screen and (min-width: 40.063em) {
	.home-slider-wrapper .dtn-mini-wrapper {
		position: absolute;
		bottom: 20%;
		left: auto;
		right: 0px;
		display: flex;
		align-items: center;
		flex-wrap: nowrap;
		box-shadow: 0px 0px 25px rgba(0,0,0,0.75);
		outline: 1px solid #333;
		background-color: rgba(0,0,0,0.7);
	}
	.home-slider-wrapper .dtn-mini-wrapper > img {
		display: block;
		flex: 1 1 182px;
		max-width: 182px;
		border: 5px solid #fff;
	}
	.home-slider-wrapper .dtn-mini-wrapper .dtn-caption {
		flex: 1 1 383px;
		padding: 5px 27px;
		text-align: center;
	}
	.home-slider-wrapper .dtn-mini-wrapper .dtn-caption h3 {
		font: 600 29.72px/1 'Roboto Condensed', sans-serif;
		color: #fff;
		margin-bottom: 5px;
		padding: 0px;
		margin-top: -5px;
	}
	.home-slider-wrapper .dtn-mini-wrapper .dtn-caption p {
		font: 400 15px/1.15 'Open Sans', sans-serif;
		color: #fff;
		margin-bottom: 15px;
	}
	.home-slider-wrapper .dtn-mini-wrapper .dtn-caption .sh-more-link {

	}
}
@media screen and (min-width: 1200px) {
	.home-slider-wrapper .home-slider picture.slide {
	height: 1100px;
	background-attachment: fixed;
	}
	.home-slider-wrapper .home-slider picture.slide.vimeo-present  {
	height: 675px;
    }
}
@media screen and (max-width: 40em) {
	.home-slider-wrapper .home-slider picture.slide {
		height: 215px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: unset;
		width: 100%;
	}
	.home-slider-wrapper .home-arrows {
		position: absolute;
		bottom: 12%;
		right: 15px;
		left: unset;
		max-width: 100%;
		z-index: 2;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.home-slider .slide-caption {
		position: absolute;
		bottom: 55%;
		z-index: 2;
		width: 100%;
		/*padding: 20px;*/
	}
	.home-slider-wrapper a.videolink.play-btn {
		position: absolute;
		top: 35%;
		width: 100px;
		height: 100px;
		left: 40%;
	}
	.home-slider span.slide-counter-container {
		top: 43%!important;
	}
}
/*test*/
@media screen and (max-width: 1024px) {
	.home-slider-wrapper picture.slide {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		background-attachment: unset;
		width: 100%;
		max-height: 717px;
	}
	.home-slider-wrapper .slide-caption {
		right: 0;
		top: 30%;
		width: 66%;
		text-align: right;
	}
	.home-slider-wrapper picture.slide {
		/*height: 551px;*/
	}
	@supports (-ms-ime-align: auto) {
	.box-truncate {
	  background: #fff;
	 }
	}
	.box-truncate {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	border-right: 5px solid white;
	}
	.home-slider-wrapper .slide-caption h3 {
	font: 600 24px/1.2 'Roboto Condensed', sans-serif;
	margin-bottom: 0px;
	padding:0px;
	color: #000;
	}
	span.highlight {
	background-color: #fff;
	outline: 5px solid #fff;
	}
	.home-slider-wrapper .slide-caption p {
	display:none;
	}
	.home-slider-wrapper .slide-caption .sh-more-link {
	display: inline-block;
	background: unset;
	color: unset;
	box-shadow: unset;
	padding: unset;
	text-align: right;
	}
	.home-slider-wrapper .slide-caption .sh-more-link > i {
	background: #ef3264;
	color: #fff;
	padding: 10px 15px;
	font-size: 22px;
	}
}
@media only screen and (min-width: 90.063em) { 
	.home-slider-wrapper .home-slider picture.slide.vimeo-present {
		height: 810px;
	}
}
@media only screen and (min-width: 120.063em) {
	.home-slider-wrapper .home-slider picture.slide.vimeo-present {
		height: 1050px;
	}
 }