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

body {
	margin: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: rgb(0,0,0);
}

#error {
	display: none;
	color: red;
	margin-top:10px;
	text-transform: uppercase;
}
small {
	color: rgb(153,153,153);
}
.screengrab {
	width: 180px;
	height: auto;
}
header {
	height: 43px;
	border-bottom: 1px solid rgb(220,220,220);
	text-align: center;
	color: rgb(0,0,0);
	position: fixed;
	background-color: rgba(250,250,250,0.95);
	width: 100%;
	z-index: 1000;
}
header h1 {
	font: normal 18px/43px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.content {
	width: 320px;
	margin: 0 auto;
	padding: 44px 0 0 0;
}
.screengrabs {
	margin: 0 auto 43px;
	background-color: rgb(235,235,235);
	height: 260px;
	overflow: hidden;
	width: 100%;
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid rgb(220,220,220);
	border-top: 1px solid rgb(220,220,220);
	box-sizing: border-box;
}
.screengrabs-list {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 1200px;
	height: 450px;
	overflow: hidden;
}
.screengrabs li {
	margin: 0 10px 0 0;
	padding: 0;
	display: block;
	float: left;
}
.screengrab {
	width: 150x;
	height: auto;
}
.app-icon {
	width: 72px;
	height: 72px;
	border-radius: 8px;
	background-color: black;
	margin: 0 auto 6px;
	background-image: url(../images/icon-2x.png);
	background-position: center center;
	background-size: cover;
}
.app-details {
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
}
.download {
	padding: 22px 0;
}
.download-link {
	display: block;
	border: 1px solid green;
	border-radius: 4px;
	padding: 0 6px;
	text-decoration: none;
	width: 70%;
	margin: 8px auto 0;
	color: green;
	box-sizing: border-box;
	text-align: center;
	line-height: 35px;
}
.feedback-link {
	display: block;
	border: 1px solid rgb(153,153,153);
	border-radius: 4px;
	padding: 0 6px;
	text-decoration: none;
	width: 70%;
	margin: 8px auto 0;
	color: rgb(153,153,153);
	box-sizing: border-box;
	text-align: center;
	line-height: 35px;
}
.copyright {
	line-height: 43px;
	font-size: 11px;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: rgba(250,250,250,0.95);
	border-top: 1px solid rgb(220,220,220);
	z-index:1000;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

/* form */

//FORM RESET textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 -webkit-background-clip: padding;
 -moz-background-clip: padding;
 background-clip:padding-box;
 -webkit-border-radius:0;
 -moz-border-radius:0;
 -ms-border-radius:0;
 -o-border-radius:0;
 border-radius:0;
 -webkit-appearance:none;
 background-color:#fff;
 color:#000;
 outline:0;
 margin:0;
 padding:0;
 text-align: left;
 font-size:13px;
 height: 1em;
 vertical-align: middle;
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.field-password {
	-webkit-appearance: none;
	box-shadow: none;
	background: none;
	display: block;
	border: 1px solid rgb(204,204,204);
	border-radius: 4px;
	padding: 0 6px;
	text-decoration: none;
	width: 70%;
	margin: 8px auto 0;
	color: rgb(0,0,0);
	box-sizing: border-box;
	text-align: center;
	line-height: 35px;
	font-size: 13px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.button-submit {
	box-shadow: none;
	background: none;
	display: block;
	border: 1px solid green;
	border-radius: 4px;
	padding: 0 6px;
	text-decoration: none;
	width: 70%;
	margin: 8px auto 0;
	color: green;
	box-sizing: border-box;
	text-align: center;
	line-height: 35px;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media screen and (max-width:300) {
.screengrabs {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}
}
