/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */



.flexslider {
	width: 100%; 
	margin: 0 auto; 
	height: 80vh; 
	padding: 0 0; 
	position: relative;
	text-align: center;
	background-color: transparent !important;
	background: transparent !important;
	float: left;
}

.flexslider ul.slides {
	margin: 0;
	padding: 0;
	background-color: transparent;
	background: transparent;
}

.flexslider ul.slides > li { 
	height: 80vh; 
	list-style: none !important;
	position: relative;
	background-color: transparent;
	background: transparent;
}

.flexslider .slides > li {display: none; overflow: hidden; list-style: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides, 
.flex-viewport {
	overflow: visible !important;
}

.flexslider .slides > li img {
	width: 100%;
	height: 100%; 
	float: left;
	object-fit: cover;
}


/* Direction Nav */
.flex-direction-nav {*height: 0;}


/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}






/* Control Nav */
.flexslider .flex-control-nav {width: 100%; position: absolute; text-align: center; bottom: 0; height: 8%; z-index: 222; padding: 0; margin: 0; display: none;}

.flex-direction-nav {
}

.flex-direction-nav li {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0;
}

.flex-direction-nav li a.flex-prev {
	background-color: rgb(187,153,101);
	position: absolute;
	top: 50%;
	left: -5px;
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/themes/Solutions/images/ARROW-WHITE.svg);
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(0deg) translate(0, -50%);
}

.flex-direction-nav li a.flex-next {
	background-color: rgb(187,153,101);
	position: absolute;
	top: 50%;
	right: -5px;
	width: 40px;
	height: 40px;
	background-image: url(/wp-content/themes/Solutions/images/ARROW-WHITE.svg);
	background-size: auto 70%;
	background-repeat: no-repeat;
	background-position: center center;
	transform: rotate(180deg) translate(0, 50%);
}



#caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	background-image: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0.4));	
}

#caption-text {
	position: absolute;
	top: 50%;
	left: 0;
	margin: 0 10%;
	width: 80%;
	height: auto;
	transform: translateY(-50%);
}

#caption h1 {
	height: auto;
	padding: 0 0 5vh;
	display: inline-block;
	width: auto;
	max-width: 90%;
	color: #FFF !important;
}

#caption p {
	color: #FFF !important;
}

#caption p a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 85%;
	line-height: 100%;
	display: inline-block;
	padding: 15px 15px 15px;
	margin: 5vh 10px 0;
	border: solid 2px rgb(187,153,101);
	transition-property: all; 
	transition-duration: .60s;
	transition-timing-function: ease-in-out;
	cursor: pointer;
	background-color: rgb(187,153,101);
}


@media only screen and (max-width: 1024px) {

}








@media only screen and (max-width: 900px) {
	
.flexslider {
	height: 60vh; 
}

.flexslider ul.slides > li { 
	height: 60vh; 
}
	
#caption-text {
	margin: 0 10%;
	width: 80%;
}
	
}




@media only screen and (max-width: 700px) {
}

