/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
b { font-size: 19px; color: #32a7e0; }
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
    font-family: 'springsteel_ligregular';
    src: url('fonts/springsteel-lig-wf.eot');
    src: url('fonts/springsteel-lig-wf.eot?#iefix') format('embedded-opentype'),
         url('fonts/springsteel-lig-wf.woff') format('woff'),
         url('fonts/springsteel-lig-wf.ttf') format('truetype'),
         url('fonts/springsteel-lig-wf.svg#springsteel_ligregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: springsteel_ligregular, Arial, Verdana, Courier;
	font-size: 17px;
	background-color: #ffffff;
	color: #000000;
}

h1 {
	font-size: 60px;
	color: #32a7e0;
	line-height: 95px;
}

h1 span {
	color: #010101;
}

h2 {
	color: #404040;
	font-size: 30px;
	margin-bottom: 5px;
	margin-top: 20px;
}
h2:first-child {
	margin-top: 0px;
}

p {
	margin: 15px 0px;
	line-height: 20px;
	font-family: Calibri, Arial;
}
p a {
	color: #000000;
	text-decoration: underline;
}
p a:hover {
	color: #32a7e0;
}

.clear {
	clear: both !important;
	border: none !important;
	margin: 0 !important;
	height: 0px !important;
	dth: auto !important;
}


div.sitecontainer {
	margin: 0 auto;
	max-width: 975px;
	padding: 0px 5px;
}
div.header {
	max-width: 975px;
	height: 252px;
	background: #000000 url('../images/headerbackground.jpg') no-repeat left top;
	position: relative;
}
ul.menu {

	padding: 0px 25px;

}
ul.menu li:first-child {
	margin-left: 0px;
}
ul.menu li {
	display: inline-block;

	line-height: 46px;
	margin-left: 43px;
	font-size: 24px;
}
ul.menu li a {
	color: #ffffff;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #915636;
}
ul.menu li a.active {
	color: #5c3121;
}
div.slogan {
	position: absolute;
	background: transparent url('../images/sloganbackground.png') repeat left top;
	top: 78px;
	right: 0px;
	width: 459px;
	height: 112px;
	color: #ffffff;
	font-size: 40px;
	line-height: 48px;
	text-align: center;
	padding: 5px 30px 0px 0px;
	box-sizing: border-box;
}
div.contentscontainer {
	background-color: #ededed;
}
div.contentscontainer div.left {
	background-color: #ffffff;
	float: left;
	width: 561px;
	padding: 42px 25px;
	min-height: 300px;
	color: #888888;
}
div.left div.screenshots {
	text-align: center;
}
div.contentscontainer div.right {
	float: left;
	width: 364px;
	padding-top: 42px;
}
div.right a.download {
	display: block;
	float: left;
	margin: 0px 0px 31px 41px;
	position: relative;
	width: 282px;
	height: 93px;
	text-decoration: none;
	color: #5a5959;
}
a.download div.image {
	position: absolute;
	width: 93px;
	height: 93px;
	top: 0px;
	left: 0px;
	background: transparent url('../images/appicon.png') no-repeat left top;
}
a.download div.description {
	position: absolute;
	left: 113px;
	top: 0px;
	width: 169px;
	text-decoration: none;
	font-size: 18px;
}
a.download div.button {
	position: absolute;
	top: 56px;
	left: 113px;
	width: 169px;
	line-height: 34px;
	text-align: center;
	background-color: #32a7e0;
	color: #ffffff;
	font-size: 23px;
	border-radius: 8px;
}
a.download div.button:hover {
	background-color: #000000;
}
div.right div.usps {
	float: left;
	width: 282px;
	padding: 25px 41px;
	background-color: #f9f9f9;
	color: #5a5959;
	font-size: 18px;
}
div.usps ul {
	list-style: none inside url('../images/checkmark.png');
	font-size: 15px;
}
div.usps ul li { padding-right: 10px; }

div.right a#social {
	display: block;
	margin:10px 0px 0px 42px;
	height: 24px;
	background-image: url('../images/facebook-icon.png');
	background-position: center left;
	background-repeat: no-repeat;
	padding: 10px 0px 0px 30px;
	color: #000000;
	text-decoration: none;
}
div.right a#social:hover { text-decoration: underline; }

div.footer {
	margin: 10px 0px;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	color: #aaaaaa;
}

div.menucontainer {
	background-color: #32a7e0;
	position: relative;
	box-sizing: border-box;
	padding-right: 175px;
}
div.menucontainer > .button {
	position: absolute;
	bottom: 6px;
	right: 6px;
	background-color: #eda400;
}
div.menucontainer > .button:hover { background-color: #ffc542; color: #000; }
.android-phone {
	margin: 0 auto 30px auto;
	position: relative;
	width: 219px;
	display: block;
}
img.int { margin-right: 15px; }
img { max-width: 100%; }


@media only screen and (max-width: 780px) {
	ul.menu li {
		margin-left: 0px;
	}
	ul.menu li {
		display: block;
	}
	div.menucontainer {
		padding-right: 0px;
	}
	div.menucontainer a.button {
		display: none;
	}
	h1 {
		font-size: 44px;
		line-height: 75px;
	}
}
@media only screen and (max-width: 460px) {
	div.header .slogan {
		width: 100%;
		padding: 10px 10px 0px 10px;
		font-size: 35px;
		left: 0px;
		right: auto;
	}
	div.contentscontainer div.right {
		clear: both;
		width: 100%;
	}
	div.contentscontainer div.left {
		padding: 20px 0px;
		clear: both;
		width: 100%;
		min-height: 0;
	}
	div.right div.usps {
		width: 100%;
		box-sizing: border-box;
	}
}