/*
 * 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
*********************************/
.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;
}
/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src: url('fonts/flexslider-icon.eot');
	src: url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),  url('fonts/flexslider-icon.woff') format('woff'),  url('fonts/flexslider-icon.ttf') format('truetype'),  url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative
}
.flexslider .loader {
	position: relative;
}
.flexslider .loader img {
	width: 100%;
}
.flexslider .loader > i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 80px;
	color: #333333;
	margin-top: -40px;
	margin-left: -40px;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
	z-index: auto !important;
} 
.flexslider .slides > li:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
	z-index: 3;
}
/* 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 {
	background-color: #d4d0cd;
	position: relative;
	/*border: 4px solid #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);*/
	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;
}
.carousel li {
	margin-right: 5px;
}
.flex-navigation {
	/*position: absolute;
	max-width: 125px;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: 0 auto;*/
}
.flex-navigation .number-display {
	background-color: #fff;
	-webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    top: -20px;
    width: 100%;
}
.flexslider .container h1 {
	color: #fff;
	font-weight: 600;
	margin-top: 0;
	text-shadow: 2px 2px 1px #000000;
	font-size: 36px;
}
.flexslider .container a {
	text-decoration: none;
}
.flexslider .container p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 25px;
}
.flexslider .container p span {
    display: inline-block;
    
}
.flexslider .container .btn {
	color: #fff;
	border: 4px solid #fff;
	text-transform: uppercase;
	border-radius: 0px;
}
.flexslider .container .btn:hover,
.flexslider .container .btn:focus {
	background-color: #1f3d7b;
	border-color: #1f3d7b;
}
/* Direction Nav */
.flex-direction-nav {
	*height: 0;
	left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
	z-index: 9991;
}
@media (min-width:576px) {
	.flex-direction-nav {
		max-width: 540px
	}
}
@media (min-width:768px) {
	.flex-direction-nav {
		max-width: 720px
	}
}
@media (min-width:992px) {
	.flex-direction-nav {
		max-width: 960px
	}
}
@media (min-width:1200px) {
	.flex-direction-nav {
		max-width: 1140px
	}
}
.center .flex-direction-nav {
    margin: 25px auto 0;
}
.flex-direction-nav a {
	background-image: url("arrows.png");
    bottom: 0;
    cursor: pointer;
    display: block;
    height: 70px;
    line-height: 40px;
    margin: -10px 0 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-decoration: none;
    text-indent: 999999px;
    -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
    width: 33px;
    z-index: 10;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	background-position: 99px 0px;
	right: -35px;
	text-align: right;
}
.banner-area:hover .flex-direction-nav a {
	opacity: 0.6;
}
.banner-area .flex-direction-nav .flex-next:hover, .banner-area .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.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: "FontAwesome";
	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 {
    bottom: 15px;
	left: 0;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 5px;
	position: absolute;
	text-align: center;
	right: 0;
	z-index: 10;
}
@media (min-width:768px) {
	.flex-control-nav {
		width: 750px
	}
}
@media (min-width:992px) {
	.flex-control-nav {
		width: 970px
	}
}
@media (min-width:1200px) {
	.flex-control-nav {
		width: 1170px
	}
}
.flex-control-nav li {
	display: inline-block;
    margin: 10px 5px;
    vertical-align: middle;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: #d6d3ca;
	background: rgba(214, 211, 202, 1);
	border-radius: 0;
	cursor: pointer;
	display: block;
	height: 4px;
	text-indent: -99999px;
	width: 100px;
}
.flex-control-paging li a:hover {
	background: #203d7a;
	background: rgba(32, 61 , 122, 1);
}
.flex-control-paging li a.flex-active {
	background: #ed1a3b;
	background: rgba(237, 26 , 59, 1);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
.flexslider .container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}
.flexslider .container .slider-content {
	background-color: rgba(0, 0, 0, 0.6);
	padding: 20px 20px 25px;
}
@media screen and (min-width: 1200px) and (max-width: 1315px) {
	.center .flex-direction-nav {
		margin: 40px auto 0;
	}
	.flex-direction-nav .flex-prev {
		left: 20px;
	}
	.flex-direction-nav .flex-next {
		right: 20px;
	}
}
@media screen and (min-width: 1200px) {
	.flexslider .slides img {
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 1200px) {
	.flex-direction-nav .flex-prev {
		left: 30px;
	}
	.flex-direction-nav .flex-next {
		right: 30px;
	}
}
@media screen and (min-width: 991px) {
	
}
@media screen and (max-width: 991px) {
	.flexslider .container {
		text-align: center;
	}
	.flex-navigation,
	.flex-control-nav {
		bottom: -35px;
	}
	.flex-direction-nav .flex-prev {
		opacity: 1;
	}
	.flex-direction-nav .flex-next {
		opacity: 1;
	}
	.flexslider .container {
		padding: 20px 15px 50px;
	}
	.flex-control-nav {
		text-align: center !important;
	}
	.flexslider .container h1 {
		font-size: 30px;
	}
	.flexslider .container h1 span {
		font-size: 20px !important;
	}
}
@media screen and (max-width: 991px) {
	.flex-direction-nav {
		display: none
	}
	.flex-control-paging li a {
		height: 15px;
		width: 15px;
	}
}
@media screen and (min-width: 767px) {
	.flexslider .slides > li {
		background-image: none !important;
	}
	.flexslider .container {
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
@media screen and (max-width: 767px) {
	.flexslider .slides > li {
		height: 200px;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: top right;
	}
	.flexslider .container {
		padding: 20px 15px 10px;
	}
	.flexslider .container h1 {
		line-height: 1;
	}
	.flexslider .loader img {
		display: none;
	}
	.flexslider .loader {
		height: 200px;
	}
}
