.spinner-overlay {
  background-color: rgba(0, 0, 0, 0.35);
  cursor: wait;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.spinner-message-container {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2001;
  cursor: wait;
}

.spinner-modal-container {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2001;
  cursor: wait;
}

.spinner-message {
  display: none;
  text-align: center;
  vertical-align: middle;
  color: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  font-size: 1em;
  font-weight: bold;
  position: relative;
  top: 60px;
  left: 100px;
  background-color: rgba(0, 0, 0, 0.75);
}

.spinner-wrapper {
  background: rgba(255, 255, 255, 0.12);
  width: 42px;
  height: 40px;
  margin: 0 auto;
  padding-top: 6px;
  border-radius: 6px;
}

md-spinner {
  margin: 0 auto;
  height: 32px;
  width: 32px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.maskedCircle {
  width: 16px;
  height: 16px;
  border-radius: 12px;
  border: 3px solid rgba(255, 255, 255, 0.74);
}

.mask {
  width: 16px;
  height: 16px;
  overflow: hidden;
}

.spinner {
  width: 26px;
  height: 26px;
  animation: spin 1.5s infinite linear;
}

.loading {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2001;
}

.colored-bg {
  background-color: #FF6F00;
}

.center-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#present-logo {
  top: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  width: 100%;
}

#powered-logo {
  display: none;
  bottom: 55px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

#play {
  position: absolute;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 3px solid white;
  color: rgba(255, 255, 255, 0.8);
  z-index: 5002;
  outline: none;
  cursor: pointer;
  transform: translateY(-30px)
}

#play:hover {
  color: #2196F3;
  border: 3px solid rgba(255, 255, 255, 0.6);
}

#explore3d {
  position: absolute;
  z-index: 5002;
  top: calc(50% + 75px);
  left: 50%;
  transform: translate(-50%, 0%);
}

#pixelatePreview {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

#loading-wrapper {
  color: rgba(255, 255, 255, 0.74);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-family: Verdana, Geneva, sans-serif;
  background: #263238;
  z-index: -1;
}

#logo-text-cell {
  padding-right: 10px;
}

#logo-image-cell {
  width: 120px;
  height: 60px;
}

.loading img {
  max-width: 120px;
  max-height: 60px;
  vertical-align: middle;
}

#tour-title-wrapper {
  position: absolute;
  color: white;
  width: calc(100% - 40px);
  top: 25%;
  left: 50%;
  align-items: center;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: column;
  -webkit-flex-flow: column;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

#tour-title {
  font-size: 24px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
}

#progress-msg {
  font-size: 14px;
}

#progress-bar {
  border-top: 2px solid #2196F3;
  width: 0;
  height: 0;
}

#progress-bar-base {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: -10px;
  width: 100%;
  height: 0;
}

#background-img {
  max-width: 400px;
  max-height: 280px;
  width: 400px;
  height: 280px;
  overflow: hidden;
}

#background-img {
  box-shadow: 0 0 8px rgba(0, 0, 0, .18), 0 0 64px rgba(0, 0, 0, .36);
}

#logo-wrapper {
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.64);
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
}

.loader {
  border: 4px solid transparent;
  /* Light grey */
  border-top: 4px solid #3f51b5;
  /* Blue */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 1.5s linear infinite;
  position: relative;
  left: 5px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#error-wrapper {
  color: rgba(255, 255, 255, 0.74);
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 1);
  overflow: hidden;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
}

#error-msg {
  padding: 0 60px;
}

#error-detail {
  padding: 10px 60px;
  font-size: 9px;
  color: #393939;
}

#error-env {
  position: absolute;
  bottom: 0%;
  padding: 10px 60px;
  font-size: 9px;
  color: #393939;
}