/* Slider
http://www.freshdesignweb.com/fashion-responsive-slider-tutorial.html
*/
/* Slider
/*-----------------------------------------------------------------------------------*/
@font-face {
	font-family: 'Conv_Tahoma';
	src: url('../fonts/Tahoma.eot');
	src: local('☺'), url('../fonts/Tahoma.woff') format('woff'), url('../fonts/Tahoma.ttf') format('truetype'), url('../fonts/Tahoma.svg') format('svg');

}


.slider_container{ width:100%;margin-top: -61px; margin:auto; clear:both; background:url(../images/shadow_top.png) no-repeat top center; padding:0 0 0 0;}
.flex-caption{left:11px; top:-25%;}
.caption_title_line{padding: 4%;
color: #303030;background-color: rgba(240, 248, 255, 0.8);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.caption_title_line h2{ font-family:'Conv_Tahoma',Sans-Serif !important; font-weight:bold; font-size:25px;}  

.flex-caption h2{ font-family:'Conv_Tahoma',Sans-Serif !important; font-weight:bold; color:#303030;font-size:40px; padding:5px 0 5px 0; margin:0px;}

.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
.flex-direction-nav li{ float:left;}

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider { margin: 0; padding: 0 0 30px 0;background:url(../images/shadow_bottom.png) no-repeat center bottom;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
 }
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {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 {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}

/* Direction Nav */
.flex-direction-nav li a {width:45px; height:42px; margin:0; display: block; position: absolute; left:11px; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background:url(../images/prev.png) no-repeat center;margin-top: -20%;}
.flex-direction-nav li a.prev {background:url(../images/next.png) no-repeat center;width: 136px;margin-top: -20%;}
.flex-direction-nav li a.next:hover {background:url(../images/prev_a.png) no-repeat center;}
.flex-direction-nav li a.prev:hover {background:url(../images/next_a.png) no-repeat center;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; top: 50%; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/* Media Queries
/*-----------------------------------------------------------------------------------*/
/* #### Mobile Phones Portrait #### */
/* #### Mobile Phones Landscape #### */
@media(min-width:768px) {
  .caption_title_line{width: 65%;padding: 4%;
color: #303030;background-color: rgba(240, 248, 255, 0.8);
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;}

.flex-caption{ position: absolute; left:11px; top:-25%; width: 65%;}



}



@media screen and (max-width: 1000px) {
.slider_container{ width:100%; margin:0 0 0 0; clear:both; background:none; padding:0 0 0 0;}
.flexslider {width: 100%; margin: 0; padding:0 0 30px 0;background:none;}
.flex-direction-nav li a {width:45px; height:42px; margin:0; display: block; position: absolute; right:-10px; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.next {background:url(../images/prev.png) no-repeat center; bottom:0px;}
.flex-direction-nav li a.prev {background:url(../images/next.png) no-repeat center;bottom:0px;}

}
#selectedbutton {
	background-color: #FE8E36;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: #fff;
	font-weight: bold;
	padding: 10px 35px;
	text-align: center;
	height:37px;
	text-decoration:none;
	width:100px;
}
#selectedbutton:hover {
	cursor: pointer; 
	opacity:.85;
	
}
#selectedbutton:active {
	background-color: #51782f;
}