@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local('Montserrat-Regular'), url(Montserrat-Regular.woff) format('woff');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local('Montserrat-Bold'), url(Montserrat-Bold.woff) format('woff');
}
body, html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	color: #000;
	max-width: 600px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

p {
	line-height: 1.3em;
	font-size: 120%;
}

a {
	text-decoration: none;
	color: #fff;
}

h1 {
	font-size: 160%;
	text-transform: uppercase;
	text-align: center;
	color: #0087c4;
	padding: 0.5em 0;
	font-weight: 700;
}

h2 {
	text-transform: uppercase;
	font-size: 130%;
	margin: 0 0 0.5em 0;
}
h3 {
	margin: 0.8em 0 0 0;
	color: #838488;
}
h4 {
	text-align: center;
	text-transform: uppercase;
	color: #bdbec0;
}
hr {
	margin: 10% 0 5% 0;
}
.buttongroup {
	width: 100%;
	text-align: center;
}
.buttongroup a {
	border: 0.2em solid #838488;
	color: #838488;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding: 0.2em 0.8em 0.3em 0.8em;
	display: inline-block;
	margin-bottom: 0.2em;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}
.buttongroup a.active {
	background-color: #838488;
	color: #fff;
	border-color: #838488;
}

#container {
	min-height: 100%;
	position: relative;
}

#header, #header img {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #0087c4;
}

#header img {
	padding: 1% 0;
}

#output {
	width: 80%;
	padding: 10% 10% 0 10%;
}

#audioplayer {
	margin-top: 5%;
	width: 100%;
	text-align: center;
}
#hourglass {
	width: 100%;
	text-align: center;
}
#footer {
	margin-top: 10%;
	width: 100%;
	height: 50px;
	background-color: #0087c4;
	text-align: center;
}

#footer p {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	padding: 10px 0;
	color: #fff;
	text-transform: uppercase;
}

#myLoader
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 1024px;
	z-index: 2000000;
	background-color: rgba(0,0,0,0.7);
}
#myLoader .myLoader
{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #ffffff;
}
#myLoader img
{
	width: 31px;
	height: 31px;
	padding: 10px;
	-webkit-border-radius: 3px;
	background-color: #606061;
}

