/*! http://responsiveslides.com v1.54 by @viljamis */

.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;
}
.callbacks_container {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.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 {
	display: block;
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
	font-family: "ƒqƒ‰ƒMƒm–¾’© Pro W3", "Hiragino Mincho Pro", "‚l‚r ‚o–¾’©", "MS PMincho", serif;
	text-shadow: 0 0 5px rgba(255,255,255,0.9);
	color: #000;
	background: rgba(255,255,255,0.7);
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.callbacks .caption img { width:200px;}
.callbacks .caption .txt1 {
	display: block;
	font-size: 15px;
line-height:1.2;
	font-weight: bold;
/*	margin-bottom: 5px;*/
}
.callbacks .caption .txt2 {
	display: none;
	font-size: 12px;
	line-height: 1.4;
}
.callbacks_nav {
	position: absolute;
	bottom: 10px;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 24px;
	width: 24px;
}
.callbacks_nav.prev { left: 10px; }
.callbacks_nav.next { right: 10px; }
.callbacks_nav.next:after {
	font-family: 'FontAwesome';
	content: "\f105";
	display: block;
	color: #333;
	font-size: 24px;
	line-height:1;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: 0;
}
.callbacks_nav.prev:after {
	font-family: 'FontAwesome';
	content: "\f104";
	display: block;
	color: #333;
	font-size: 24px;
	line-height:1;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: 0;
}
.callbacks_tabs {
	padding: 10px 0;
	text-align: center;
}
.callbacks_tabs li {
	text-align: center;
	display: inline;
	float: none;
	margin: 0 5px;
}
.callbacks_tabs li a {
	display: inline-block;
	background: #e6e6e6;
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.2) inset;
	text-indent: -10000px;
	height: 10px;
	width: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.callbacks_tabs .callbacks_here a { background: #888; }
