/*! http://responsiveslides.com v1.55 by @viljamis */

.rslides, .rslides-testimonials {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li, .rslides-testimonials li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child, .rslides-testimonials li:first-child{
  position: relative;
  display: block;
  float: left;
  }
  .rslides-testimonials li{
  float: center;
  }
 

.rslides img{
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
 .rslides-testimonials img { width:960px !important; height:50px; }
  
/* Navigations */
 
.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 48%;
  left: 0;
  opacity: 0.5;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 100px;
  width: 40px;
  background: transparent url("../images/left-arrow-yell.svg") center center no-repeat ;
  background-size:2em;
  margin-top: -45px;
  }  
   

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background: transparent url("../images/right-arrow-yell.svg") center center  no-repeat;
    background-size:2em;
  right: 0;
  }

.centered-btns_nav:focus {
  outline: none;
  }