﻿:root {font-size: 16px;}
* {box-sizing: border-box;margin:0; padding:0;}
html {min-height: 100%;}
#wrapper {
	width: 780px;
	margin: 0.75rem auto;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0.875rem;
	line-height: 1.5rem;
	box-sizing:border-box;
	border: solid thin #231f20;
	position: relative;
	overflow: hidden;
	color:#231f20;
	height: 68.8125rem;
	background:#fff url(../images/background.jpg) no-repeat;
}
article {
	margin: 0.9375rem 0 0;
	padding: 0 3.3rem 0 17.5rem;
	-webkit-border-radius: 0.9375rem;
	-moz-border-radius: 0.9375rem;
	border-radius: 0.9375rem;
}
header {
	margin: 0;
	padding: 0;
	height: 9.875rem;
	position: relative;
}
header a {
	position: absolute;
	width: 39%;
	height: 84%;
	top: 11%;
	left: 3%;
}
header img {
	display: none;
}
section {
	margin: 0;
	padding: 0;
}

footer {
	margin: 0;
	padding: 0;
	color: #fff;
	position: absolute;
	top: 15.6875rem;
	left: 1.0625rem;
	font-size: 0.875rem;
	width: 223px;
	line-height: 1.3125rem;
}
h1{
	font-size: 3.875rem;
	margin: 0.625rem 0 1.625rem;
	line-height: 3.875rem;
	text-align: center;
	color: #334D9D;
}
h1 span{
	font-size: 1.0625rem;
	display: block;
	line-height: 1.5625rem;
}
h2{
	font-size: 1rem;
	margin: 0.625rem 0 0.0625rem;
	line-height: 1.375rem;
	color: #334D9D;
}
h3{
	font-size: 0.8125rem;
	margin: 0.625rem 0 0.0625rem;
	line-height: 1rem;
	color: #334D9D;
}
h2:nth-of-type(3) {
	margin-bottom: 0.375rem;
}
p {
	margin-bottom: 1.1rem;
}
p:last-child {
	margin-bottom:0;
}
a{
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	vertical-align: bottom;
}
ul {
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}
ul li {
	padding-left: 0.625rem;
}
li:before {
	text-indent:-0.625rem;
	content: "\2022";
	color: #231f20;
	float: left;
	margin-left: 0;
	font-size: 1.5625rem;
	margin-top: -0.0625rem;
}
figure {
	margin: 0; padding: 0;
}
.clearfix {
	clear:both;font-size:0;line-height:0;display:block;
}
@media screen and (max-width: 780px) {
#wrapper {
	width: 100%;
	margin:0 auto;
	border:none;
	background: url(../images/background-rp.jpg) repeat-y;
	background-size: 100% 100%;
	height: auto;
}
header {
	height: auto;
	margin-bottom: 1rem;
}
header img {
	display: block;
}
footer {
	position: static;
}
article {
	background: #fff;
	padding: 0.9375rem 3%;
	margin-left: 0.9375rem;
	margin-top: 0;
	margin-right: 0.9375rem;
}
footer {
padding: 0.625rem 3%;
width: auto;
}
article br{display: none;}
}