/*! http://responsiveslides.com v1.54 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;
  }
/* Banner Start */
.callbacks .caption {
  display: block;
  z-index: 3;
  background:url(../images/Subtitle.png) repeat;
	background-size: 100% 100%;
  left: 19%;
  padding:2.5%;
  position: absolute;
  top: 30%;
/*  max-width: 505px;
  height: 158px;*/
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  /* background: url(http://localhost/sweetwater/images/themes.gif) no-repeat left top; */
/*  background:url(images/Banner-ArrowLeft.png) no-repeat left top;*/
  margin-top: -45px;
}
.prev
{
 background:url(../img/Banner_Arrow-Left.png);
}
.next
{
 background:url(../img/Banner_Arrow-Right.png);
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
   background:url(../img/Banner_Arrow-Right.png);
  right: 0;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
/*  padding-top: 10px;*/
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.caption h1
{
font-family: 'PerpetuaTitlingMT-Bold';
font-size:60px;
font-weight:normal;
font-style:normal;
color:#000;
text-transform:uppercase;
}
.caption h2
{

 font-family: 'PerpetuaTitlingMT-Light';
font-size:38px;
font-weight:normal;
font-style:normal;
color:#000;
text-transform:uppercase;
}
.caption h3
{
 font-family: 'PerpetuaTitlingMT-Light';
font-size:35px;
font-weight:normal;
font-style:normal;
color:#000;
text-transform:uppercase;
}

/* Banner End */