/*
 * jQuery FlexSlider v2.2.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: 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%; height: auto; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; 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
*********************************/
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 27px; height: 76px; margin: 0 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0.5; cursor: pointer; -webkit-transition: opacity .3s ease; -moz-transition: opacity .3s ease; transition: opacity .3s ease; text-indent: -5000px; }
/*.flexslider:hover .flex-prev { opacity: 0.7; left: 40px; background-image: url('../images/layout/bgPrev1.png'); }
.flexslider:hover .flex-next { opacity: 0.7; right: 40px; background-image: url('../images/layout/bgNext1.png'); }*/
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1;}
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/*Fiona's custom stuff*/

.banner {
	height: auto;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	margin: 0;
	background: #000;
}

.innerPage.banner {
	height: 300px;
	bottom: auto;
	background: #000;
	position: relative
}

.banner .row {
	position: static;
}

.bannerSlider .slides li {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.bannerSlider .slides .image {
	position: relative;
	z-index: 3;
}

.bannerSlider .slides img {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1200px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}

.innerPage .bannerSlider .slides img {
	opacity: 0.5;
	top: -20%;
}

.bannerSlider .slides .image:before {
	content: "";
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.9) 100%);*/ /* FF3.6+ */
	/*background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%);*/ /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%);*/ /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%); *//* IE10+ */
	/*background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.9) 100%);*/ /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );*/ /* IE6-9 */
}

.bannerSlider .text {
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 240px;
	right: 0;
	text-align: center;
	background: transparent;
}

.innerPage .bannerSlider .text {
	bottom: 40px;
}

.bannerSlider a {
	text-decoration: none;
}

.bannerSlider .text h2 {
	font-size: 44px;
	line-height: 48px;
	font-weight: 700;
	color: #fff;
	padding: 0 50px 10px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.innerPage .bannerSlider .text h2 {
	font-size: 38px;
	line-height: 40px;
}

.bannerSlider .text p {
	color: #fff;
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
	padding: 0 100px;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

.innerPage .bannerSlider .text p {
	font-size: 20px;
	line-height: 28px;
}

/*control nav*/

.bannerSlider .flex-control-nav {
	position: absolute;
	z-index: 20;
	left: 530px;
	bottom: 100px;
}

.bannerSlider .flex-control-nav li {
	float: left;
	margin: 0 0 0 5px;
}

.bannerSlider .flex-control-nav a {
	display: block;
	text-indent: -5000px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #d7d2cb;
	cursor: pointer;
}

.bannerSlider .flex-control-nav a.flex-active {
	background-color: #d7d2cb;
}

/*direction nav*/

.flex-direction-nav a {
	display: inline-block;
	width: 70px;
	height: 70px;
	text-indent: -5000px;
	position: absolute;
	z-index: 30;
	top: auto;
	bottom: 42%;
	text-shadow:0 0 3px black;
}

.flex-direction-nav a.flex-prev {
	left: 25px;
}

.flex-direction-nav a.flex-next {
	right: 15px;
}

.flex-direction-nav a:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	/*--adjust as necessary--*/
	color: #fff;
	font-size: 70px;
	line-height: 70px;
	position: absolute;
	top: 0;
	left: 3px;
	text-indent: 0;
	text-decoration: none;
}

.flex-direction-nav a.flex-prev:before {
	content: "\f137";
}

.flex-direction-nav a.flex-next:before {
	content: "\f138";
}

.flex-direction-nav a.flex-disabled:before {
	opacity: 0.3;
}


