/* ============================================================================ */
/* BANNER-1*/
/* ============================================================================ */

.flexslider-box{
  margin:0 auto;
	width:100%;
	max-width:1300px;
}

.flexslider-info{
  max-width:700px;
  width: 100%;
  padding:120px 0 0 70px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
.flexslider-info h2{
  line-height: 1.1em;
  font-size: 3.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.flexslider-info h4{
  font-size: 2.2em;
  line-height: 1.1em;
}

.flexslider-info h2,
.flexslider-info h4{
  color:white;
}


.img-1,.img-2,.img-3{
  width: 100%;
  height: 500px;
}

.img-1{
  background: url("./../../images/banner/01.png") no-repeat center center;
}
.img-2{
  background: url("./../../images/banner/02.png") no-repeat center center;
}
.img-3{
  background: url("./../../images/banner/03.png") no-repeat center center;
}

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

  .flexslider-info{
    text-align: center;
    padding:60px 30px 0 30px;
  }
  .flexslider-info h2{
    font-size: 2em;
  }
  .flexslider-info h4{
    font-size: 1.2em;
  }
  .img-1,.img-2,.img-3{
    height: 300px;
  }


}

/* 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 {margin-top: 120px; padding: 0;background: url("./../../images/banner/loading.gif") no-repeat center center;width: 100%;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position:relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {display: block;}
.flex-pauseplay span {text-transform: capitalize;}


@media screen and (max-width: 1200px) {
  .flexslider{height:auto;margin-top:60px;}
}

/* Clearfix for the .slides element */
.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 */
.no-js .slides > li:first-child {display: block;position:relative;}

/* FlexSlider Default Theme
*********************************/
.flexslider {position: relative;padding-bottom:0px;box-sizing:border-box;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport {max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li {margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {height: 0;width: 1300px;position:absolute;left:50%;margin-left:-650px;top:45%;}
.flex-direction-nav a  {display: block; width:30px;height: 55px; margin:0; position: absolute; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px;}
.flex-direction-nav .flex-next { right: -50px;}
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  {font-size: 1em; display: block; content: url("./../../images/banner/left.png"); }
.flex-direction-nav a.flex-next:before  { content: url("./../../images/banner/right.png"); }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: 20px; text-align: center;z-index:99;}
.flex-control-nav li {margin:5px 10px;display: inline-block; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flex-control-paging li a {width: 8px; height: 8px; display: block; background: rgba(255,255,255,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.flex-control-paging li a:hover {background: rgba(255,255,255,0.7);}
.flex-control-paging li a.flex-active {background: rgba(255,255,255,1); cursor: default;}

@media screen and (max-width: 1200px) {
  .flex-direction-nav{width: 100%;position:none;left:0;margin-left:0;}
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

@media screen and (max-width: 767px) {
    .flex-direction-nav{display: none;}
}




