
* {
	box-sizing: border-box;
	margin: 0px; 
	padding: 0px;
}
html {
	min-height: 100%;
}
#wrapper {
	max-width: 938px;
	margin: 12px auto;
	border: 1px solid #000;
	padding: 0px;
	background-color: #fff;
	overflow: hidden;
	text-align: left;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
header {
	position: relative;
}
header a {
	position: absolute;
	top: 10%;
	left: 5%;
	width: 36%;
	height: 23%;
	display: inline-block;
	z-index: 100;
}
article {
	margin: 16px 0px 0px 0px;
	padding: 0px 40px;
}
footer {
	position: relative;
	background: url(bg-footer.jpg) no-repeat;
	padding: 20px 35px;
	background-size: 100% 100%
}
footer p{margin-bottom: 0px;}
footer p:nth-of-type(1){float: left;}
footer p:nth-of-type(1) span{display: block;
font-weight: bold;
color: #ff0000}
footer p:nth-of-type(2){float:right;margin-bottom: 0px;padding-top: 17px;
font-weight: bold;}
p {
	margin: 0px 0px 16px;
}

h1 {
	margin: 22px 0px 22px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 30px;
	line-height: 36px;
	color: #FF0000;
	font-weight: 400;
}
h1 span{display: block;
font-size: 20px;}
h2 {
	font-size: 22px;
	margin: 16px 0px 16px 0px;
	line-height: 26px;
}
h3 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	line-height: 22px;
	font-weight: 400;
	color: #008EC8;
}
a {
	color: #000;
	text-decoration: none;
}
ul {
	margin: 0px 0px 28px 0px;
	list-style: none;
}
ul li {
	padding-left: -10px;
}
li:before {
	content: "\2212";
	color: #008EC8;
	float: left;
	margin-left: 0px;
	font-size: 14px;
	text-indent: -20px;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border: none;
}
nav,
figure,
address {
	display: block;
	margin: 0px;
	font-style: normal;
	padding: 0px;
}
.clear { 
	clear: both; 
	margin: 0px;
	display: block;
	padding: 0px;
}
.left {
    float: left;
    width: 403px;
    margin-right: 43px;
	margin-bottom: 0px;
}
.right {
	float: left;
	width: 405px;
}

@media all and (max-width: 738px) {
	#wrapper {
		width: 100%;
		min-width: 200px !important;
		padding: 0px;
		border: none;
		margin: 0;
	}
	header {
		height: auto;	
		padding: 0;	
		width: auto;
		margin: 0px;
	}
	article {
		height: auto;
		padding: 0 10px;
		width: auto;
		margin: 0px;
	}

	footer {
		height: auto;	
		padding: 5%;	
		width: auto;
		margin: 0px;
	}
	.left {
		float: none;
		width: auto;
		margin-bottom: 3%;
	}
	.right {
		float: none;
		width: auto;
	}

}

