@charset "utf-8";

/* rslides */
.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;
	float: left;
	border: 0;
	height: 637px;
}

/*pager*/
.callbacks_tabs.callbacks1_tabs {
	margin-top: -40px;
	position: relative;
	z-index: 100;
	margin-bottom: 15px;
}

.callbacks_tabs.callbacks1_tabs li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin-left: 14px;
	background: #fff;
	position: relative;
}

.callbacks_tabs.callbacks1_tabs li a {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: rgba(36, 43, 71, 0);
	color: transparent;
}

.callbacks_tabs.callbacks1_tabs li.callbacks_here a {
	background: #036eb7;
}

/* Callback example */
.callbacks_container {
	position: relative;
	width: 100%;
	max-width: 100%;
	text-align: center;
	overflow: auto;
	z-index: 0;
}

.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 .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.6;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../images/themes.gif") no-repeat left top;
	margin-top: -30px;
	display: none;
}

.callbacks_container:hover .callbacks_nav {
	display: block;
}

.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}

@media screen and (min-width:1361px) and (max-width:1680px) {
	.rslides img {
		margin-left: -200px;
	}
}

@media screen and (min-width:1200px) and (max-width:1360px) {
	.callbacks_nav {
		left: 19%;
	}

	.rslides img {
		height: 580px;
		margin-left: -30px;
	}
}

@media screen and (min-width:0px) and (max-width:767px) {
	.callbacks_container {
		margin-top: 80px;
	}

	.rslides img {
		display: block;
		float: left;
		border: 0;
		width: 100%;
		height: auto;
	}

	.callbacks_nav {
		position: absolute;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		top: 50%;
		left: 0;
		opacity: 0.6;
		z-index: 3;
		text-indent: -9999px;
		overflow: hidden;
		text-decoration: none;
		height: 43px;
		width: 27px;
		background: transparent url("../images/themesPhone.gif") no-repeat left top;
		margin-top: -30px;
		display: none;
	}
}