/*! 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;
  }

  .callbacks_container {
  margin-bottom: 10px;
  position: relative;
  float: left;
  width: 100%;
  }

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

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  right: 0px;
  top: 0px;
  padding: 0px;
  margin: 0px;
  max-width: none;
  height: 100%;
  width: 42%;

  }
  
.callbacks .caption .inner{
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  padding:5%;
  box-sizing:border-box;
  -moz-box-sizing:border-box; /* Firefox */
  }
  
.caption-content{
  background: #000;
  background: rgba(237,28,36, .8);
  height: 90%;
  width: 90%;
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.caption-head{
  height:auto;
  width:100%;
  background: rgba(0,0,0, .1);
  display: block;
  float:left;
  font-family: 'raleway-extrabold';
  font-size:30px;
  text-align:center;
  text-transform:uppercase;
  padding:38px 0px;
}

.caption-body{
  height:auto;
  width:100%;
  float:left;
  padding:30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.caption-body .items{
  width:100%;
  float:left;
  font-size:16px;
  font-family: 'raleway-medium';
  background: url(../images/check.png) no-repeat left center;
  padding-left:25px;
  margin:5px 0px;
}

@media(max-width:1024px){
	header .controls{display:none;}
	
}
@media(max-width:950px){
	.caption-body .items{font-size:14px; margin:4px 0px;}
	.callbacks .caption{width:60%;}
	.caption-body .items{width:auto; float:left; margin-right:20px;}
}

@media(max-width:768px){

	.callbacks .caption {
	  height: 100%;
	  width: 100%;
	}
	.caption-content{
	  height: 86%;
	  width: 93%;
	}
	.callbacks .caption .inner{
	 padding:3.5%;
	}
	.caption-body .items{
	  width:auto;
	  padding-right:20px;
	  }
   
}

@media(max-width:724px){
	.caption-head{
		padding:15px;
		font-size:25px;
	}
	.caption-body{
		padding:10px 20px;
	}
	.caption-body .items{
		font-size:13px;
		padding-right:16px;
	}
}

@media(max-width:500px){
	.caption-head{
		padding:5px 10px;
		font-size:18px;
	}
	.caption-body{
		padding:4px 11px;
	}
	.caption-body .items{
		font-size:11px;
		padding-left:0px;
		background:none;
		padding-right:15px;
		margin:1px 0px;
	}
	.callbacks .caption .inner{
		padding:0px;
		
	}
	.caption-content{
		height:100%;
		width:100%;
	}
}

.controls{
	position:absolute;
	right:0px;
	bottom:30px;
	z-index:99;
	width:40%;
}

.callbacks_nav {
  -webkit-tap-highlight-color: rgba(237,28,36,0);
  opacity: 0.7;
  z-index: 3;
  position:relative;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 30px;
  width: 28px;
  float:left;
  background: transparent url("../images/banner-slider.png") no-repeat left top;
  margin-left:30px;
  }
 .callbacks_nav.next{
	background: transparent url("../images/banner-slider.png") no-repeat right top;
	margin-left:0px;
 }

.callbacks_nav:active, .callbacks_nav:hover {
  opacity: 1.0;
  }
  .callbacks_tabs{margin-left:25px;}  
  .callbacks_tabs li{float:left; background:url(../images/point.png) center center no-repeat;}
  .callbacks_tabs li.callbacks_here{background:url(../images/point-active.png) center center no-repeat;}
  .callbacks_tabs li a{color:transparent; padding:0px 9px; float:left;}


