

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
 .flex-container a:hover,
 .flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;  
}
.slides,
.slides > li{}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
 .flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent;
  overflow: hidden;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img{
  width: 100%;
  display: block;

}
.flexslider .slides:after {
  content: "\0020";
  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: 0px;
  position: relative;
  zoom: 1;  
  overflow: hidden;
}

.flexslider .slides {
  zoom: 1;
  position:relative

}
.flexslider .slides img { 
 width: 100%;
  -moz-user-select: none;

}



.carousel li {
  margin: 0 5px;
  float: left;
  display: block;
}
.flex-direction-nav {
  *height: 0;
}
.carousel .flex-direction-nav a 
{
  display: none;
}
.flex-direction-nav a {

 bottom: 8%;
  z-index: 99;
  cursor: pointer;
  text-indent: -9999px;
  opacity: .85;
  text-decoration: none;
 display: none; 
  width: 25px;
  height: 25px;
  margin:0;
  position: absolute;
  background: url('../../images/slider-arrows.png') no-repeat 0 0; 
  background-size: cover;
  cursor: pointer;  
  text-indent: -9999px;
  color: transparent;
  -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:hover
{  
  background-color:transparent;
  opacity: 1;
}

.flex-direction-nav .flex-prev {
 right: 5%;

}
.flex-direction-nav .flex-next {
  right: 3%;
  text-align: right;
  background-position: 100% 0;
}

.flex-control-nav 
{
    
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(0%,-50%);
  z-index: 99;
  display:none;
  
}

.flex-control-nav li {
  margin: 0px 5px;
  display:inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
 width: 15px;
 height: 15px;
 display: block; 
 cursor: pointer;  
 text-indent: -9999px;
 z-index: 99;
 background: #009247;
 border-radius:50%;
 border:2px solid #fff;
 position: relative; 
 transition: all .8s ease-in-out;
 -webkit-transition: all .8s ease-in-out;
 
}
.flex-control-paging li a:hover {
  background:#acec06; 
  transition: all .8s ease-in-out;
  -webkit-transition: all .8s ease-in-out;
}
.flex-control-paging li a.flex-active {

 background:#acec06; 
 cursor: default;
 transition: all .8s ease-in-out;
 -webkit-transition: all .8s ease-in-out;
}
.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;
  -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;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.slides h2
{
    position:absolute;
    top:50%;
    left:10%;
    transform:translate(0%,-50%);
    z-index:99;
    width:65%;
  margin: 0;
color: #333;
letter-spacing: 0px;
font-size: 2.5em;
font-weight:200;
 font-family: 'GothamLight';
text-shadow: 0 4px 3px rgba(0,0,0,.2);
line-height: 1.3;
text-indent: 4.5rem;
}
.slides h2 span
{
  display: block;
  margin-top:10px;
  letter-spacing:0px;
  font-family: 'Hind Madurai' , sans-serif;
font-size:1.3em;
font-weight: 600;
color:#8bc726;
text-shadow:none;

}
.slides .slide_btn
{
    position:absolute;
    top:60%;
    left:29%;
    transform:translate(0%,-50%);
    z-index:99;
    transform: skew(-33deg) !important;
    display: inline-block;
    line-height: 3.5rem;
    padding: 0 1.875rem;
    border-radius: 9px 12px;
    text-transform: capitalize;
    font-size: 1.5rem;
    color:#acec06;/*#0586ca;*/
    /*background:#fff;*/
    font-family: 'GothamLight';
    font-weight:600;
    border:2px solid rgba(255,255,255,.6)
}
.slides .slide_btn span {
    display: flex;
    transform: skew(33deg);
    position: relative;
    left: -1px;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
 @media screen and (max-width: 960px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0px;
  }
}







