.hotspots-wrap {
  position: relative;
}

.hotspots-caption {
  padding: 10px 10px 3px 10px;
  background-color: #fff;
  color: #000;
}
.hotspots-caption.layered {
  position: absolute;
  bottom: 10px;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  transform: translateX(-50%);
  z-index: 1;
}

.hotspots-viewport {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hotspots-viewport img {
  width: 100%;
}
.hotspots-viewport.pano {
  height: 0;
  padding-bottom: 50%;
}
.hotspots-viewport.pano .hotspots-container {
  position: absolute;
  height: 100%;
}
.hotspots-viewport.pano img {
  position: absolute;
  width: auto;
  max-width: none;
  height: 100%;
}

.hotspots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease 0.25s;
  z-index: 2;
}
.hotspots .hotspot {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
}
.hotspots .hotspot .hotspot-button {
  width: 20px;
  height: 20px;
  background-color: #d00;
  border-radius: 50%;
  transition: 0.3s;
  transform: scale(0.7);
  cursor: pointer;
}
.hotspots .hotspot .hotspot-button:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 1px solid #d00;
  border-radius: 50%;
  -webkit-animation: hotspot-pulse 1.5s infinite;
  -moz-animation: hotspot-pulse 1.5s infinite;
  -o-animation: hotspot-pulse 1.5s infinite;
  animation: hotspot-pulse 1.5s infinite;
  pointer-events: none;
}
.hotspots .hotspot .hotspot-button:hover {
  transform: scale(1);
  background: #f70000;
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hotspots .hotspot .hotspot-button:hover:after {
  opacity: 0 !important;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.hotspots .hotspot .hotspot-content {
  display: none;
}
.hotspots .hotspot.active .hotspot-button {
  background-color: #fff;
  transform: scale(1);
}
.hotspots .hotspot.active .hotspot-button:after {
  opacity: 0 !important;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.hotspots.open {
  background-color: rgba(0, 0, 0, 0.4);
  transition-delay: 0s;
}

@-webkit-keyframes hotspot-pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.hotspots-tooltip {
  display: none;
  position: absolute;
  width: 300px;
  padding-top: 20px;
  z-index: 2;
}
.hotspots-tooltip .hotspots-tooltip-content {
  height: auto;
  max-height: 200px;
  padding: 12px;
  background-color: #fff;
  font-size: 0.8em;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  overflow: auto;
}
.hotspots-tooltip .hotspots-bubble {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  transform: translateX(-50%);
}
.hotspots-tooltip.flip-top {
  padding-top: 0;
  padding-bottom: 20px;
}
.hotspots-tooltip.flip-top .hotspots-bubble {
  top: auto;
  bottom: 0;
  border-bottom-color: transparent;
  border-top-color: #fff;
}
.swipe-compare-placeholder {
  opacity: 0;
}

.swipe-compare-wrap {
  position: relative;
}
.swipe-compare-wrap .swipe-compare-img {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.swipe-compare-wrap .swipe-compare-img.swipe-compare-before {
  left: 0;
  overflow: hidden;
  background-position: 0 0;
  z-index: 10;
}
.swipe-compare-wrap .swipe-compare-img.swipe-compare-before:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: #fff;
}
.swipe-compare-wrap .swipe-compare-img.swipe-compare-after {
  right: 0;
  background-position: 100% 0;
  z-index: 1;
}
.swipe-compare-wrap .swipe-compare-handle {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -2px;
  background-color: #000;
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  transform: translate(-50%, -50%);
  cursor: grab;
  pointer-events: none;
  z-index: 30;
}
.swipe-compare-wrap .swipe-compare-cover {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.swipe-compare-wrap .swipe-compare-label {
  position: absolute;
  top: 50%;
  opacity: 0;
  transition: opacity 0.25s;
  transform: translateY(-50%);
  pointer-events: none;
}
.swipe-compare-wrap .swipe-compare-label.before {
  left: 20px;
  z-index: 20;
}
.swipe-compare-wrap .swipe-compare-label.after {
  right: 20px;
  z-index: 5;
}
.swipe-compare-wrap:hover .swipe-compare-label {
  opacity: 1;
}
.swipe-compare-wrap[data-swipe-compare-layout=vertical] .swipe-compare-img {
  width: 100%;
  height: 50%;
  background-size: 100% auto;
}
.swipe-compare-wrap[data-swipe-compare-layout=vertical] .swipe-compare-img.swipe-compare-before:after {
  top: auto;
  bottom: 0;
  width: 100%;
  height: 4px;
}
.swipe-compare-wrap[data-swipe-compare-layout=vertical] .swipe-compare-img.swipe-compare-after {
  top: auto;
  bottom: 0;
  background-position: 0 100%;
}
.swipe-compare-wrap.dragging .swipe-compare-handle {
  cursor: grabbing;
}

.series-images {
  position: relative;
}

.series-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  z-index: 1;
}
.series-image.first {
  position: relative;
  left: auto;
  top: auto;
}
.series-image.current-img {
  opacity: 1;
  z-index: 2;
}

.series-slider {
  position: relative;
  height: 10px;
  background-color: #ddd;
}
.series-slider .ui-slider-handle {
  display: block;
  position: absolute;
  top: -5px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background-color: #c00;
  border-radius: 50%;
  cursor: grab;
  outline: none;
  font-size: 1.2em;
  line-height: 20px;
  text-align: center;
}

.series-labels {
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
  font-size: 1.2em;
}

[data-time-series-transition=fade] .series-image {
  transition: 0s linear 0.5s;
}
[data-time-series-transition=fade] .series-image.current-img {
  transition: 0.5s;
}

/*# sourceMappingURL=interactives.css.map */
