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

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

.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;
  }
  .rslides li p {
    background-color: rgba(0, 0, 0, 0.65);
    color: white;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    position: absolute;bottom: 0;left: 0;right: 0;
    text-align: center;
    }
  .rslides_tabs{
    background-color: #111;
    box-shadow: inset 0 0 13px black;
    display: flex;
    list-style-type: none;
    margin: 0 0 40px;
    padding: 4px;
  }
  .rslides_tabs li{
    background-color: #555;
    border-radius: 4px;
    flex:1;
    margin: 0 1px;
    opacity: 0.5;
    text-align: center;
  }
  .rslides_tabs li.rslides_here{
    opacity: 1;
  }
  .rslides_tabs li a{
    display: block;
    color: white;
    font-weight: bold;
    padding: 8px;
    text-decoration: none;
  }