/*
 * 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
*********************************/
/** { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides{ height:319px !important; }
.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; position:relative; top:-10px;/* -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: "\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
*********************************/
.flexslider { margin:0px ; top:100px; height:350px; border: 0px solid #fff; position: relative;  zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.flexslider a img{ position:relative; top:-75px; }
.carousel li { margin-right: 5px; }
.moreLink{
   float:right; 
   position:relative; 
   top:-65px;
   right:3%;
}
.moreLink:hover{
  cursor:pointer; 
}
.moreLink #moreImg{
   float:left;
   position: relative;
   top: 0px;  
}

.moreLink #moreHint{
   float:left; 
   margin-top:10px; 
   margin-left:5px; 
   font-size:10px; 
   font-weight:600; 
}


/* Alternate Caption CSS */
#flex-main { padding:0px; max-width:100%; margin: 0 auto; }
.flex-caption { width: 100%; margin: 0; overflow:hidden; }
.text-container { width: 100%; padding:2px; }
.text-container a:hover { text-decoration: underline; }

.flex-caption h1{
  font-family: 'Open Sans Condensed', sans-serif; font-style:normal;
  padding:0px; 
  margin:0px;
  font-weight:bolder;
  font-size:45px; 
  line-height:50px;
  color:#008ddd;
  text-align:center;  text-indent:10px;}
.flex-caption h2{
  width:550px;
  text-align:center;
  text-indent:10px;
  font-size:18px;
  font-family: 'PT Sans', sans-serif;
}

.flex-caption p{
  width:550px;
  text-align:center;
  text-indent:10px;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  margin-top:10px;
  
}
.flex-caption {width: 100%; margin: 0 auto; position: absolute; top: -25%; z-index: 100;}
.caption-container{ position: relative; width: 100%; margin: 0 auto;}


.flex-caption h1{
width:60%; left:20%;  
position: relative;
-webkit-animation: slideIn;
-moz-animation: slideIn;
-o-animation: slideIn;
animation: slideIn;
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
-o-animation-duration: 2s;
animation-duration: 2s;
}
.flex-caption h2{
width:64%; left:20%;  
position: relative;
-webkit-animation: slideIn2;
-moz-animation: slideIn2;
-o-animation: slideIn2;
animation: slideIn2;
-webkit-animation-duration: 3s;
-moz-animation-duration: 3s;
-o-animation-duration: 3s;
animation-duration: 3s;
}


.flex-caption p{
width:64%; left:20%; 
position: relative;
-webkit-animation: slideIn1;
-moz-animation: slideIn1;
-o-animation: slideIn1;
animation: slideIn1;
-webkit-animation-duration: 4s;
-moz-animation-duration: 4s;
-o-animation-duration: 4s;
animation-duration: 4s;
}


/* Direction Nav */
.flex-direction-nav {*height: 0; display:none;}

/* Alternate Caption slideIn CSS */
/* Will not work properly without JS pull by Ryan Long https://github.com/woothemes/FlexSlider/pull/865 */
@-webkit-keyframes slideIn { 0% { left: 5%; opacity: 0; }
  100% { left: 20%; opacity: 0.8; } }

@-moz-keyframes slideIn { 0% { left: 5%; opacity: 0; }
  100% { left: 20%; opacity: 0.8; } }

@-o-keyframes slideIn { 0% { left: 5%; opacity: 0; }
  100% { left: 20%; opacity: 0.8; } }

@keyframes slideIn { 0% { left: 5%; opacity: 0; }
  100% { left: 20%; opacity: 0.8; } }



@-webkit-keyframes slideIn1 { 
  0% { left: 49%; opacity: 0; }
  100% { left: 20%; opacity: 0.8; } 
}

@-moz-keyframes slideIn1 { 
  0% { left: 49%; opacity: 0; }
  100% { left: 20%; opacity: 0.8; } 
}

@-o-keyframes slideIn1 { 
  0% { left: 49%; opacity: 0; }
  100% { left: 20%; opacity: 0.8; } 
}

@keyframes slideIn1 { 
  0% { left: 49%; opacity: 0; }
  100% { left: 20%; opacity: 0.8; } 
}  
  
  
@-webkit-keyframes slideIn2 { 
  0% { left: 25%; opacity: 0; }
  100% { left: 20%; opacity: 0.8; } 
}

@-moz-keyframes slideIn2 { 
  0% { left: 20%; opacity: 0; }
  100% { left: 20%; opacity: 1; } 
}

@-o-keyframes slideIn2 { 
  0% { left: 25%; opacity: 0; }
  100% { left: 20%; opacity: 0.8; } 
}

@keyframes slideIn2 { 
  0% { left: 25%; opacity: 0; }
  100% { left: 20%; opacity: 0.8; } 
}
