@import url(https://fonts.googleapis.com/css?family=Ledger);
/*--
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	padding:0;
	-webkit-appearance:none;
}
/*body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}*/
h1,h2,h3{
	margin:0;
	font-family: 'Ledger', serif;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}

/*----slider----*/
.slider-bg {
	background: url(../images/pattern_2.png) repeat;
}

.callbacks_container {
 	position: relative;
	float: left;
	width: 100%;
/*	-moz-box-shadow: 3px 3px 3px rgba(68,68,68,0.6);
	-webkit-box-shadow: 3px 3px 3px rgba(68,68,68,0.6);
	box-shadow: 3px 3px 3px rgba(68,68,68,0.6);	*/
}
.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 {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
  width: 100%;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 1%;
	right: 0%;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 47%;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 56%;
	left: 4%;
	z-index: 1303;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 48px;
	width: 48px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
 	left: auto;
	background-position: right top;
	right: 5%;
	background:url(../images/slider/arr-next.png) no-repeat;
}
.callbacks_nav.prev {
 	left: auto;
	background-position: left top;
	right: 90%;
	background:url(../images/slider/arr-prev.png) no-repeat;
}
.header-info{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 9%;
}
.header-info h2 a{
display:inline-block;
color:#fff;
padding:0.5em 2em;
background:rgba(255, 255, 255, 0.32);
text-decoration:none;
}
.header-info h2 a:hover{
color:#fff;
background:#60B0E6;
}
.header-info lable{
background:#fff;
height: 1px;
width: 36%;
display: block;
margin-top:2em
}

.header-info h1 a{
color:#fff;
font-size:1em;
text-decoration:none;
background:rgba(0, 0, 0, 0.32);
padding:2px 12px;
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8);
}
.header-info h1 a:hover{
color:#ffcc29;
}
/*.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 {
  height: auto;
  border: 0;
}*/
/*.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 99%;
	z-index: 999;
	left: 47%;
	padding: 0;
	margin: 0;
}
.callbacks_tabs li{
	display:inline-block;
}

.callbacks_tabs a{
 visibility: hidden;
 padding: 0 0.2em;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:12px;
  width:12px;
  display:inline-block;
  border:2px solid #E9E9E9;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
}
.callbacks_here a:after{
	border:2px solid #23B7A4;
}*/

/*--/slider--*/

@media screen and (max-width: 600px) {

  .callbacks_nav {
    top: 45%;
    }
}
/*----*/

@media (min-width: 1200px) {
.callbacks_container {
 	position: relative;
	float: left;
	width: 100%;
	margin:101px 0 0 0;
	
}
}

@media(max-width:1024px){

.header-info h1 {
font-size: 1.5em;
}
.header-info h2 a{
font-size: 0.8em;
}
.header-info lable {
width: 42%;
margin-top: 1em;
}
.callbacks .caption {
top: 49%;
}

/*prev - next arrow settings*/
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 65%;
	left: 4%;
	z-index: 1303;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 45px;
	width: 40px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
 	left: auto;
	background-position: right top;
	right: 0%;
}
.callbacks_nav.prev {
 	left: auto;
	background-position: left top;
	right: 96%;
}
}
@media(max-width:768px){
.callbacks .caption {
top: 46%;
}
.header-info h2 a {
font-size: 0.7em;
}
.header-info h1 {
font-size: 1.2em;
}

/*prev - next arrow settings*/
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 60%;
	left: 4%;
	z-index: 1303;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 40px;
	width: 30px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
 	left: auto;
	background-position: right top;
	right: 1%;
}
.callbacks_nav.prev {
 	left: auto;
	background-position: left top;
	right: 96%;
}

}
@media(max-width:640px){
.header-info h1 a {
font-size: 1.1em;
}
.header-info h2 a {
font-size: 0.6em;
}
.header-info lable {
width: 49%;
margin-top: 0.5em;
}
/*prev - next arrow settings*/
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 60%;
	left: 8%;
	z-index: 1303;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 35px;
	width: 30px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
 	left: auto;
	background-position: right top;
	right: 2%;
}
.callbacks_nav.prev {
 	left: auto;
	background-position: left top;
	right: 96%;
}

}
@media(max-width:480px){
.header-info h1 {
font-size: 0.7em;
padding: 0 0.1em;
}
.header-info h2 a {
padding: 0.1em 0.1em;
}
.callbacks .caption {
top: 32%;
}
/*prev - next arrow settings*/
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 80%;
	left: 8%;
	z-index: 1303;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 30px;
	width: 20px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
 	left: auto;
	background-position: right top;
	right: 1%;
}
.callbacks_nav.prev {
 	left: auto;
	background-position: left top;
	right: 96%;
}


}
@media(max-width:320px){
.header-info h1 {
font-size: 0.6em;
padding: 0 0.1em;
}
.header-info h2 a {
padding: 0.1em 0.1em;
}


.callbacks .caption {
	padding: 0px;
top: 41%;
left: -5%;
}

/*prev - next arrow settings*/
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 100%;
	left: 12%;
	z-index: 1303;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 30px;
	width: 20px;
	background: transparent url("../images/themes.png") no-repeat left top;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
 	left: auto;
	background-position: right top;
	right: -1%;
}
.callbacks_nav.prev {
 	left: auto;
	background-position: left top;
	right: 96%;
}
}