

/* Callback example */

html, body { 
	height: 93%; 
	width: 100%; 
	margin: 0;
	padding:0;
}

.callbacks_container {
  position: relative;
  display:block;
  width: 100%;
  height:93% !important;
  margin-top:7%;
  margin-bottom:0;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border-radius:.2em;
  box-shadow:0 0 1em #000;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 1em;
  line-height:1.5;
  text-shadow: none;
 color: #fff;
  left: 6.5%;
  top: 3em;
  width:16em;
  }
  
  
.callbacks .caption strong {
  display: block;
  font-size:1.6em;
  font-weight:normal;
  padding-bottom:.3em;
  }
  
  .callbacks .caption span {
  display: block;
  }
  
  .bows .callbacks .caption {
  left: inherit;
  top: 5%;
  width:60%;
  padding:0 20%;
  text-align:center;
  }

/*


.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: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
*/

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 2%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 60px;
  width: 60px;
  background-image:url(../img/w-prev.png);
  background-image:url(../img/prev.png);
  background-position:0 0;
  background-repeat:no-repeat;
   margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-image:url(../img/next.png);
  right: 2%;
  }

.callbacks_nav:hover {
  background-image:url(../img/prev-hover.png);
  }

.callbacks_nav.next:hover {
  background-image:url(../img/next-hover.png);
  }



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

.rslides li {
  -webkit-backface-visibility: hidden;
  position:inherit;
  width: 100%;
	height:100%;
  left: 0;
  top: 0;
  }
  
  

.rslides img {
  display: block;
  height: auto;
  width:auto;
  height:auto;
  max-width: 100%;
  max-height: 100%;
  border: 0;
	 margin:0 auto;
	 text-align:center;
  }




@media screen and (max-width: 600px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
  .callbacks_nav {
    top: 47%;
    }
  }
