/*
 * jQuery FlexSlider v2.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;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: auto; 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 
*********************************/
.flexslider {
	background: #fff; 
	position: relative; 
	zoom: 1;
}

.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}

.loading .flex-viewport {max-height: 300px;}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides > li {
	position: relative;
}

.flexslider .slides > li > a {
	display: block;
}

.flexslider .button {
	margin-bottom: 0;	
}

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flex-container {
	zoom: 1; 
	position: relative;
}

/* Caption style */

.flex-captionx {
	width: 232px; /* 310px/940px */
	min-width: 234px;
	min-height: 350px;
	max-height: 350px;
	max-width: 234px;
	padding: 0px;
	position: absolute;
	right: 0;
	bottom: 0px;
	border: 0px solid #e5e5e5;
	background: rgba(0,0,0,100);
	text-shadow: 0 -1px rgba(0, 0, 0, 100);
}
.flex-captionx2 {
	width: 232px; /* 310px/940px */
	min-width: 234px;
	min-height: 350px;
	max-height: 350px;
	max-width: 234px;
	padding: 0px;
	position: absolute;
	right: 0;
	bottom: 0px;
	border: 0px solid #e5e5e5;
	background: white;
	text-shadow: 0 -1px rgba(0, 0, 0, 100);
}
.flex-captionxx {
	width: 234px; /* 310px/940px */
	min-width: 180px;
	min-height: 30px;
	max-height: 30px;
	max-width: 180px;
	padding: 0px;
	position: absolute;
	right: -27;
	bottom: 270px;
	border: 1px solid #e5e5e5;
	background: rgba(242,242,242,.9);
	color: #F2F2F2;
	text-shadow: 0 -1px rgba(242, 242, 242, .9);
}

.flex-captionx hx {
	font-size: 1.666em; /* 20px */
	line-height: 1.3em; /* 26px/20px */
	margin-bottom: 6px;
	color: #F27C0A;
}

.flex-captionx Zone {
	font-size: 1.666em; /* 20px */
	line-height: 1.3em; /* 26px/20px */
	margin-bottom: 6px;
	color: #808080;
	text-align: center;

}

div.center {
   margin-left: auto;
   margin-right: auto;
   width: 11em;
   margin-bottom: 6px;
   margin-top: 2px;
 }

.flex-captionx p {
	margin-top: 20px;	
}

.flex-captionxx p {
	margin-top: 20px;	
}

.flex-captionx hx + p {
	margin: 0;	
}

.flex-captionx Zone + p {
	margin: 0;	
}

.flex-captionx a {
	color: #b2b2b2;
}

.flex-captionxx a {
	color: #b2b2b2;
}

/* Caption style */

.flex-caption {
	width: 32.978%; /* 310px/940px */
	/*min-width: 310px;*/
	max-width: 210px;
	max-height: 252px;
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 43px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
}

.flex-caption h2 {
	font-size: 1.4em; /* 20px */
	line-height: 1.3em; /* 26px/20px */
	margin-bottom: 6px;
	color: #fff;
}

.flex-caption p {
	margin-top: 20px;	
}

.flex-caption h2 + p {
	margin: 0;	
}

.flex-caption a {
	color: #b2b2b2;
}

/* Control Nav */

.flex-control-nav {
	position: absolute; 
	left: 0;
	bottom: 15px;
	background-color: rgba(0,0,0,0.8);
	padding: 10px 20px;
	overflow: hidden;
	z-index: 50;
}

.flex-control-paging a.flex-active {
	background-color: #f27c0a;
}

.flex-control-nav li {
	margin-left: 8px;
	float: left;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-paging a {
	width: 7px; 
	height: 7px; 
	display: block; 
	background-color: #e5e5e5;
	cursor: pointer; 
	text-indent: -999em;
}

.flex-control-paging a:hover {
	background-color: #999;
}

.flex-control-paging a.flex-active {
	cursor: default;
}

/* Direction Nav */

.flex-direction-nav { 
	position: absolute;
	right: 0;
	bottom: 15px;
	height: 27px;
	*height: 0;
	z-index: 50;
}
 
 div.center3 {
   margin-left: auto;
   margin-right: auto;
	margin-bottom: 3px;
	margin-top: 7px;
	color: #fff;
 }

.flex-captionxyz {
	width: 234px; /* 310px/940px */
	min-width: 234px;
	min-height: 349px;
	max-height: 349px;
	max-width: 234px;
	padding: 0px;
	position: absolute;
	right: 0;
	bottom: 0px;
	border: 1px solid #e5e5e5;
	background: rgba(255,255,255,100);
	color: #000000;
	text-shadow: 0 -1px rgba(255, 255, 255, 100);
	}.spanCenter
{
    text-align:center;
}

.searchText {
   margin-left: auto;
   margin-right: auto;
	margin-bottom: 3px;
		margin-top: 4px;
	text-align:center;
 }

.searchTextNew {
   margin-left: 5px;
   margin-right: auto;
	margin-bottom: -6px;
	margin-top: 20px;
 }

.searchText1 {
	width: 230px; /* 310px/940px */
	min-width: 230px;
	max-width: 230px;
	max-height: 30px;
	padding: 0px;
	position: absolute;
    margin-left: 2px;
	bottom: 206px;
	background: rgba(0,0,0,0.6);
	text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
}
.searchText3 {
	width: 230px; /* 310px/940px */
	min-width: 230px;
	max-width: 230px;
	max-height: 30px;
	padding: 0px;
	position: absolute;
   margin-left: 2px;
	bottom: 1px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
}

.searchText4 {
	width: 230px; /* 310px/940px */
	min-width: 230px;
	max-width: 230px;
	max-height: 30px;
	padding: 0px;
	position: absolute;
    margin-left: 2px;
	bottom: 43px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
}

.searchText2 {
	width: 230px; /* 310px/940px */
	min-width: 230px;
	max-width: 230px;
	max-height: 30px;
	padding: 0px;
	position: absolute;
   margin-left: 2px;
	bottom: 104px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.6);
}