html {
	color: #000;
	font-family: helvetica-neue, helvetica, arial, sans-serif;
	font-size: 16px;
	background: #222;
	text-align: center;
}

html em {
	font-style: italic
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

img {
	border: 0
}
ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

body {
	background: #2e3033 url('../images/radials.png') no-repeat 0 0;
	max-width: 1100px;
	text-align: left;
	margin: 0 auto
}

#header {
	background: 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between
}

@media only screen and (max-width:600px) {
	#header {
		flex-direction: column;
		align-items: flex-start;
		flex-wrap: wrap
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#header #phone {
		min-width: 360px;
		height: auto;
	}
}

@-moz-document url-prefix() {
	#header #phone {
		min-width: 360px;
		height: auto;
	}
}

#header #phone {
	flex-grow: 1;
	max-width: 800px;
	height: auto;
	width: 33%;
	margin-top: 20px;
}

@media only screen and (max-width:600px) {
	#header #phone {
		width: 90%;
		flex-grow: 0;
		align-self: flex-end;
		margin-bottom: 20px
	}
}

#header #intro {
	min-width: 260px;
	padding: 30px;
	flex-grow: 2
}

#header #intro a {
	color:#fff;
	text-decoration:none;
}

#header img {
	margin:20px;
}

@media only screen and (max-width:600px) {
	#header #intro {
		padding: 40px 20px 20px
	}
}

#header #intro img {
	height: auto;
}

#header #intro #appicon {
	width: 180px;
	height: 180px;
}

@media only screen and (max-width:900px) {
	#header #intro #appicon {
		width: 150px;
		height: 150px
	}
}

@media only screen and (max-width:600px) {
	#header #intro #appicon {
		width: 120px;
		height: 120px
	}
}

#header h1 {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	line-height: 1em;
	padding-bottom: 20px;
}

@media only screen and (max-width:900px) {
	#header h1 {
		font-size: 36px
	}
}

@media only screen and (max-width:600px) {
	#header h1 {
		font-size: 30px
	}
}

#header h2 {
	font-size: 32px;
	font-weight: 300;
	color: #1b75bc;
	margin-bottom: 40px
}

@media only screen and (max-width:900px) {
	#header h2 {
		font-size: 28px
	}
}

@media only screen and (max-width:600px) {
	#header h2 {
		font-size: 22px
	}
}

#header p {
	font-size: 24px;
	font-weight: 300;
	color: #ccc;
	margin-bottom: 40px
}

@media only screen and (max-width:900px) {
	#header p {
		font-size: 21px
	}
}

@media only screen and (max-width:600px) {
	#header p {
		font-size: 18px
	}
}

#promo {
	background: #222;
	margin: 40px;
	padding: 30px 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	border-radius: 30px;
	color: #fff;
	font-size: 18px
}

@media only screen and (max-width:600px) {
	#promo {
		padding: 20px;
		margin: 20px 20px 40px
	}
}

@media only screen and (max-width:600px) {
	#promo {
		flex-wrap: wrap
	}
}

#promo div {
	flex-grow: 1;
	width: 50%
}

#promo div ul li {
	color: #bbb;
	line-height: 1.5em;
	padding-left: 1em;
	background: url('../images/bullet.png') no-repeat 0 .51em;
	background-size: 8px 8px
}

#promo #new {
	margin-right: 30px
}

#promo #new h2,
#promo #choose h2 {
	font-weight: 600;
	color: #ccc;
}

#promo #choose {
	border-left: 2px solid #1b75bc;
	padding-left: 30px
}

@media only screen and (max-width:600px) {
	#promo #choose {
		border-left: 0;
		border-top: 2px solid #1b75bc;
		margin-top: 20px;
		padding-left: 0;
		padding-top: 20px
	}
}

#promo h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px
}

@media only screen and (max-width:600px) {
	#promo h2 {
		font-size: 21px
	}
}

#screenshots {
	background: #2f3033;
	padding: 40px;
	border-top: 2px dashed #222;
	border-bottom: 2px dashed #222;
}

@media only screen and (max-width:600px) {
	#screenshots {
		padding: 20px 20px 0
	}
}

#screenshots h2 {
	font-size: 24px;
	color: #ccc;
	font-weight: 600;
	margin-bottom: 40px
}

#screenshots ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: stretch;
	justify-content: space-between;
	align-items: flex-start
}

@media only screen and (max-width:600px) {
	#screenshots ul {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center
	}
}

#screenshots ul li {
	flex-grow: 1;
	max-width: 180px;
	padding: 0 15px;
	text-align: center;
	font-size: 16px;
	font-weight: 400
}

@media only screen and (max-width:600px) {
	#screenshots ul li {
		max-width: none;
		flex-grow: 0;
		padding-bottom: 40px
	}
}

#screenshots ul li a {
	text-decoration: none;
	color: #aaa
}

#screenshots ul li img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px
}

#screenshots ul li:first-child {
	padding-left: 0
}

#screenshots ul li:last-child {
	padding-right: 0
}

@media only screen and (max-width:600px) {
	#screenshots ul li:first-child {
		padding-left: 15px
	}
	#screenshots ul li:last-child {
		padding-right: 15px
	}
}

#features {
	padding: 40px
}

@media only screen and (max-width:600px) {
	#features {
		padding: 40px 20px 20px
	}
}

#features h2 {
	font-size: 24px;
	color: #ccc;
	font-weight: 600;
	margin-bottom: 40px
}

#features ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between
}

#features ul li {
	color: #ccc;
	font-size: 18px;
	margin-bottom: 2em;
	width: 44%
}

@media only screen and (max-width:600px) {
	#features ul li {
		width: 100%
	}
}

#features ul li strong {
	font-weight: 600;
	color: #1b75bc;
	display: block
}

#features p {
	text-align: center;
	padding: 20px 0 40px
}

#features #support a, #features #support a:visited {
	color: #1b75bc;
}

#features #support b {
	color:#ccc;
}

#features #support{
	color:#aaa;
}

#features .download{
	margin-left:10px;
}

#help {
	background-color: #eee;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 40px 40px 20px
}

@media only screen and (max-width:600px) {
	#help {
		padding: 40px 20px 20px
	}

	#features .download{
		margin-left:0px;
		margin-top:0px;
	}
}

@media only screen and (max-width:600px) {
	#help {
		flex-direction: column;
		align-items: flex-start
	}
}

#help h2 {
	color: #222;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 40px
}

@media only screen and (max-width:600px) {
	#help h2 {
		font-size: 21px
	}
}

#help h3 {
	color: #333;
	font-size: 18px;
	font-weight: 600
}

#help h3 a:hover {
	color: #1b75bc
}

#help p {
	color: #444;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 40px
}

#help #faq {
	flex-grow: 2;
	max-width: 600px;
	padding-right: 20px
}

#help #faq h2 {
	background: url('../images/info.svg') no-repeat 0 .35em;
	padding: 10px 0 10px 40px;
	background-size: 32px 32px
}

#help #contact {
	flex-grow: 1;
	max-width: 300px
}

#help #contact h3 {
	margin-bottom: .1em
}

#help #contact h2 {
	background: url('../images/help.svg') no-repeat 0 .35em;
	padding: 10px 0 10px 40px;
	background-size: 32px 32px
}

#footer
{
	text-align: center;
	padding-bottom: 20px;
}

#footer p {
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
	color: #aaa
}

#footer p > a {
	color: #aaa;
	text-decoration: none;
}