html[xmlns] .slides{display:block;}
* html .slides{height:1%;}

#slider_wrapper{position: relative; margin-top: -36px;}
#slider{margin:0; position: relative;}

#flexslider{position:relative; min-height: 470px;}
#flexslider .slides>li{display:none;position:relative;}

.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.slides{list-style:none outside none;margin:0;padding: 0;}
.slides img{width:100%; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

#flexslider .flex-control-nav{display:inline-block; padding: 0; margin: 0; position: absolute; right: 0; left: 0; bottom: 6%; z-index:5; overflow:hidden;list-style:none; text-align: center; line-height: 1;}
#flexslider .flex-control-nav li{display: inline-block; float:none; width:13px; height:12px; margin:0 5px}
#flexslider .flex-control-nav li:first-child{}
#flexslider .flex-control-nav li a{display:block;width: 100%; height: 100%; background: url(../images/pagination.png) left top no-repeat; text-indent: -9999%; cursor:pointer; position: relative; overflow: hidden;}
#flexslider .flex-control-nav li a:hover, #flexslider .flex-control-nav li a.flex-active{ background-position: right;}
#flexslider .flex-control-nav li .flex-active{cursor:default;pointer-events:none;}

.flex-caption{position:absolute;width: 100%; left:0; top: 50%; margin-top: -130px; text-align:left;}
.flex-caption > div{}
.flex-caption .txt1{font-family: 'Roboto'; font-weight: 100; font-size: 100px; line-height: 1; color: #fff; text-transform: uppercase; text-shadow:1px 1px 3px rgba(0, 0, 0, 0.75); padding-bottom: 10px;}
.flex-caption .txt2{font-family: 'Roboto'; font-weight: 700; font-size: 36px; line-height: 1.1; color: #fff; text-transform: uppercase; text-shadow:1px 1px 3px rgba(0, 0, 0, 0.75); padding-bottom: 20px;}




@media (max-width: 1219px) {
  #flexslider{min-height: 380px;}

}

@media (max-width: 991px) {
  #flexslider{min-height: 290px;}
  .flex-caption{margin-top: -90px;}
  .flex-caption .txt1{font-size: 80px;}
  .flex-caption .txt2{font-size: 26px;}
  .flex-caption .txt3 .btn-default.btn0{padding: 10px 40px;}
}

@media (max-width: 767px) {
  #flexslider{min-height: 180px;}
  .slides img{width:0px; }
  #flexslider .flex-control-nav li a{display:block;width: 100%; height: 100%; background:none; text-indent:}
  .flex-caption{margin-top: -70px;}
  .flex-caption .txt1{font-size: 50px;}
  .flex-caption .txt2{font-size: 0px;}
  .flex-caption .txt3 .btn-default.btn0{padding: 5px 30px; font-size: 12px;}
}

@media (max-width: 480px) {
  #flexslider{min-height: 120px;}
  .flex-caption{margin-top: -40px;}
  .flex-caption .txt1{font-size: 30px;}
  .flex-caption .txt2{font-size: 0px;}
  .flex-caption .txt3{display: none;}
}