/*

 * jQuery FlexSlider v1.8

 * http://www.woothemes.com/flexslider/

 *

 * Copyright 2012 WooThemes

 * Free to use under the MIT license.

 * http://www.opensource.org/licenses/mit-license.php

 */



/* 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 {
	 display: block;
    height: auto;
    width: 100%;

}
.flex-pauseplay span {
	text-transform: capitalize;
}
.flexslider_loader {
	background: url("../images/loader.gif") no-repeat scroll 50% 50% transparent;
	height: 31px;
	left: 480px;
	position: absolute;
	top: 200px;
	width: 31px;
}
.flexslider img {
	opacity: 1;
}
/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
	padding: 0;
}
* 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 { position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .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 {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.56);
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
}
.flex-caption h1 {
	color: #fff;
}
.flex-caption a {
	color: #fff; 
	font: 300 italic 14px/21px Georgia, Serif; 
	text-decoration: none;
}



/* Direction Nav */
.flex-direction-nav {
	height:0;
   padding: 0 !important;
}
.flex-direction-nav li a {
	background-color: rgba(2, 2, 2, 0.95);
	background-repeat: no-repeat;
	text-indent: -999em;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 45%;
	cursor: pointer;
}
.flex-direction-nav li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
}
.flex-direction-nav li .flex-next {
    background-image: url("../images/slider/slider-navigation.png");
    background-position: 4px -23px;
    right: 0;
}
.flex-direction-nav li .flex-prev {
    background-image: url("../images/slider/slider-navigation.png");
    background-position: 3px 4px;
    left: 0;
}
.flex-direction-nav li .disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
    bottom: -13px;
    padding: 0 0 15px !important;
    position: relative;
    text-align: center;
    width: 100%;
}

.flex-control-nav li {margin: 0 3px 0 0px; padding: 0; display: inline-block; zoom: 1; *display: inline; text-align: left; }
.flex-control-nav li:last-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; cursor: pointer; text-indent: -9999px; background: url(../images/slider/bg_control_nav_custom.png) no-repeat 0 0; }
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.flex-active {background-position: 0 -26px; cursor: default;}



#carousel_slider li {
	margin-right: 5px;
}
#carousel_slider img {
	display: block;
	opacity: .5;
	cursor: pointer;
	height: auto;
}
#carousel_slider img:hover {
	opacity: 1;
}
#carousel_slider .flex-active-slide img {
	opacity: 1;
	cursor: default;
}
.carousel li {
	padding: 0 5px 0;
}
 .carousel 0l {
 margin-bottom: 20px;
}


/* Home Blog Carousel Override CSS */

#home_blog_feature .flex-control-nav {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#home_blog_feature .flex-control-nav li{
	float: none !important;	
	border: medium none;
	padding: 0;
}

#home_blog_feature .flex-viewport {
    margin: 0 0 20px;
}