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,
b, 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;
}
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;
}
html,body {
	margin:0;
	padding:0;
	background-color:#000;
}
body *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
@font-face {
	font-family: 'bebas_neuebold';
	src: url('../../../../../wp-content/plugins/slotslib/assets/fonts/bebasneue_bold-webfont.eot');
	src: url('../../../../../wp-content/plugins/slotslib/assets/fonts/bebasneue_bold-webfont.eot#iefix') format('embedded-opentype'),
	url('../../../../../wp-content/plugins/slotslib/assets/fonts/bebasneue_bold-webfont.woff') format('woff2'),
	url('../../../../../wp-content/plugins/slotslib/assets/fonts/bebasneue_bold-webfont.woff') format('woff'),
	url('../../../../../wp-content/plugins/slotslib/assets/fonts/bebasneue_bold-webfont.ttf') format('truetype'),
	url('../../../../../wp-content/plugins/slotslib/assets/fonts/bebasneue_bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.wrapper{
	max-width: 800px;
	margin: 0 auto;
}
.header {
	background: #fff;
	height: 125px;
}
.header h1 {
	color: #029f54;
	font-family: bebas_neuebold, sans-serif;
	font-size: 3em;
}
.header .wrapper{
	background: #fff url("../../../../../wp-content/plugins/slotslib/assets/images/cog.jpg") no-repeat 0px -15px;
	height: 124px;
	padding: 16px 90px 15px 190px;
}
#inst_wrapper{
	display: table;
	height: 100%;
	margin-top: -62.5px;
}
div#instructions {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #029f54;
	color: #fff;
}
div#instructions a.close-top {
	color: #fff;
	font-size: 3em;
	text-decoration: none;
	right: 30px;
	top: 0px;
	position: absolute;
	line-height: 1;
}
div#instructions .ins-content {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	font-size: .9em;
	font-family: Arial;
	line-height: 1.2em;
	font-weight: normal;
}
a#close {
	position: absolute;
	right: 23px;
	top: 16px;
	opacity: .5;
	transition: all .3s ease-in;
}
a#close:hover {
	opacity: 1;
}
ul{
	margin: 20px 0;
}
li {
	margin-bottom: 10px;

}
li.li_0,
li.li_1,
li.li_2,
li.li_3,
li.li_4{
	padding-left: 50px;
	position: relative;
}
li.li_0:before,
li.li_1:before,
li.li_2:before,
li.li_3:before,
li.li_4:before{
	position: absolute;
	content: "";
	width: 26px;
	height: 26px;
	background: url("../../../../../wp-content/plugins/slotslib/assets/images/numbers.png") no-repeat 0px 0px;
	left: 13px;
	top: 50%;
	margin-top: -13px;
}
li.li_1:before{
	background-position: -26px 0px;
}
li.li_2:before{
	background-position: -53px 0px;
}
li.li_3:before{
	background-position: -80px 0px;
}
li.li_4:before{
	background-position: -107px 0px;
}
h3{
	text-align: center;
	color: #ffd800;
	font-weight: bold;
	font-size: 1.1em;
}
#bxr-iframe{
	height: 100vh;
}
.game-overlay {
	position: absolute;
	left: 0;
	top:0;
	z-index: 3;
}
.game-overlay.position-left{
	height: 100%!important;
}
.game-overlay.position-right{
	height: 100%!important;
	left: auto;
	right: 0;
}
.game-overlay.position-top{
	width: 100%!important;
}
.game-overlay.position-bottom{
	width: 100%!important;
	bottom: 0;
	top: auto;
}