/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/***************** Testimonial slider ***************/

	.flexsliderTestimonial  {/*width: 87%; margin: 0 0 0 20px;*/ padding: 0; margin: 0 auto;}
	.flexsliderTestimonial  .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
	.flexsliderTestimonial  .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
	*********************************/
	.flexsliderTestimonial { position: relative;  zoom: 1;}
	.flexsliderTestimonial .slides {zoom: 1;}
	.flexsliderTestimonial .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 {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
	.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

	/* Direction Nav */
	.flexsliderTestimonial  .flex-direction-nav li a {
		display: block; 
		cursor: pointer; 
		text-indent: -9999px;
		position: relative;
		top:  -38px;
		
	}
	.flexsliderTestimonial  .flex-direction-nav li .flex-next {
		background: url(../images/nav-testimonials-next.png) no-repeat 0 0; 
		width: 22px; 
		height: 25px; 
		float: left;
		background-size: 100%;
		
		margin-left: 5px;
	}
	.flexsliderTestimonial  .flex-direction-nav li .flex-prev {
		background: url(../images/nav-testimonials-prev.png) no-repeat 0 0; 
		width: 22px; 
		height: 25px; 
		float: left;
		margin-right: 6px;
		background-size: 100%;
		margin: 0 !important;
	}
	.flexsliderTestimonial  .flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

	/* Control Nav */
	.flexsliderTestimonial .flex-control-nav { margin: 0 !important; width: 100%; position: absolute;  text-align: center; display:none;}
	.flexsliderTestimonial .flex-control-nav li {margin: 0 !important; display: inline-block; zoom: 1; *display: inline;}
	.flexsliderTestimonial .flex-control-nav li:first-child {margin: 0;}
	
	
	
	
	/*.flexsliderTestimonial .flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
	.flexsliderTestimonial .flex-control-nav li a:hover {background-position: 0 -13px;}
	.flexsliderTestimonial .flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}*/


/***************** Shortcode slider ***************/

	.flexsliderSH  {width: 100%;  padding: 0;}
	.flexsliderSH  .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
	.flexsliderSH  .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
	*********************************/
	.flexsliderSH { position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
	.flexsliderSH .slides {zoom: 1;}
	.flexsliderSH .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 {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
	.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

	/* Direction Nav */
	.flexsliderSH   .flex-direction-nav li a {width: 30px; height: 30px; margin: -15px 0 0; display: block; background: url(../images/bg_direction_nav1.png) no-repeat 0 0; 
	position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}

	.flexsliderSH   .flex-direction-nav li a.flex-next {background-position: -30px 0; right: -1px;}
	.flexsliderSH   .flex-direction-nav li a.flex-prev {background-position: 0 0; left: 0px;}

	.flexsliderSH  .flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

	/* Control Nav */
	.flexsliderSH .flex-control-nav {display:none }
	
	
/***************** Twitter slider ***************/

	.flextwitter  {width: 100%; margin: 0 0 0px 0; padding: 0;}
	.flextwitter  .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
	.flextwitter  .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
	*********************************/
	.flextwitter { position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
	.flextwitter .slides {zoom: 1;}
	.flextwitter .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 {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
	.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.3); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

	/* Direction Nav */
	.flextwitter  .flex-direction-nav li a {width: 30px; height: 30px; margin: 0 0 0; display: block; background: url(../images/bg_direction_nav1_twitter.png) no-repeat 0 0; 
	position: absolute; /*top: 50%;*/ cursor: pointer; text-indent: -9999px;}
	.flextwitter  .flex-direction-nav li .flex-next {background-position: -30px 0; right: 0px; top: 0px;}
	.flextwitter  .flex-direction-nav li .flex-prev {left: 0px; top: 0px;}
	.flextwitter  .flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
	
	.flextwitter .flex-direction-nav li a:hover {width: 30px; height: 30px; margin: 0 0 0; display: block; background: url(../images/bg_direction_nav1_twitter_hover.png) no-repeat 0 0; 
	position: absolute; cursor: pointer; text-indent: -9999px;}
	.flextwitter  .flex-direction-nav li .flex-next:hover {background-position: -30px 0px !important; right: 0px; top: 0px;}
	
	
	
	
	
	
	
	
	

	/* Control Nav */
	.flextwitter .flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
	.flextwitter .flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
	.flextwitter .flex-control-nav li:first-child {margin: 0;}
	.flextwitter .flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(../images/bg_direction_nav1.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
	.flextwitter .flex-control-nav li a:hover {background-position: 0 -13px;}
	.flextwitter .flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}
	
	/* Control Nav */
	.flextwitter .flex-control-nav {display:none }
	
	
/***************** Portfolio Thumbnail slider ***************/

	.flexsliderFolio  {width: 100%;  padding: 0;}
	.flexsliderFolio  .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
	.flexsliderFolio  .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
	*********************************/
	.flexsliderFolio { position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
	.flexsliderFolio .slides {zoom: 1;}
	.flexsliderFolio .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 {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
	.flex-caption {
		width: 96%; 
		padding: 10px 2%; 
		position: absolute; 
		left: 0; 
		bottom: 0; 
		background: #444444; 
		color: #fff; 
		text-shadow: 0 -1px 0 rgba(0,0,0,.3); 
		font-size: 13px; 
		line-height: 18px;
		/* font-family: 'Droid Sans', sans-serif;  */ 	
		border-top: 2px solid #373737;
	}

	/* Direction Nav */
	.flexsliderFolio   .flex-direction-nav li a {width: 30px; height: 30px; margin: -15px 0 0; display: block; background: url(../images/folios-slide-arrows.png) no-repeat 0 0; 
	position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
	.flexsliderFolio   .flex-direction-nav li a.flex-next {background-position: -30px 0; right: 0px;}
	.flexsliderFolio   .flex-direction-nav li a.flex-prev {background-position: 0 0; /*left: -1px;*/}
	.flexsliderFolio  .flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

	/* Control Nav */
	.flexsliderFolio .flex-control-nav {display:none }
	
	
	/* for thumbs */
	.folio-item .flexsliderFolio   .flex-direction-nav li a {width: 20px; height: 20px; margin: -10px 0 0; display: block; background: url(../images/bg_direction_nav_thumbs.png) no-repeat 0 0; 
	position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; z-index: 99999;}
	.folio-item .flexsliderFolio   .flex-direction-nav li a.flex-next {background-position: -20px 0; right: -1px;}
	.folio-item .flexsliderFolio   .flex-direction-nav li a.flex-prev {background-position: 0 0; /*left: -1px;*/}
	.folio-item .flexsliderFolio  .flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
	
	
	
	
	
	
	.folio-item2 .flexsliderFolio   .flex-direction-nav li a {width: 20px; height: 20px; margin: 0; display: block; background: url(../images/bg_direction_nav_thumbs.png) no-repeat 0 0; 
	position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
	.folio-item2 .flexsliderFolio   .flex-direction-nav li a.flex-next {background-position: -20px 0; right: -1px;}
	.folio-item2 .flexsliderFolio   .flex-direction-nav li a.flex-prev {background-position: 0 0; /*left: -1px;*/}
	.folio-item2 .flexsliderFolio  .flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
	
	.folio-item3 .flexsliderFolio   .flex-direction-nav li a {width: 20px; height: 20px; margin: -10px 0 0; display: block; background: url(../images/bg_direction_nav_thumbs.png) no-repeat 0 0; 
	position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
	.folio-item3 .flexsliderFolio   .flex-direction-nav li a.flex-next {background-position: -20px 0; right: -1px;}
	.folio-item3 .flexsliderFolio   .flex-direction-nav li a.flex-prev {background-position: 0 0; /*left: -1px;*/}
	.folio-item3 .flexsliderFolio  .flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}
	
	
	
	
/***************** Carousel slider ***************/

	.flexsliderCaroseul  {width: 100%;  padding: 0;}
	.flexsliderCarousel .slides  { margin-bottom: 40px; }
	.flexsliderCarousel  .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
	.flexsliderCarousel  .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
	*********************************/
	.flexsliderCarousel { position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
	.flexsliderCarousel .slides {zoom: 1;}
	.flexsliderCarousel .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 {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
	.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: rgba(0,0,0,.5); border: none; color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 14px; line-height: 18px;}

	/* Direction Nav */
	.flexsliderCarousel   .flex-direction-nav li a {width: 30px; height: 30px; margin: -206px 0 0; display: block; background: url(../images/bg_direction_nav1.png) no-repeat 0 0; 
	position: absolute; /*top: 50%;*/ cursor: pointer; text-indent: -9999px;}
	
	.flexsliderCarousel .flex-direction-nav li a:hover {width: 30px; height: 30px; margin: -206px 0 0; display: block; background: url(../images/bg_direction_nav1_hover.png) no-repeat 0 0; 
	position: absolute; /*top: 50%;*/ cursor: pointer; text-indent: -9999px;}

	.flexsliderCarousel   .flex-direction-nav li a.flex-next {background-position: -30px 0; right: 0px;}
	.flexsliderCarousel   .flex-direction-nav li a.flex-prev {background-position: 0 0; right: 30px;}

	.flexsliderCarousel  .flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

	/* Control Nav */
	.flexsliderCarousel .flex-control-nav {display:none; }
	.flexsliderCarousel {margin-left:0px; }	
	.flexsliderCarousel li {	margin-right:20px; }	