/*
 * 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)
 */


/* *********************	Flex Slider		********************* */

/* Reset */
.flexslider a:active,
.flexslider a:focus  { outline: none; }
.slides, .flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.slides li { margin: 0; }

/* Necessary Styles */
.flexslider {
   position: relative;
   zoom: 1;
   margin: 0;
   padding: 0;
}
.flexslider .slides { zoom: 1; }
.flexslider .slides > li { position: relative; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
/* Suggested container for slide animation setups. Can replace this with your own */
.flex-container { zoom: 1; position: relative; }

/* Clearfix for .slides */
.slides:before,
.slides:after {
    content: " ";
    display: table;
}
.slides:after {
    clear: both;
}

/* FlexSlider Intro Slider Styles */

.slides {
   max-height: 700px;
   overflow: hidden;
}
.slider-text {
	color: #fcfcfc;
   text-align: center;
   width: 100%;
   margin: 250px auto 66px auto;
}
.slider-text h2 {
   font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
   font-size:44px;
   text-transform:uppercase;
   line-height:1.3em;
   letter-spacing:2px;
   color: #ED6B06;
   text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
   padding: 0;
   margin: 0;
}
.slider-text h3 {
   font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
   font-size:26px;
   line-height:1.3em;
   color: #fcfcfc;
   text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    padding: 0;
   margin: 0;
}
.slider-text h4 {
   font-family: 'OpenSans-Bold', Helvetica, Arial, sans-serif;
   font-size:26px;
   line-height:1.3em;
    color: #000000;
   text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    padding: 0;
   margin: 0;
}
.slider-text h2 span, h3 span, h4 span,
.slider-text a { color: #ed6b06; }

.slider-text p {
color:#fcfcfc;
font: 17px/36px opensans-light, sans-serif;
   text-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
   padding: 0;
   margin: 18px 10% 0;
}

	
/* Direction Navigation
--------------------------------------------------------------- */
.flex-direction-nav a {
   display: block;
	width: 40px;
	height: 66px;
	margin: 0;
	background-color: #2D3339;
	cursor: pointer;
	z-index: 99999;
	opacity: 0;
   position: absolute;
	top: 50%;

   font: 0/0 a;
   text-shadow: none;
   color: transparent;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.flex-direction-nav a:hover { background-color: #11ABB0; }

.flex-direction-nav .flex-next {
	right: 0px;
	background: #2D3339 url(direction-nav-right.png) no-repeat 53% 50%;
	position: absolute;
}
.flex-direction-nav .flex-prev {
	left: 0px;
	background: #2D3339 url(direction-nav-left.png) no-repeat 47% 50%;
	position: absolute;
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev { opacity: 1; }
.flex-direction-nav .flex-disabled {
   opacity: .3 !important;
   filter: alpha(opacity=30);
   cursor: default;
}

@media only screen and (max-width: 836px) {
.slider-text h2 { font: 48px/66px montserrat-regular, Sans-serif; }

@media only screen and (max-width: 767px) {
.slider-text { margin-top: 120px; margin-bottom: 48px; }
.slider-text h2 { font: 43px/54px montserrat-regular, sans-serif; }
.slider-text p {
      font: 14px/30px opensans-regular, sans-serif;
      margin-top: 30px;
   }
.slides {
      overflow: hidden;
      min-height: 300px;
   } 
 
@media only screen and (max-width: 460px) {
.slider-text { margin-top: 108px; margin-bottom: 36px; }
.slider-text h2 { font: 32px/42px montserrat-regular, sans-serif; }
.slider-text p {
      font: 12px/24px opensans-regular, sans-serif;
      margin-top: 24px;
   }
   