/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* 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 {width: 100%; 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 {max-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-bottom:60px;background: #fff;position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
/* IE rgba() hack */
.flex-caption, .flex-caption-headline, .flex-caption-sub, .flex-caption-text{width: 96%; padding: 2%; margin: 0; position: absolute; left: 0; top: 20px; color: #B02117; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-size: 60px; text-align:center; font-weight:800; margin-bottom:0;}
.flex-caption-headline {margin: 0; top: 0px; line-height:60px;}
.flex-caption-sub {margin: 0; left: 0; top: 74px; color:#CCCCCC; font-size: 24px; text-align:center; font-weight:400;}
.flex-caption-text{position: absolute; left: 0; top: 74px; color:#CCCCCC; font-size: 24px; text-align:center; font-weight:400;}
.slides1{background:url(../images/splash-slide01fw.jpg) no-repeat;}
.slides1{background:url(../images/splash-slide01fw.jpg) no-repeat;}
.slides1{background:url(../images/splash-slide01fw.jpg) no-repeat;}

.flexslider .slides img.splash-desk {
    display: block;
    max-width: 100%;
}
.flexslider .slides img.splash-mobile {
    display: none;
}

/* ================= Tablet (Portrait) 768px - 959px ================= */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.flex-caption {top: 14px; font-size: 44px;}
	.flex-caption-headline {top: 0px; font-size: 44px; line-height:50px;}
	.flex-caption-sub{top: 54px; font-size: 17px;}
	.flex-caption-text{top: 54px; font-size: 17px;}
}
/* ================= Mobile 6 (Portrait) < 767px ================= */
@media only screen and (max-width: 767px) {
.flex-caption {top: 2px; font-size: 34px; line-height:38px; }
.flex-caption-headline {top: 2px; font-size: 34px; line-height:38px;}
.flex-caption-sub {top: 50px; font-size: 17px; line-height:21px;}
.flex-caption-text{top: 50px; font-size: 17px; line-height:21px;}

}

/* ================= Mobile 6 (Portrait) < 414px ================= */
@media only screen and (max-width: 414px) {
.flexslider {
	margin-bottom:30px;
}
.flexslider .slides img.splash-desk {
    display: none;
}
.flexslider .slides img.splash-mobile {
    display: block;
    max-width: 100%;
}
.flex-caption {top: 2px; font-size: 30px; line-height:32px; }
.flex-caption-headline {top: 2px; font-size: 30px; line-height:32px;}
.flex-caption-sub {top: 71px; font-size: 14px; line-height:18px;}
.flex-caption-text{top: 71px; font-size: 14px; line-height:18px;}

}

/* ================= Mobile (Portrait) < 479px ================= */
@media only screen and (max-width: 320px) {
	.flex-caption {top: 4px; font-size: 18px;}
	.flex-caption-headline {top: 0px; font-size: 18px; line-height:27px;}
	.flex-caption-sub{top: 24px; font-size: 8px;}
	.flex-caption-text{top: 20px; font-size: 8px;}
	.flex-direction-nav li .next {display:none;}
.flex-direction-nav li .prev {display:none;}
}
/* ================= Mobile (Portrait) < 300px ================= */
@media only screen and (max-width: 300px) {
	.flex-caption {top: 4px; font-size: 17px;}
	.flex-caption-headline {top: 0px; font-size: 17px; line-height:27px;}
	.flex-caption-sub{display:none;}
	.flex-caption-text{display:none;}
}
/* ================= Mobile (Portrait) < 240px ================= */
@media only screen and (max-width: 260px) {
	.flex-caption {display:none;}
	.flex-caption-headline {display:none;}
}

/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width: 40px; height: 40px; margin: -13px 0 0; display: block; background: url(../images/sliderarrow-homemain.svg) no-repeat; position: absolute; top: 50%; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background-position: -40px 0; right:30px;}
.flex-direction-nav li .prev {left: 30px;}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
/* ================= deactivate slider circles ================= */
.flex-control-nav {
	display:none;
}