/*! Revolution Viewing - Pool System v2.6.8 - Build date: 29.10.2018 */
/*==============================================================================================================================
DO NOT EDIT - IF YOU NEED TO MAKE CHANGES, EDIT RV.SLIDEOUT-CUSTOM.CSS
RV TOUCH v2.6.8 - SLIDEOUT STYLING
==============================================================================================================================*/
/* E.g. @include backgroundOverlay('../images/start-screen.jpg', rgba(0,0,0,0.8) );*/
/* ==========================================================================
REBOOT LITE
========================================================================== */
/* Normalization of HTML elements, manually forked from Normalize.css to remove*/
/* styles targeting irrelevant browsers while applying new styles.*/
/* Normalize is licensed MIT. https://github.com/necolas/normalize.css*/
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font: 300 16px/1.2 "Open Sans", Arial, Helvetica, sans-serif;
}

@-ms-viewport {
  width: device-width;
}

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

/* Body*/
body {
  margin: 0;
  color: #000;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

/* Content grouping*/
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* Typography*/
p {
  margin-bottom: 1rem;
}

b,
strong {
  font-weight: bolder;
}

/* Links*/
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

/* Images and content*/
img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* IFRAME */
iframe {
  width: 1px;
  min-width: 100%;
  *width: 100%;
}

/* ==========================================================================
ICOMOON
========================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot?ho3t0j");
  src: url("fonts/icomoon/icomoon.eot?ho3t0j#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?ho3t0j") format("truetype"), url("fonts/icomoon/icomoon.woff?ho3t0j") format("woff"), url("fonts/icomoon/icomoon.svg?ho3t0j#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-nav:before {
  content: "\e913";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.icon-chevron-down:before {
  content: "\e905";
}

.icon-chevron-up:before {
  content: "\e90a";
}

.icon-cross:before {
  content: "\e908";
}

.icon-info:before {
  content: "\e90c";
}

.icon-youtube:before {
  content: "\f16a";
}

.icon-video:before {
  content: "\f16a";
}

.icon-camera:before {
  content: "\e944";
}

.icon-gallery:before {
  content: "\e944";
}

.icon-rotate:before {
  content: "\eaac";
}

.icon-zoom-in:before {
  content: "\eb34";
}

.icon-zoom-out:before {
  content: "\eb35";
}

.icon-enlarge:before {
  content: "\eb3e";
}

.icon-shrink:before {
  content: "\eb3f";
}

/* ==========================================================================
Generic page styles
========================================================================== */
html,
body,
#container,
#tour-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html,
body {
  max-height: 100%;
}

body {
  max-height: 100%;
  background-color: #000;
  color: #fff;
}

h1 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* ==========================================================================
HTML BUTTONS
========================================================================== */
.gui-container {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  padding: 10px;
}

#desktop-gui {
  right: 0;
  bottom: 0;
}

#desktop-gui .button {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  float: left;
}

#desktop-gui .button,
#desktop-gui .button span {
  font-size: 24px;
  line-height: 60px;
}

#desktop-gui .button:last-child {
  margin-right: 0;
}

#touch-gui {
  left: 0;
  top: 0;
}

#touch-gui .button {
  width: 110px;
  height: 62px;
  margin-bottom: 10px;
  padding: 0 8px;
}

#touch-gui .button,
#touch-gui .button span {
  font-size: 20px;
  line-height: 62px;
}

#touch-gui .button:last-child {
  margin-bottom: 0;
}

#touch-gui #motion-button {
  padding: 6px 8px;
  line-height: 24px;
}

.button {
  position: relative;
  display: block;
  background-color: rgba(33, 33, 33, 0.75);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
}

.button.enabled {
  background-color: #212121;
}

.button.button-auto {
  opacity: .6;
  -webkit-transition: color .4s, background-color .4s, opacity .4s;
  transition: color .4s, background-color .4s, opacity .4s;
}

.button.button-auto.enabled {
  opacity: 1;
}

#fs-button .enabled,
#fs-button.enabled .disabled {
  display: none;
}

#fs-button .disabled,
#fs-button.enabled .enabled {
  display: block;
}

#fs-close {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  margin: 10px;
  z-index: 1;
  float: none;
  font-size: 44px;
}

/* ==========================================================================
LIGHTBOX
========================================================================== */
#info-spot {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  color: #000;
  z-index: 999999;
}

#info-spot #info-vcenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  overflow: auto;
}

#info-spot #info-hcenter {
  width: 96%;
  margin: 2vh auto;
}

#info-spot #info-topbar {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #f6f6f6;
}

#info-spot #info-topbar #info-title {
  position: absolute;
  left: 16px;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  max-height: 44px;
  overflow: hidden;
}

#info-spot #info-topbar #info-close {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 44px;
  height: 44px;
  display: block;
  color: #000;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
}

#info-spot #info-content p {
  margin: 8px 0 10px;
}

#info-spot #info-content p a {
  color: inherit;
  text-decoration: underline;
}

#info-spot #info-content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  min-width: 100%;
  *width: 100%;
  height: 100%;
  background-color: #000;
}

#info-spot.iframed #info-hcenter {
  max-width: 960px;
}

#info-spot.iframed #info-content {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

#info-spot.info #info-hcenter {
  max-width: 800px;
}

#info-spot.info #info-content {
  padding: 12px 28px;
  background-color: #fff;
}

/* ==========================================================================
CLICK TO START
========================================================================== */
#click-to-start {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  color: #212121;
  text-align: center;
}

#click-to-start #click-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 92%;
  margin: 0 auto;
}

#click-to-start #click-inner h2 {
  margin-bottom: 26px;
}

#click-to-start #click-inner p {
  line-height: 1;
  margin: 8px 0;
}

#click-to-start #click-inner .click-button {
  background-color: #4e4e4e;
  color: #fff;
  display: inline-block;
  padding: 10px 12px;
  text-decoration: none;
}

/* ==========================================================================
Slideout styles
========================================================================== */
.list-container {
  bottom: 0;
  color: #fff;
  left: 0;
  max-height: 100%;
  position: absolute;
  max-width: 100%;
  z-index: 10000;
}

.list-container h3,
.list-container h4 {
  background-color: #212121;
  font-weight: 400;
}

.list-container h3 {
  font-size: 14px;
  line-height: 1;
  padding: 14px 10px 0;
}

.list-container h4 {
  padding: 10px;
  font-size: 18px;
  line-height: 22px;
}

.list-container .tourlist {
  list-style: none;
  margin: 0;
  overflow: auto;
}

.list-container .tourlist li a {
  color: inherit;
  display: block;
  line-height: 1.35;
  text-decoration: none;
  padding: 8px 16px;
}

.list-container .tourlist li a.active, .list-container .tourlist li a.active:hover {
  color: #212121;
  background-color: #fff;
}

.desktop-st {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotateZ(-90deg) translateX(-50%);
  transform: rotateZ(-90deg) translateX(-50%);
  color: #fff;
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: rgba(33, 33, 33, 0.75);
}

.desktop-st .text {
  padding: 8px 12px;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
}

.desktop-st.is-open .open-label {
  display: block;
}

.desktop-st.is-open .closed-label {
  display: none;
}

.desktop-st.is-closed .open-label {
  display: none;
}

.desktop-st.is-closed .closed-label {
  display: block;
}

.mobile-st {
  position: absolute;
  right: 0;
  top: 75%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99999;
  display: block;
  background-color: rgba(33, 33, 33, 0.85);
  color: #fff;
  border-radius: 2px 0 0 2px;
  cursor: pointer;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.mobile-st:before {
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.mobile-st.is-open {
  background-color: #fff;
  color: #212121;
}

.mobile-st.is-open:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#prev-next-container {
  background-color: rgba(33, 33, 33, 0.6);
}

#prev-next-container:after {
  content: '';
  display: block;
  clear: both;
}

#prev-next-container .prev-next {
  display: block;
  font-size: 28px;
  line-height: 46px;
  text-align: center;
  text-decoration: none;
  width: 50%;
  -webkit-transition: all .4s;
  transition: all .4s;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 1px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

#prev-next-container .prev-next#tourPrevious {
  float: left;
  border-color: #fff #fff transparent transparent;
}

#prev-next-container .prev-next#tourNext {
  float: right;
  border-color: #fff transparent transparent #fff;
}

#prev-next-container .prev-next.hidden, #prev-next-container .prev-next.hidden:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: default;
  color: rgba(255, 255, 255, 0.4);
}

/* ==========================================================================
HOTSPOTS
========================================================================== */
.krpanoHotspot {
  position: relative;
  z-index: 0 !important;
  overflow: hidden;
}

.krpanoHotspot .hotspot {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: block;
  background-color: rgba(51, 51, 51, 0.85);
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: border-radius .4s, background-color .4s, color .4s;
  transition: border-radius .4s, background-color .4s, color .4s;
}

.krpanoHotspot .hotspot .hIcon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: block;
  font-size: 28px;
  line-height: 60px;
}

.krpanoHotspot .hotspot .hIcon:before {
  display: block;
}

.krpanoHotspot .hotspot .hIcon.icon-nav {
  font-size: 20px;
}

.krpanoHotspot .hotspot .hTooltip {
  display: block;
  color: inherit;
  font-size: 16px;
  line-height: 1;
  max-width: 100%;
  overflow: hidden;
  padding: 22px 25px;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}

/* ==========================================================================
CROSSHAIR
========================================================================== */
#crosshair {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 2px;
}

#crosshair .x,
#crosshair .y {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(0, 196, 150, 0.4);
  border-radius: 100%;
}

#crosshair .x {
  height: 2px;
  width: 60px;
}

#crosshair .y {
  height: 60px;
  width: 2px;
}

/* ==========================================================================
EDITOR BOX
========================================================================== */
.start-position {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 99;
  background: #e6e7e8;
  color: #000;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  padding: 12px 20px;
}

.start-position:after {
  position: absolute;
  right: 10px;
  top: 4px;
  content: attr(data-content);
  cursor: default;
  color: #000;
  opacity: 0.2;
  font-size: 30px;
  font-weight: 600;
}

/* ==========================================================================
REPORTER
========================================================================== */
#reporter {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100vh;
  overflow: auto;
  display: none;
  opacity: 0.6;
  background-color: #fff;
  color: #212121;
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#reporter p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 4px 12px;
}

#reporter p:first-of-type {
  margin-top: 12px;
}

#reporter p:last-of-type {
  margin-bottom: 12px;
}

/* ==========================================================================
DEVICES
========================================================================== */
body.is-ios .list-container,
body.is-ios #info-spot.info #info-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

/* ==========================================================================
MEDIA QUERIES
========================================================================== */
@media only screen and (max-width: 1024px) {
  .not-touch {
    display: none !important;
  }
  /* ============ HOTSPOTS ============== */
  .krpanoHotspot .hotspot {
    height: auto !important;
    padding: 12px 14px 12px 48px;
    width: auto !important;
  }
  .krpanoHotspot .hotspot .hIcon {
    height: 30px;
    font-size: 22px;
    left: 10px;
    line-height: 30px;
    margin-top: -15px;
    top: 50%;
    width: 30px;
  }
  .krpanoHotspot .hotspot .hIcon.icon-nav {
    font-size: 14px;
  }
  .krpanoHotspot .hotspot .hTooltip {
    font-size: 14px;
    line-height: 1.4;
    padding: 0;
    white-space: normal;
    width: 160px !important;
    opacity: 1 !important;
    visibility: inherit !important;
  }
}

@media only screen and (max-width: 767px) {
  .not-mobile {
    display: none !important;
  }
  /* ============ SLIDEOUT ============== */
  .list-container {
    width: 100%;
    overflow: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  .list-container .tourlist {
    background-color: rgba(33, 33, 33, 0.85);
    padding: 10px 0;
  }
  .list-container .tourlist li a {
    font-size: 14px;
  }
  /* ============ POPUP ============== */
  #info-spot #info-topbar #info-title {
    font-size: 16px;
    line-height: 18px;
    max-height: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .only-mobile {
    display: none !important;
  }
  /* ============ SLIDEOUT ============== */
  .list-container {
    width: 340px;
  }
  .list-container .tourlist {
    background-color: rgba(33, 33, 33, 0.6);
    max-height: 500px;
    max-height: -webkit-calc(100vh - 120px);
    max-height: calc(100vh - 120px);
    padding: 8px 0;
  }
  .list-container.single-access {
    bottom: auto;
    top: 0;
    width: auto;
  }
  .list-container.single-access h4 {
    background-color: rgba(33, 33, 33, 0.6);
    padding: 10px 18px;
  }
}

@media only screen and (min-width: 1025px) {
  .only-touch {
    display: none !important;
  }
  /* ============ BUTTONS ============== */
  .button:hover {
    background-color: #212121;
  }
  .button:hover.enabled {
    opacity: 1;
  }
  .button:hover.button-auto {
    opacity: .8;
  }
  /* ============ SLIDEOUT ============== */
  .list-container .tourlist li a {
    -webkit-transition: background-color .4s, color .4s;
    transition: background-color .4s, color .4s;
  }
  .list-container .tourlist li a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #212121;
  }
  .desktop-st {
    -webkit-transition: background-color .4s, color .4s;
    transition: background-color .4s, color .4s;
  }
  .desktop-st:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #212121;
  }
  #prev-next-container .prev-next:hover {
    background-color: #fff;
    color: #212121;
  }
  /* ============ HOTSPOTS ============== */
  .krpanoHotspot .hotspot:hover {
    background-color: #333;
  }
  /* ============ POPUP ============== */
  #info-spot #info-topbar #info-close {
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
  }
  #info-spot #info-topbar #info-close:hover {
    background-color: #000;
    color: #f6f6f6;
  }
  #info-spot #info-content p a:hover {
    text-decoration: none;
  }
}
