.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
  
@media (max-width: 767px){
 .rslides {
   display: 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;
  float: left;
  width: 1920px;
  height: 380px;
  border: 0;
  -ms-background-position-x: center;
  -ms-background-position-y: center;
  background-position: center center;
  background-size: cover;
  }

@media (min-width: 1280px){
 .rslides img {
  height: 400px;
 }
}   
@media (min-width: 1920px) {
.rslides img { 
 width: 100% !important;
 }
}

.rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 330px;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }
@media (min-width: 1280px){
 .rslides_nav {
  top: 339px;
 }
}
@media (max-width: 767px){
 .rslides_nav {
   display: none;
 }
}       
  
.rslides_nav:active {
  opacity: 1.0;
  }

.rslides_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
 
 .rslides_tabs{
 text-align: center;
 width: 100%;
 height: 10px;
 margin-top: -30px;
 overflow: hidden;
 z-index: 98;

 }
 .rslides_tabs li{
  display: inline-block;

 }   
 .rslides_tabs li {
  width:10px;
  height:20px;
  background: url("themes/bullet_off.png") left top;
  float: none; 
  text-indent: -4000px; 
  position:relative;
  margin-left:7px;
  color:transparent;
  z-index: 99;
 } 
 
 li.rslides_here{
  background: url("themes/bullet_on.png") left bottom;
 } 
 
 .hero_boxL, .hero_boxR{
  display: block;
  position: absolute;
  width: 415px;
  height: 120px;
  background: rgba(255,255,255,0.95);
  font-size: 13px;
  padding: 10px;
  padding-left: 20px;
  -webkit-font-smoothing: antialiased;
  color: #202020;
  margin: 0px;
 }
 
 .hero_boxL{
  margin-top: 35px;
 }
 
 .hero_boxR{
  bottom: 35px;
  right: 0px;
 }
 
 .hero_boxL b,.hero_boxR b{
  font-size: 20px;
  padding-bottom: 30px;
 }
 
 @media (min-width: 1280px){ 
 .hero_boxL, .hero_boxR{
  display: block;
  position: absolute;
  width: 515px;
  height: 150px;
  background: rgba(255,255,255,0.95);
  font-size: 15px;
  padding: 10px;
  padding-left: 20px;
  -webkit-font-smoothing: antialiased;
  color: #202020;
  margin: 0px;
 }
 
 .hero_boxL{
  margin-top: 20px;
 }
 
 .hero_boxR{
  bottom: 20px;
  right: 0px;
 }
 
 .hero_boxL b,.hero_boxR b{
  font-size: 24px;
  padding-bottom: 30px;
 }
 }