@charset 'utf-8';
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
#navigation {
  width: 15%;
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  top: 5%;
  left: 0px;
}
#navigation ul {
  list-style-type: none;
  list-style-position: outside;
  padding: 4px;
  font-size: 10pt;
}
#navigation li {
  opacity: 0.8;
}
.content-panorama {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#panorama {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#panorama-panel-switcher {
  position: fixed;
  top: 10px;
  right: 10px;
}
#panorama-panel {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  position: fixed;
  bottom: 0px;
  left: 10px;
  z-index: 1001;
}
#panorama-panel .form-group {
  margin-right: -5px;
  margin-left: -5px;
}
#panorama-panel .col-xs-12,
#panorama-panel .col-xs-3 {
  padding: 0px 5px;
}
#panorama-header {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 201;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
}
#panorama-header h2 {
  font-size: 110%;
  color: #009033;
  text-align: center;
  font-weight: bold;
}
#panorama-header .img-icon {
  width: 140px;
  height: auto;
}
#panorama-captions {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1000;
}
#panorama-captions div {
  position: relative;
  width: 512px;
  height: 256px;
}
#panorama-captions div p {
  text-align: center;
  position: absolute;
  top: 15%;
  left: 10%;
  width: 80%;
  font-size: 48px;
}
#panorama-captions div img {
  width: 100%;
  height: auto;
}
#panorama-marks {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
}
#panorama-marks div {
  width: 128px;
  height: 128px;
}
#panorama-marks img {
  width: 100%;
  height: auto;
}
#panorama-navigation {
  position: absolute;
  top: 10px;
  right: 0px;
  width: 200px;
  min-height: 100px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#panorama-navigation ul {
  list-style-position: inside;
  list-style-type: none;
  padding: 10px 4px;
  margin: 2px 10px 2px 30px;
}
#panorama-navigation ul li {
  padding: 2px 8px;
}
#panorama-navigation ul .current {
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  background: #009628;
}
#panorama-zoom-control {
  position: absolute;
  top: 40px;
  left: 2px;
}
#panorama-zoom-control span {
  display: block;
  background: #008d2e;
  color: #fff;
  padding: 4px;
}
#panorama-zoom-control span:hover {
  background: #1aca34;
  cursor: pointer;
}
#panorama-zoom-control .fov-down {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#panorama-zoom-control .fov-up {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#panorama-nav-head {
  position: absolute;
  top: 5px;
  left: 0px;
}
#panorama-nav-head img {
  width: 25px;
  height: auto;
}
#panorama-navigation-map {
  position: fixed;
  bottom: 10px;
  right: 10px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
}
#panorama-navigation-map .map {
  position: relative;
  width: 200px;
  height: 150px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
#panorama-navigation-map .mark-link {
  position: absolute;
  width: 20px;
  height: 20px;
}
#panorama-fade {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1020;
  top: 0;
  left: 0;
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  #panorama-header .img-icon {
    width: 80px;
    height: auto;
  }
}
