/* --------------[ FlexSlider Necessary Styles ]-------------- */

.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 {
	margin: 0; 
	padding: 0;
	}

.flexslider .slides > li { /* Hide the slides before the JS is loaded. Avoids image jumping */
	display: none; 
	-webkit-backface-visibility: hidden;
	}

.flexslider .slides img {}

.flex-pauseplay span {
	text-transform: capitalize;
	}

.slides:after { /* Clearfix for the .slides element */
	content: " "; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
	}

html[xmlns] .slides {
	display: block;
	}

* html .slides {
	height: 1%;
	}

.no-js .slides > li:first-child {
	display: block;
	}

/* --------------[ FlexSlider Default Theme ]-------------- */

.flexslider { 
	margin: 0; 
	border: 0; 
	position: relative; 
	zoom: 1;
	z-index:2;
	display:block;
	width:100%;
	}

.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; 
	}

.carousel li { 
	margin:0; 
	}

/* --------------[ Direction Nav ]-------------- */

.flex-direction-nav {
	*height: 0;
	}

.flex-direction-nav a  { 
	text-decoration:none; 
	display: block; 
	width: 43px; 
	height: 43px;
	line-height: 43px; 
	margin: 0; 
	position: absolute; 
	z-index: 10;
	text-align:center;
	opacity: 0; 
	cursor: pointer; 
	color: #fff;
	background:#000; 
	-webkit-transition: all .5s ease; 
	-moz-transition: all .5s ease; 
	transition: all .5s ease;
	text-indent:0;
	top:40%;
	overflow:hidden;
	}

.flex-direction-nav .flex-prev:before,
.flex-direction-nav .flex-next:before { 
	display: block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f053";
	width: 43px; 
	height: 43px;
	line-height:43px;
	color:inherit;
	color:#fff;
	}

.flex-direction-nav .flex-next:before { 
	content: "\f054";
	}

.flex-direction-nav .flex-prev { 
	left:-50px;
	}

.flex-direction-nav .flex-next { 
	right:-50px;
	}

.flexslider:hover .flex-prev { 
	opacity: 0.5; 
	left:20px;
	}

.flexslider:hover .flex-next { 
	opacity: 0.5; 
	right:20px;
	}

.flexslider:hover .flex-next:hover, 
.flexslider:hover .flex-prev:hover { 
	opacity: 1;
	color:#fff;
	}

.flex-direction-nav .flex-disabled { 
	opacity: 0 !important; 
	filter:alpha(opacity=0); 
	cursor: default; 
	}

/* --------------[ Pause/Play ]-------------- */

.flex-pauseplay a { 
	display: block; 
	width: 20px; 
	height: 20px; 
	position: absolute; 
	bottom: 5px; 
	left: 10px; 
	opacity: 0.8; 
	z-index: 10; 
	overflow: hidden; 
	cursor: pointer; 
	color: #000; 
	}

.flex-pauseplay a:before  { 
	font-family: "flexslider-icon"; 
	font-size: 20px; 
	display: inline-block; 
	content: '\f004'; 
	}

.flex-pauseplay a:hover  {
	opacity: 1;
	}

.flex-pauseplay a.flex-play:before { 
	content: '\f003'; 
	}

/* --------------[ Control Nav ]-------------- */

.flex-control-nav {
	margin:0;
	width: auto; 
	position: absolute; 
	bottom: 15px;
	right:0;
	left:0;
	z-index:3;
	text-align:center;
	}

.flex-control-paging,
.flex-control-nav li {
	margin:0;
	padding:0;
	height: 20px;
	line-height:20px;
	}

.flex-control-nav li {
	margin: 0 2px;
	padding:0;
	display: inline-block;
	zoom: 1; 
	*display: inline;
	text-indent: -999em;
	text-align:center;
	}

.flex-control-paging li a {
	margin:0;
	width: 20px; 
	height: 20px;
	line-height: 20px;
	display: block; 
	background: #fff; 
	opacity: 0.3;
	filter:alpha(opacity=30);
	cursor: pointer; 
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	border:6px s