/*
 * 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%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block; /*min-height:247px;*/ width:auto; max-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 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 {margin-bottom:0px; background:;position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; 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 */
/* IE rgba() hack */

/* Caption style */
.flexcaption{width:100%; position:absolute; z-index:999; bottom:300px; left:0;}
.flexcaption_area{max-width:590px; margin:0px auto; float:none; text-align:center; color:#f4f4f4;}
.flexcaption_style1{font-family: 'scriptinaregular'; font-size:120px; line-height:120px; letter-spacing:-0.8px;}
.flexcaption_style1 span{font-family: 'oxygenbold'; font-size:64px; line-height:64px; letter-spacing:-0.8px; margin-left:-60px; }

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

.flexcaption{bottom:150px;}

}

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

/*.flexcaption{top:60px;}*/
.flexcaption_style1{font-size:90px; line-height:90px;}
.flexcaption_style1 span{font-size:45px; line-height:45px; /*margin-left:-40px;*/ }


}

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

.flexcaption_style1{font-size:60px; line-height:60px;}
.flexcaption_style1 span{font-size:32px; line-height:32px; margin-left:-50px; }

}

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

.flexcaption{bottom:100px;}

}


/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width:45px; height:45px; margin: -13px 0 0 0px; display: block; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .flex-next{background:url(../images/bg_direction_navnext.png) no-repeat right center; position:absolute; top:50%; right:0px !important;}
.flex-direction-nav li .flex-prev{background:url(../images/bg_direction_navprev.png) no-repeat right center; position:absolute; top:50%; left:0px;}
.flex-direction-nav li .disabled {opacity:0; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:100px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; 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;}