@font-face{ 
    font-family: "Montserrat"; 
    src: local('☺'), url('../media/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
}
@font-face{ 
    font-family: "Montserrat"; 
    src: local('☺'), url('../media/fonts/Montserrat-Regular.woff') format('woff');
}

@font-face{ 
    font-family: "Passion One"; 
    src: local('☺'), url('../media/fonts/PassionOne-Bold.woff') format('woff');
    font-weight: bold;
}
@font-face{ 
    font-family: "Passion One"; 
    src: local('☺'), url('../media/fonts/PassionOne-Regular.woff') format('woff');
}
@font-face{ 
    font-family: "Ubuntu"; 
    src: local('☺'), url('../media/fonts/Ubuntu-Regular.woff') format('woff');
}
@font-face{ 
    font-family: "ubuntu-bold"; 
    src: local('☺'), url('../media/fonts/ubuntu-bold.woff') format('woff');
}

/* -------------------------- */
/* general                    */
/* -------------------------- */


html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  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;
  -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}

body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;

  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;
  -webkit-backface-visibility: hidden;
   backface-visibility: hidden;

    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    background-size: cover;
    background-image: url('../media/images/page_bg.jpg');
}

a { color: inherit; } 

/* -------------------------- */
/* canvases                   */
/* -------------------------- */


#wrapper{
  position: absolute;
  display: block;
  top: 0px; 
  left: 0px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  overflow: hidden;
}

#canvas_game_logo {
  position: absolute;
  display: none;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#div_game_score {
  position: absolute;
  display: none;
  top: 0px;
  left: 10px;
  font-size: 74px;
  font-family: "Passion One";
  color: #000C3C;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-align: left;
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
}


#canvas_score {
  position: absolute;
  display: block;
  display: none;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#canvas_game {
  position: absolute;
  display: block;
  top: 0px; 
  left: 0px;
  display: none;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#debug{
  position: absolute;
  display: none;
  top: 0px; 
  left: 0px;
  z-index: 2;
  overflow: auto;
  height: 100%;
  padding: 20px;
  background-color: white;
  pointer-events: auto;
}

#canvas_debug{
  position: absolute;
  display: block;
  top: 0px; 
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#canvas_mute {
  position: absolute;
  display: block;
  right: 0px; 
  top: 0px;
  width: 64px;
  height: 180px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#canvas_screens {
  position: absolute;
  display: block;
  top: 0px; 
  left: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#canvas_overlay {
  position: absolute;
  display: none;
  top: 0px; 
  left: 0px;
  background: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#canvas_background {
  position: absolute;
  display: none;
  top: 0px; 
  left: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* -------------------------- */
/* landscape / screensize     */
/* -------------------------- */

#orientation_overlay {
  position: absolute;
  display: none;
  top: 0px; 
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#screensize_overlay {
  position: absolute;
  overflow: hidden;
  top: 0px; 
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1001;
  background-color: #333333;
  color: #89a8cc;
  text-align: center;
  font-family: Arial, Helvetica;
  font-weight: normal;
  font-size: 14px;
}

#div_instructions{
  position: absolute;
  display: none;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  pointer-events: none;
  background-color: black;
  

  border: 3px solid black;
}

.instructions_image{
    position: relative;
    display: none;
    left: 0px;
    top: 0px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
    background-size: "";
    background-image: url('../media/images/spinner.gif');
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.instructions_txt{
  position: relative;
  display: inline-block;
  left: 0px;
  bottom: 0px;
  height: auto;
  padding: 20px;
  color: white;
  text-align: center;
  font-family: "Montserrat";
  font-size: 16px;
  background-color: rgba(0,0,0,0.6);
  pointer-events: none;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

#div_errors{
    position: absolute;
    display: none;
    left: 0px;
    top: 0px;
    z-index: 1002;
    font-family: Arial, Helvetica;
    width: 100%;
    height: 100%;
    opacity: 1;
    font-size: 14px;
    color: #ffffff;
    background-color: #333333;
}

#fader {
  position: absolute;
  top: 0px; 
  left: 0px;
  background-color: rgb(13, 100, 169);
  transform: transale3d(0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}



/* -------------------------- */
/* loading                     */
/* -------------------------- */


#div_loading{
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: white;
 }

.loading_block{
  position: absolute;
  display: block;
  text-align: center;
  pointer-events: none;
 }

 .loading_logo{
    position: relative;
    display: inline-block;
 }

 .loading_date{
    position: relative;
    display: inline-block;
    pointer-events: none;
    color: black;
    font-size: 32px;
    text-align: center;
    font-family: "Passion One";
 }

 .loading_bar{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 24px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
 }
.loading_bar_fill{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f9c500;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
 }

.loading_bar_frame{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid white;
    -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                      */
/* -------------------------- */

#div_copyright{
  text-decoration: none !important;
  position: absolute;
  display: block;
  right: 0px;
  padding-right: 8px;
  top: 0px;
  font-size: 12px;
  text-align: right;
  font-family: "Montserrat";
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 3px #000000;
  -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;
}

.copyright_link{
  text-decoration: none !important;
  pointer-events: auto;
  white-space: nowrap;
  cursor: pointer;
}
.copyright_link:hover{
  color: white;
}
.copyright_link:active {
    color: white;
}
.copyright_link:visited {
    color: white;
}

.copyright_link_mobile{
  text-decoration: none !important;
  pointer-events: auto;
  white-space: nowrap;
  cursor: pointer;

}

#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: 16px;
  font-family: "Montserrat";
  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_text {
  position: relative;
  display: inline-block;
  pointer-events: none;
  white-space: nowrap;
  color: #ffffff;
  margin-right: 4px;
  margin-left: 4px;
  font-family: "Montserrat";
}

.legal_link {
    text-decoration: none;
    pointer-events: auto;
    white-space: nowrap;
    color: #ffffff;
    font-family: "Montserrat";
}

.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: "Montserrat";
}

.b_legal {
    position: absolute;
    display: block;
    top: -48px;
    left: 0px;
    height: 50px;
    padding-right: 30px;
    padding-left: 27px;
    font-family: "Montserrat";
    text-align: center;
    line-height: 50px;
    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 center;
    background-size: auto 40px;
    /*background-image: url('../media/images/rating_NR.png');*/
}

.b_legal:active {
    color: #faaf1e;
}

.b_legal:hover {
    color: #faaf1e;
}

.b_legal_mobile {
  position: absolute;
  display: block;
  top: -48px;
  left: 0px;
  height: 50px;
  padding-right: 30px;
  padding-left: 27px;
  font-family: "Montserrat";
  text-align: center;
  line-height: 50px;
  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 center;
  background-size: auto 40px;
 /* background-image: url('../media/images/rating_NR.png');*/
}

.legal_image{
    position: relative;
    display: inline-block;
    margin: 5px;
    pointer-events: none;
    max-width: calc(100% - 20px);
}

.billing_block{
  position: relative;
  display: inline-block;
  margin-top: 5px;
  pointer-events: none;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
 
}




/*-----------------------------------*/
/* 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: "Passion One";
  font-size: 30px;
  margin-bottom: 20px;
}

.exit_msg{
  position: relative;
  display: inline-block;
 max-width: 640px;
}


.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: 'Passion One';
  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: 'Passion One';
  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;
}


