/*
 * 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)
 */





/* 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%!important; display: block;}
.flexslider .slides div {
	width: 100%!important;display: block;
}

/* add flex-caption */
.flexslider .slides > li {
  position: relative;
  width: 100%;
  height: 100%;
}


.flexslider .slides .flex-caption {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
//.flexslider .slides .flex-caption p {
 // 	color: #9D9C9A;
//	width: 55%;
//	margin: 55px auto;
//}

//.flexslider .slides .flex-caption a {
//	font-family: 'nexabold';
//	font-size: 0.8em;
//	letter-spacing: 0.1em;
//	display: block;
//	color: #F79329;
//	text-decoration: none;
//	text-transform: uppercase;

//}
//.flexslider .slides .flex-caption span {
//	font-family: 'nexabold';
//	display: block;
//	font-size: 0.8em;
//	letter-spacing: 0.1em;
//	margin-top: 5px;
//}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 ; background: #fff; height: 100%;   }
.flex-viewport { height:100%; 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; height: 100%;}


/* Direction Nav */

.flex-direction-nav a  { font-size:0;text-decoration:none; display: block; width: 60px; height: 40px; background: rgba(255,255,255,0.8);position: absolute; bottom: 0; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: #F79329;  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav a.flex-prev { left: -50px; }
.flex-direction-nav a.flex-next { right: -50px; }
.flexslider:hover a.flex-prev { opacity: 0.7; left: 0; text-align: right; }
.flexslider:hover a.flex-next { opacity: 0.7; right: 0; text-align: left;}
.flexslider:hover a.flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav a.flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "creativework_awesome"; font-size: 50px; display: block; content: '\e602'; margin-right:-3px;margin-top: -3px; }
.flex-direction-nav a.flex-next:before  { content: '\e603'; margin-left:-3px}


/* Control Nav */
.flex-control-nav {display: none;}

@media (min-width: 771px) {
	.flex-direction-nav a  {  width: 90px; height: 660px;  }
	.flex-direction-nav a:before  { font-size: 50px; margin-right:0;margin-top: 300px; }
	.flex-direction-nav a.flex-next:before  { content: '\e603'; margin-left:0}

}
