/*
 * 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: 20px 10px 20px 10px; */
	/*margin-bottom:6px;*/
	padding: 0;
	
} /* BG space for slider */

#slider{
	/*margin-top:7px;*/
	margin-top:-2px;
	
	/*border-radius: 0 0 10px 20px;
	
	border-top: 4px double #F0F0F0;
	border-bottom: 4px double #CCC;*/
}

.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; padding:0; margin:0} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	/*max-width: 100%;*/
	width:100%;
	height:auto;
	margin-right:0%;
	z-index:0;
	display: block;
	float: right;
	position: relative;
	/*margin-top:10px;*/
	/*border-top:9px solid #fff;
	border-bottom:9px solid #fff;*/
	/*right: 24px*/;/*Shadow for slider image */
	/*box-shadow: 1px 1px 6px #333;  
	-moz-box-shadow: 1px 1px 6px #333;
	-webkit-box-shadow: 1px 1px 6px #333;
	border: 10px solid #fff;*/
}

a:hover .flexslider .slides img{
	opacity:1;
}




.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
*********************************/
.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 */
.flex-caption{
	/*width:24%; */
	width: 40%;
	position: absolute;
	left: 6%;
	top: 50px;
	height: 85.5%;
	
	/*border-radius: 8px 0 0  8px;*/
	margin-left: 1%;
	/*box-shadow: 1px 1px 3px #777;*/
	padding: 2.2% 0.5% 1.5% 0%;
	/*background-color: rgba(255,255,255,0.5);*/

	}
	
	.caption-box{
		/*background-color:rgba(252,252,252,0.5);*/
		padding-top:30px;
		padding-left:25px;
		padding-right:10px;
		border-radius:12px;
		/*border-radius:20px;
		border:solid 1px rgba(104,103,103,0.30);*/
	}
	
.flex-caption h1{
	font-size:1.6em;
	/*font-family:Lusitana;*/
	font-family:sans-serif;
	font-weight:500;
	color:#fff;
	line-height:0.85em;
	text-shadow:none;
	/*font-family: 'Sanchez', serif;*/
	margin-bottom:5px;
	
	}
	
	.flex-caption h2{
	font-size:1.7em;
	/*font-family:Lusitana;*/
	/*font-family:sans-serif;*/
	font-weight:600;
	line-height:0.85em;
	text-shadow:none;
	/*font-family: 'Sanchez', serif;*/
	margin-bottom:5px;
	color:#000;
	letter-spacing: 0rem;
	 /*-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #222;*/
	}		
	
	.flex-caption h3{
	font-size:1.6em;
	/*font-family:Lusitana;*/
	font-family:sans-serif;
	font-weight:500;
	color:#444;
	line-height:0.85em;
	text-shadow:none;
	/*font-family: 'Sanchez', serif;*/
	margin-bottom:5px;
	}	
	

.flex-caption hr{
	border: dotted #ccc; 
	border-width: 2px 0 0; 
	clear: both; 
	margin: 10px 10px 15px 2px;
	height: 0; 
	width:95%;
}
	
.flex-caption h1 span {
	font-size: 17px;
	margin-top:25px;
	
	font-weight:200;
	color:#ddd;
}



.flex-caption h2 span {
	font-size: 17px;
	margin-top:25px;
	
	font-weight:400;
}

.flex-caption h3 span {
	font-size: 17px;
	margin-top:25px;
	
	font-weight:200;
	color:#555;
}

.flex-caption p {
	font-size: 16px;
	font-weight:normal;
	color:#666;
}

.slides .flex-caption img{
	height:auto;
	width:50%;
	float:left;
}

.flex-caption ul li{
	font-size:16px;
	color:#333;
	margin-left:5%;
}

.main-img{        /*--Main image for Cell phone size-*/
	display:none;
}

/* Direction Nav */
.flex-direction-nav { height:0;}
.flex-direction-nav li a {width: 31px; height: 31px; display: block; position: absolute; top:42%; right:-50%; z-index:4000; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .next {background: url(..next.png) no-repeat; right:0}
.flex-direction-nav li .next:hover{opacity:0.7}
.flex-direction-nav li .prev {background: url(..prev.png) no-repeat; left:0}
.flex-direction-nav li .prev:hover{opacity:0.7}
.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav { position: absolute; bottom:0; right:0}
.flex-control-nav li {margin: 7px 0 0 0;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {
	display: block;
	float:none; 
	cursor: pointer;
	text-indent: -9999em !important;
	width:10px;
	height:10px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:6px;
	margin-right:3px;
	margin-bottom:3px;
}
.flex-control-nav li a:hover { background:#ccc;}
.flex-control-nav li a.active {background:#999;}

@media only screen and (max-width: 767px) {
.flex-caption{
	width:70%;
	margin-top:0px;
}

	.caption-box{
		/*background-color:rgba(252,252,252,0.5);*/
		padding-top:10px;
		padding-left:25px;
		padding-right:10px;
		/*border-radius:20px;
		border:solid 1px rgba(104,103,103,0.30);*/
	}

.flex-caption p {
	display:none;
	font-size:1.0em;
	line-height:0.95em;
	font-weight:50;
	margin-top:-10px;
}
			
	.flex-caption h2{
		font-size:1.3em;
		margin-bottom:0;
		line-height:0.9em;
	}
	
			
	.flex-caption h2 span{
		font-size:0.8em;
		/*color:#888;*/
		font-weight:300;
	}
	
	.flex-caption hr{
	border: 1px dotted #ccc; 
	border-width: 2px 0 0; 
	clear: both; 
	
	height: 0; 
	width:95%;
}

.flex-caption ul li{
	font-size:14px;
	line-height:9px;
	list-style:circle;
}

}



/* Larger than phablet (also point when grid becomes active) */
@media only screen and (max-width: 550px) {
	.flex-caption{
		display:none;
	}
	
	}
	
}