/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position:relative; z-index:-999; top:0;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height:100%;
  padding: 0;
  margin: 0;
  
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height:100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block; 
  float: left;
  border: 0;
  }
.rslides_tabs {color:#fff; list-style-type:none;}
.rslides_tabs ul{margin:0; padding:0; list-style-type:none;}


 @media only screen and (min-width: 320px) and (max-width: 768px) { 
.rslides {
  position:relative; z-index:-999; top:10%;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height:100%;
  padding: 0;
  margin: 0;
  top:0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: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%;
  height:100%;
  border: 0;
  }

 }
