@font-face {
  font-family: 'Helvetica Neue LT Std';
  src: url('../fonts/HelveticaNeueLTStd-BdCn.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-BdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-BdCn.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: #000;
}
html,
body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue LT Std';
  background: #000;
  -webkit-font-smoothing: antialiased;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
html,
body,
html p,
body p,
html a,
body a {
  color: #AAAAAA;
  text-decoration: none;
}
h1 {
  margin: 0;
  font-size: 36px;
}
p {
  margin: 0;
  font-size: 16px;
}
.disable-mouse {
  pointer-events: none;
}
.center {
  text-align: center;
}
#toolbar {
  position: absolute;
  left: 50px;
  top: 50px;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  -webkit-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#toolbar.active {
  opacity: 1;
  pointer-events: all;
}
canvas {
  position: relative;
  z-index: 0;
}
.dg.ac {
  z-index: 1000;
}
#game-fusee {
  font-feature-settings: "tnum";
  width: 1920px;
  height: 1080px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#game-fusee #main-dashboard {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(../images/main-dashboard-bg.png) center center no-repeat;
  background-size: cover;
}
#game-fusee #main-dashboard #ui-container {
  position: absolute;
  right: 110px;
  top: 90px;
  width: 405px;
  height: 900px;
}
#game-fusee #main-dashboard #ui-container #ui-speed {
  position: absolute;
  left: 0;
  top: 540px;
}
#game-fusee #main-dashboard #ui-container #ui-vertical {
  position: absolute;
  right: 0;
  top: 20px;
}
#game-fusee #main-dashboard #ui-container #ui-counter {
  position: absolute;
  right: 115px;
  top: 660px;
}
#game-fusee #main-dashboard #flare {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/main-flare.png) center center no-repeat;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
}
#game-fusee #main-dashboard #dashboard-alert-overlay {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/main-dashboard-alert.png) center center no-repeat;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: screen;
}
#game-fusee #main-dashboard #video-container {
  position: absolute;
  left: 108px;
  top: 100px;
  background: url(../images/main-video-frame.png) center center no-repeat;
  background-size: cover;
  width: 696px;
  height: 397px;
}
#game-fusee #main-dashboard #video-container video,
#game-fusee #main-dashboard #video-container .loading-blocks {
  position: absolute;
  left: 18px;
  top: 12px;
  width: 666px;
  height: 374.625px;
}
#game-fusee #main-dashboard #video-container video {
  background-color: black;
}
#game-fusee #main-dashboard #video-container .loading-block {
  float: left;
  display: inline-block;
  background-color: #4191c9;
  width: 33.33333%;
  height: 33.33333%;
}
#game-fusee #main-dashboard #video-container #caption {
  font-family: 'Helvetica Neue LT Std';
  color: #179ecf;
  font-size: 27px;
  text-transform: uppercase;
  letter-spacing: -1px;
  position: absolute;
  top: 420px;
  left: 40px;
  right: 40px;
}
#game-fusee #main-dashboard.alert-activated #dashboard-alert-overlay {
  display: block;
}
#game-fusee #main-dashboard.flipped {
  background: url(../images/main-dashboard-bg-flipped.png) center center no-repeat;
  background-size: cover;
}
#game-fusee #main-dashboard.flipped #dashboard-alert-overlay {
  background: url(../images/main-dashboard-alert-flipped.png) center center no-repeat;
}
#game-fusee #main-dashboard.flipped #flare {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url(../images/main-flare-flipped.png) center center no-repeat;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: screen;
}
#game-fusee #main-dashboard.flipped #ui-container {
  left: 120px;
  right: unset;
}
#game-fusee #main-dashboard.flipped #ui-container #ui-vertical,
#game-fusee #main-dashboard.flipped #ui-container #ui-speed,
#game-fusee #main-dashboard.flipped #ui-container #ui-counter {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph;
}
#game-fusee #main-dashboard.flipped #ui-container #ui-vertical {
  position: absolute;
  left: 0;
  right: unset;
  top: 20px;
  overflow: hidden;
  width: 107px;
  height: 259px;
}
#game-fusee #main-dashboard.flipped #video-container {
  left: unset;
  right: 117px;
}
#game-fusee-control {
  font-feature-settings: "tnum";
}
#game-fusee-control #three-js {
  position: absolute;
  left: 0;
  top: 0;
  width: 1080px;
  height: 1080px;
}
#game-fusee-control #control-alert-overlay {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1080px;
  height: 1920px;
  background: url(../images/control-dashboard-bg-alert.png) center center no-repeat;
  z-index: 3;
  pointer-events: none;
  mix-blend-mode: screen;
}
#game-fusee-control #dashboard-frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 1080px;
  height: 1920px;
  background: transparent url("../images/control-dashboard-bg.png");
}
#game-fusee-control #actions-buttons-container {
  position: absolute;
  left: 50px;
  top: 1100px;
  width: 450px;
}
#game-fusee-control #actions-buttons-container .action-button {
  position: relative;
  display: inline-block;
  margin: 20px;
}
#game-fusee-control #actions-buttons-container .action-button img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-fusee-control #actions-buttons-container .action-button:active img {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
#game-fusee-control #direction {
  position: absolute;
  left: 660px;
  top: 1340px;
  width: 383px;
  height: 383px;
  background: transparent url("../images/control-direction-track.png");
}
#game-fusee-control #direction #direction-container {
  position: absolute;
  width: 74%;
  height: 74%;
  left: 13%;
  top: 13%;
}
#game-fusee-control #direction #direction-joystick {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 137px;
  height: 137px;
  margin-left: -67px;
  margin-top: -64px;
  background: transparent url("../images/control-direction-button.png");
}
#game-fusee-control.alert-activated #control-alert-overlay {
  display: block;
}
/*# sourceMappingURL=./css/styles.css.map */