/* =Reset Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a img {
	border: 0;
}

/* =Global
----------------------------------------------- */
html {
	height: 100%;
}

body {
	font-family: AvenirNext-Regular, Roboto-Light, Helvetica, sans-serif;
	height: 100%;
	font-size: 10pt;
}

#wrapper {
	padding-top: 3em;
	height: 100%
}

#header {
	text-align: center;
}

#header .headline {
	display: inline-block;
	font-weight: 300;
	line-height: initial;
	font-size: 2.2em;
	max-width: 95%;
}

#header .headline i {
	vertical-align: top;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 1.8em;
	padding-bottom: 5.5em;
	text-align: center;
	color: white;
	line-height: initial;
}

#footer .download-ctr {
	color: white;
	background: transparent;
	padding: 0.6em 1.2em 0.6em 1.2em;
	border: 0.1em solid white;
	-moz-border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
}

.logo_pandora {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 4em;
	margin-bottom: 15px;
}
