/*! http://responsiveslides.com v1.54 by @viljamis */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; max-height: 400px;
  }

.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;
  }



.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 60px;
  text-shadow: none;
  color: #fff;
  text-align: center;
  left: 0;
  font-weight: 200;
  right: 0;
  top:20%;
  padding: 0px;
  margin: 0;
  max-width: none;
  }
  
  
  
  .callbacks .caption img {
 width: 960px;  text-align: center;

  }
  
  

@media only screen and (max-width: 479px) {
	.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
 
  }
.callbacks .caption span {
  
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  text-align: center;
  margin-top: 100px;
font-family: 'Open Sans', sans-serif;
		font-weight: 700;

  padding-top: 100px;
  max-width: none;
  }


}