.ng-cloak {
  display: none;
}
[point] {
  margin: -60px;
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 20px;
  background: white;
  background-clip: content-box;
  border-radius: 50%;
  -webkit-transform: scale(0.15);
          transform: scale(0.15);
  -webkit-transition: width 0.2s, height 0.2s, margin 0.2s, -webkit-transform 0.2s;
  transition: width 0.2s, height 0.2s, margin 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, width 0.2s, height 0.2s, margin 0.2s;
  transition: transform 0.2s, width 0.2s, height 0.2s, margin 0.2s, -webkit-transform 0.2s;
}
[point]:hover {
  -webkit-transform: scale(2);
          transform: scale(2);
}
[point] * {
  position: static !important;
}
.fill {
  border-radius: 50%;
  display: block;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
[point]:hover .fill,
.viewer .fill {
  opacity: 1;
}
.viewer {
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}
.viewer .fill {
  box-shadow: 0 0 0 10px white;
}
.login-container {
  -webkit-transform: translate3d(-50%, -50%, 4920px);
          transform: translate3d(-50%, -50%, 4920px);
  -webkit-transition: opacity 0.5s 2s;
  transition: opacity 0.5s 2s;
}
.door-open .login-container {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.login-container * {
  position: static !important;
}
.login-door,
.login-portal {
  position: absolute;
  top: 0;
  left: 0;
  height: 200px;
  width: 100px;
  margin: -100px -50px;
  -webkit-transform: translate3d(0, 0, 4200px);
          transform: translate3d(0, 0, 4200px);
  pointer-events: none;
}
.door-open .login-door,
.door-open .login-portal {
  pointer-events: all;
}
.login-door {
  -webkit-transform-origin: 0% 50% -5px;
          transform-origin: 0% 50% -5px;
  -webkit-transition: background-color 0.1s linear 2.1s, -webkit-transform 2s;
  transition: background-color 0.1s linear 2.1s, -webkit-transform 2s;
  transition: transform 2s, background-color 0.1s linear 2.1s;
  transition: transform 2s, background-color 0.1s linear 2.1s, -webkit-transform 2s;
}
.door-open .login-door {
  background-color: #000510;
  -webkit-transform: translate3d(0, 0, 4195px) rotateY(-159deg);
          transform: translate3d(0, 0, 4195px) rotateY(-159deg);
  -webkit-transition: background-color 0.1s, -webkit-transform 2s ease 1s;
  transition: background-color 0.1s, -webkit-transform 2s ease 1s;
  transition: transform 2s ease 1s, background-color 0.1s;
  transition: transform 2s ease 1s, background-color 0.1s, -webkit-transform 2s ease 1s;
}
.login-door:before,
.login-door:after {
  content: '';
  height: 100%;
  background: #000510;
  position: absolute;
  top: 0;
  left: 0;
}
.login-door:before {
  content: '';
  width: 10px;
  -webkit-transform: translate3d(100px, 0, 0) rotateY(90deg);
          transform: translate3d(100px, 0, 0) rotateY(90deg);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.login-door:after {
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, -10px) rotateY(180deg);
          transform: translate3d(0, 0, -10px) rotateY(180deg);
}
.login-portal {
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 4200px);
          transform: translate3d(0, 0, 4200px);
  -webkit-transition: all 0.1s linear 2s;
  transition: all 0.1s linear 2s;
}
.door-open .login-portal {
  background: white;
  box-shadow: 0 0 100px 10px white;
  -webkit-transition: all 0.5s linear 0.1s;
  transition: all 0.5s linear 0.1s;
}
.login-message.text-center {
  margin-bottom: 1.25em;
}
.login-inputs > div {
  margin-bottom: 0.25em;
}
.form-control {
  height: 36px;
  font-size: 16px;
}
[plane]:nth-child(5) [point] {
  -webkit-animation: twinkle 2s linear 0.1s infinite;
          animation: twinkle 2s linear 0.1s infinite;
}
[plane]:nth-child(10) [point] {
  -webkit-animation: twinkle 2s linear 0.2s infinite;
          animation: twinkle 2s linear 0.2s infinite;
}
[plane]:nth-child(15) [point] {
  -webkit-animation: twinkle 2s linear 0.3s infinite;
          animation: twinkle 2s linear 0.3s infinite;
}
[plane]:nth-child(20) [point] {
  -webkit-animation: twinkle 2s linear 0.4s infinite;
          animation: twinkle 2s linear 0.4s infinite;
}
[plane]:nth-child(25) [point] {
  -webkit-animation: twinkle 2s linear 0.5s infinite;
          animation: twinkle 2s linear 0.5s infinite;
}
[plane]:nth-child(30) [point] {
  -webkit-animation: twinkle 2s linear 0.6s infinite;
          animation: twinkle 2s linear 0.6s infinite;
}
[plane]:nth-child(35) [point] {
  -webkit-animation: twinkle 2s linear 0.7s infinite;
          animation: twinkle 2s linear 0.7s infinite;
}
[plane]:nth-child(40) [point] {
  -webkit-animation: twinkle 2s linear 0.8s infinite;
          animation: twinkle 2s linear 0.8s infinite;
}
[plane]:nth-child(45) [point] {
  -webkit-animation: twinkle 2s linear 0.9s infinite;
          animation: twinkle 2s linear 0.9s infinite;
}
[plane]:nth-child(50) [point] {
  -webkit-animation: twinkle 2s linear 1s infinite;
          animation: twinkle 2s linear 1s infinite;
}
[plane]:nth-child(55) [point] {
  -webkit-animation: twinkle 2s linear 1.1s infinite;
          animation: twinkle 2s linear 1.1s infinite;
}
[plane]:nth-child(60) [point] {
  -webkit-animation: twinkle 2s linear 1.2s infinite;
          animation: twinkle 2s linear 1.2s infinite;
}
[plane]:nth-child(65) [point] {
  -webkit-animation: twinkle 2s linear 1.3s infinite;
          animation: twinkle 2s linear 1.3s infinite;
}
[plane]:nth-child(70) [point] {
  -webkit-animation: twinkle 2s linear 1.4s infinite;
          animation: twinkle 2s linear 1.4s infinite;
}
[plane]:nth-child(75) [point] {
  -webkit-animation: twinkle 2s linear 1.5s infinite;
          animation: twinkle 2s linear 1.5s infinite;
}
[plane]:nth-child(80) [point] {
  -webkit-animation: twinkle 2s linear 1.6s infinite;
          animation: twinkle 2s linear 1.6s infinite;
}
[plane]:nth-child(85) [point] {
  -webkit-animation: twinkle 2s linear 1.7s infinite;
          animation: twinkle 2s linear 1.7s infinite;
}
[plane]:nth-child(90) [point] {
  -webkit-animation: twinkle 2s linear 1.8s infinite;
          animation: twinkle 2s linear 1.8s infinite;
}
[plane]:nth-child(95) [point] {
  -webkit-animation: twinkle 2s linear 1.9s infinite;
          animation: twinkle 2s linear 1.9s infinite;
}
[plane]:nth-child(100) [point] {
  -webkit-animation: twinkle 2s linear 2s infinite;
          animation: twinkle 2s linear 2s infinite;
}
[plane]:nth-child(105) [point] {
  -webkit-animation: twinkle 2s linear 2.1s infinite;
          animation: twinkle 2s linear 2.1s infinite;
}
[plane]:nth-child(110) [point] {
  -webkit-animation: twinkle 2s linear 2.2s infinite;
          animation: twinkle 2s linear 2.2s infinite;
}
[plane]:nth-child(115) [point] {
  -webkit-animation: twinkle 2s linear 2.3s infinite;
          animation: twinkle 2s linear 2.3s infinite;
}
[plane]:nth-child(120) [point] {
  -webkit-animation: twinkle 2s linear 2.4s infinite;
          animation: twinkle 2s linear 2.4s infinite;
}
[plane]:nth-child(125) [point] {
  -webkit-animation: twinkle 2s linear 2.5s infinite;
          animation: twinkle 2s linear 2.5s infinite;
}
[plane]:nth-child(130) [point] {
  -webkit-animation: twinkle 2s linear 2.6s infinite;
          animation: twinkle 2s linear 2.6s infinite;
}
[plane]:nth-child(135) [point] {
  -webkit-animation: twinkle 2s linear 2.7s infinite;
          animation: twinkle 2s linear 2.7s infinite;
}
[plane]:nth-child(140) [point] {
  -webkit-animation: twinkle 2s linear 2.8s infinite;
          animation: twinkle 2s linear 2.8s infinite;
}
[plane]:nth-child(145) [point] {
  -webkit-animation: twinkle 2s linear 2.9s infinite;
          animation: twinkle 2s linear 2.9s infinite;
}
[plane]:nth-child(150) [point] {
  -webkit-animation: twinkle 2s linear 3s infinite;
          animation: twinkle 2s linear 3s infinite;
}
[plane]:nth-child(155) [point] {
  -webkit-animation: twinkle 2s linear 3.1s infinite;
          animation: twinkle 2s linear 3.1s infinite;
}
[plane]:nth-child(160) [point] {
  -webkit-animation: twinkle 2s linear 3.2s infinite;
          animation: twinkle 2s linear 3.2s infinite;
}
[plane]:nth-child(165) [point] {
  -webkit-animation: twinkle 2s linear 3.3s infinite;
          animation: twinkle 2s linear 3.3s infinite;
}
[plane]:nth-child(170) [point] {
  -webkit-animation: twinkle 2s linear 3.4s infinite;
          animation: twinkle 2s linear 3.4s infinite;
}
[plane]:nth-child(175) [point] {
  -webkit-animation: twinkle 2s linear 3.5s infinite;
          animation: twinkle 2s linear 3.5s infinite;
}
[plane]:nth-child(180) [point] {
  -webkit-animation: twinkle 2s linear 3.6s infinite;
          animation: twinkle 2s linear 3.6s infinite;
}
[plane]:nth-child(185) [point] {
  -webkit-animation: twinkle 2s linear 3.7s infinite;
          animation: twinkle 2s linear 3.7s infinite;
}
[plane]:nth-child(190) [point] {
  -webkit-animation: twinkle 2s linear 3.8s infinite;
          animation: twinkle 2s linear 3.8s infinite;
}
[plane]:nth-child(195) [point] {
  -webkit-animation: twinkle 2s linear 3.9s infinite;
          animation: twinkle 2s linear 3.9s infinite;
}
[plane]:nth-child(200) [point] {
  -webkit-animation: twinkle 2s linear 4s infinite;
          animation: twinkle 2s linear 4s infinite;
}
[plane]:nth-child(205) [point] {
  -webkit-animation: twinkle 2s linear 4.1s infinite;
          animation: twinkle 2s linear 4.1s infinite;
}
[plane]:nth-child(210) [point] {
  -webkit-animation: twinkle 2s linear 4.2s infinite;
          animation: twinkle 2s linear 4.2s infinite;
}
[plane]:nth-child(215) [point] {
  -webkit-animation: twinkle 2s linear 4.3s infinite;
          animation: twinkle 2s linear 4.3s infinite;
}
[plane]:nth-child(220) [point] {
  -webkit-animation: twinkle 2s linear 4.4s infinite;
          animation: twinkle 2s linear 4.4s infinite;
}
[plane]:nth-child(225) [point] {
  -webkit-animation: twinkle 2s linear 4.5s infinite;
          animation: twinkle 2s linear 4.5s infinite;
}
[plane]:nth-child(230) [point] {
  -webkit-animation: twinkle 2s linear 4.6s infinite;
          animation: twinkle 2s linear 4.6s infinite;
}
[plane]:nth-child(235) [point] {
  -webkit-animation: twinkle 2s linear 4.7s infinite;
          animation: twinkle 2s linear 4.7s infinite;
}
[plane]:nth-child(240) [point] {
  -webkit-animation: twinkle 2s linear 4.8s infinite;
          animation: twinkle 2s linear 4.8s infinite;
}
[plane]:nth-child(245) [point] {
  -webkit-animation: twinkle 2s linear 4.9s infinite;
          animation: twinkle 2s linear 4.9s infinite;
}
[plane]:nth-child(250) [point] {
  -webkit-animation: twinkle 2s linear 5s infinite;
          animation: twinkle 2s linear 5s infinite;
}
[plane]:nth-child(255) [point] {
  -webkit-animation: twinkle 2s linear 5.1s infinite;
          animation: twinkle 2s linear 5.1s infinite;
}
[plane]:nth-child(260) [point] {
  -webkit-animation: twinkle 2s linear 5.2s infinite;
          animation: twinkle 2s linear 5.2s infinite;
}
[plane]:nth-child(265) [point] {
  -webkit-animation: twinkle 2s linear 5.3s infinite;
          animation: twinkle 2s linear 5.3s infinite;
}
[plane]:nth-child(270) [point] {
  -webkit-animation: twinkle 2s linear 5.4s infinite;
          animation: twinkle 2s linear 5.4s infinite;
}
[plane]:nth-child(275) [point] {
  -webkit-animation: twinkle 2s linear 5.5s infinite;
          animation: twinkle 2s linear 5.5s infinite;
}
[plane]:nth-child(280) [point] {
  -webkit-animation: twinkle 2s linear 5.6s infinite;
          animation: twinkle 2s linear 5.6s infinite;
}
[plane]:nth-child(285) [point] {
  -webkit-animation: twinkle 2s linear 5.7s infinite;
          animation: twinkle 2s linear 5.7s infinite;
}
[plane]:nth-child(290) [point] {
  -webkit-animation: twinkle 2s linear 5.8s infinite;
          animation: twinkle 2s linear 5.8s infinite;
}
[plane]:nth-child(295) [point] {
  -webkit-animation: twinkle 2s linear 5.9s infinite;
          animation: twinkle 2s linear 5.9s infinite;
}
[plane]:nth-child(300) [point] {
  -webkit-animation: twinkle 2s linear 6s infinite;
          animation: twinkle 2s linear 6s infinite;
}
[plane]:nth-child(305) [point] {
  -webkit-animation: twinkle 2s linear 6.1s infinite;
          animation: twinkle 2s linear 6.1s infinite;
}
[plane]:nth-child(310) [point] {
  -webkit-animation: twinkle 2s linear 6.2s infinite;
          animation: twinkle 2s linear 6.2s infinite;
}
[plane]:nth-child(315) [point] {
  -webkit-animation: twinkle 2s linear 6.3s infinite;
          animation: twinkle 2s linear 6.3s infinite;
}
[plane]:nth-child(320) [point] {
  -webkit-animation: twinkle 2s linear 6.4s infinite;
          animation: twinkle 2s linear 6.4s infinite;
}
[plane]:nth-child(325) [point] {
  -webkit-animation: twinkle 2s linear 6.5s infinite;
          animation: twinkle 2s linear 6.5s infinite;
}
[plane]:nth-child(330) [point] {
  -webkit-animation: twinkle 2s linear 6.6s infinite;
          animation: twinkle 2s linear 6.6s infinite;
}
[plane]:nth-child(335) [point] {
  -webkit-animation: twinkle 2s linear 6.7s infinite;
          animation: twinkle 2s linear 6.7s infinite;
}
[plane]:nth-child(340) [point] {
  -webkit-animation: twinkle 2s linear 6.8s infinite;
          animation: twinkle 2s linear 6.8s infinite;
}
[plane]:nth-child(345) [point] {
  -webkit-animation: twinkle 2s linear 6.9s infinite;
          animation: twinkle 2s linear 6.9s infinite;
}
[plane]:nth-child(350) [point] {
  -webkit-animation: twinkle 2s linear 7s infinite;
          animation: twinkle 2s linear 7s infinite;
}
[plane]:nth-child(355) [point] {
  -webkit-animation: twinkle 2s linear 7.1s infinite;
          animation: twinkle 2s linear 7.1s infinite;
}
[plane]:nth-child(360) [point] {
  -webkit-animation: twinkle 2s linear 7.2s infinite;
          animation: twinkle 2s linear 7.2s infinite;
}
[plane]:nth-child(365) [point] {
  -webkit-animation: twinkle 2s linear 7.3s infinite;
          animation: twinkle 2s linear 7.3s infinite;
}
[plane]:nth-child(370) [point] {
  -webkit-animation: twinkle 2s linear 7.4s infinite;
          animation: twinkle 2s linear 7.4s infinite;
}
[plane]:nth-child(375) [point] {
  -webkit-animation: twinkle 2s linear 7.5s infinite;
          animation: twinkle 2s linear 7.5s infinite;
}
[plane]:nth-child(380) [point] {
  -webkit-animation: twinkle 2s linear 7.6s infinite;
          animation: twinkle 2s linear 7.6s infinite;
}
[plane]:nth-child(385) [point] {
  -webkit-animation: twinkle 2s linear 7.7s infinite;
          animation: twinkle 2s linear 7.7s infinite;
}
[plane]:nth-child(390) [point] {
  -webkit-animation: twinkle 2s linear 7.8s infinite;
          animation: twinkle 2s linear 7.8s infinite;
}
[plane]:nth-child(395) [point] {
  -webkit-animation: twinkle 2s linear 7.9s infinite;
          animation: twinkle 2s linear 7.9s infinite;
}
[plane]:nth-child(400) [point] {
  -webkit-animation: twinkle 2s linear 8s infinite;
          animation: twinkle 2s linear 8s infinite;
}
[plane]:nth-child(405) [point] {
  -webkit-animation: twinkle 2s linear 8.1s infinite;
          animation: twinkle 2s linear 8.1s infinite;
}
[plane]:nth-child(410) [point] {
  -webkit-animation: twinkle 2s linear 8.2s infinite;
          animation: twinkle 2s linear 8.2s infinite;
}
[plane]:nth-child(415) [point] {
  -webkit-animation: twinkle 2s linear 8.3s infinite;
          animation: twinkle 2s linear 8.3s infinite;
}
[plane]:nth-child(420) [point] {
  -webkit-animation: twinkle 2s linear 8.4s infinite;
          animation: twinkle 2s linear 8.4s infinite;
}
[plane]:nth-child(425) [point] {
  -webkit-animation: twinkle 2s linear 8.5s infinite;
          animation: twinkle 2s linear 8.5s infinite;
}
[plane]:nth-child(430) [point] {
  -webkit-animation: twinkle 2s linear 8.6s infinite;
          animation: twinkle 2s linear 8.6s infinite;
}
[plane]:nth-child(435) [point] {
  -webkit-animation: twinkle 2s linear 8.7s infinite;
          animation: twinkle 2s linear 8.7s infinite;
}
[plane]:nth-child(440) [point] {
  -webkit-animation: twinkle 2s linear 8.8s infinite;
          animation: twinkle 2s linear 8.8s infinite;
}
[plane]:nth-child(445) [point] {
  -webkit-animation: twinkle 2s linear 8.9s infinite;
          animation: twinkle 2s linear 8.9s infinite;
}
[plane]:nth-child(450) [point] {
  -webkit-animation: twinkle 2s linear 9s infinite;
          animation: twinkle 2s linear 9s infinite;
}
[plane]:nth-child(455) [point] {
  -webkit-animation: twinkle 2s linear 9.1s infinite;
          animation: twinkle 2s linear 9.1s infinite;
}
[plane]:nth-child(460) [point] {
  -webkit-animation: twinkle 2s linear 9.2s infinite;
          animation: twinkle 2s linear 9.2s infinite;
}
[plane]:nth-child(465) [point] {
  -webkit-animation: twinkle 2s linear 9.3s infinite;
          animation: twinkle 2s linear 9.3s infinite;
}
[plane]:nth-child(470) [point] {
  -webkit-animation: twinkle 2s linear 9.4s infinite;
          animation: twinkle 2s linear 9.4s infinite;
}
[plane]:nth-child(475) [point] {
  -webkit-animation: twinkle 2s linear 9.5s infinite;
          animation: twinkle 2s linear 9.5s infinite;
}
[plane]:nth-child(480) [point] {
  -webkit-animation: twinkle 2s linear 9.6s infinite;
          animation: twinkle 2s linear 9.6s infinite;
}
[plane]:nth-child(485) [point] {
  -webkit-animation: twinkle 2s linear 9.7s infinite;
          animation: twinkle 2s linear 9.7s infinite;
}
[plane]:nth-child(490) [point] {
  -webkit-animation: twinkle 2s linear 9.8s infinite;
          animation: twinkle 2s linear 9.8s infinite;
}
[plane]:nth-child(495) [point] {
  -webkit-animation: twinkle 2s linear 9.9s infinite;
          animation: twinkle 2s linear 9.9s infinite;
}
[plane]:nth-child(500) [point] {
  -webkit-animation: twinkle 2s linear 10s infinite;
          animation: twinkle 2s linear 10s infinite;
}
.camera.paused [point] {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.camera.anone [point] {
  -webkit-animation: none;
          animation: none;
}
@-webkit-keyframes twinkle {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.9;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes twinkle {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.9;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html,
body {
  height: 100%;
  overflow: hidden;
}
body {
  background: #000510;
  color: #ddd;
}
input {
  color: #111;
}
.viewport {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.camera {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 1001px) rotateX(0deg) rotateY(0deg);
          transform: translate3d(0, 0, 1001px) rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  pointer-events: none;
}
.camera * {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
}
.room {
  pointer-events: all;
  -webkit-transform: translate3d(0px, 0px, -6000px);
          transform: translate3d(0px, 0px, -6000px);
}
.debug .camera *:after,
.debug .camera *:before {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-style: preserve-3d !important;
          transform-style: preserve-3d !important;
}
.debug .camera div {
  pointer-events: all;
}
.debug .camera div:hover {
  background: navy;
  border-color: navy;
}
.debug .camera div:hover:after {
  color: white;
  content: ' [' attr(class) ']';
  border-color: navy;
  background-color: navy;
}
.debug .camera:before {
  content: '';
  position: absolute;
  width: 2000px;
  margin-left: -1000px;
  top: 0%;
  margin-top: -1px;
  border-bottom: solid 2px blue;
}
.debug .camera:after {
  content: '';
  position: absolute;
  top: -50%;
  height: 100%;
  margin-left: -1px;
  border-left: solid 2px red;
}
.debug .room:after {
  content: '';
  background: #200;
  width: 4000px;
  height: 4000px;
  margin-top: -2000px;
  margin-left: -2000px;
}
.debug .debug-value {
  display: block;
}
.toggle-debug {
  position: absolute;
  top: 76px;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  text-transform: uppercase;
  color: red;
  z-index: 2;
  display: none;
}
.debug .toggle-debug {
  display: block;
}
.debug-value {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 0;
  left: 0;
}