.smv-selectors-box.smv-thumbnails.smv-h .smv-item {
  padding: 0;
}
.smv-selector[data-type=html] {
  padding: 5px 10px !important;
  border: 2px solid #dc4405 !important;
  font-weight: bold;
}
.smv-thumbnails .smv-item.smv-active .smv-selector[data-type=html] {
  /*background-color: #dc4405;*/
  background-color: rgba(220,68,5,1);
  color: #fff;
}
.smv-selector[data-type=html]  div {
  width: auto !important;
  height: auto !important;
  text-transform: uppercase;
}
.smv-fullscreen-box .smv-selectors-box.smv-thumbnails.smv-h {
  padding: 0;
}
.smv-arrow-control .smv-arrow .smv-icon {
  /*background-color: #dc4405;*/
  background-color: rgba(220,68,5,1);
}
.smv .smv-button-fullscreen {
  right: auto !important;
  left: -10px !important;
  top: -10px !important;
}

#panorama {
  width: 100%;
  height: 100%;
}

.custom-hotspot {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  background-image:none
}
.custom-hotspot::after,
.custom-hotspot::before {
  display:inline-block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transform-origin:50% 50%;
  border-radius:100%;
  color: white;
  line-height: 26px;
  font-size: 30px;
  font-weight: 100;
}
@-moz-document url-prefix() {
  .custom-hotspot::before {
    font-size: 30px;
    line-height: 0.95em;
  }
}

.sirv-hotspot-pointer::before {
  background-color: rgba(220,68,5,1) !important;
  opacity:.9 !important;
  overflow:hidden !important;
  content: "+" !important;
  color: white !important;
  line-height: 1.2em !important;
}
.sirv-hotspot-pointer::after {
  border: 1px solid rgba(220,68,5,1) !important;
}

.custom-hotspot::before {
  transition:opacity .2s ease-in,transform .1s ease-out;
  /*background-color:#db450d;*/
  background-color: rgba(220,68,5,1);
  opacity:.9;
  overflow:hidden;
  content: "+";
}
.custom-hotspot::after {
  /*border:1px solid #db450d;*/
  border:1px solid rgba(220,68,5,1);
  opacity:0;
  box-sizing:border-box;
  -webkit-animation:custom-hotspot-pulsate 3s ease-out infinite;
  animation:custom-hotspot-pulsate 3s ease-out infinite;
  content: "";
}
.custom-hotspot:hover::before {
  cursor:pointer;
  opacity:.8
}
.custom-hotspot:active::before {
  transform:scale(.875)
}
.custom-hotspot:hover::after {
  -webkit-animation:none;
  animation:none
}
.custom-hotspot:active::after {
  -webkit-animation:pulsating-point-stop-pulsate .3s;
  animation:pulsating-point-stop-pulsate .3s
}
@-webkit-keyframes custom-hotspot-pulsate {
  0% {
    transform:scale(1);
    opacity:.8
  }
  45% {
    transform:scale(1.75);
    opacity:0
  }
}
@keyframes custom-hotspot-pulsate {
  0% {
    transform:scale(1);
    opacity:.8
  }
  45% {
    transform:scale(1.75);
    opacity:0
  }
}
@-webkit-keyframes pulsating-point-stop-pulsate {
  from {
    opacity:.4
  }
  to {
    transform:scale(2);
    opacity:0
  }
}
@keyframes pulsating-point-stop-pulsate {
  from {
    opacity:.4
  }
  to {
    transform:scale(2);
    opacity:0
  }
}
div.custom-tooltip span {
  visibility: hidden;
  position: absolute;
  border-radius: 3px;
  background-color: #fff;
  color: #000;
  text-align: center;
  width: 600px;
  max-width: 600px;
  padding: 5px 10px;
  margin-left: -220px;
  cursor: default;
}
div.custom-tooltip:click span{
  visibility: visible;
}
div.custom-tooltip:click span:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  bottom: -20px;
  left: -10px;
  margin: 0 50%;
}
div.custom-tooltip h1 {
  font-size: 24pt;
  font-weight: 600;
}

.custom-popup {
  position: absolute;
  top: 0;
  background-color: white;
  color: black !important;
  border: 1px solid lightgray;
  width: 96%;
  margin-left: 2%;
  margin-top: 1%;
  z-index: 0;
  text-align: left;
  max-height: 95%;
  overflow-y: auto;
  display: none;
}
.custom-popup h1 {
  /*text-transform: uppercase;*/
  line-height: 100% !important;
}
.popup-content h1 {
  line-height: 32px !important;
  margin-top: 0px  !important;
}
.popup-content h3 {
  margin-top: 0px  !important;
  font-size: 1.4em;
  padding-bottom: 10px;
  line-height: initial;
}
.close-popup {
  float: right;
  padding-right: 15px;
  padding-top: 20px;
}
.close-popup .close-popup-button {
  color: rgba(220,68,5,1) !important;
  text-decoration:  none !important;
  font-size: 26px;
  cursor: pointer;
  margin: 6px;
}
.popup-content {
  padding: 25px;
}
.popup-content img {
  width: 100% !important;
  margin-right: 5vmin;
  margin-bottom: 5vmin;
  max-width: 300px !important;
  height: auto;
}
.popup-content table {
  font-size: 12px;
}
.popup-content table td {
  vertical-align: top;
}
.popup-content p {
  padding-bottom: 30px;
}
.flex-popup {
  display: flex;
  flex-direction: column;
}
.popup-left {
  flex: 1;
}
.popup-right {
  flex: 1;
}
@media screen and (min-width: 576px) {
  .flex-popup {
    flex-direction: row;
  }
  .popup-right {
    padding-left: 15px;
  }
}
div.custom-tooltip span {
  text-align: left;
}
.pnlm-hotspot-base span {
  display: none;
}
.active-popup {
  z-index: 20 !important;
  display: block;
}

.image-gallery-content .smv-button-fullscreen {
  display: none;
}
