/*
 * 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)
 */

/*Flex Slider redesigned for dynamic banner functionality - 9/9/2018*/
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.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%; 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 {
	margin: 0; 
	background: #fff; 
	border: none; 
	position: relative; 
	zoom: 1;
	
	margin-top: -3px;
}
.flex-viewport {
	max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;
}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	width: 28px; 
	height: 72px; 
	margin: 0; 
	display: block; 
	background: url(../images/bg_direction_nav.jpg) no-repeat 0 0; 
	position: absolute; 
	top: 57%;
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 0; 
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {background-position: 100% 0; opacity: 0.5; right: 10px; }
.flex-direction-nav .flex-prev {opacity: 0.5; left: 10px;}
.flexslider:hover .flex-next {opacity: 1; right: 10px;}
.flexslider:hover .flex-prev {opacity: 1; left: 10px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {
	width: 100%; 
	position: absolute; 
	bottom: 11px;
	text-align: center;
}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	width: 20px; 
	height: 20px; 
	display: block; 
	background: #ccc; 
	background: rgba(255,255,255,0.3); 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px; 
	box-shadow: inset 0 0 3px rgba(255,255,255,0.3); }
.flex-control-paging li a:hover { 
	background: #666; 
	background: rgba(255,255,255,0.75);
}
.flex-control-paging li a.flex-active { 
	background: #FFF; 
	background: rgba(255,255,255,0.75); 
	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%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 15px;}
  .flex-direction-nav .flex-next {opacity: 1; right: 15px;}
}
@media (max-width: 480px) {
.flex-viewport {
	height:750px
}
.tabletbtn	{
	display:none;
}
.phonebtn	{
	display:inline;
}
.desktopbtn {
	display:none;
}
.tabletP	{
	display:none;
}
.phoneP	{
	display:block;
}
.desktopP {
	display:none;
}
.carouseldektop	{
	display:none
}
.flexslider h1	{
	font-size:26px;
	font-weight:normal;
	font-family:"Corporate E W01 Regular";
	margin: 0 0 10px;
     padding: 0;
	padding: 0;
	line-height: 30px;
}
.carouselitem	{
	min-height:750px;
	color:#FFF;
	width:436px;
}
.carouselfirstbutton_right{
	padding-top: 650px;
	display: flex;
	justify-content: center;
}
.carouselsecondbutton_right{
	padding-top: 3px;
    display: flex;
    justify-content:  center;
}
.carouselsinglebutton_right{
	padding-top: 680px;
	display: flex;
	justify-content: center;
}
.carouselfirstbutton_left{
	padding-top: 650px;
	display: flex;
	justify-content: center;
}
.carouselsecondbutton_left{
	padding-top: 3px;
    display: flex;
    justify-content:  center;
}
.carouselsinglebutton_left{
	padding-top: 680px;
	display: flex;
	justify-content: center;
}
.carouselfirstbutton_center{
	padding-top: 650px;
	display: flex;
	justify-content: center;
}
.carouselsecondbutton_center{
	padding-top: 3px;
	display: flex;
    justify-content:  center;
}
.carouselsinglebutton_center{
	padding-top: 680px;
	display: flex;
	justify-content: center;
}
.btn5 {
margin:0px 0 0 2px;
}
.carouselPhone{
display: block;
}
}
@media (min-width: 481px) and (max-width: 767px)	{
.carouseldektop	{
	display:none;
}	
.flex-viewport {
	height:1000px
}
.desktopbtn {
	display:none;
} 
.tabletbtn	{
	display:none;
}
.phonebtn	{
	display:inline;
}
.desktopP {
	display:none;
} 	
.tabletP	{
	display:none;
}
.phoneP	{
	display:block;
}
.flexslider h1	{
	font-size:36px;
	font-weight:normal;
	font-family:"Corporate E W01 Regular";
	line-height: 38px;
	margin: 0;
     padding: 0;
	text-indent: 10px;
}
.carouselitem	{
	min-height:1040px;
	color:#FFF;
}
.carouselfirstbutton_right{
	padding-top: 860px;
	display: flex;
	justify-content: center;
}
.carouselsecondbutton_right{
    display: flex;
    justify-content:  center;
}
.carouselsinglebutton_right{
	padding-top: 880px;
	display: flex;
	justify-content: center;
}
.carouselfirstbutton_left{
	padding-top: 860px;
	display: flex;
	justify-content: center;
}
.carouselsecondbutton_left{
    display: flex;
    justify-content:  center;
}
.carouselsinglebutton_left{
	padding-top: 880px;
	display: flex;
	justify-content: center;
}
.carouselfirstbutton_center{
	padding-top: 860px;
	display: flex;
	justify-content: center;
}
.carouselsecondbutton_center{
	display: flex;
    justify-content:  center;
}
.carouselsinglebutton_center{
	padding-top: 880px;
	display: flex;
	justify-content: center;
}
.btn5 {
margin:5px 0 0 2px;
}
.carouselPhone{
display: none;
}
}
@media (min-width: 768px) and (max-width: 989px)	{ 	
.flex-viewport {
	height:1000px
}
.flex-control-nav {
    bottom: 40px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.desktopbtn {
	display:none;
} 
.tabletbtn	{
	display:inline;
}
.phonebtn	{
	display:none;
}
.desktopP {
	display:none;
} 
.tabletP	{
	display:block;
}
.phoneP	{
	display:none;
}
.flexslider h1	{
	font-size:48px;
	font-weight:normal;
	font-family:"Corporate E W01 Regular";
	line-height: 50px;
	margin: 0;
     padding: 0 0 0 18px;
     text-indent: -14px;
}
.carouselitem	{
	min-height:1040px;
	color:#FFF;
}
.carouselfirstbutton_right{
    padding-top: 850px;
	display: flex;
	justify-content: center;
}
.carouselsecondbutton_right{
    display: flex;
    justify-content:  center;
}
.carouselsinglebutton_right{
	padding-top: 870px;
	display: flex;
	justify-content: center;
}
.carouselfirstbutton_left{
	padding-top: 850px;
	display: flex;
	justify-content: center;
}
.carouselsecondbutton_left{
    display: flex;
    justify-content:  center;
}
.carouselsinglebutton_left{
	padding-top: 870px;
	display: flex;
	justify-content: center;
}
.carouselfirstbutton_center{
    padding-top: 850px;
	display: flex;
	justify-content: center;
}
.carouselsecondbutton_center{
	display: flex;
    justify-content:  center;
}
.carouselsinglebutton_center{
	padding-top: 870px;
	display: flex;
	justify-content: center;
}
.btn5 {
margin:5px 0 0 2px;
}
.carouselPhone{
display: none;
}
}
@media (min-width: 980px) {
.flex-viewport {
	height:600px
}
.desktopbtn {
	display:inline;
} 
.tabletbtn	{
	display:none;
}
.phonebtn	{
	display:none;
}
.desktopP {
	display:block;
} 
.tabletP	{
	display:none;
}
.phoneP	{
	display:none;
}
.flexslider h1	{
	font-size:36px;
	font-weight:normal;
	font-family:"Corporate E W01 Regular";
	line-height: 40px;
	margin: 0;
    padding: 0 0 0 14px;
    text-indent: -10px;
}
.carouselitem	{
	min-height:690px;
	color:#FFF;
}
.carouselfirstbutton_right{
    padding: 440px 0 0 630px;
    float: left;
}
.carouselsecondbutton_right{
    padding: 0 0 0 630px;
    float: left;
}
.carouselsinglebutton_right{
    padding: 480px 0 0 630px;
    float: left;
}
.carouselfirstbutton_left{
    padding: 440px 0 0 30px;
    float: left;
    position: absolute;
}
.carouselsecondbutton_left{
    padding: 470px 0 0 30px;
    float: left;
    postion: relative;
}
.carouselsinglebutton_left{
    padding: 480px 0 0 30px;
    float: left;
}
.carouselfirstbutton_center{
	padding-top: 440px;
	display: flex;
	justify-content: center;
}
.carouselsecondbutton_center{
	display: flex;
	justify-content: center;
}
.carouselsinglebutton_center{
	padding-top: 480px;
	display: flex;
	justify-content: center;
}
.btn5 {
margin:5px 0 0 2px;
}
.carouselPhone{
display: none;
}
}
@media (min-width: 1170px) {
.flex-viewport {
	height:600px
}
.desktopbtn {
	display:inline;
} 
.tabletbtn	{
	display:none;
}
.phonebtn	{
	display:none;
}
.desktopP {
	display:block;
} 
.tabletP	{
	display:none;
}
.phoneP	{
	display:none;
}
.flexslider h1	{
	font-size:36px;
	font-weight:normal;
	font-family:"Corporate E W01 Regular";
	line-height: 40px;
	margin: 0;
    padding: 0 0 0 15px;
    text-indent: -5px;
}
.carouselitem	{
	min-height:690px;
	color:#FFF;
}
.carouselfirstbutton_right{
    padding: 450px 0 0 850px;
    float: left;
}
.carouselsecondbutton_right{
    padding: 0 0 0 850px;
    float: left;
}
.carouselsinglebutton_right{
    padding: 490px 0 0 850px;
    float: left;
}
.carouselfirstbutton_left{
    padding: 450px 0 0 100px;
    float: left;
    position: absolute;
}
.carouselsecondbutton_left{
    padding: 480px 0 0 100px;
    float: left;
    position: relative;
}
.carouselsinglebutton_left{
    padding: 490px 0 0 100px;
    float: left;
}
.carouselfirstbutton_center{
	padding-top: 450px;
	display: flex;
	justify-content: center;
}
.carouselsecondbutton_center{
	display: flex;
	justify-content: center;
}
.carouselsinglebutton_center{
	padding-top: 490px;
	display: flex;
	justify-content: center;
}
.btn5 {
margin:5px 0 0 2px;
}
.carouselPhone{
display: none;
}
}