/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup, 
nav,
section,
summary {
	display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
	display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
	display: none;
}
* {
    outline: none;
}
fieldset{
	margin:0;
	padding:0;
	border:0;
}
html {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
}
body, html{ 
	height: 100%;
}

body{
	font-family: 'Open Sans', sans-serif;
	margin:0;
	font-size:14px;
	background:#000;
	line-height:1.5;
	color:#fff;
}

input,
button,
select,
textarea{
	font-family: 'Open Sans', sans-serif;
}
select,
textarea,
input.input-text,
input[type=email],
input[type=text],
input[type=tel],
input[type=number],
input[type=password]{
	font-size:16px;
	color:#000;
	line-height:normal;
	background:transparent;
	border:1px solid #ccc;
	padding:12px 15px;
	width:100%;
	border-radius:5px;
}
select:focus,
textarea:focus,
input[type=email]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus{
	color:#000;
	border-color:#000;
}
p, h1, h2, h3, form{
	margin:0 0 20px 0;
	padding:0;
}
h1, h2{
	text-align:center;
}
#content{
	background:#fff;
	color:#000;
	padding:30px 20px;
}
#header{
	text-align:center;
	padding:15px;
}
#footer{
	text-align:center;
	padding:15px;
}
.text-center{
	text-align:center;
}
.btn.active,
.btn:hover,
.btn:active{
	background:#fff89e;
}
.btn{
	display:inline-block;
	color:inherit;
	border:0;
	margin:0;
	padding:15px 20px;
	background:#feed01;
	cursor:pointer;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
}
.alert{
	text-align:center;
	padding:10px;
	margin-bottom:10px;
}
.alert-danger{
	background:#ffd5d5;
	color:#ff0000;
}
.alert-success{
	background:#c9ffce;
	color:#078413;
}
.input{
	margin-bottom:10px;
}
.form-toolbar{
	margin-top:20px;
	text-align:center;
}
#enter-pin-form .input input{
	text-align:center;
}
#toolbar .btn{
	flex:1;
}
#toolbar{
	display:flex;
	margin:-30px -20px 30px -20px;
}
#toolbar .btn.active{
	background:#fff;
}
#blocks .block.active{
	display:block;
}
#blocks .block{
	display:none;
}
#video,
#photo{
	max-width:100%;
	height:auto;
}
