/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
/*
  font-family: 'flexslider-icon';
  src: url('../fonts/webfont/flexslider-icon.eot');
  src: url('../fonts/webfonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/webfonts/flexslider-icon.woff') format('woff'), url('../fonts/webfonts/flexslider-icon.ttf') format('truetype'), url('../fonts/webfonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
*/
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  /*height:350px; */
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 0;
  overflow:hidden;
  background: #ffffff;
  border: 0px solid #ffffff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: -30px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {

}
/* vdesign */
.flex-direction-nav .flex-prev {
  left: 10px;
  background: url(/img/flexslider_btn_left2.png) no-repeat 0 0; 
}
.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right;
  background: url(/img/flexslider_btn_right2.png);
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0.7;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
  background: url(/img/flexslider_nav.png) no-repeat -60px 0;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {

}



.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px 6px 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -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);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #aaa;
  background: rgba(170, 170, 170, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #edbc76;
  background: rgba(237, 188, 118, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
	top:30px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
	top:30px;
  }
}




/******* slider01 *********************************/ 
.slider01 {margin: 0; padding: 0;position: relative; zoom:1;}
.slider01 .flex-viewport {max-height: 2000px;}
.slider01 .slides {zoom: 1;margin: 0; padding: 0;}
.slider01 .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.slider01 .slides img {display: block; height: auto;}

/* Direction Nav */
.slider01 .flex-direction-nav {*height: 0;margin: 0; padding: 0; list-style: none; display:''}
.slider01 .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/img/flexslider_nav.png) no-repeat 0 0; 
	position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.slider01 .flex-direction-nav .flex-next { right:5px; background: url(/img/flexslider_nav.png) no-repeat -30px 0; }
.slider01 .flex-direction-nav .flex-prev { left:5px; background: url(/img/flexslider_nav.png) no-repeat 0 0; }

/* Control Nav */
.slider01 .flex-pauseplay { display:none; }
.slider01 .flex-control-nav {width: 100%; 
	position: absolute; bottom: 0px; text-align: center;margin: 0; padding: 0; list-style: none;}
.slider01 .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.slider01 .flex-control-paging li a {width: 10px; height: 10px; display: block; background: #666; background: rgba(255, 255, 255, 0.8); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.slider01 .flex-control-paging li a:hover { background: #333; background: rgba(170, 170, 170, 0.7); }
.slider01 .flex-control-paging li a.flex-active { background: #000; background: rgba(50, 50, 50, 0.5); cursor: default; }

.slider01 .flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.slider01 .flex-control-thumbs li { width:10%; overflow:hidden;float: left; margin: 0; border:0; }
.slider01 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.slider01 .flex-control-thumbs img:hover {  opacity: 1; }
.slider01 .flex-control-thumbs .flex-active {  opacity: 1; cursor: default; }
/******* //slider01 *********************************/ 


/******* slider02 *********************************/ 
.slider02 {margin: 0; padding: 0;position: relative; zoom:1;}
.slider02 .flex-viewport {max-height: 2000px;}
.slider02 .slides {zoom: 1;margin: 0; padding: 0;}
.slider02 .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.slider02 .slides img {display: block; height: auto;}

/* Direction Nav */
.slider02 .flex-direction-nav {*height: 0;margin: 0; padding: 0; list-style: none; display:none; }
.slider02 .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/img/flexslider_nav.png) no-repeat 0 0; 
	position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}

.slider02 .flex-direction-nav .flex-prev {
  left: -50px;
  background: url(/img/flexslider_nav.png) no-repeat 0 0;
}

.slider02 .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
  background: url(/img/flexslider_nav.png) no-repeat -30px 0px;
}

.slider02:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.slider02:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.slider02:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.slider02:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.slider02 .flex-pauseplay a { position: absolute; bottom:-15px; }


/* Control Nav */
.slider02 .flex-control-nav {width: 100%; 
	position: absolute; bottom: -20px; text-align: center;margin: 0; padding: 0; list-style: none;}
.slider02 .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.slider02 .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.1); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.slider02 .flex-control-paging li a:hover { background: #333; background: rgba(200,0,0,0.7); }
.slider02 .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.slider02 .flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.slider02 .flex-control-thumbs li { width: 10%; float: left; margin: 0; border:1px solid #090; border-top:2px solid #090; border-bottom:2px solid #090; }
.slider02 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.slider02 .flex-control-thumbs img:hover {  opacity: 1; }
.slider02 .flex-control-thumbs .flex-active {  opacity: 1; cursor: default; }
/******* //slider02 *********************************/ 


/******* slider03 *********************************/ 
.slider03 {margin: 0; padding: 0;position: relative; zoom:1;}
.slider03 .flex-viewport {max-height: 2000px;}
.slider03 .slides {zoom: 1;margin: 0; padding: 0;}
.slider03 .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.slider03 .slides img {display: block;}

/* Direction Nav */
.slider03 .flex-direction-nav {*height: 0;margin: 0; padding: 0; list-style: none; display:none; }
.slider03 .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/img/flexslider_nav.png) no-repeat 0 0; 
	position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}

.slider03 .flex-direction-nav .flex-prev {
  left: -50px;
  background: url(/img/flexslider_nav.png) no-repeat 0 0;
}

.slider03 .flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
  background: url(/img/flexslider_nav.png) no-repeat -30px 0px;
}

.slider03:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.slider03:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.slider03:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.slider03:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.slider03 .flex-pauseplay a { position: absolute; bottom:-15px; }


/* Control Nav */
.slider03 .flex-control-nav {width: 100%; 
	position: absolute; bottom: -20px; text-align: center;margin: 0; padding: 0; list-style: none;}
.slider03 .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.slider03 .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.1); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.slider03 .flex-control-paging li a:hover { background: #333; background: rgba(200,0,0,0.7); }
.slider03 .flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.slider03 .flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.slider03 .flex-control-thumbs li { width: 10%; float: left; margin: 0; border:1px solid #090; border-top:2px solid #090; border-bottom:2px solid #090; }
.slider03 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.slider03 .flex-control-thumbs img:hover {  opacity: 1; }
.slider03 .flex-control-thumbs .flex-active {  opacity: 1; cursor: default; }
/******* //slider03 *********************************/ 




/******* slider04 *********************************/ 
.slider04 {margin: 0; padding: 0; position: relative; zoom:1;}
.slider04 .flex-viewport {max-height: 2000px;}
.slider04 .slides {zoom: 1;margin: 0; padding: 0;}
.slider04 .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.slider04 .slides img {display: block; height: auto;}

/* Direction Nav */
.slider04 .flex-direction-nav {*height: 0;margin: 0; padding: 0; list-style: none; display:block}
.slider04 .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/img/flexslider_nav.png) no-repeat 0 0; 
	position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.slider04 .flex-direction-nav .flex-next {background-position: -30px 0px; right: -50px; }
.slider04 .flex-direction-nav .flex-prev {left:-50px;}

.slider04 .flex-pauseplay a { position: absolute; bottom:0px; display:none}
@media screen and (max-width:1025px){
.slider04 .flex-direction-nav .flex-next {right: 20px; }
.slider04 .flex-direction-nav .flex-prev {left:20px;}
}

/* Control Nav */
.slider04 .flex-control-nav {width: 100%; 
	position: absolute; bottom: 0px; text-align: center;margin: 0; padding: 0; list-style: none; display:none}
.slider04 .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.slider04 .flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(255, 255, 255, 0.8); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.slider04 .flex-control-paging li a:hover { background: #333; background: rgba(170, 170, 170, 0.7); }
.slider04 .flex-control-paging li a.flex-active { background: #000; background: rgba(255, 50, 50, 0.9); cursor: default; }

.slider04 .flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.slider04 .flex-control-thumbs li { width: 10%; float: left; margin: 0; border:1px solid #090; border-top:2px solid #090; border-bottom:2px solid #090; }
.slider04 .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.slider04 .flex-control-thumbs img:hover {  opacity: 1; }
.slider04 .flex-control-thumbs .flex-active {  opacity: 1; cursor: default; }
/******* //slider04 *********************************/ 



/******* slider_view *********************************/ 
.slider_view {margin: 0; padding: 0;position: relative; zoom:1;}
.slider_view .flex-viewport {max-height: 2000px;}
.slider_view .slides {zoom: 1;margin: 0; padding: 0;}
.slider_view .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.slider_view .slides img {display: block;}

/* Direction Nav */
.slider_view .flex-direction-nav {*height: 0;margin: 0; padding: 0; list-style: none; display:''}
.slider_view .flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/img/flexslider_nav.png) no-repeat 0 0; 
	position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.slider_view .flex-direction-nav .flex-next { right:5px; background: url(/img/flexslider_nav.png) no-repeat -30px 0; }
.slider_view .flex-direction-nav .flex-prev { left:5px; background: url(/img/flexslider_nav.png) no-repeat 0 0; }

/* Control Nav */
.slider_view .flex-pauseplay { display:none; }
.slider_view .flex-control-nav {width: 100%; 
	position: absolute; bottom: 0px; text-align: center;margin: 0; padding: 0; list-style: none;}
.slider_view .flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.slider_view .flex-control-paging li a {width: 10px; height: 10px; display: block; background: #666; background: rgba(255, 255, 255, 0.8); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.slider_view .flex-control-paging li a:hover { background: #333; background: rgba(170, 170, 170, 0.7); }
.slider_view .flex-control-paging li a.flex-active { background: #000; background: rgba(50, 50, 50, 0.5); cursor: default; }

.slider_view .flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.slider_view .flex-control-thumbs li { width: 10%; float: left; margin: 0; border:1px solid #090; border-top:2px solid #090; border-bottom:2px solid #090; }
.slider_view .flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.slider_view .flex-control-thumbs img:hover {  opacity: 1; }
.slider_view .flex-control-thumbs .flex-active {  opacity: 1; cursor: default; }
/******* //slider_view *********************************/ 

.slider01 .flex-pauseplay { display:none; }
.slider01 .flex-direction-nav { display:none; }
.slider01 .flex-control-nav { display:none; }

@media screen and (max-width: 1025px) {
.flexslider .flex-pauseplay { display:none; }
.flexslider .flex-direction-nav { display:none; }
.flexslider .flex-control-nav { display:none; }
.slider01 .flex-pauseplay { display:none; }
.slider01 .flex-direction-nav { display:none; }
.slider01 .flex-control-nav { display:none; }
.slider_view .flex-pauseplay { display:none; }
}