/*! 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_container {
  position: relative;
  float: left;
  width: 100%;
  }
  

/*
 .rslides5_nav, .rslides6_nav {
	 display: none;
 }
*/


.rslides1_nav, .rslides2_nav, .rslides3_nav , rslides_nav, .rslides4_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 1;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 43px;
  width: 43px;
  background: transparent url(../img/gallery_arrows.gif) no-repeat left top;
  margin-top: -25px;
  
  -webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
	transition: all .3s linear;
  }

.rslides1_nav:hover, .rslides2_nav:hover ,.rslides3_nav:hover , rslides_nav:hover, .rslides4_nav:hover {
  opacity: 0.8;
  }

.rslides1_nav.next, .rslides2_nav.next, .rslides3_nav.next , rslides_nav.next, .rslides4_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  
.rslides_container_esv {
	position: relative;
  float: left;
  width: 100%;
}

	.rslides_container_esv img {
	  display: block;
	  height: auto;
	  float: left;
	  width: 100%;
	  border: 0;
	  padding-bottom: 20px;
	}
	
	.rslides_container_esv .rslides3_nav {
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 50%;
		left: 0;
		z-index: 99;
		opacity: 1;
		text-indent: -9999px;
		overflow: hidden;
		text-decoration: none;
		height: 43px;
		width: 43px;
		background: transparent url(../img/gallery_arrows.gif) no-repeat left top;
		margin-top: -55px;

		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-o-transition: all .3s linear;
		-ms-transition: all .3s linear;
		transition: all .3s linear;
	}

	.rslides_container_esv .rslides3_nav:hover {
		opacity: 0.8;
	}

	.rslides_container_esv .rslides3_nav.next {
		left: auto;
		background-position: right top;
		right: 0;
	}
  
 .caption {
	background-color: #646d77;
	padding: 0 5em 20px;
	text-align: center;

	display: block;
	font-family: 'Droid Serif', serif, Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.4;
	margin-bottom: 0;
}

	@media only screen and (max-width: 1024px) {
	.caption { font-size: 1.4em; }
	}
	
	@media only screen and (max-width: 780px) {
	.caption { font-size: 1.2em; padding: 0 2em 20px; }
	}
	
	@media only screen and (max-width: 550px) {
	.caption { font-size: 1em; padding: 0 1em 20px; }
	}
	
	@media only screen and (max-width: 400px) {
	.caption { font-size: 0.7em; padding: 0 1em 20px; }
	}