@import url("https://fonts.googleapis.com/css?family=Open+Sans");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

body,
html {
	height: 100%
}

body {
	min-width: 320px;
	overflow-x: hidden;
	font-family: Open Sans, Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	color: #282828;
	z-index: 0
}

h1,
h2 {
	font-size: 1.875em
}

h1,
h2,
h3 {
	line-height: 1.3em
}

h3 {
	font-size: 1em
}

h4 {
	font-size: 1.3125em
}

h4,
h5 {
	line-height: 1.3em
}

h5 {
	font-size: 1em
}

.hidden {
	display: none
}

.c--primary {
	color: #e82121
}

.c--accent {
	color: hsla(0, 63%, 64%, .3)
}

.c--red {
	color: #ea5555
}

.c--green {
	color: rgba(61, 178, 46, .7)
}

.tt--u {
	text-transform: uppercase
}

.fw--b {
	font-weight: 700
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.btnbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn,
.btnbox {
	text-align: center
}

.btn {
	display: inline-block;
	border: none;
	color: #fff;
	text-decoration: none;
	background-color: #e82121;
	padding: 18px 20px;
	width: 100%;
	max-width: 240px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 0 5px 5px 0;
	position: relative;
	vertical-align: middle;
	outline: none;
	cursor: pointer;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.btn:hover {
	background-color: #d91616;
	box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 8px 16px rgba(0, 0, 0, .36)
}

.btn:active {
	background-color: #c21414
}

.btn--accent {
	background-color: hsla(0, 63%, 64%, .3);
	border-radius: 5px 0 0 5px
}

.btn--accent:hover {
	background-color: rgba(216, 84, 84, .3)
}

.btn--accent:active {
	background-color: rgba(212, 63, 63, .3)
}

.btn--full {
	border-radius: 5px
}

.main {
	z-index: 1
}

.main,
.stepbox {
	position: relative;
	width: 100%;
	height: 100%
}

.step {
	max-width: 600px;
	padding: 20px;
	position: relative;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	color: #fff;
	font-size: 1.3125em
}

.step__header {
	margin: 20px 0
}

.step__header h1,
.step__header h2 {
	text-align: center
}

.step__header h1,
.step__header h2,
.step__header h5 {
	text-shadow: 0 0 1px #000, 0 0 1px #000;
	text-transform: uppercase;
	font-weight: 700
}

.step__body {
	margin-bottom: 40px
}

.step__body p {
	text-align: justify;
	text-indent: 1em;
	text-shadow: 0 0 1px #000, 0 0 1px #000
}

.step__body .timer {
	display: block;
	font-size: 2.25em;
	text-align: center;
	text-indent: 0;
	margin-bottom: 10px
}

.step:first-child {
	display: block
}

#vegas {
	background-image: url(../img/d6.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

#vegas,
#vegas:after {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

#vegas:after {
	content: "";
	display: block;
	z-index: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .3)
}

@media (min-width:320px) and (max-width:767px) {
	h1 {
		font-size: 1.5em
	}
	.step {
		font-size: 1.125em
	}
}

@media (min-width:1024px) {
	#vegas {
		background-image: url(../img/d6.jpg)
	}
}

@media screen and (min-width:320px) and (max-width:991px) and (orientation:landscape) {
	html {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transform-origin: left top;
		transform-origin: left top;
		width: 100vh;
		height: 100vw;
		overflow-x: hidden;
		position: absolute;
		top: 100%;
		left: 0
	}
}