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

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  height:100%;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
 /* background-size: cover;*/
 ackground-size: contain;
  background-repeat:no-repeat;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  height:100%;
  width: 100%;
  left: 0;
  top: 0;
  background-position:center;
  }




.rslides_tabs {
  list-style: none;
  padding: 0;
  font-size: 12px;
  list-style: none;
 /* bottom:0px;
  left:0px;*/
  max-width: 100%;
 /* padding: 5px 0;*/
  text-align: center;
 /* position: absolute;*/
  width: 100%;
  display:block;
  z-index:2;
  margin:auto;
  }

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

/*.rslides_tabs a {
 background: rgba(255,255,255,1);
 background:#151515;

  display: inline-block;
  color: #fff;
   color: #151515;
  width: 16px;
  border-radius: 8px;
  margin: 0px 4px;
  padding: 0px 0px;
  height:16px;
  }*/
  .rslides_tabs a img{
 background: rgba(255,255,255,1);
 background:#fff;

  display: inline-block;
  color: #fff;
   color: #151515;
  /*width: 230px;*/
 /* border-radius: 8px;*/
  margin: 15px 15px;
  padding: 0px 0px;
  height:70px;
  }

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

.rslides_tabs .rslides_here a {
  /*background-color:rgba(182, 12, 105, 1.0); */
   background:#E40615;
  /*color:rgba(182, 12, 105, 1.0);*/
  color: #E40615;
  font-weight: bold;
  }
  
 .rslides_nav {
  background: transparent url("../images/nav.jpg") no-repeat scroll left top;
  height: 44px;
  left: 0;
  margin-top: -45px;
  opacity: 0.7;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  text-indent: -9999px;
  top: 35%;
 /* width: 38px;*/
 width: 70px;
  z-index: 3;
} 
.rslides_nav.next {
    background-position: right top;
    left: auto;
    right: 0;
}
  
  /* slider interno*/
  
  .rslidesinterno {
  position: relative;
  list-style: none;
  overflow: hidden;
  height:100%;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslidesinterno li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
 /* background-size: cover;*/
 ackground-size: contain;
  background-repeat:no-repeat;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  height:100%;
  width: 100%;
  left: 0;
  top: 0;
  background-position:center bottom;
  }
  
   /* slider mexme*/
  
  .rslidesinternomexme {
  position: relative;
  list-style: none;
  overflow: hidden;
  height:100%;
  width: 100%;
  padding: 0;
  margin: 0;
   /*height:822px;*/
  }

.rslidesinternomexme li {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
 /* background-size: cover;*/
 ackground-size: contain;
  background-repeat:no-repeat;
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  height:100%;
  width: 100%;
  left: 0;
  top: 0;
  background-position:center top;
 
  }