.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: medium none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.flexslider {
    margin: 0; float:left;height:auto;
    padding: 0;
	width: 100%;
	
	/*background: url(../img/banner-bg.jpg);*/
}
.flexslider .slides > li {
    display: none; height:535px
}
.flexslider .slides > li.one{
background:url(../images/banner.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
}
.flexslider .slides > li.two{
background:url(../images/banner.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
}

.flexslider .slides > li.three{
background:url(../images/banner.jpg) no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
}


.flexslider .slides img {
    display: block;
    width: 100%;
	visibility:hidden;
	position: relative;
	right: 10px;
	/*top: 12px;*/
	margin:52px 0 0 0;
	height: 338px;
}
.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    
}
.no-js .slides > li:first-child {
    display: block;
}
.flexslider {
    margin: 0;
    position: relative;
}

.flex-direction-nav a {
    cursor: pointer;
    display: block;
    height: 30px;
    margin: -20px 0 0;
    opacity: 0;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 30px;
    z-index: 10;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}
.flexslider:hover .flex-prev {
    left: 5px;
    opacity: 0.8;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}



/* Flex Slider */
/* flex slider */
 /* ==== FLEX SLIDER === */
  .f_slider{
	margin:0 auto;
	width: 100%;
  }
  .home-flexslider {
  height: auto;
  }
  .home-flexslider .flexslider {
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  }
  .home-flexslider .flexslider .slides {
  list-style: none;
  margin: 0;
  }
  .home-flexslider .flexslider .slides .container {
  position: relative;
  }
  .home-flexslider .flexslider img {
  width: 100%;
  display: block;
  }
  
  /* Slide Description
  -------------------------------------------------------------------------*/
  /*.desc-wrap {
  width: 980px;
  margin: auto;
  height: 350px;
  position: relative;
  }*/
  
  /*.slide-description {
  position: absolute;
  right: 32px;
  left: 0;
  top: 60px;
  color: #636569;
  float: left;
  clear: right;
  width: 535px;
  text-align: left;
  /*background-color: rgba(255, 255, 255, 0.9);
  background-color: #fff\9;
  padding: 2px 23px 16px;
  }*/
 .slider-head{
	 font-size: 30px;
	 font-weight: 600;
	 color: #9ac54d;
	 text-transform: uppercase;
 }
 .slider-sub-head{
	 color: #636569;
 }
 .slide-description p{
	 margin-top: 20px;
	 line-height: 26px;
	 font-size: 16px;
	 text-shadow: 0 1px 0 #fff;
 }
 .pos-top{
	 margin-top: 20px;
	 display: inline-block;
 }
 .slide_btn, .button{
	 padding: 7px 15px;
	 color: #fff !important;
	 border-radius: 3px;
	 font-size: 14px;
	 border: 0 none;
	 text-shadow: 0 none;
	 background: #444444;
	 background: -moz-linear-gradient(90deg, #353434 0%, #444444 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 90deg, color-stop(0%, #353434), color-stop(100%, #444444));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg, #353434 0%, #444444 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg, #353434 0%, #444444 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(90deg, #353434 0%, #444444 100%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#353434', endColorstr='#444444', GradientType='0'); /* for IE */
	background: linear-gradient(360deg, #353434 0%, #444444 100%);/* W3C */
	box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px -3px 0px rgba(0,0,0,0.2);
	-webkit-transition: all 200ms ease-in-out; 
	-moz-transition: all 200ms ease-in-out; 
	-o-transition: all 200ms ease-in-out; 
	-ms-transition: all 200ms ease-in-out;
	 transition: all 200ms ease-in-out;
 }
 .slide_btn:hover, .button:hover{
	 background: -moz-linear-gradient(90deg, #85af3b 0%, #9ac54d 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, 90deg, color-stop(0%, #85af3b), color-stop(100%, #9ac54d));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(90deg, #85af3b 0%, #9ac54d 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(90deg, #85af3b 0%, #9ac54d 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(90deg, #85af3b 0%, #9ac54d 100%);/* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#85af3b', endColorstr='#9ac54d', GradientType='0'); /* for IE */
	background: linear-gradient(360deg, #85af3b 0%, #9ac54d 100%);/* W3C */
	border: 0 none;
	
 }

  
  /* Slider Nav
  -------------------------------------------------------------------------*/
  #home-flexslider .flex-direction-nav li a {
  display: block;
  text-indent: -9999em;
  width: 16px;
  height: 31px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 150;
  cursor: pointer;
  }
  #home-flexslider .flex-direction-nav li a.flex-next {
  background: url(../images/slider-nav-right.png) no-repeat 0px 0px;
  right: 30px;
  }
  /*#home-flexslider .flex-direction-nav li a.flex-next:hover {
  background-position: bottom;
  }*/
  #home-flexslider .flex-direction-nav li a.flex-prev {
  background: url(../images/slider-nav-left.png) no-repeat 0px 0px;
  left: 30px;
  }
  /*#home-flexslider .flex-direction-nav li a.flex-prev:hover {
  background-position: bottom;
  }*/

.two .slide-desp, .two .slide-desp h4{
}
.slide-desp{
	color: #fff;
	margin-top: 169px;
}
.slide-desp h4{
	color: #fff;
	font-size: 34px;
	font-weight:normal;
	margin:0 0 24px 0;
	line-height:50px; text-transform:uppercase;
}
.slider-p{
	font-size: 24px; margin:0 0 28px 0;
}
.s-label{
 background: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(234, 39, 39, 0) 50%) repeat scroll right bottom / 200% 100% rgba(0, 0, 0, 0);
    margin-left: 10px;
    transition: all 0.5s ease 0s;
	 border: 2px solid rgb(255, 255, 255);
    border-radius: 5px;
    color: rgb(255, 255, 255);
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding:11px 37px 11px 36px;
    text-align: center;
}
.s-label:hover{
background-position: left bottom;
    color: #22b14c ;}