/*
 * 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)
 */


/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: 0;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	height: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* 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;
}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	background: #fff;
	position: relative;
	zoom: 1;
}

.flex-viewport {
	/* height: 100vh; */
	max-height: 1070px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.flex-container {
	position: relative;
}

.carousel li {
	margin-right: 5px
}


/* Direction Nav */
.flex-direction-nav a {
	width: 50px;
	height: 50px;
	margin: -20px 0 0;
	display: block;
	position: absolute;
	border-radius: 0.2em;
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	-ms-border-radius: 0.2em;
	-o-border-radius: 0.2em;
	top: 60%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-disabled,
.flex-direction-nav .disabled {
	opacity: .3 !important;
	filter: alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	width: 88%;
	height: 92px;
	text-align: center;
	position: absolute;
	bottom: 8%;
	right: 7%;
	display: flex;
	justify-content: end;
	flex-wrap: nowrap;
}

.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #dedede;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #a4a4a4;
}

.flex-control-paging li a.flex-active {
	background: #ff5454;
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	overflow: auto;
	/* margin-left:30em; */
}

.flex-control-thumbs li {
	width: 135px;
	margin: 0 0.5%;
	flex-shrink: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	filter: alpha(opacity=70);
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	filter: alpha(opacity=100);
	cursor: default;
	border: 2px solid #eb8912;
}
@media screen and (min-width: 1441px){
	.flex-viewport {
		height: 100vh;
		max-height: 1080px;
	}
	.flexslider .slides>li{
		height: 100vh !important;
	}
}
@media screen and (max-width:1440px) {
	.flex-viewport {
		height: 100vh;
		max-height: 1080px;
	}
	.flexslider .slides>li{
		height: 100vh !important;
	}
	.flex-control-thumbs {
		margin: 5px 0 0;
		overflow: auto;
		margin-left: 25.5em;
	}
	.flex-control-thumbs li {
		width: 108px;
	}
}

@media screen and (max-width:1366px) {
	.flex-viewport {
		height: 100vh;
		max-height: 1080px;
	}
	.flexslider .slides>li{
		height: 100vh !important;
	}
	.flex-control-thumbs {
		margin: 5px 0 0;
		overflow: auto;
		margin-left: 25.5em;
	}
}

@media screen and (max-width:1280px) {
	.flex-viewport {
		height: 100vh;
		max-height: 1080px;
	}
	.flexslider .slides>li{
		height: 100vh !important;
	}
	.flex-control-thumbs {
		margin: 5px 0 0;
		overflow: hidden;
		margin-left: 21.5em;
	}
}

@media screen and (max-width:1024px) {
	.flex-viewport {
		height: 100%;
		max-height: 886px;
	}
	.flexslider .slides>li{
		height: auto !important;
	}
	.flex-control-thumbs {
		margin: 5px 0 0;
		overflow: hidden;
		margin-left: 17.5em;
	}

	.flex-direction-nav a {
		margin: -22px 0 0;
		top: 57%;
	}
	.flex-control-thumbs li {
		width: 89px;
	}
}

@media (max-width:800px) {
	.flex-viewport {
		height: 100%;
		max-height: 396px;
	}
	.flex-control-nav {
		width: 80%;
		height: 48px;
		position: absolute;
		bottom: 5%;
		text-align: center;
	}
	.flex-viewport {
		height: auto;
		max-height: 1070px;
	}
	.flexslider .slides>li{
		height: auto !important;
	}
	.flex-control-thumbs {
		margin: 5px 0 0;
		overflow: hidden;
		margin-left: 13.5em;
	}

	.flex-direction-nav a {
		margin: -22px 0 0;
		top: 57%;
		width: 32px;
		height: 32px;
	}

	.flex-control-nav {
		width: 40%;
		position: absolute;
		bottom: 67px;
		text-align: center;
	}

}

@media (max-width:768px) {
	.flex-viewport {
		height: 100%;
		max-height: 396px;
	}
	.flex-control-nav {
		width: 80%;
		height: 48px;
		position: absolute;
		bottom: 5%;
		text-align: center;
	}
	.flex-viewport {
		height: auto;
		max-height: 288px;
	}
	.flexslider .slides>li{
		height: auto !important;
	}
	.flex-control-thumbs li {
		width: 60px;
	}
	.flex-control-thumbs {
		margin: 5px 0 0;
		overflow: hidden;
		margin-left: 13.5em;
	}

}

@media (max-width:640px) {
	.flex-viewport {
		height: 100%;
		max-height: 396px;
	}
	.flex-control-nav {
		width: 80%;
		height: 48px;
		position: absolute;
		bottom: 5%;
		text-align: center;
	}
	.flex-control-thumbs li{
		width: 60px;
	}
	.flexslider .slides>li{
		height: auto !important;
	}
	.flex-control-thumbs {
		margin: 5px 0 0;
		overflow: hidden;
		margin-left: 11.5em;
	}

	.flex-direction-nav a {
		margin: -22px 0 0;
		top: 63%;
		width: 32px;
		height: 32px;
	}

}

@media (max-width:480px) {
	.flex-viewport {
		height: 100%;
	}
	.flex-control-thumbs li{
		width: 25px;
	}
	.flex-control-nav {
		width: 68%;
		position: absolute;
		bottom: 3%;
		text-align: center;
	}
	.flex-control-nav{
		height: 25px;
	}
	.flexslider .slides>li{
		height: auto !important;
	}
	.flex-control-thumbs {
		margin: 5px 0 0;
		overflow: hidden;
		margin-left: 9em;
	}

	.flex-direction-nav a {
		margin: -22px 0 0;
		top: 67%;
	}

}

@media (max-width:384px) {
	.flex-viewport {
		height: 100%;
	}
}

@media (max-width:320px) {
	.flex-viewport {
		height: 100%;
	}
	.flex-control-thumbs {
		margin: 5px 0 0;
		overflow: hidden;
		margin-left: 6em;
	}
	.flexslider .slides>li{
		height: auto !important;
	}
	.flex-control-nav {
		width: 33%;
		position: absolute;
		bottom: 9px;
		text-align: center;
	}

	.flex-direction-nav a {
		margin: -22px 0 0;
		top: 76%;
		width: 16px;
		height: 15px;
	}
}