﻿:root {
	font-size: 16px;
}
* {box-sizing: border-box;margin:0rem;padding:0rem;}
html { min-height: 100%;}
#wrapper {
	border: solid thin #cbcbcb;
	font-family: 'Roboto', sans-serif;
	font-size: 1.125rem;
	line-height: 1.8125rem;
	max-width: 590px;
	margin: 0.75rem auto;
	padding: 0rem;
	background: #fff url(bg.jpg) no-repeat left top;
	overflow: hidden;
	text-align: left;
	position: relative;
	color: #58585a;
	height: 581px;
}
article {
	margin: 0rem 0rem 0rem 0rem;
	padding: 8.5625rem 0.9375rem 0.9375rem 3.125rem;
}
header {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}
header img {
	position:relative;
	top:0rem;
	left:0rem;
	margin:0rem 0rem 0rem 0rem;
	text-align:right;
}
section {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
}
footer {
	margin: 1.6rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	text-align: justify;
	color: #fff;
	font-size: 0.905rem;
	line-height: 0.9375rem;
}
h1 {
	font-size: 1.78rem;
	margin: 0.7rem 0rem 0.7rem 0rem;
	line-height: 2.375rem;
	color: #f58221;
	}
h1 span {
	font-size: 60%;
	font-weight:normal;
}
h3 {
	font-size: 1.875rem;
	margin: 0.5rem 0rem 0rem 0rem;
	line-height: 1.9rem;
	color: #58585a;
}
p {
	margin-bottom: 1rem;
}
p:last-child {
	margin-bottom:0rem;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
ul {
	margin: 0rem 0rem 0rem 0rem;
	padding: 0rem 0rem 0rem 0rem;
	list-style: none;
}
ul li {
	padding-left: 1.8rem;
	background: url("iconli.png") no-repeat left 2px;
	text-align: left;
}
.clearfix {
	clear:both;
	font-size:0rem;
	line-height:0rem;
	display:block;
}
u{text-decoration: underline;}
em{font-style: italic;}

br{display: block;}
h3 span{
    font-size: 83%;
    margin-left: 7.5rem;
}
footer a{
    color: #fff;
}
footer p{
    margin-bottom: 0rem;
}
footer p:nth-of-type(3) strong img{
    margin-left: 1.625rem;
    display: inline-block;
}
footer p:nth-of-type(5){margin-top: 0.375rem;}
ul + p {margin-top: 0.625rem;font-size: 86%;color: #f58221;}
header{/* position: relative; */}
header>a{position: absolute;top: 3%;right: 5%;height: 14%;width: 44%;}
header > img{display: none;}
footer img{position: relative;top: 0.3125rem;}

@media screen and (max-width: 590px) {
	#wrapper{width: 100%;border:none;margin:0rem; height: auto;background: none;}
	article{ padding: 0.625rem; margin: 0rem 0rem 0rem 0rem;}
	br{display: none;}
	header,aside,footer { position: relative; top: 0rem; left: 0rem;}
	header{display:  block;overflow:  hidden;margin-bottom: 1rem;position: relative;}
	footer{text-align: left;margin-top: 1rem;background: #f07b2b;padding: 0.625rem;line-height: 19px;}
	aside{text-align: left;}
	section {margin: 0rem 0rem 0rem 0rem;padding: 0rem 0rem 0rem 0rem;}
	footer br{display: block;}
	h3 span{margin-left: 0;display: block;}
	header > img{display: block;}
	header>a {
    position: absolute;
    top: 21%;
    right: 5%;
    height: 65%;
    width: 44%;
}
footer p:nth-of-type(3) strong img{margin-left: 0px;}
footer p{margin-bottom: 7px;}
footer span{display: block;}
}