/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/*HOME*/



.bannerbg {
	float: right;
	width: 100%;
	height: 100%;
	position: absolute;
}
/*--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 {
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: relative;
}
.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 {
	cursor: pointer;
	outline: 0;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 35%;
	left: 20px;
	opacity: 0.7;
	z-index: 77;
	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: 20px;
}
.banner_desc {
	display: block;
	z-index: 2;
	text-shadow: none;
	margin: 0;
	max-width: none;
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 98%;
	padding: 2px 0px;
	padding-left: 1%;
	padding-right: 1%;
	font-family: 'PT Sans', sans-serif;
}
.banner_desc h1 {
	font-size: 16px;
	color: #FFF;
	font-family: 'PT Sans', sans-serif !important;
	font-weight: bold !important;
}


@media screen and (max-width: 1280px) {
	
	.bannerbg {
	float: left;
	width: 100%;
	height: auto;
	position: static;
}
.rslides img {
	min-height: 100px;
	width: 100%;
}
.callbacks_nav {
	top: 55%;
	
}
}
  
