@charset "utf-8";
/* CSS Document */

/*--- slider-css --*/
.slider {
	position: relative;
	left:0px;
}
.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:1200px;
	position: absolute;
	z-index:99;
	bottom: 150px;
	left: 0;
	right: 0;
	margin: auto;

}
.caption h2{
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
	color:#fff;
	float:left;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
	text-transform: uppercase;
}


.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 48%;
  left: 20px;
  opacity: 0.9;
  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: 20px;
 }

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 8px;
	width: 8px;
	border: 2px solid #FFFFFF;
	background:#FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.callbacks_here a:after{
	background:none;
	border: 2px solid #e7b10d;
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
	margin:0px 3px;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 120px;
	z-index:5;
	left: 100px;
}

/*-- responsive-mediaquries --*/



@media(max-width:1280px){
	.caption{
		width:90%;}

}

@media(max-width:1024px){

}
@media(max-width:900px){
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 75px;}
	.caption{
		bottom: 100px;}
	.caption h2{
		font-size: 25px;
		line-height: 25px;
		font-weight: 600;}

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


}
@media(max-width:700px){
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 55px;}
	.caption{
		bottom: 75px;}
	.caption h2{
		font-size: 22px;
		line-height: 22px;
		font-weight: 600;}

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



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

}

}

@media(max-width:600px){
	.
}

@media(max-width:400px){

}
/*-----*/
