@charset "UTF-8";
/* CSS Document */

body{
	background: none;
	width: 100% !important;
	zoom: none;
}

*{
	max-width: 320px;
}

#header, #content, #footer{
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#header{
	background: url(../images/header_smartphone.jpg);
	background-size: cover;
	height: 260px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#logo{
	background: none;
	text-align: center;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	zoom: 1;
	width: 100%;
}

#logo, #navigation a{
	margin: 0 auto;
	display: block;
	width: 320px;
	border-bottom: 1px solid rgba(255,255,255,.5);
	padding: 10px 0;
	float: none;
	margin: 0;
}

#navigation ul, #navigation li{
	margin: 0 auto !important;
	padding: 0 !important;
}

#content{
	padding: 5px 10px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

article, h1, h2, h3, h4, h5, h6, p{
	max-width: 260px;
	line-height: 1.4;
}

h1, h2{
	font-size: 24px;
	margin-bottom: 8px;
}

h3, h4, h5, h6, p{
	font-size: 16px;
}

img, video, audio, object, figure{
	display: block;
	width: 260px;
	height: auto;
	max-height: 320px;
	margin: 5px 0;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"]{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}