@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400&display=swap');

/*Global*/

body, body * {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0 none;
	vertical-align: baseline;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.canvas_size {
	position: absolute;
	width: 300px;
	height: 600px;
}

#ad {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	overflow: hidden;
	visibility: hidden;
	z-index: 1;
}

.sprite {
	display: inline-block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(sprite.png);
	background-size: 1500px 600px;
}

#exit {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 100;
	cursor: pointer;
    display:block;
}
.fontFix {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: visible;
	-ms-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


sup {
	vertical-align: super;
	line-height: 0;
}

.border {
    
    -webkit-box-shadow: 0 0 0 1px #000 inset;
    box-shadow: 0 0 0 1px #000 inset;
    pointer-events:none;  
	z-index: 115;
}


a, a:visited, a:active, a:hover { 
  color: #393d47;
}



/*Main*/


#bg {
	position: absolute;
	width: 3800px;
	height: 2500px;
	top: -1000px;
	left: -1740px;
	z-index: 10; 
	background-image: url("bg_gld.jpg");
	background-repeat: 	repeat;
	background-size:760px 500px;
	background-position:95px 62px;
    display: block;
}


#legalsBut {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 142px;
	height: 23px;
	cursor: pointer;
	z-index: 100;
}


#legal {
	position: absolute;
	background-position: -1200px 0px;
	top: 0px;
	left: 0px;
	z-index: 50;
}


#headline1 {
	position: absolute;
	background-position: 0px 0px;
	top: 0px;
	left: 0px;
	z-index: 50;
}


#headline2 {
	position: absolute;
	background-position: -300px 0px;
	top: 0px;
	left: 0px;
	z-index: 50;
}

#logo {
	top: 0px;
	left: 0px;
	position: absolute;
	background-position: -600px 0px;
	z-index: 50;
	cursor: pointer;
}



#tagline {
	position: absolute;
	background-position: -900px 0px;
	top: 0px;
	left: 0px;
	z-index: 50;
}



#cta {
	position: absolute;
	height: 15px;
    width:215px;
	top: 309px;
	left: 50px;
	overflow: hidden;
	z-index: 50; 
	cursor: pointer;
	background-image: url("arrow.png");
	background-repeat: no-repeat;
	background-size:215px 30px;
	background-position: 0px 0px;
    display: block;
}





/*reels*/


#reels {
	position: absolute;
	width: 169px;
	height: 94px;
	top: 152px;
	left: 72px;
	z-index: 50;
	background-image: url("bars.png");
	background-repeat: no-repeat;
	background-size:169px 94px;
    overflow: hidden;
}


#one {
	position: absolute;
	width: 169px;
	height: 172px;
	top: 0px;
	left: 0px;
	background-image: url("one.png");
	background-repeat: no-repeat;
	background-size:169px 172px;
	z-index: 50;
    overflow: hidden;
}

#two {
	position: absolute;
	width: 169px;
	height: 344px;
	top: 0px;
	left: 0px;
	background-image: url("two.png");
	background-repeat: no-repeat;
	background-size:169px 344px;
	z-index: 50;
    overflow: hidden;
}

/* bar */

#tab {
	position: absolute;
	background-color: #f06c00;
	width: 13px;
	height: 600px;
	top: 0px;
	left: 0px;
	z-index: 51;
    overflow: hidden;
}

#tab1 {
	position: absolute;
	background-color: #fff;
	width: 33px;
	height: 250px;
	top: 300px;
	left: 0px;
	z-index: 55;
}


#tab2 {
	position: absolute;
	background-color: #fff;
	width: 33px;
	height: 250px;
	top: 150px;
	left: 0px;
	z-index: 54;
}
#tab3 {
	position: absolute;
	background-color: #fff;
	width: 33px;
	height: 250px;
	top: 100px;
	left: 0px;
	z-index: 53;
}



/*Legal*/

#legalsPanel {
	top: 600px;
	background-color: #fff;
	z-index: 110;
}

#legalsPanelHolder {
	position: absolute;
	top: 0px;
	width: 300px;
	height: 600px;
	cursor: pointer;
	overflow-y: scroll;
	overflow-x: hidden;
}

#legalsPanelInner {
	position: absolute;
	left: 15px;
	top: 0px;
	width: 250px;
	font-size: 13px;
	line-height: 16px;
	color: #393d47;
	padding-top: 15px;
	padding-bottom: 15px;
}

#closeLegalsBut {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 285px;
	height: 15px;
	font-size: 15px;
	line-height: 15px;
	color: #393d47;
	text-align: right;
	padding-top: 10px;
	cursor: pointer;
	font-weight:700;
}

.smallLegals {
	font-size: 11px;
	line-height: 13px;
}


/* custom scrollbar */

/* Works on Chrome, Edge, and Safari */
::-webkit-scrollbar {
  width: 13px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #c8cacd;
  border: 3px solid transparent;
  background-clip: content-box;
}

/* Works on Firefox */
* {
  scrollbar-width: thin !important;
  scrollbar-color: #c8cacd #fff !important;
}













