.welcomeDialog {
	position: fixed;
	font-family: 'bebas_neuelight', sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	pointer-events: none;
}

.welcomeDialog:target {
	opacity:1;
	pointer-events: auto;
}

@media (max-width: 600px) {
	.welcomeDialogMain {
    	width: 95%;
  	}
}

@media (min-width: 600px) {
	.welcomeDialogMain {
    	width: 85%;
  	}
}

@media (min-width: 900px) {
	.welcomeDialogMain {
    	width: 75%;
  	}
}

@media (min-width: 1050px) {
	.welcomeDialogMain {
    	width: 70%;
  	}
}

@media (min-width: 1250px) {
	.welcomeDialogMain {
    	width: 65%;
  	}
}

@media (min-width: 1250px) {
	.welcomeDialogMain {
    	width: 60%;
  	}
}

@media (min-width: 1300px) {
	.welcomeDialogMain {
    	width: 60%;
  	}
}

@media (min-width: 1400px) {
	.welcomeDialogMain {
    	width: 60%;
  	}
}

.welcomeDialogMain {
	position: relative;
	margin: 5% auto;
	background: #F2F0F1;
	max-height: 95%%;
}

.welcomeDialogTop {
	padding: 10px 40px 0px 40px;
	width: 100%;
	background: #fab124;
}

.welcomeDialogTopTable {
	padding: 0px 0px 10px 0px;
	table-layout: fixed;
	width: 100%;
	vertical-align: middle;
	border-spacing: 20px 0px;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -10px;
	margin-bottom: -10px;
}

.welcomeDialogTop .leftcell {
	overflow:hidden;
	width: 75%;
}

.welcomeDialogTop .rightcell {
	width: 25%;
	text-align: center;
}

.welcomeDialogTop img {
	opacity: 0.5;
	height: 30%;
	width: auto;
}


.welcomeDialogBottom {
	padding: 10px 0px 10px 40px;
	background: #F2F0F1;
}

.welcomeDialogBottomTable {
	padding: 0px 0px 0px 0px;
	table-layout: fixed;
	width: 100%;
	border-spacing: 40px 0px;
	margin-left: -40px;
	margin-right: -40px;
}

.welcomeDialogBottom .leftcell {
	overflow:hidden;
	vertical-align: top;
	width: 75%;
}

.welcomeDialogBottom .rightcell {
	vertical-align: top;
	width: 25%;
	
}

.welcomeDialogBottomTable .scoretable {
	padding: 5px 0px 5px 0px;
	margin: auto;
	margin-top: 20px;
	table-layout: fixed;
	background: #272f21;
	border-spacing: 20px 5px;
	border-radius: 5px;
	border: 1px solid #fab124;
}

.welcomeDialogBottomTable .scoretable td {
	text-align: left;
}


.welcomeDialog h1 {
	font-family: 'bebas_neuebold', Arial, Tahoma, sans-serif; 
	font-weight: normal;
	font-size: 42px;
	/*line-height: 48px;*/
	color: #272f21;
}

.welcomeDialog h2 {
	font-family: 'bebas_neuebold', Arial, Tahoma, sans-serif; 
	/*line-height: 48px;*/
	color: #272f21;
}

.welcomeDialog p {
	font-family: "Roboto", arial, sans-serif;
	color: #272f21;
	font-size: 16px;
}

.welcomeClose {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover {
	background: #00d9ff;
}

.btn-intro {
  border: solid #272f21 2px;
  background: #F2F0F1;
  text-decoration: none;
  color: #272f21;
}

.btn-intro:hover {
  background: #c2c2c2;
  color: #fff;
  text-decoration: none;
}
