/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
    float: left;
  padding: 0;
  margin: 0;
  z-index: -500;
    background: none;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
    border-bottom: 3px solid #cd6018;
  
}

#slider3-pager a {
  padding: 0;
}

.rslides_tabs {
  list-style: none;
  padding: 0;
/*  background: rgba(0,0,0,.25);*/
  font-size: 18px;
  list-style: none;
/*  margin: 0 auto 50px;*/
/*  max-width: 540px;*/
  padding: 10px 0;
  text-align: center;
  width: 100%;
    float: left;
    margin: 0 0 50px 0;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

.caption {
    position: absolute;
    font-family: 'avL';
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 40px;
    text-shadow: 0px 0px 5px black;
    color: #fff;
    left: 50%;
    margin-left: -50%;
    top: 100px;
    padding: 10px 20px;
  }

@media only screen and (min-width: 0px) and (max-width: 640px) {
   
    .rslides, .rslides_tabs { width: 100%; height: 200px }
    
    .rslides img {height: 200px}
    
    .caption {    font-size: 25px;    padding: 10px 0; top: 50px; }
    
    
     
}


