/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'rounds_blackregular';
  src: url('../font/rounds_black-webfont.woff2?_=1.0.1.57') format('woff2'), url('../font/rounds_black-webfont.woff?_=1.0.1.57') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}
html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  /* none for no scaling */
}
#kr3m {
  position: static;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#kr3m.mobile {
  max-width: none;
  max-height: none;
}
#kr3m.mobile #game {
  max-width: none;
  max-height: none;
}
#kr3m #loader {
  position: static;
  margin-top: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  font-family: "rounds_blackregular", sans-serif;
  background-color: #ffffff;
  background-size: cover;
}
#kr3m #loader table {
  height: 100%;
  width: 100%;
  text-align: center;
}
#kr3m #loader table tr:nth-child(1) {
  height: 350px;
}
#kr3m #loader table tr:nth-child(2) {
  height: 100px;
}
#kr3m #loader table tr:nth-child(3) {
  height: auto;
}
#kr3m #loader .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#kr3m #loader .title {
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
  color: #3f4c6b;
}
#kr3m #loader .loading-text {
  font-weight: bold;
  font-size: 19px;
  line-height: 19px;
  color: #ffffff;
}
#kr3m #loader .loading-bar {
  position: relative;
  height: 36px;
  width: 250px;
  background-color: #fff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  border: 3px solid #3f4c6b;
}
#kr3m #loader .progress-bar {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border-radius: 8px;
}
#kr3m #loader .progress-bar-line {
  background-color: #ff7722;
  width: 0%;
  height: 100%;
  border-radius: 10px;
}
#kr3m #loader .percentage-1-clip {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  overflow: hidden;
}
#kr3m #loader .percentage-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  color: #fff;
  font-size: 23px;
  line-height: 35px;
}
#kr3m #loader .percentage-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 100%;
  color: #ff7722;
  font-size: 23px;
  line-height: 35px;
}
#kr3m #loader .hint-text {
  font-weight: bold;
  font-size: 19px;
  line-height: 25px;
  color: #3f4c6b;
  padding-left: 10px;
  padding-right: 10px;
}
#kr3m #loader footer {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 10px;
  color: #3f4c6b;
}
#kr3m.desktop {
  border: 1px solid black;
  box-sizing: border-box;
}
#kr3m.desktop #game {
  max-width: 800px;
  max-height: 550px;
}
#kr3m #game {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: none;
}
.error {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  color: #b30404;
  z-index: 1000;
}
.error img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
