/* Standard */
* {
	margin: 0;
	padding: 0;
}

html {
	min-height: 100%;
}

body {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	background-color: #FFF;
	color: #000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 18px;
	line-height: 24px;
}

img {
	max-width: 100%;
	width: auto;
	/* ie8 */
	height: auto;
	border: none;
	display: block;
}

a {
	color: #000;
	text-decoration: none;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure,
p {
	display: block;
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	max-width: 870px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #000;
	background-color: #fff;
}

header {
	padding: 45px 75px;
}

header figure:nth-of-type(1) {
	float: left;
}

header figure:nth-of-type(2) {
	float: right;
}

article {
	padding: 20px 85px 55px 75px;
}

article section:nth-child(1) {
	float: left;
	width: 350px;
}

article section:nth-child(2) {
	float: right;
	width: 350px;
}

footer {
	padding: 0px 74px 30px;
	font-size: 11px;
	line-height: 14px;
	color: #D51030;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

footer a {
	color: #D51030;
}

footer p {
	margin-bottom: 14px;
}

p {
	margin-bottom: 20px;
}

.clearfix {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

h1 {
	text-align: left;
	color: #808080;
	font-weight: bold;
	font-size: 28px;
	line-height: 33px;
	margin: 25px 0;
}

h1+p {
	margin-top: 3px;
}

h2 {
	text-align: left;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	padding-top: 20px;
}

ul {
	padding: 0 0 20px;
	list-style-image: url();
	list-style: none;
}

ul li {
	background: url(icon.jpg) 0 10px no-repeat;
	padding-left: 42px;
}

.cen {
	text-align: center
}

.text {
	margin-bottom: 20px;
}

footer aside:nth-of-type(1) {
	width: 32%;
	margin-right: 2%;
	float: left;
}

footer aside:nth-of-type(2) {
	width: 32%;
	margin-right: 2%;
	float: left;
}

footer aside:nth-of-type(3) {
	width: 32%;
	float: left;
}

.jus {
	text-align: justify;
}

.box {
	position: relative;
	padding-left: 135px;
}

.box span {
	display: block;
	position: absolute;
	z-index: 3;
	left: 0;
}

@media only screen and (max-width:870px) {
	body {
		font-size: 16px;
		line-height: 20px;
	}

	.no {
		display: none
	}

	#wrapper {
		border: none;
	}

	header {
		padding: 3%
	}

	.box {
		padding-left: 115px;
	}

	header figure:nth-of-type(1) {
		float: left;
		margin-bottom: 10px;
	}

	header figure:nth-of-type(2) {
		float: right;
	}

	article {
		padding: 3%;
	}

	footer {
		padding: 3%;
	}

	p {
		margin-top: 16px;
	}

	h1 {
		text-align: left;
		color: #808080;
		font-weight: bold;
		font-size: 22px;
		line-height: 26px;
	}

	h1+p {
		margin-top: 3px;
	}

	h2 {
		text-align: left;
		color: #000;
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		padding-top: 20px;
	}

	ul {
		list-style-image: url();
		list-style: none;
	}

	ul li {
		background: url(icon.jpg) 0 7px no-repeat;
		padding-left: 14px;
	}

	.cen {
		text-align: center
	}

	footer br {
		display: block;
	}

	span {
		white-space: nowrap;
	}
}

@media only screen and (max-width:600px) {
	footer br {
		display: block;
	}

	footer aside:nth-of-type(1) {
		width: 100%;
		float: left;
	}

	footer aside:nth-of-type(2) {
		width: 100%;
		float: left;
	}

	footer aside:nth-of-type(3) {
		width: 100%;
		float: left;
	}

	.jus {
		text-align: left;
	}
}