.gameIntro{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 80%;
	min-height: 80%;
	visibility: hidden;
	/*overflow: hidden;*/
	z-index: 9997;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.gameIntro .gameIntroBackgroundFull{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-size: auto 100%;
	background-repeat: repeat-x;
	overflow: hidden;
}

.gameIntro .gameIntroBackground{
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	min-width: 20%;
	height: 100%;
	cursor: pointer;
	overflow: hidden;
}

.gameIntro .gameIntroBackground IMG {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gameIntro .gameIntroBackground .gameIntroBackgroundInternal{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gameIntro .gameIntroInternal{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%)translateY(-50%);
	-moz-transform: translateX(-50%)translateY(-50%);
	-ms-transform: translateX(-50%)translateY(-50%);
	-o-transform: translateX(-50%)translateY(-50%);
	transform: translateX(-50%)translateY(-50%);
	min-width: 20%;
	height: 100%;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.gameIntro .gameIntroInternal IMG {
	width: auto;
	height: 100%;
	display: block;
	margin: 0 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.gameIntro .gameIntroFeaturesTitle { 
	position: absolute;
	color: #6bf1fd;
	text-transform: uppercase;
	font: 100% 'leanderPrimaryFont', Arial;
	font-family: 'leanderPrimaryFont', Arial;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.gameIntro .gameIntroFeaturesImage { 
	position: absolute;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.gameIntro .gameIntroFeaturesImage IMG { 
	width: auto;
	height: 100%;
	display: block;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.gameIntro .gameIntroFeatures { 
	position: absolute;
	color: #ffffff;
	text-transform: uppercase;
	font: 100% 'leanderPrimaryFont', Arial;
	font-family: 'leanderPrimaryFont', Arial;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.gameIntro .gameIntroJackpotValue, .gameIntro .gameIntroJackpotUpperTitle, .gameIntro .gameIntroJackpotLowerTitle  {
	position: absolute;
	top: 74.7%;
	left: 50%;
	height: 4.2%;
	color: #ffffff;
	text-transform: uppercase;
	font: 100% 'leanderPrimaryFont', Arial;
	font-family: 'leanderPrimaryFont', Arial;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.gameIntro .gameIntroJackpotUpperTitle {
	color: #371E24;
	top: 70.7%;	
	height: 2.5%;
	width: 21.5%;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.gameIntro .gameIntroJackpotLowerTitle {
	top: 81.5%;
	height: 1.8%;
	width: 30%;
	opacity: 0.8;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.gameIntro .gameIntroText { 
	position: absolute;
	bottom : 5%;
	left: 50%;
	width: 100%;
	height: 4%;
	color: #150400;
	text-transform: uppercase;
	font: 100% 'leanderPrimaryFont', Arial;
	font-family: 'leanderPrimaryFont', Arial;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.gameIntro .gameIntroPortraitText { 
	position: absolute;
	top: 88.5%;
	left: 50%;
	width: 100%;
	height: 4.5%;
	color: #150400;
	text-transform: uppercase;
	font: 100% 'leanderPrimaryFont', Arial;
	font-family: 'leanderPrimaryFont', Arial;
	cursor: pointer;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.gameIntro .centerText {
	text-align: center;
}

.gameIntro .leftText {
	text-align: left;
}

.gameIntro .rightText {
	text-align: right;
}

#gameIntroText, #gameIntroPortraitText{
	text-align: center;
	background-repeat:  no-repeat;
	background-position: 50% 50%;
	visibility: hidden;
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.gameIntro .gameIntroText span {
	/*font-family: 'leanderPrimaryFont', Arial;
	display: block;
	margin-top: 0.25%;
	font-size: 100%;*/
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;

}
.gameIntro .gameIntroPortraitText span {
	/*font: .9em 'leanderPrimaryFont', Arial;
	display: block;
    margin-top: 0.1em;*/
	user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}

.gameIntroPortraitInternal {
	user-select:none;
}