/*! normalize.css v1.0.1 | MIT License | HTML5 Boilerplate */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: sans-serif;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:active, a:hover {
	outline: 0;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
html, button, input, select, textarea {
	color: #222;
}
img {
	vertical-align: middle;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/* ============================ Main */


body {
	font-size: .9em;
	font-family: sans-serif;
}
section {
	padding: 0 3%;
}
.wrap {
	width: 70%;
}
a {
	text-decoration: none;
}
.apps img {
	width: 35%;
	max-width: 145px;
}
.bg {
	position: absolute;
	top: 55px;
	left: 0;
	z-index: -1;
}
.btn-start {
	margin: 0 0 .7em;
	width: 64%;
	display: block;
}
.btn-start img {
	max-width: 269px;
}
h1 {
	margin: 10.169% 0 35.5%;
}
h2 {
	margin: 0 0 7%;
	color: #000;
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: normal;
}
img {
	width: 100%;
}
p {
	margin-bottom: .35em;
	display: block;
	color: #696969;
	font-weight: 200;
	font-size: 70%;
}
.store-icon {
	float: left;
	margin-right: 5%;
}
small {
	margin: 1% 0 2%;
	display: block;
}
small, small a {
	color: #696969;
	font-size: 80%;
	font-weight: 200;
}
small a {
	border-bottom: 1px solid #696969;
}
.nowrap {
	white-space: nowrap;
}
@media only screen and (max-width: 240px) {
	body { 
		font-size: .8em;
	}
}
 @media only screen and (min-width: 480px) {
 body {
 font-size: 1em;
}
 h1 {
	margin: 10.169% 0 36.5%;
}
 h2 {
 width: 88%;
}
 p {
 font-size: 70%;
}
 small {
 font-size: 80%;
}
}
 @media only screen and (min-width: 520px) {
	 h1 {
	margin: 10.169% 0 37.5%;
}
 h2 {
 width: 100%;
 font-size: 1.4em;
}
}

/* header fix */
header .searchIcon {left:145px!important}
header #searchBox {left:140px!important}
footer {padding-top:30px}