* {
	margin: 0;
	padding: 0;
}
h6 {
	line-height: 21px;
	font-size: 19px;
}
html {
	min-height: 100%;
}
#wrapper {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	position: relative;
	width: 945px;
	margin: 12px auto;
	padding: 0px 103px;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	box-sizing: border-box;
	background: url('../img/bg.jpg') top left no-repeat, url('../img/bg.jpg') top right no-repeat;
	background-size: 100% 100%;
}
.section {
	background: #fff;
}
.slide {
	position: relative;
	width: 100%;
	height: 306px;
}
.slide img {
	position: absolute;
	width: 100%;
	height: 100%;
}
article {
	font-size: 99%;
	margin: -10px 0px 0px 0px;
	padding: 0px 20px 0 20px;
}
header {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
section {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
footer {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
footer aside {
	text-align: right;
	margin-top: 10px;
}
footer aside a {
	display: inline-block;
	padding: 10px 20px;
	margin: 0;
	background: #E2001A;
	color: #FFF;
	text-decoration: none;
	font-family: inherit;
	font-weight: 800;
	font-style: normal;
	font-size: 11px;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
footer aside a:hover {
	text-decoration: none;
	background: #231F20;
}
h1 {
	font-size: 29px;
	margin: 90px 0px 16px 20px;
	line-height: 32px;
	color: #E61F1A;
	font-weight: 800;
}
h1 span {
	font-size: 13px;
	font-weight: normal;
}
h2 {
	font-size: 19px;
	margin: 60px 0px 15px;
	line-height: 21px;
}
h3 {
	font-size: 20px;
	margin: 60px 0px 0;
	line-height: 24px;
}
h3:nth-of-type(1) {
	margin-bottom: -30px;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0px;
}
a {
	color: #A33540;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	vertical-align: bottom;
}
ul {
	margin: 0px 0px 80px 10px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
ul li {
	padding-left: 20px;
}
li:before {
	text-indent: -20px;
	content: "\2022";
	color: #000;
	float: left;
	margin-left: 0px;
	font-size: 25px;
	margin-top: -1px;
	font-family: Arial, Helvetica, sans-serif;
}
.clearfix {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
.mt {
	margin-top: 20px;
}
p em {
}
article p:last-of-type {
	padding-top: 15px;
}

@media screen and (max-width: 943px) {
#wrapper {
	width: 100%;
	margin: 12px auto;
	padding: 0 3%;
	border: none;
}
h1 {
	font-size: 24px;
	line-height: 29px;
	margin: 50px 10px 10px;
}
article {
	margin: 0;
	padding: 0 10px;
}
h2 {
	margin-top: 30px;
	font-size: 16px;
	line-height: 20px;
}
ul {
	margin-bottom: 30px
}
article br {
	display: none
}
br.no {
	display: inline
}
}
