body {
	margin: 0px;
	padding: 0px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: subpixel-antialiased
}
#wrapper12 {
	/* float: left;*/
	width: 100%;
	position: relative;
}
.rslides_container {
	position: relative;
	float: left;
	width: 100%;
	z-index: -1 !important;
}
.rslides_nav {
	display: block;
}
a.prev {
	float: left;
	width: 50px;
	position: absolute;
	top: 30%;
	background: url(../images/back.jpg) center 12px no-repeat, #fff;
	border-radius: 50%;
	z-index: 999999;
	height: 50px;
	left: 2%;
	font-size: 0px;
}
a.next {
	float: right;
	width: 50px;
	position: absolute;
	top: 85%;
	background: url(../images/back-right.jpg) center 12px no-repeat, #fff;
	border-radius: 50%;
	z-index: 999999;
	height: 50px;
	right: 2%;
	font-size: 0px;
}
.rslides {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	height: 100%;
}
.rslides li {
	width: 100%;
	z-index: -1px;
	position: relative;
}
.rslides li img {
	display: block;
	height: 100%;
	float: left;
	border: 0;
}
.rslides li img.slideimg {
	width: 100%;
	height: 100%;/*position: fixed;*/	
}
.main_container {
	position: absolute;
	/*bottom: 83px;*/
	right: 190px;
	z-index: 999999px;
	width: 400px;
	bottom: -700px;
}
.rslides li .c-paginator {
	position: absolute;
	z-index: 999999;
}
.info-text {
	position: absolute;
bottom: 22%;
left: 2%;
z-index: 999999;
}
.info-text h3{
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.5;
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: left;
	text-shadow: 2px 3px 2px rgba(0,0,0,0.3);
	
}
.info-text p {
	font-family: Roboto, sans-serif;
	font-weight: 700;
	font-size: 11px;
	z-index: 9999999;
	color: #fff;
	letter-spacing: 1;
	text-align: left;
	text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 480px) {
.rslides li img.slideimg {
	position: fixed;
	width: auto !important;
	left: 0;
	top: 0;
}
.main_container {
	right: 44px;
	bottom: -525px;
}
}

@media (min-width: 481px) and (max-width: 767px) {
.rslides li img.slideimg {
	position: fixed;
	width: auto !important;
	left: 0;
	top: 0;
}
.main_container {
	right: 44px;
	bottom: -690px;
}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.rslides li img.slideimg {
	position: fixed;
	width: auto !important;
	left: 0;
	top: 0;
}
.main_container {
	right: 44px;
	bottom: -690px;
}
}
