@charset "UTF-8";

/*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;
}

.canvasSize {
	position: absolute;
	width: 640px;
	height: 480px;
}

#ad {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #393d47;
	font-family: Arial, Helvetica, 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:1280px 270px;
}

#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*/

#slate {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #393D47;
    display: block;
	z-index: 40;
	overflow: hidden;
}
#white {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("white.png");
	background-repeat: no-repeat;
	background-size:640px 480px;
    display: block;
	z-index: 10; 
}


#headline1 {
	position: absolute;
	width: 640px;
	height: 51px;
	background-position: 0px 0px;
	top: 110px;
	left: 0px;
	z-index: 70;
	overflow: hidden;
}


#headline2 {
	position: absolute;
	width: 640px;
	height: 124px;
	background-position: 0px -51px;
	top: 161px;
	left: 0px;
	z-index: 70;
	overflow: hidden;
}

#fund1 {
	position: absolute;
	width: 260px;
	height: 90px;
	background-position: -640px -51px;
	top: 161px;
	left: 0px;
	z-index: 70;
	overflow: hidden;
}

#fund2 {
	position: absolute;
	width: 131px;
	height: 90px;
	background-position: -900px -51px;
	top: 161px;
	left: 260px;
	z-index: 70;
	overflow: hidden;
}

#fund3 {
	position: absolute;
	width: 250px;
	height: 90px;
	background-position: -1030px -51px;
	top: 161px;
	left: 390px;
	z-index: 70;
	overflow: hidden;
}


#headline3 {
	position: absolute;
	width: 320px;
	height: 65px;
	background-position: 0px -205px;
	top: 315px;
	left: 0px;
	z-index: 60;
	overflow: hidden;
}

#headline4 {
	position: absolute;
	width: 320px;
	height: 65px;
	background-position: -320px -205px;
	top: 315px;
	left: 320px;
	z-index: 60;
	overflow: hidden;
}


#cta {
	position: absolute;
	width: 640px;
	height: 65px;
	background-position: -640px -140px;
	top: 250px;
	left: 0px;
	z-index: 50;
	overflow: hidden;
}


#fund0 {
	position: absolute;
	width: 640px;
	height: 52px;
	background-position: -640px 0px;
	top: 110px;
	left: 0px;
	z-index: 70;
	overflow: hidden;
}


#legalsBut {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 96px;
	height: 19px;
	cursor: pointer;
	z-index: 100;
	/* border: solid red 1px; */
}



#linesBg {
	position: absolute;
	width:  150px;
	height:  150px;
	background-repeat: no-repeat;
	z-index: 9;
	left: 260px;
	top: 320px;
	overflow: hidden;
	background-color: #f06c00;
}




#line1 {
	background-color: #fff;
	width: 150px;
	height: 13px;
	y: 48px;
	left: 0px;
	z-index: 24;
}


#line2 {
	background-color:  #fff;
	width: 150px;
	height: 13px;
	y: 33px;
	left: 0px;
	z-index: 24;
}
#line3 {
	background-color: #fff;
	width: 150px;
	height: 13px;
	y: 28px;
	left: 0px;
	z-index: 24;
}


#line4 {
	background-color: #fff;
	width: 150px;
	height: 13px;
	y: 38px;
	left: 0px;
	z-index: 24;
}





/* legals */

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

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

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

#closeLegalsBut {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 625px;
	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;
}

.bigLegals {
	font-size: 17px;
	line-height: 20px;
}

/* 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;
}



