﻿/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
	font-family: 'flexslider-icon';
	src: url('fonts/flexslider-icon.eot');
	src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/flexslider-icon.woff') format('woff'), url('fonts/flexslider-icon.ttf') format('truetype'), url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover {
	outline: none;
}
.slides,
.slides>li,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
.hero_search_box{
	width:290px;
	padding:30px;
	position:absolute;
	background: rgba(255, 255, 255, 0.8);
	z-index:3000;
	left:5%;
	top:12%;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
* html .flexslider .slides {
	height: 1%;
}
.no-js .flexslider .slides>li:first-child {
	display: block;
}
/* ====================================================================================================================
 * RESPONSIVE STYLES
 * ====================================================================================================================*/

.fs-slide img.lazy {
	display: none;
}
.fs-slide img.lazy-loaded {
	display: block;
}
.flexslider:after {
	content: "";
	display: none;
}
/*@media screen and ( max-width: 1440px ){
  .flexslider:after { content: "large"; }
}
@media screen and ( max-width: 1024px ){
  .flexslider:after { content: "medium"; }
}*/

@media screen and (max-width: 768px) {
	.flexslider:after {
		content: "small";
	}
}
.flexslider .slides .mobile-on {
	display: none;
}
@media only screen and (max-width: 768px) {
	.flex-control-nav {
		bottom: 0px;
	}
	.flexslider .slides .mobile-off {
		display: none;
	}
	.flexslider .slides .mobile-on {
		display: block;
	}
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
	margin: 0;
	background: #fff;
	overflow: hidden;
	border: 0;
	position: relative;
	zoom: 1;
	-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
	box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .dark_overlay {
	background: rgba(0, 0, 0, 0.3);
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	top:0;
	left:0;
	right:0;
	margin:0 auto; 
}
.flexslider .slides img {
	height: auto;
	-moz-user-select: none;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.flex-direction-nav {
	*height: 0;
}
.flex-direction-nav a {
	width: 140px;
	height: 100%;
	text-decoration: none;
	display: block;
	margin: 0;
	position: absolute;
	top: 0;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Prev Buttons */
.flexslider ul.flex-direction-nav li.flex-nav-prev a.flex-prev {
	left: -140px;	
	font-size:0;
	opacity: 0.9;
	background-image: url(images/prev-arrow.png);
    background-position: center, center center;
    background-repeat: no-repeat, no-repeat;		
}
.flexslider:hover ul.flex-direction-nav li.flex-nav-prev a.flex-prev {
	opacity: 0.7;
	left: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%), url(images/prev-arrow.png); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%), url(images/prev-arrow.png); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%), url(images/prev-arrow.png); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	background-position:center center;
	background-repeat: no-repeat;
}

/* Next Buttons */
.flexslider ul.flex-direction-nav li.flex-nav-next a.flex-next {
	right: -140px;	
	font-size:0;	
	opacity: 0.9;
	background-image: url(images/next-arrow.png);
    background-position:center center;
    background-repeat: no-repeat;			
}
.flexslider:hover ul.flex-direction-nav li.flex-nav-next a.flex-next {
	opacity: 0.7;
	right: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%), url(images/next-arrow.png); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%), url(images/next-arrow.png); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%), url(images/next-arrow.png); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	background-position:center center;
	background-repeat: no-repeat;		
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 2px;
	text-align: center;
	z-index: 5;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: rgba(193, 32, 37, 1);
}
.flex-control-paging li a.flex-active {
	background: rgba(193, 32, 37, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}
/* ====================================================================================================================
 * SLIDER VIDEO
 * ====================================================================================================================*/

.fs-slide__bgvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 0;
}
.fs-slide__bgvideo video {
	min-width: 100%;
	min-height: 100%;
	max-width:100%;
	width: auto;
	height:auto;
	position:relative;
	top:50%;
	transform: translateY(-50%);
	background: transparent;
}
/* ====================================================================================================================
 * SLIDER YOUTUBE VIDEO
 * ====================================================================================================================*/

.fs-slide__ytvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 0;
}
.fs-slide__ytvideo .ytscreen {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: auto;
	opacity: 0;
	transition: opacity .5s;
}
.fs-slide__ytvideo .ytscreen.active {
	opacity: 1;
}
/* ====================================================================================================================
 * SLIDER OVERLAY
 * ====================================================================================================================*/
.fs-slide {
	position:relative;
	overflow:hidden;
}
.fs-slide__overlay--Right {
    position: absolute;
    width: 50%;
    height:100%;
    padding: 4% 10% 4% 0%;
    top: 0;
    right: 0;
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
    z-index: 2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.51+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.51) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.51) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.51) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#82000000',GradientType=1 ); /* IE6-9 */
}
.fs-slide__overlay--Left {
    position: absolute;
    width: 50%;
    height:100%;
    padding: 4% 0% 4% 10%;
    top: 0;
    left: 0;
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
    z-index: 2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.51+0,0+100 */
	background: -moz-linear-gradient(left,  rgba(0,0,0,0.51) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.51) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,0.51) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.fs-slide__overlay--Top {
    position: absolute;
    width: 100%;
    height:100%;
    padding: 4%;
    top: 0;
    right: 0;
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
    z-index: 2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.51+0,0+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.51) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.51) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.51) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */   
}
.fs-slide__overlay--Bottom {
    position: absolute;
    width: 100%;
    height:100%;
    padding: 4%;
    bottom: 0;
    right: 0;
    left:0;
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
    z-index: 2;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.51+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.51) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.51) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.51) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#82000000',GradientType=0 ); /* IE6-9 */
}
.fs-slide__overlay h1,
.fs-slide__overlay h2,
.fs-slide__overlay h3,
.fs-slide__overlay h4,
.fs-slide__overlay h5,
.fs-slide__overlay h1.slide-title,
.fs-slide__overlay h2.slide-title,
.fs-slide__overlay h3.slide-title,
.fs-slide__overlay h4.slide-title,
.fs-slide__overlay h4.slide-title
{
	color:white;
	margin:0 0 15px 0;
	font-weight:bold;
	line-height:1.3;
	text-transform:uppercase;
}
.fs-slide__overlay h1{
	font-size:52px;
}
.fs-slide__overlay h2{
	font-size:50px;	
}
.fs-slide__overlay h3{
	font-size:48px;	
}
.fs-slide__overlay h4{
	font-size:46px;	
}
.fs-slide__overlay h4{
	font-size:44px;	
}
.fs-slide__overlay h1.slide-title{
	font-size:52px;	
}
.fs-slide__overlay h2.slide-title{
	font-size:50px;	
}
.fs-slide__overlay h3.slide-title{
	font-size:48px;	
}
.fs-slide__overlay h4.slide-title{
	font-size:46px;	
}
.fs-slide__overlay h5.slide-title{
	font-size:44px;	
}
.fs-slide__overlay p.slide-subtitle{
	font-size:28px;	
	font-weight:bold;
	color:#ffbe1e;
	margin:0 0 5px 0;
	text-transform:uppercase;
}
.fs-slide__overlay a.slide-button {    
    background: #c12025;    
    color: #fff;
    font-size: 0.875rem;
    font-weight:bold;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    padding: 20px 40px;
    transition: 0.4s all;  
}
.fs-slide__overlay a.slide-button:hover{
    background: #9f1a1e;
	-webkit-box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.50); 
	box-shadow: 0px 4px 14px 0px rgba(0,0,0,0.50);	    
}
.fs-slide__overlay.size-w-half {
	left: 25%;
	width: 50%;
}
.fs-slide__overlay.size-w-third {
	left: 33%;
	width: 33%;
}
.fs-slide__overlay.size-h-half {
	top: 25%;
	height: 50%;
}
.fs-slide__overlay.size-h-third {
	top: 33%;
	height: 33%;
}
.fs-slide__overlay.pos-left {
	left: 0;
	right: auto;
}
.fs-slide__overlay.pos-right {
	left: auto;
	right: 0;
}
.fs-slide__overlay.pos-top {
	top: 0;
	bottom: auto;
}
.fs-slide__overlay.pos-bottom {
	top: auto;
	bottom: 0;
}
.fs-slide__overlay.bg-dark {
	background: rgba(0, 0, 0, 0.5);
	color: #FFF;
}
.fs-slide__overlay.bg-light {
	background: rgba(255, 255, 255, 0.5);
}

/* Thumbnail Navigator */
.fs-carousel{
	background:#2a2a2a;
	padding:10px;
	min-height:234px;
}
.fs-carousel ul{
	background:#fff;
}
.fs-carousel li {margin-right: 5px;}
.fs-carousel img {display: block; opacity: .5; cursor: pointer;}
.fs-carousel img:hover {opacity: 1;}
.fs-carousel .flex-active-slide img {opacity: 1; cursor: default;}

@media only screen and (max-width: 1280px) {
	.hero_search_box {
	    padding: 20px;
	    top: 3%;
	    left:3%;
	}
	.fs-slide__overlay h1,
	.fs-slide__overlay h2,
	.fs-slide__overlay h3,
	.fs-slide__overlay h4,
	.fs-slide__overlay h1.slide-title,
	.fs-slide__overlay h2.slide-title,
	.fs-slide__overlay h3.slide-title,
	.fs-slide__overlay h4.slide-title
	{
		margin:0 0 4px 0;
		line-height:normal;
	}	
	.fs-slide__overlay h1{
		font-size:38px;
	}
	.fs-slide__overlay h2{
		font-size:36px;	
	}
	.fs-slide__overlay h3{
		font-size:32px;	
	}
	.fs-slide__overlay h4{
		font-size:30px;	
	}
	.fs-slide__overlay h1.slide-title{
		font-size:38px;	
	}
	.fs-slide__overlay h2.slide-title{
		font-size:36px;	
	}
	.fs-slide__overlay h3.slide-title{
		font-size:34px;	
	}
	.fs-slide__overlay h4.slide-title{
		font-size:32px;	
	}	
	.fs-slide__overlay p{
		width:75%;
		font-size:16px;
		line-height:22px;
		padding:4px;
		margin-bottom:0px;		
	}	
}
@media only screen and (max-width: 1024px) {
	.hero_search_box {
	    width: 100%;
	    display:block;
	    padding: 30px;
	    position: relative;
	    background: rgba(213, 213, 213, 1);
	    z-index: 3000;
	    left:0;
	    top: 0;
	}
	.fs-slide__overlay--Top {
		width:100%;
	    padding: 4%;
	}
	.fs-slide__overlay--Left {
		width:100%;
	    padding: 4%;
	}
	.fs-slide__overlay--Right {
		width:100%;
	    padding: 4%;
	}
	.fs-slide__overlay--Bottom {
		width:100%;
	    padding: 4%;
	}	
}
@media only screen and (max-width: 768px) {
	.fs-slide__bgvideo video {
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height:auto;
		max-width:none;
		max-height: 100%;
		background: transparent;
	}
	.fs-carousel {
		display: none;
	}
	.fs-slide__overlay h1{
		font-size:32px;
	}
	.fs-slide__overlay h2{
		font-size:30px;	
	}
	.fs-slide__overlay h3{
		font-size:28px;	
	}
	.fs-slide__overlay h4{
		font-size:26px;	
	}
	.fs-slide__overlay h1.slide-title{
		font-size:32px;	
	}
	.fs-slide__overlay h2.slide-title{
		font-size:30px;	
	}
	.fs-slide__overlay h3.slide-title{
		font-size:28px;	
	}
	.fs-slide__overlay h4.slide-title{
		font-size:26px;	
	}	
	.fs-slide__overlay p{
		width:100%;
	}	
}
@media only screen and (max-width:580px) {	
	.fs-slide__overlay h1{
		font-size:26px;
	}
	.fs-slide__overlay h2{
		font-size:24px;	
	}
	.fs-slide__overlay h3{
		font-size:22px;	
	}
	.fs-slide__overlay h4{
		font-size:20px;	
	}
	.fs-slide__overlay h1.slide-title{
		font-size:26px;	
	}
	.fs-slide__overlay h2.slide-title{
		font-size:24px;	
	}
	.fs-slide__overlay h3.slide-title{
		font-size:22px;	
	}
	.fs-slide__overlay h4.slide-title{
		font-size:20px;	
	}
	.fs-slide__overlay a.slide-button{
    	padding: 15px 30px;	    
	    font-size: 0.875rem;	   
	}
	.fs-slide__overlay p.slide-subtitle{
		font-size:16px;	
	}
	.fs-slide__overlay p{
		font-size:14px;
		line-height:20px;
	}
	
}