
body {
  margin: 0;
}
/*--slider--*/
/*--- slider-css --*/
.slider {
	position: relative;
}
.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;
}
.caption{
	width: 56%;
	position: absolute;
	top: 35%;
	left: 20%;
	text-align:center;
}
.caption h3{
	color: #FFF;
	font-weight: 700;
	font-size: 1.8em;
	text-transform: uppercase;
}
.caption p{
	color: #FFF;
	line-height: 1.5em;
	font-size: 0.875em;
	text-align: center;
	margin:1em 0 1.5em 0;
}
a.morebtn{
	background:#3D3D3D;
	padding:0.8em 0;
	display:block;
	font-size:0.875em;
	text-transform:uppercase;
	color:#FFF;
	width:20%;
	margin:0 auto;
	transition:0.5s all ease;
	-webkit-transition:0.5s all ease;
	-moz-transition:0.5s all ease;
	-o-transition:0.5s all ease;
	-ms-transition:0.5s all ease;
}
a.morebtn:hover{
	background:#585686;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 13px;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height:59px;
  width:60px;
  background: url("../images/arrows.png") no-repeat left top;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
 }
 .banner_desc {
	display: block;
	z-index: 2;
	text-shadow: none;
	margin: 0;
	max-width: none;
	position: absolute;
	top: 29%;
	left:14%;
	width: 36%;
}
.banner_desc h1{
	color:#fff;
	font: 300 60px/60px 'Lato', sans-serif;
}
.banner_desc h2{
	color:#fff;
	font: 300 20px/20px 'Lato', sans-serif;
	margin-top:1em;
}

/*--responsive design--*/
@media(max-width:1366px){
.banner_desc h1 {
	font: 300 45px/45px 'Lato', sans-serif;
}
}
@media(max-width:1024px){
.banner_desc h1 {
	font: 300 43px/43px 'Lato', sans-serif;
}
.banner_desc {
	top: 23%;
	left: 10%;
	width: 39%;
}

.banner_desc h2 {
	font: 300 18px/23px 'Lato', sans-serif;
}

}
@media(max-width:800px){

.banner_desc h1 {
	font: 300 32px/32px 'Lato', sans-serif;
}

}
@media(max-width:640px){

.banner_desc h1 {
	font: 300 25px/25px 'Lato', sans-serif;
}
.banner_desc h2 {
	font: 300 15px/20px 'Lato', sans-serif;
}
.banner_desc {
	top: 20%;
}
}
@media(max-width:480px){

.banner_desc {
	left: 13%;
}
.banner_desc h1 {
	font: 300 18px/18px 'Lato', sans-serif;
}
.banner_desc h2 {
	font: 300 13px/17px 'Lato', sans-serif;
}
}
@media(max-width:320px){

.banner_desc h1 {
	font: 300 14px/15px 'Lato', sans-serif;
}
.banner_desc h2{
	display:none; 
}
.banner_desc {
	top: 30%;
}

}
