/*
 * 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{width:100%; position:relative; zoom:1; margin:0; padding:0; background:;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative;}
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
/*.flexslider .slides img {max-width:100%; width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}*/
.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-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flex-container {zoom:1; position:relative;}

/* Caption style */
.flexcaption{width:100%; position:absolute; z-index:2; left:0px; top:50%; transform:translate(0,-50%);}
.flexcaption_area{width:100%; max-width:518px; padding:0px; float:right; color:#450000;}
.flexcaption_style1{font-family: 'Marcellus'; font-size:44px; line-height:1; font-weight:400; color:#000;/*text-shadow:0 2px 2px rgba(0,0,0, .6);*/}
.flexcaption_style2{font-size:18px; line-height:25px; color:#2C2C2C; padding:15px 0px;}
.flexcaption_style2:first-word{color:#ff601f;}
.flexcaption_style3{font-size:20px; line-height:1.5; font-weight:300;}
.flexcaption_button{font-size:16px; font-weight:500; line-height:52px; text-transform:uppercase; margin-top:25px;}
.flexcaption_button a{color:#FFF; padding:0px 50px 0px 50px; background-color:#2A2D2C; /*border:1px solid #FFF;*/ display:inline-block;
	/*-moz-border-radius:3px; 
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	 border-radius:3px;
	-webkit-box-shadow:0px 0px 10px 5px rgba(254,128,4,.5);
	-moz-box-shadow:0px 0px 10px 5px rgba(254,128,4,.5);
	-o-box-shadow:0px 0px 10px 5px rgba(254,128,4,.5); 
	 box-shadow:0px 0px 10px 5px rgba(254,128,4,.5);
	-moz-transition:all 1s ease-in 0s; -webkit-transition:all 1s; -o-transition:all 1s;*/ 
}
/*.flexcaption_button a:hover{background-color:#5486ff;
	-webkit-box-shadow:0px 0px 10px 5px rgba(84,134,255,.5);
	-moz-box-shadow:0px 0px 10px 5px rgba(84,134,255,.5);
	-o-box-shadow:0px 0px 10px 5px rgba(84,134,255,.5); 
	 box-shadow:0px 0px 10px 5px rgba(84,134,255,.5);
}*/

.flexcaption_style4{font-size:50px; line-height:1; font-weight:400; color:#FFFFFF; font-family: 'Marcellus'; padding:0px; position:relative; display:inline-table;}
.flexcaption_style5{font-size:16px; line-height:1; font-weight:300; color:#FFFFFF; padding:25px 0px 0px 0px;}
.flexcaption_style5 a{color:#FFFFFF;}
.flexcaption_style6{font-size:50px; line-height:1.1; font-weight:500; color:#FFFFFF; padding:0px 0px 25px 0px; position:relative;}
.flexcaption_style6:after{content:''; width:111px; height:1px; background-color:#FFF; position:absolute; left:0px; bottom:0px;}

.inner_banner .flexcaption_area{width:100%; max-width:100%; padding:0px; margin:auto; background:none; text-align:center;}


.flexcaption_darkshade{width:100%; position:absolute; left:0px; top:0px; z-index:1; width:100%; height:100%; background:rgba(0,0,0,0);}

@media only screen and (max-width:1339px) {

/*.flexcaption_style1{font-size:35px; line-height:1; letter-spacing:-1px;}
.flexcaption_style2{font-size:65px; line-height:1; letter-spacing:-1px;}
.flexcaption_style3{font-size:20px; line-height:1.1; font-weight:300; padding:15px 0px;}*/

}

@media only screen and (max-width:1199px) {

.flexcaption_area{max-width:400px;}
.flexcaption_style1{font-size:30px; line-height:1;}
.flexcaption_button {
  font-size: 14px;
  line-height: 40px;
  margin-top: 10px;
}
.flexcaption_button a {
  padding: 0px 30px 0px 30px;
}
/*.inner_banner .flexcaption{left:0px; top:50%; transform:translate(0,-50%);}*/

}

@media only screen and (max-width:991px) {
	
.flexcaption_area{max-width:300px;}

}
@media only screen and (max-width:767px) {

.flexslider .slides > li{background:none !important;}
.flexcaption{width:100%; position:static; left:auto; top:auto; transform:none; background-color:#e2ddda; padding:30px 0px; text-align:center;}
.flexcaption_area{max-width:100%;}

.inner_banner .flexcaption{background-color:#7e7e7e; padding:20px 0px;}
.flexcaption_style4{font-size:35px;}

}
@media only screen and (max-width:499px) {

}


/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width:37px; height:37px; margin: -18px 0 0 0px; display: block; cursor: pointer; text-indent: -999em; opacity:.5;}
.flex-direction-nav li a:hover{opacity:1;}
.flex-direction-nav li .flex-next{background: url(../images/bg_direction_navnext.png) no-repeat right center; position:absolute; top:50%; right:15px !important; z-index:99;}
.flex-direction-nav li .flex-prev{background: url(../images/bg_direction_navprev.png) no-repeat right center; position:absolute; top:50%; left:15px; z-index:99;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; z-index:999; bottom:40px; text-align: center; display:none !important;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width:20px; height:20px; display: block; cursor: pointer; text-indent: -9999px; background:url(../images/bg_control_nav.png) no-repeat;}
.flex-control-paging li a:hover {background:url(../images/bg_control_nav-hover.png) no-repeat;}
.flex-control-paging li a.flex-active { background:url(../images/bg_control_nav-hover.png) no-repeat; cursor:default;}
@media only screen and (max-width:767px) {
.flex-control-nav {bottom:-6px;}
}


