@font-face {
	font-family: "MontserratBold";
	src: local('☺'), url('../media/fonts/montserratbold.woff') format('woff');
	font-style: normal;
}
@font-face {
	font-family: "MontserratRegular";
	src: local('☺'), url('../media/fonts/montserratregular.woff') format('woff');
	font-style: normal;
}
@font-face {
	font-family: "PassionOne";
	src: local('☺'), url('../media/fonts/passionone_regular.woff') format('woff');
	font-style: normal;
}
@font-face {
	font-family: "PassionOneBold";
	src: local('☺'), url('../media/fonts/passionone_bold.woff') format('woff');
	font-style: normal;
}
#hiddenGameName {
    display:none;
}
html, body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #0b111d;
	overflow: hidden;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
	-webkit-user-callout: none;
	-ms-touch-action: manipulation !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	background-image: url('../media/front/title_background.jpg');
}
.loader_dummy {
	position: absolute;
	display: block;
	width: 0px;
	height: 0px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	visibility: hidden;
}
a, a:visited, a:hover, a:active, a:focus {
	color: inherit;
	outline: 0;
}
img {
	display: inline-block;
	background: transparent;
	backface-visibility: hidden;
}
canvas {
	backface-visibility: hidden;
}
div {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	backface-visibility: hidden;
}
.clear {
	clear: both;
}
.generic_absolute {
	position: absolute;
	display: block;
}
.generic_relative {
	position: relative;
	display: inline-block;
}
.generic_block {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*==========================*/
/* wrapper */
/*==========================*/


#debug {
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 0px;
	height: 100%;
	overflow-y: auto;
	background-color: rgba(255,0,0,0.5);
	color: #ffffff;
	pointer-events: none;
	font-size: 10px;
	font-family: "Arial";
	z-index: 1000;
}
#div_errors {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica;
	color: white;
	z-index: 200;
	background-color: #0b111d;
}
#div_loading {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
	z-index: 100;
	background-color: #0b111d;
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
	transform-origin: 0% 0%;
}
#div_pause {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
	background-color: rgba(0,38,65,.66);
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
	transform-origin: 0% 0%;
}
#div_screens {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	overflow: hidden;
	text-align: center;
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
	transform-origin: 0% 0%;
	pointer-events: auto;
}
#canvas_game {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
}
/*
#div_legal{
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    right:0px;
    /*width: 100%;* /
    z-index: 100;
    overflow: visible;
    background-color: #0b111d;
    touch-action: none;
    font-size: 20px;
    -webkit-overflow-scrolling: none;
    -webkit-text-size-adjust: 100%;
    -ms-transform-origin: 0% 0%; /* IE 9 * /
    -webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera * /
    transform-origin: 0% 0%;
}*/

#div_controls {
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	text-align: right;
	width: 74px;/*222px;/*74px;*/
	padding-top: 5px;
	padding-right: 5px;
	-ms-transform-origin: top right; /* 100% 0%; IE 9 */
	-webkit-transform-origin: top right; /* 100% 0%; Chrome, Safari, Opera */
	transform-origin: top right;
	pointer-events: none;
}
/*==========================*/
/* title screen */
/*==========================*/

.film_logo_block {
	position: absolute;
	display: block;
	width: 275px;
	height: 240px;
	top: 20px;
	text-align: center;
	pointer-events: none;
}
.film_logo_date {
	color: #FFF;
	font-size: 20px;
	line-height: 18px;
	font-family: "MontserratRegular";
}
.film_logo_date_alert {
	color: #FFF;
	font-size: 20px;
	line-height: 18px;
	font-family: "MontserratRegular";
}
.rotateDeviceMessage {
	color: #000;
	font-size: 20px;
	line-height: 26px;
    padding-top:10px;
	font-family: "MontserratRegular";
}
.film_logo_img {
	height: 192px;
	width: 250px;
	padding: 0px;
	margin: 0px;
}
.game_logo_shadow {
	position: absolute;
	display: block;
	font-size: 60px;
	font-family: "PassionOneBold";
	color: rgb(0, 12, 60);
	line-height: 50px;
	text-align: center;
	text-shadow: 2px 2px 0px #000, -2px 2px 0px #000, 2px -2px 0px #000, -2px -2px 0px #000, 8px 8px 0px #000;
	left: 684px;
	top: 222px;
	width: 700px;
	height: 200px;
	white-space: nowrap;
	pointer-events: none;
}
.game_logo {
	position: absolute;
	display: block;
	font-size: 60px;
	font-family: "PassionOneBold";
	background-image: url('../media/front/gamelogobackground.jpg');
	background-image: url('../media/front/gamelogobackground.png');
	background-size: 100% 100%;
	background-repeat:no-repeat;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	line-height: 50px;
	text-align: center;
	/*text-shadow: 8px 14px 2px rgba(2, 2, 2, 0.66);*/
	left: 684px;
	top: 222px;
	width: 700px;
	height: 200px;
	white-space: nowrap;
	pointer-events: none;
    padding: 1px;
    margin: 1px;
}
.game_logo_ie {
	position: absolute;
	display: block;
	font-size: 60px;
	font-family: "PassionOneBold";
	color: #E2B650;
	line-height: 50px;
	text-align: center;
	/*text-shadow: 8px 14px 2px rgba(2, 2, 2, 0.66);*/
	left: 684px;
	top: 222px;
	width: 700px;
	height: 200px;
	white-space: nowrap;
	pointer-events: none;
}
.character_title {
	position: absolute;
	display: block;
	width: 1000px;/*299px;*/
	height: 646px;/*323px;*/
	bottom: 0px;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../media/front/watevra.png');
	transform-origin: right;
}
.character_title2 {
	position: absolute;
	display: block;
	width: 858px;
	height: 537px;
	bottom: 294px;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../media/front/candy.png');
	transform-origin: right;
}
.b_main {
	position: absolute;
	display: block;
	left: 0px;
	top: 38px;
	width: 80px;
	height: 85px;
	white-space: nowrap;
	background-image: url("../media/front/mainbutton.png");
	background-size: contain;
	font-family: "PassionOneBold";
	text-align: center;
	line-height: 50px;
	font-size: 15px;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: left 0.25s; /* Safari */
	transition: left 0.25s;
}
/*inner panel*/
.b_main::before {
	z-index: -1;
	content: '';
	position: absolute;
	display: block;
	height: calc(100% - 6px);
	width: calc(100% - 3px);
}
.b_main:hover {
	left: 0px;
}
.b_play {
	z-index: 1;
	position: absolute;
	display: block;
	left: 0px;
	bottom: 120px;
	width: 215px;
	height: 120px;
	background-image: url("../media/front/playbutton.png");
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.b_play_text {
	z-index: 2;
	position: absolute;
	display: block;
	left: 20px;
	top: 2px;
	width: 200px;
	height: 120px;
	font-size: 58px;
	text-align: center;
	line-height: 120px;
	color: #ffffff;
	white-space: nowrap;
	font-family: "PassionOneBold";
	transform: rotate(-7deg);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
/*inner panel*/
.b_play::before {
	z-index: -1;
	content: '';
	position: absolute;
	display: block;
	top: 4px;
	left: 4px;
	height: calc(100% - 8px);
	width: calc(100% - 8px);
	border-radius: 30px;
}
.b_instructions {
	z-index: 1;
	position: absolute;
	display: block;
	bottom: 40px;
	right: 0px;
	width: 84px;
	height: 100px;
	font-size: 72px;
	text-align: center;
	line-height: 114px;
	color: #ffffff;
	white-space: nowrap;
	font-family: "PassionOneBold";
	background-image: url("../media/front/instructionsbutton.png");
	background-size: contain;
	cursor: pointer;
}
/*inner panel*/
.b_instructions::before {
	z-index: -1;
	content: '';
	position: absolute;
	display: block;
	top: 3px;
	left: 3px;
	height: calc(100% - 6px);
	width: calc(100% - 6px);
	border-radius: 26px;
}
/*==========================*/
/* instructions screen */
/*==========================*/

.instructions_header {
	position: relative;
	display: block;
	font-size: 45px;
	margin-top: 10px;
	white-space: nowrap;
	font-family: "PassionOneBold";
	color: white;
	pointer-events: none;
	text-shadow: 2px 2px 0px #000, -2px 2px 0px #000, 2px -2px 0px #000, -2px -2px 0px #000, 4px 4px 0px #000;
}
.instructions_image {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.instruction_text {
	position: absolute;
	width: 90%;
	display: block;
	font-size: 35px;
	line-height: 28px;
	margin-top: 10px;
	white-space: normal;
	font-family: "PassionOne";
	color: white;
	pointer-events: none;
	text-shadow: 2px 2px 0px #000, -2px 2px 0px #000, 2px -2px 0px #000, -2px -2px 0px #000, 4px 4px 0px #000;
}
.instruction_prompt {
	position: relative;
	display: block;
	font-size: 35px;
	margin-top: 10px;
	white-space: nowrap;
	font-family: "PassionOne";
	color: white;
	pointer-events: none;
	text-shadow: 2px 2px 0px #000, -2px 2px 0px #000, 2px -2px 0px #000, -2px -2px 0px #000, 4px 4px 0px #000;
}
/*==========================*/
/* recap screen */
/*==========================*/


.character_recap {
	position: absolute;
	display: block;
	width: 597px;
	height: 849px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../media/front/recap_watevra.png');
}
.character_recap0 {
	position: absolute;
	display: block;
	width: 446px;
	height: 268px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: 229% 382%;
	background-image: url('../media/front/watevra_v01.png');
}
.character_recap1 {
	position: absolute;
	display: block;
	width: 289px;
	height: 293px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: 354% 349%;
	background-image: url('../media/front/watevra_v02.png');
}
.character_recap2 {
	position: absolute;
	display: block;
	width: 339px;
	height: 321px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: 302% 319%;
	background-image: url('../media/front/watevra_v03.png');
}
.character_recap3 {
	position: absolute;
	display: block;
	width: 446px;
	height: 287px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: 229% 356%;
	background-image: url('../media/front/watevra_v04.png');
}
.character_recap4 {
	position: absolute;
	display: block;
	width: 210px;
	height: 323px;
	bottom: 0px;
	background-repeat: no-repeat;
	background-size: 487.6% 317%;
	background-image: url('../media/front/watevra_v05.png');
}
.Recap_MoreGames {
	background-image: url("../media/front/recap_moregamesbutton.png");
	position: absolute;
	left: 0px;
	bottom: 30px;
	width: 515px;
	height: 175px;
	cursor: pointer;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transform-origin: left;
}
.Recap_MoreGames_Text {
	position: absolute;
	left: 0px;
	top: 65px;
	width: 490px;
	height: 45px;
	font-size: 60px;
	font-family: "PassionOneBold";
	color: rgb(255, 255, 255);
	line-height: 50px;
	text-align: right;
	transform: rotate(-7deg);
	webkit-transform: rotate(-7deg);
	pointer-events: none;
	cursor: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.Recap_Play_Again {
	background-image: url("../media/front/recap_play_again.png");
	position: absolute;
	left: 0px;
	bottom: 130px;
	width: 515px;
	height: 182px;
	cursor: pointer;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transform-origin: left;
}
.Recap_Play_Again_Text {
	position: absolute;
	left: 0px;
	top: 65px;
	width: 490px;
	height: 45px;
	font-size: 60px;
	font-family: "PassionOneBold";
	color: rgb(255, 255, 255);
	line-height: 50px;
	text-align: right;
	transform: rotate(-7deg);
	webkit-transform: rotate(-7deg);
	pointer-events: none;
	cursor: pointer;
	-ms-user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.Recap_Score {
	font-size: 70px;
	font-family: "PassionOneBold";
	color: white;
	line-height: 70px;
	text-align: center;
	position: absolute;
	left: 686.666px;
	top: 98px;
	width: 264px;
	height: 64px;
	pointer-events: none;
}
.Recap_ScoreLabel_Shadow {
	display: block;
	font-size: 70px;
	font-family: "PassionOneBold";
	color: rgb(0, 12, 60);
	line-height: 60px;
	text-align: center;
	position: absolute;
	text-shadow: 2px 2px 0px #000, -2px 2px 0px #000, 2px -2px 0px #000, -2px -2px 0px #000, 8px 8px 0px #000;
	left: 686px;
	top: 42px;
	width: 250px;
	height: 64px;
	pointer-events: none;
}
.Recap_ScoreLabel {
	font-size: 70px;
	font-family: "PassionOneBold";
	background-image: url('../media/front/gamelogobackground.jpg');
	background-size: 100% 98%;
	background-repeat: no-repeat;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	line-height: 60px;
	text-align: center;
	position: absolute;
	left: 686.953px;
	top: 37px;
	width: 250px;
	height: 64px;
	white-space: nowrap;
	pointer-events: none;
}
.Recap_ScoreLabel_ie {
	position: absolute;
	font-size: 70px;
	font-family: "PassionOneBold";
	color: #E2B650;
	line-height: 60px;
	text-align: center;
	text-shadow: 2px 2px 0px #000, -2px 2px 0px #000, 2px -2px 0px #000, -2px -2px 0px #000, 8px 8px 0px #000;
	left: 686px;
	top: 37px;
	width: 250px;
	height: 64px;
	pointer-events: none;
}
.Recap_Stars {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 370px;
	height: 100%;
}
.Recap_Star_1 {
	background-image: url("../media/front/recap_star_1.png");
	position: absolute;
	left: 0px;
	top: 205px;
	width: 147px;
	height: 145px;
}
.Recap_Star_2 {
	background-image: url("../media/front/recap_star_2.png");
	position: absolute;
	left: 111px;
	top: 177px;
	width: 149px;
	height: 144px;
}
.Recap_Star_3 {
	background-image: url("../media/front/recap_star_3.png");
	position: absolute;
	left: 224px;
	top: 202px;
	width: 146px;
	height: 145px;
}
.Recap_EmptyStar_1 {
	background-image: url("../media/front/recap_emptystar_1.png");
	position: absolute;
	left: 0px;
	top: 205px;
	width: 147px;
	height: 145px;
}
.Recap_EmptyStar_2 {
	background-image: url("../media/front/recap_emptystar_2.png");
	position: absolute;
	left: 111px;
	top: 177px;
	width: 149px;
	height: 144px;
}
.Recap_EmptyStar_3 {
	background-image: url("../media/front/recap_emptystar_3.png");
	position: absolute;
	left: 224px;
	top: 202px;
	width: 146px;
	height: 145px;
}
/*==========================*/
/* loader */
/*==========================*/



.loader_spinner {
	position: absolute;
	display: block;
	width: 256px;
	height: 256px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../media/loader_white.gif')
}
.loader_bar {
	position: absolute;
	display: block;
	width: 256px;
	height: 20px;
	border: 2px solid white;
	border-radius: 20px;
	overflow: hidden;
}
.loader_bar_fill {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 0%;
	background: linear-gradient(#b0de12, #cde922, #81a606);
}
/*==========================*/
/* pause menu */
/*==========================*/


.pause_menu_block {
	position: relative;
	display: inline-block;
}
.pause_menu {
	position: relative;
	display: block;
	color: white;
	margin-top: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-align: center;
	font-family: "PassionOneBold";
	font-size: 40px;
	letter-spacing: 1px;
	padding: 10px;
	padding-right: 30px;
	padding-left: 30px;
	width: 100%;
	border: 2px solid white;
	border-radius: 30px;
	background-color: rgba(0,0,0,0.5);
	cursor: pointer;
}
/*==========================*/
/* legal */
/*==========================*/

#div_copyright {
	text-decoration: none !important;
	position: absolute;
	display: block;
	right: 5px;
	top: 0px;
	font-size: 14px;
	text-align: right;
	font-family: "MontserratBold";
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000, -1px 1px 0px #000, 1px -1px 0px #000, -1px -1px 1px #000;
	-webkit-text-size-adjust: 100%;
	-ms-transform-origin: 100% 0%; /* IE 9 */
	-webkit-transform-origin: 100% 0%; /* Chrome, Safari, Opera */
	transform-origin: 100% 0%;
	white-space: nowrap;
	z-index: 99;
}
.copyright_link {
	text-decoration: none !important;
	pointer-events: auto;
	white-space: nowrap;
	cursor: pointer;
}
.copyright_link:hover {
	color: white;
}
.copyright_link_mobile {
	text-decoration: none !important;
	pointer-events: auto;
	white-space: nowrap;
	cursor: pointer;
}
.copyright_image {
	position: absolute;
	top: -20px;
	right: -130px;
	width: 114px;
	height: 54px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url('../media/rating-pg.png');
}
#div_legal {
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 100;
	overflow: visible;
	background-color: #0b111d;
	touch-action: none;
	text-align: center;
	-webkit-overflow-scrolling: none;
	-webkit-text-size-adjust: 100%;
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
	transform-origin: 0% 0%;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.legal_block {
	position: absolute;
	display: inline-block;
	top: 0px;
	left: 0px;
	padding: 8px;
	font-size: 20pt;
	font-family: "MontserratRegular";
	color: #ffffff;
	text-align: center;
	pointer-events: none;
	background-color: #000000;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/*legal links*/
.legal_link {
	text-decoration: none;
	pointer-events: auto;
	white-space: nowrap;
	color: #ffffff;
	font-size: 14px;
	font-family: "MontserratRegular";
}
.legal_link:hover {
	color: #faaf1e;
    cursor: pointer;
}
.legal_link:active {
	color: #faaf1e;
}
/*legal links for mobile*/
.legal_link_mobile {
	text-decoration: none;
	pointer-events: auto;
	white-space: nowrap;
	color: #ffffff;
	font-family: "MontserratRegular";
}
.b_legal {
	position: absolute;
	display: block;
	top: -55px;
	left: 0px;
	height: 57px;
	padding-right: 20px;
	padding-top: 8px;
	padding-left: 100px;
	font-family: "MontserratRegular";
	font-size: 17px;
	text-align: center;
	line-height: 15px;
	text-decoration: none !important;
	white-space: nowrap;
	color: #ffffff;
	border-radius: 0px 30px 0px 0px;
	pointer-events: auto;
	cursor: pointer;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-size: auto 40px;
	background-image: url('../media/rating_pg.png');
    transform-origin: 0% 100%;
}
.b_legal:active {
	color: #faaf1e;
}
.b_legal:hover {
	color: #faaf1e;
}
.b_legal_mobile {
	position: absolute;
	display: block;
	top: -48px;
	left: 0px;
	height: 55px;
	padding-right: 30px;
	padding-left: 120px;
	padding-top: 6px;
	font-family: "MontserratRegular";
	font-size: 20px;
	text-align: center;
	line-height: 18px;
	text-decoration: none !important;
	white-space: nowrap;
	color: #ffffff;
	border-radius: 0px 30px 0px 0px;
	pointer-events: auto;
	cursor: pointer;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 4px 4px;
	background-size: auto 40px;
	background-image: url('../media/rating_pg.png');
    transform-origin: 0% 100%;
}
.legal_image {
	position: relative;
	display: inline-block;
	margin: 5px;
	pointer-events: none;
	max-width: calc(100% - 40px);
}
/*==========================*/
/* mute/fullscreen/pause    */
/*==========================*/

.b_fullscreen {
	position: relative;
	display: inline-block;
	width: 58px;
	height: 58px;
	margin-right: 5px;
	margin-top: 0px;
	pointer-events: auto;
	background-repeat: no-repeat;
	background-size: 58px 58px;
	background-image: url('../media/b_fullscreen_on.svg');
}
.b_fullscreen:hover {
	cursor: pointer;
	background-image: url('../media/b_fullscreen_on_over.svg');
}
.b_fullscreen_on {
	position: relative;
	display: inline-block;
	width: 58px;
	height: 58px;
	margin-right: 5px;
	margin-top: 0px;
	pointer-events: auto;
	background-repeat: no-repeat;
	background-size: 58px 58px;
	background-image: url('../media/b_fullscreen_off.svg');
}
.b_fullscreen_on:hover {
	cursor: pointer;
	background-image: url('../media/b_fullscreen_off_over.svg');
}
.b_mute {
	position: relative;
	display: inline-block;
	width: 58px;
	height: 58px;
	margin-right: 5px;
	margin-top: 0px;
	pointer-events: auto;
	background-repeat: no-repeat;
	background-size: 58px 58px;
	background-image: url('../media/b_sound_on.svg');
}
.b_mute:hover {
	cursor: pointer;
	background-image: url('../media/b_sound_on_over.svg');
}
.b_mute_on {
	position: relative;
	display: inline-block;
	width: 58px;
	height: 58px;
	margin-right: 5px;
	margin-top: 0px;
	pointer-events: auto;
	background-repeat: no-repeat;
	background-size: 58px 58px;
	background-image: url('../media/b_sound_off.svg');
}
.b_mute_on:hover {
	cursor: pointer;
	background-image: url('../media/b_sound_off_over.svg');
}
.b_pause {
	position: relative;
	display: inline-block;
	width: 58px;
	height: 58px;
	margin-right: 5px;
	margin-top: 0px;
	pointer-events: auto;
	background-repeat: no-repeat;
	background-size: 58px 58px;
	background-image: url('../media/b_pause.svg');
}
.b_pause:hover {
	cursor: pointer;
	background-image: url('../media/b_pause_over.svg');
}
/*==========================*/
/* game */
/*==========================*/
.hud_top_bar {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 65px;
	background-image: url('../media/front/topbar.jpg');
	pointer-events: none;
}
.hud_score_amt {
	position: absolute;
	display: block;
	font-size: 140px;
	font-family: "MontserratBold";
	color: #030229;
	text-align: center;
	left: 489.641px;
	top: 676.55px;
	white-space: nowrap;
	width: 229px;
	height: 59px;
}
.hud_messages {
	position: absolute;
	display: none;
	font-size: 70px;
	white-space: nowrap;
	/*
    background-image: url('../media/front/GameLogoBackground.jpg');
    background-size: 100% 98%;
    background-repeat: no-repeat;
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;*/
	color: white;
	font-family: "PassionOneBold";
	text-shadow: 0px 6px 6px rgba(0,0,0,1);
	pointer-events: none;
}
.score_block {
	position: absolute;
	display: block;
	white-space: nowrap;
	left: 450px;
	top: 666px;
	width: 160px;
	height: 300px;
	pointer-events: none;
    transform-origin: 100% 0%;
}
.game_timer {
	position: absolute;
	display: block;
	font-size: 65px;
    line-height:55px;
	font-family: "MontserratBold";
	color: #030229;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	left: -20px;
	top: 10px;
	width: 160px;
	height: 59px;
	pointer-events: none;
    overflow: visible;
}
.game_timer_top_label {
	position: absolute;
	display: block;
	font-size: 20px;
    line-height:20px;
	font-family: "MontserratBold";
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-shadow:  -1px -2px 1px #000, -2px -1px 1px #000;
	left: -20px;
	top: 5px;
	width: 120px;
	height: 59px;
	pointer-events: none;
    transform-origin: 0% 0%;
}
.game_timer_top {
	position: absolute;
	display: block;
	font-size: 45px;
    line-height:45px;
	font-family: "MontserratBold";
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-shadow:  -1px -2px 1px #000, -2px -1px 1px #000;
	left: -20px;
	top: 4px;
	width: 120px;
	height: 59px;
    padding-top:15px;
	pointer-events: none;
    transform-origin: 0% 0%;
}
.logo {
	background-image: url("logo.png");
	position: absolute;
	left: 12px;
	top: 666px;
	width: 171px;
	height: 121px;
	z-index: 92;
}
.logo_inv_en_png {
	background-image: url("../media/logo_inv_en.png");
	background-size: contain;
	position: absolute;
	display: block;
	left: 12px;
	top: 666px;
	width: 171px;
	height: 121px;
	pointer-events: none;
    transform-origin: 0% 0%;
}
.game_film_logo_date {
	color: #030229;
	font-size: 15px;
	line-height: 18px;
	font-family: "MontserratBold";
	position: absolute;
	display: block;
	left: 12px;
	top: 800px;
	width: 171px;
	height: 60px;
	pointer-events: none;
    transform-origin: 0% 50%;
}
.legal_landscape_hidden {
	visibility: hidden;
	display: none;
}
.legal_portrait_hidden {
	visibility: hidden;
	display: none;
}
.MeterObject {
	position: absolute;
	left: -50px;
	top: 60px;
	width: 50px;
	height: 50px;
}
.MeterBack {
	position: absolute;
	left: -2px;
	top: 68px;
	width: 142px;
	height: 32px;
	background-color: #030229;
	border-radius: 3px;
}
.Meter {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 0px;
	height: 28px;
	background-color: white;
	border-radius: 3px;
}

/* rotate to portrait to play */

#div_rotate {
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
	background-color: rgba(0,0,0,1);
	-ms-transform-origin: 0% 0%; /* IE 9 */
	-webkit-transform-origin: 0% 0%; /* Chrome, Safari, Opera */
	transform-origin: 0% 0%;
}
/*-----------------------------------*/
/* exit popup                        */
/*-----------------------------------*/

#div_popups {
    position: absolute;
    display: none;
    z-index: 1003;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.6);
    pointer-events: auto;
}

.popup_exit{
  position: absolute;
  display: block;
  top:0px;
  left:0px;
  width: 100%;
  color: white;
  background-color: #000000;
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 14px;
  pointer-events: auto;
  text-align: center;
  padding: 20px;
  overflow-y: auto;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.exit_hdr{
  position: relative;
  display: inline-block;
  font-family: "PassionOneBold";
  font-size: 30px;
  margin-bottom: 20px;
}

.exit_msg{
  position: relative;
  display: inline-block;
}


.green_button{
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  color: black !important;
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-align: center;
  font-family: 'PassionOneBold';
  font-size: 30px;
  padding: 6px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #7EBD2E;
  cursor: pointer;
}
.green_button a:visited, green_button a:link {
  text-decoration: none !important;
  color: #ffffff;
}

.green_button:hover{
  text-decoration: none !important;
   cursor: pointer;
}
.orange_button{
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  color: black !important;
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  text-align: center;
  font-family: 'PassionOneBold';
  font-size: 30px;
  padding: 6px;
  padding-left: 20px;
  padding-right: 20px;
 
  background-color: #FFD716;
  cursor: pointer;
}
.orange_button a:visited, orange_button a:link {
  text-decoration: none !important;
  color: #ffffff;
}

.orange_button:hover{
  text-decoration: none !important;
   cursor: pointer;
}