/* RESPONSIVE SLIDERS */

.rslides {
  margin: 0 auto 40px;
}

.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;
}

.callbacks_nav.prev, .callbacks_nav.next  {
	background-repeat: no-repeat;
	height: 48px;
	width: 37px;
	display: block;
	position: absolute;
}

.callbacks_nav.prev {
	background-image: url(../images/2015/slide-arrow-left.png);
} 

.callbacks_nav.next  {
	background-image: url(../images/2015/slide-arrow-right.png);
}

@media only screen and (min-width: 768px) {
	.callbacks_nav.prev  {
	  left: -60px;
		top: 120px;
	}
	
	.callbacks_nav.next  {
	  right: -60px;
		top: 120px;
	}
}

@media only screen and (max-width: 767px) {
	.callbacks_nav.prev  {
	  left: -40px;
		top: 120px;
	}
	
	.callbacks_nav.next  {
	  right: -40px;
		top: 120px;
	}
}

.quote-content {
	position: relative;
}
