.slider_wrapper {
	width:100%;
	height:400px;
	margin: 0;
	background:#f5f5f2;
	padding:50px 0;
}

.rslides {
	  margin: 0 auto;
  }
  
/* Container In */
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
  }

/* Text */
.callbacks .caption {
	width:44%;
  display: inline-block;
  z-index: 2;
  text-shadow: none;
  margin: 0;
  text-align:left;
  float:left;
  }
.callbacks .caption h2{
	margin:10px 0 20px 0;
	display:block;
	font-size:36px;
	line-height:46px;
}
.callbacks .caption .yellow_bar {
	width:100px;
	height:10px;
	margin:0;
	padding:0;
	background:#ffd900;
	display:inline-block;
}
.callbacks .caption p {
	margin:20px 0 10px 0;
}

/* Arrows */
.callbacks_nav {
  position: absolute;
  top: 50%;
  margin-top:-25px;
  left:0%;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 50px;
  background: url(../images/slides/arrow.png) #fff no-repeat left center;
  transition:background 0.2s ease-in-out;
  -webkit-transition:background 0.2s ease-in-out;
  -moz-transition:background 0.2s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; 
  border-radius: 50%; 
  box-shadow:0 3px 5px #ddd;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right center;
  right:0%;
  }
.callbacks_nav:hover {
  background-color: #f5f5f2;
}

/* Wrap */
.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: right;
  border: 0;
  max-width:100%;
  margin:10px 0 0 0;
  width:54%;
  }
  
@media all and (min-width:1280px) {
		
	/* Arrows */
	.callbacks_nav {
	  left:-10%;
	  }
	.callbacks_nav.next {
	  right:-10%;
	  }
}

@media all and (max-width:1023px) {
	.slider_wrapper {
		width:100%;
		height:380px;
	}
	
	.callbacks .caption h2 {
		font-size:30px;
		line-height:40px;
	}
	
	.callbacks .caption p {
		font-size:14px;
		line-height:24px;
	}
		
	/* Arrows */
	.callbacks_nav {
		left:auto;
		right:10%;
	  top:85%;
	  }
	.callbacks_nav.next {
	  right:0%;
	  }
}

@media all and (max-width:719px) {
	.slider_wrapper {
		padding:30px 0;
		width:100%;
		height:650px;
	}
		
	.rslides img {
	  display: block;
	  height: auto;
	  float: left;
	  border: 0;
	  max-width:100%;
	  margin:0 auto;
	  width:100%;
	  }

	.callbacks .caption {
		width:100%;
	}
	.callbacks .caption h2 {
		margin-bottom:10px;
	}
	.callbacks .caption p {
		margin-top:10px;
		margin-bottom:0;
	}
	
	/* Arrows */
	.callbacks_nav {
		left:auto;
		left:0;
	  top:20%;
	  width:40px;
	  height:40px;
	  background-position:-5px center;
	  }
	.callbacks_nav.next {
	  right:0%;
	  background-position:-55px center;
	  }
	  
}

@media all and (max-width:499px) {
	.slider_wrapper {
		height:550px;
	}
}