* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -ms-content-zooming: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #000;
  color: #fff;
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit;
}

#pano {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


.iframespot {
  width: 120px;
  height: 120px;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mobile .iframespot {
  width: 130px;
  height: 130px;
}

.iframespot-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* Link hotspot */

.link-hotspot {
  width: 60px;
  height: 60px;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0.9;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.no-touch .link-hotspot:hover {
  opacity: 1;
}

.link-hotspot-icon {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.link-hotspot-tooltip {
  position: absolute;
  left: 100%;
  top: 14px; /* ( 60 - (16 + 2*8) ) / 2 */

  margin-left: 3px;

  font-size: 20px;

  max-width: 400px;

  padding: 8px 10px;

  border-radius: 5px;

  background-color: rgb(58,68,84);
  background-color: rgba(58,68,84,0.8);

  color: #fff;

  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;

  cursor: pointer;

  opacity: 1;

  -ms-transform: translateX(-8px);
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);

  -webkit-transition: -ms-transform 0.3s,
                      -webkit-transform 0.3s,
                      transform 0.3s,
                      opacity 0.3s;
  transition: -ms-transform 0.3s,
              -webkit-transform 0.3s,
              transform 0.3s,
              opacity 0.3s;
}

.mobile .link-hotspot {
  top: 19px; /* ( 70 - (16 + 2*8) ) / 2 */
}

.no-touch .link-hotspot:hover .link-hotspot-tooltip {
  opacity: 1;
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Prevent tooltip from triggering */
.link-hotspot-tooltip {
  pointer-events: none;
}
.no-touch .link-hotspot:hover .link-hotspot-tooltip {
  pointer-events: all;
}

/* Fallback mode without pointer-events (IE8-10) */
.tooltip-fallback .link-hotspot-tooltip {
  display: none;
}
.no-touch .tooltip-fallback .link-hotspot:hover .link-hotspot-tooltip {
  display: block;
}

.hotspot {
  position: absolute;
  transform: translateZ(0);
  transform-origin: center center;
  transform-style: preserve-3d;
/*  will-change: transform;
  transition: transform 0.01s ease;*/
}

.mobile .hotspot {
  transform: translateZ(0);
  transform-origin: center center;
  transform-style: preserve-3d;
/*  will-change: transform;
  transition: transform 0.01s ease;*/
}


.hotspot.info {
  width: 50px;
  height: 50px;
}

.hotspot.safety {
  width: 30px;
  height: 30px;

}

.hotspot.safety img {
  margin-left: 15px;
  background: #2e302e;
  opacity: 0.9;
  border-radius: 5px;
  width: 30px;
  height: 30px;
}

.mobile .safety img{
  margin-left: 10px;
  width: 20px;
  height: 20px;
}


.hotspot.safety-left img{
    margin-left: 30px;
}
.hotspot.safety-right img{
  margin-left: 0px;
}

.hotspot.monitor {
  width: 30px;
  height: 30px;
}

.hotspot.monitor img {
  width: auto;
  height: 60px;
  margin-left: 15px;
  cursor: pointer;
}

.mobile .monitor img{
  height: 30px;
}

.hotspot.telegram {
  opacity: 1;
  width: 30px;
  height: 30px;
}

.hotspot.telegram img {
  height: 30px;
  margin-left: 30px;
  cursor: pointer;
  margin-top: 30px;
}

.hotspot.info-message {
  cursor: default;
  opacity: 1;
  width: 30px;
  height: 30px;
}

.hotspot.info-message div {
  width: 800px;
  font-size: 40px;
}

/*
.mobile .telegram img {
  height: 20px;
  margin-left: 20px;
  cursor: pointer;
  margin-top: 20px;
}
*/

.hotspot.telegram-message {
  cursor: default;
  opacity: 1;
  width: 30px;
  height: 30px;
}

.hotspot.telegram-right img {

  margin-left: 0px;
}
.hotspot.telegram-message img {
  height: 120px;

}

.hotspot.guestbook {
  width: 1350px;
  height: 1000px;
  opacity: 1;
  background: #E8e8e8;
}

.hotspot.guest-msg {
  width: 30px;
  height: 30px;
  opacity: 1;
}

.hotspot.guest-msg img {
  width: auto;
  height: 100px;
  margin-left: 30px;
}

.hotspot.note {
  width: 120px;
  height: 120px;
  cursor: pointer;
}

.note img{
  width: 100%;
}

.hotspot.tbm {
  width: 30px;
  height: 30px;
}

.hotspot.tbm img {
  margin-left: 15px;
  background: #2e302e;
  opacity: 0.9;
  border-radius: 5px;
}

.hotspot.tbm img{
  width: 30px;
}
