/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2017 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Typetype
 * License URL: https://www.fontspring.com/licenses/typetype/webfont
 *
 *
 */

@font-face {
    font-family: 'tt_polls_bold';
    src: url('assets/fonts/tt_polls_bold.woff2') format('woff2'),
         url('assets/fonts/tt_polls_bold.woff') format('woff'),
         url('assets/fonts/tt_polls_bold.ttf') format('ttf'),
         url('assets/fonts/tt_polls_bold.eot') format('eot'),
		 url('assets/fonts/tt_polls_bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*fontsPreloading used to load font by css*/
.fontsPreloading {
    display: absolute;
    width: 0;
    height: 0;
    z-index: -2;
    top: 50%;
    left: 50%;
    font-size: 0;
    overflow: hidden;
}


html
{
	width: 100%;
	height: 100%;
}

body
{
	margin:0px;
	padding:0px;
	width:  100%;
	height: 100%;
	font-family:'Arial';
	font-size: 10px;
	-webkit-text-size-adjust:none;
	color: #fff;
	display:block;
}

.bdCSS {
	background: #1f0427; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #ffad00 0%, #4F4E4C 50%, #302F2E 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffad00), color-stop(50%,#4F4E4C), color-stop(100%,#302F2E)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #302F2E 0%,#4F4E4C 50%,#302F2E 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #302F2E 0%,#4F4E4C 50%,#302F2E 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #302F2E 0%,#4F4E4C 50%,#302F2E 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  #000000 0%,#000000 50%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffad00', endColorstr='#ffd758',GradientType=0 ); /* IE6-9 */
	background: url('') no-repeat center center fixed;
	background-image:url('./assets/lofi/images/Background/TransitionBG.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0; 
	padding: 0;
	z-index: -4;
}

.bufferedintrobg
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -3;
	background: #1f0427;
	background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
	opacity: 0;
}

.bufferedbasebg
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
	background: #1f0427;
	background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
	opacity: 0;
}

.bufferedfgbg
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
	background: #1f0427;
	background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
	opacity: 0;
}

.bufferedfeaturebg
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -4;
	background: #1f0427;
	background: no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
	opacity: 0;
}

canvas
{
    outline:0;
    border:0;
    margin-left: auto;
    margin-right: auto;
}

span.meterLabel
{
	color: #FFFF00;
	font-size: 24px;
	text-shadow:1px 1px 1px #000000;
}

span.meterValue
{
	color: #FF0000;
	font-size: 24px;
	text-shadow:1px 1px 1px #000000;
}



/*=============== HELP =============== */

.Row
{
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
}
.Column
{
    display: table-cell;
}

.divhelp
{
	background-color: #000000; 	
    background: url('./assets/lofi/images/Background/FreeGameBG.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.returnBtn {
	margin: 0 auto;
	width: 70px;
	height: 70px;
	background: url(./help/return.png) no-repeat;
}


#copyRightStuff
{
	text-align: center;
	font-size: 16pt;
	
	text-shadow: #000000 -2px 2px, #000000 -1px 2px, #000000 0px 2px, #000000 1px 2px, #000000 2px 2px, #000000 -2px 1px, #000000 -1px 1px, #000000 0px 1px, #000000 1px 1px, #000000 2px 1px, #000000 -2px 0px, #000000 -1px 0px, #000000 0px 0px, #000000 1px 0px, #000000 2px 0px, #000000 -2px -1px, #000000 -1px -1px, #000000 0px -1px, #000000 1px -1px, #000000 2px -1px, #000000 -2px -2px, #000000 -1px -2px, #000000 0px -2px, #000000 1px -2px, #000000 2px -2px;
}


.panel {
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	display: inline-block;
	width: 75%;
	margin: 15px;
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
	
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	
	color: #000000;
	background-color: #ffffff;

	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 5px solid rgba( 213, 85, 5, 1);
	
	-webkit-box-shadow: 0px 0px 5px 4px #ff9600;
		-moz-box-shadow: 0px 0px 5px 4px #ff9600;
			-ms-box-shadow:	0px 0px 5px 4px #ff9600;
				box-shadow: 0px 0px 5px 4px #ff9600;
	
}

@media screen and (max-width: 900px) {
	.panel {
		text-align: center;
		box-sizing: border-box;
		display: inline-block;
		width: 90%;
		font-size: 2.5em;
		font-weight: bold;
		line-height: 1;
		
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
			box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
		
		color: #000000;
		background-color: #ffffff;

		border: 5px solid rgba( 213, 85, 5, 1);
		
		-webkit-box-shadow: 0px 0px 5px 4px #ff9600;
			-moz-box-shadow: 0px 0px 5px 4px #ff9600;
				-ms-box-shadow:	0px 0px 5px 4px #ff9600;
					box-shadow: 0px 0px 5px 4px #ff9600;
	}
	
	#paytable_paylines img {
		width: 650px;
	}
}

@media screen and (max-width: 700px) {
	.panel {
		text-align: center;
		box-sizing: border-box;
		display: inline-block;
		width: 90%;
		font-size: 2em;
		font-weight: bold;
		line-height: 1;
		
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
			box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
		
		color: #000000;
		background-color: #ffffff;

		border: 5px solid rgba( 213, 85, 5, 1);
		
		-webkit-box-shadow: 0px 0px 5px 4px #ff9600;
			-moz-box-shadow: 0px 0px 5px 4px #ff9600;
				-ms-box-shadow:	0px 0px 5px 4px #ff9600;
					box-shadow: 0px 0px 5px 4px #ff9600;
	}
	
	#paytable_paylines img {
		width: 500px;
	}
}

@media screen and (max-width: 550px) {
	.panel {
		text-align: center;
		box-sizing: border-box;
		display: inline-block;
		width: 90%;
		font-size: 1.5em;
		font-weight: bold;
		line-height: 1;
		
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
			box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
		
		color: #000000;
		background-color: #ffffff;

		border: 5px solid rgba( 213, 85, 5, 1);
		
		-webkit-box-shadow: 0px 0px 5px 4px #ff9600;
			-moz-box-shadow: 0px 0px 5px 4px #ff9600;
				-ms-box-shadow:	0px 0px 5px 4px #ff9600;
					box-shadow: 0px 0px 5px 4px #ff9600;
	}
	
	#paytable_paylines img {
		width: 360px;
	}
}

@media screen and (max-width: 420px) {
	.panel {
		text-align: center;
		box-sizing: border-box;
		display: inline-block;
		width: 90%;
		font-size: 1em;
		font-weight: bold;
		line-height: 1;
		
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
			box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
		
		color: #000000;
		background-color: #ffffff;

		border: 5px solid rgba( 213, 85, 5, 1);
		
		-webkit-box-shadow: 0px 0px 5px 4px #ff9600;
			-moz-box-shadow: 0px 0px 5px 4px #ff9600;
				-ms-box-shadow:	0px 0px 5px 4px #ff9600;
					box-shadow: 0px 0px 5px 4px #ff9600;
	}
	
	#paytable_paylines img {
		width: 300px;
	}
}



.leftAlign{
	text-align:left;
	padding-left: 30px;
	padding-right: 30px;
}

h1{
	font-size: 19pt;
}

.inner {
  display: table;
  margin: 0 auto;
  width: 70%;
}

.divTable {
	font-size: 1em;
	color: #eeee00;
	
	text-shadow: #490202 -2px 2px, #490202 -1px 2px, #490202 0px 2px, #490202 1px 2px, #490202 2px 2px, #490202 -2px 1px, #490202 -1px 1px, #490202 0px 1px, #490202 1px 1px, #490202 2px 1px, #490202 -2px 0px, #490202 -1px 0px, #490202 0px 0px, #490202 1px 0px, #490202 2px 0px, #490202 -2px -1px, #490202 -1px -1px, #490202 0px -1px, #490202 1px -1px, #490202 2px -1px, #490202 -2px -2px, #490202 -1px -2px, #490202 0px -2px, #490202 1px -2px, #490202 2px -2px;
}


.tableSides {
	text-align: center;
	width: 100%;
}


.listClass {
	font-size: 1em;
}


.ofAKind
{
	color: #ff9600;
	
	text-shadow: #490202 -2px 2px, #490202 -1px 2px, #490202 0px 2px, #490202 1px 2px, #490202 2px 2px, #490202 -2px 1px, #490202 -1px 1px, #490202 0px 1px, #490202 1px 1px, #490202 2px 1px, #490202 -2px 0px, #490202 -1px 0px, #490202 0px 0px, #490202 1px 0px, #490202 2px 0px, #490202 -2px -1px, #490202 -1px -1px, #490202 0px -1px, #490202 1px -1px, #490202 2px -1px, #490202 -2px -2px, #490202 -1px -2px, #490202 0px -2px, #490202 1px -2px, #490202 2px -2px;
}


.headClass {
	color: #ff9600;
	font-size: 2em;
	text-shadow: #490202 -2px 2px, #490202 -1px 2px, #490202 0px 2px, #490202 1px 2px, #490202 2px 2px, #490202 -2px 1px, #490202 -1px 1px, #490202 0px 1px, #490202 1px 1px, #490202 2px 1px, #490202 -2px 0px, #490202 -1px 0px, #490202 0px 0px, #490202 1px 0px, #490202 2px 0px, #490202 -2px -1px, #490202 -1px -1px, #490202 0px -1px, #490202 1px -1px, #490202 2px -1px, #490202 -2px -2px, #490202 -1px -2px, #490202 0px -2px, #490202 1px -2px, #490202 2px -2px;
}

.headClass2 {
	color: #ff9600;
	font-size: 1.2em;
	text-shadow: #490202 -2px 2px, #490202 -1px 2px, #490202 0px 2px, #490202 1px 2px, #490202 2px 2px, #490202 -2px 1px, #490202 -1px 1px, #490202 0px 1px, #490202 1px 1px, #490202 2px 1px, #490202 -2px 0px, #490202 -1px 0px, #490202 0px 0px, #490202 1px 0px, #490202 2px 0px, #490202 -2px -1px, #490202 -1px -1px, #490202 0px -1px, #490202 1px -1px, #490202 2px -1px, #490202 -2px -2px, #490202 -1px -2px, #490202 0px -2px, #490202 1px -2px, #490202 2px -2px;
}



/* ================ Handle Popup and Message Box ==================*/
.overlay
{
	top:32px; 
	display: none; 
	position: fixed; 
	width: 100%; 
	height: 100%; 
	background: #000000; 
	opacity: .70; 
	filter: alpha(opacity=70); 
	filter: 'alpha(opacity=70)';
}

#popup
{
	top: 32px;
	width: 100%; 
	background:#CCC; 
	display: none; 
	position: fixed;
	z-index:11;
}

h1.rtp
{
	color: #FFFFFF;
}