/*! 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_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    text-decoration: none;
    width: 38px;
    background: rgba(0,0,0,0.2);
    color: transparent;
}

.rslides_nav.prev:before {
    font-family: 'FontAwesome';
    content: '\f104';
    right: 13px;
    color: #fff;
    top: calc(50% - 22px);
    z-index: 99999;
    font-size: 44px;
    position: absolute;
}

.rslides_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}

.rslides_nav.next:before {
    font-family: 'FontAwesome';
    content: '\f105';
    left: 13px;
    color: #fff;
    top: calc(50% - 22px);
    z-index: 99999;
    font-size: 44px;
    position: absolute;
}