@import "fonts.css";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  line-height: 1;
  font-family: Polo22Klett-Regular;
  overflow: hidden;
  touch-action: none;
  /* background:#000000; */
}

.preloadDiv {
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url('../assets/images/preload.gif');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000000;
}

.mStage {
  position: absolute;
  left: 0px;
  top: 0px;
  user-select: none;
  /* Likely future */
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
}

.mStagebgCanvas {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.mStagemouseCanvas {
  touch-action: none;
  /* opacity: 0; */
}

.mStageDomeLayer {
  position: absolute;
  transform-origin: 0px 0px;
  /* pointer-events: none; */
}

.preloaderdiv {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../assets/images/preloader/preload.gif) no-repeat center;
}

.mDomLayer {
  transform-origin: top left;
}