/*
 * jQuery FlexSlider v2.2.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
*********************************/
.Banner01 .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.Banner01 .slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.Banner01 .flexslider {margin: 0; padding: 0;}
.Banner01 .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;	 position: relative; margin: 0 10px 0 0; background: #f5f5f5;  } /* Hide the slides before the JS is loaded. Avoids image jumping */
.Banner01 .flexslider .slides > li a { height: 0px; padding-bottom: 74%; width: 100%; overflow: hidden; display: block;  }
.Banner01 .flexslider .slides > li:hover .sLine{ position: absolute; left: 0px; bottom: 0px; width: 100%; height: 4px; background: url(/images/s_line_03.jpg) repeat-x left bottom; }
.Banner01 .flexslider .slides img {width: 100%; display: block;}
.Banner01 .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.Banner01 .slides:after {content: "\0020"; 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 */
.Banner01 .no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.Banner01 .flexslider {  background: #fff; position: relative;  }
.Banner01 .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.Banner01 .loading .flex-viewport { max-height: 300px; }
.Banner01 .flexslider .slides { zoom: 1; }
.Banner01 .carousel li { margin-right: 5px; }

/* Direction Nav */
.Banner01 .flex-direction-nav {*height: 0;}
.Banner01 .flex-direction-nav a  { text-decoration:none; display: block; width: 50px; height: 50px; position: absolute;  z-index: 10; overflow: hidden;  cursor: pointer;  text-indent:-999em }
.Banner01 .flex-direction-nav .flex-prev { right: 74px; width: 50px; height: 50px; background: url(/images/arrow_left_03.png) no-repeat; z-index: 9999; top: -56px; }
.Banner01 .flex-direction-nav .flex-next { right: 20px; width: 50px; height: 50px; background: url(/images/arrow_right.png) no-repeat; z-index: 9999; top: -56px; }
.Banner01 .flex-direction-nav:hover .flex-prev:hover { background: url(/images/arrow_left_hover_03.png) no-repeat;}
.Banner01 .flex-direction-nav:hover .flex-next:hover {  background: url(/images/arrow_right_hover_03.png) no-repeat;}
/*.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
*//*.flex-direction-nav .flex-disabled { opacity: 1!important; filter:alpha(opacity=1); cursor: default; }
*/

/* Pause/Play */
.Banner01 .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd}
.Banner01 .flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.Banner01 .flex-pauseplay a:hover  { opacity: 1; }
.Banner01 .flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.Banner01 .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center; display: none;}
.Banner01 .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.Banner01 .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.Banner01 .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.Banner01 .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.Banner01 .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.Banner01 .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.Banner01 .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.Banner01 .flex-control-thumbs img:hover {opacity: 1;}
.Banner01 .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


.Banner01 .b01_slider { font-size: 16px; color: #fefeff; text-shadow: 2px 2px 2px #273137; position: absolute; bottom: 15px; width: 96%; left: 2%; font-weight: bold; }


@media screen and (max-width: 767px) {
.Banner01  .flex-direction-nav .flex-prev { opacity: 1; left: 10px; top: 105%;}
.Banner01  .flex-direction-nav .flex-next { opacity: 1; right: 10px; top: 105%;}
.Banner01  .flex-direction-nav { top: 90px; }

}


















/*
 * jQuery FlexSlider v2.2.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
*********************************/
.Banner02 .flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.Banner02 a:focus  {outline: none;}
.Banner02 .slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}


/* FlexSlider Necessary Styles
*********************************/
.Banner02 .flexslider {margin: 0; padding: 0;}
.Banner02 .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;	 position: relative; margin: 0 24px 0 0; display: block;  } /* Hide the slides before the JS is loaded. Avoids image jumping */
.Banner02 .flexslider .slides > li a {border: 1px solid #d3e0f7; display: block;}
.Banner02 .flexslider .slides > li span{ height: 0px; padding-bottom: 45%; width: 100%; overflow: hidden; display: block; position: relative; }
.Banner02 .flexslider .slides img {  position:absolute;left: 0;top: 0;right: 0;bottom: 0;max-height: 100%;margin:auto;width: auto;max-width: 90%;}
.Banner02 .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.Banner02 .slides:after {content: "\0020"; 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 */
.Banner02 .no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.Banner02 .flexslider { margin: 0 0 60px; background: #fff; position: relative;  }
.Banner02 .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;padding-bottom: 5px; }
.Banner02 .loading .flex-viewport { max-height: 300px; }
.Banner02 .flexslider .slides { zoom: 1; }
.Banner02 .carousel li { margin-right: 5px; }

/* Direction Nav */
.Banner02 .flex-direction-nav {*height: 0; display: none;}
.Banner02 .flex-direction-nav a  { text-decoration:none; display: block; width: 50px; height: 50px; position: absolute;  z-index: 10; overflow: hidden;  cursor: pointer;  text-indent:-999em }
.Banner02 .flex-direction-nav .flex-prev { right: 74px; width: 50px; height: 50px; background: url(/images/arrow_left_03.png) no-repeat; z-index: 9999; top: -62px; }
.Banner02 .flex-direction-nav .flex-next { right: 20px; width: 50px; height: 50px; background: url(/images/arrow_right.png) no-repeat; z-index: 9999; top: -62px; }
.Banner02 .flex-direction-nav:hover .flex-prev:hover { background: url(/images/arrow_left_hover_03.png) no-repeat;}
.Banner02 .flex-direction-nav:hover .flex-next:hover {  background: url(/images/arrow_right_hover_03.png) no-repeat;}
/*.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
*//*.flex-direction-nav .flex-disabled { opacity: 1!important; filter:alpha(opacity=1); cursor: default; }
*/

/* Pause/Play */
.Banner02 .flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; background:#ddd}
.Banner02 .flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.Banner02 .flex-pauseplay a:hover  { opacity: 1; }
.Banner02 .flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.Banner02 .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center; display: none;}
.Banner02 .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.Banner02 .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.Banner02 .flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.Banner02 .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.Banner02 .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.Banner02 .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.Banner02 .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.Banner02 .flex-control-thumbs img:hover {opacity: 1;}
.Banner02 .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}


.Banner02 .b01_slider { font-size: 16px; color: #fefeff; text-shadow: 2px 2px 2px #273137; position: absolute; bottom: 15px; width: 96%; left: 2%; }

@media screen and (max-width: 1386px) {
.Banner02 .flex-direction-nav { display: block; }
}
@media screen and (max-width: 767px) {
.Banner02  .flex-direction-nav .flex-prev { opacity: 1; left: 10px; top: 110%;}
.Banner02  .flex-direction-nav .flex-next { opacity: 1; right: 10px; top: 110%;}
.Banner02  .flex-direction-nav { top: 90px; }
}
