@import "https://fonts.googleapis.com/css?family=Raleway:300,400,600,700,900";
/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #2294dd;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #2294dd, 0 0 5px #2294dd;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #2294dd;
  border-left-color: #2294dd;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
body {
  color: #222223;
  font-family: "Droid Sans", sans-serif;
  font-size: 18px; }

#appVersion {
  color: #666;
  font-size: 8px;
  text-align: right;
  font-family: monospace;
  font-weight: lighter;
  pointer-events: none; }

#panoEditorModal {
  margin: 40px 0px; }

h1,
h2,
h3,
label,
.navbar a {
  font-family: "Titillium Web", sans-serif; }

.disablePointer {
  pointer-events: none !important; }

form .formDescription {
  font-size: 14px;
  color: #666; }

.notHiddenButNeitherVisible {
  visibility: hidden;
  margin: 0; }

.pointer {
  cursor: pointer; }

.resizer {
  clear: both; }

.input-group {
  width: 100%; }

.float-center {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.well h1 {
  margin: 0 0 10px; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; }

.holo-element h2 {
  margin-top: 12px; }
.holo-element .thumb .label {
  position: absolute; }
.holo-element .thumb img {
  border-radius: 500px;
  width: 100%; }

.no-padding {
  padding: 0; }

.picker-active {
  cursor: crosshair; }

.thumbResizer {
  width: 56px;
  height: 56px;
  border-radius: 5px;
  overflow: hidden; }

.tourListActions {
  margin-top: -54px; }

.tourActions {
  margin-top: -48px; }

ul.elementList {
  list-style: none; }
  ul.elementList h2 {
    margin: 0; }
    ul.elementList h2 a {
      color: #333; }
  ul.elementList li:nth-child(2n) {
    background-color: rgba(166, 176, 210, 0.1); }

.info {
  font-size: 14px;
  color: #6b6868; }

.tourMapPreview {
  background-image: url("/vendors/photosphere/trasparent-background.png"); }

@media (min-width: 1300px) {
  .modal-lg {
    width: 1200px; } }
.panoListElement .panoIcon {
  float: left; }
  .panoListElement .panoIcon img {
    width: 80px;
    border-radius: 100px; }
  .panoListElement .panoIcon span.badge {
    position: absolute; }
.panoListElement .panoName {
  float: left; }
  .panoListElement .panoName hr {
    margin: 5px 0; }
  .panoListElement .panoName .panoMarkerDetails {
    display: inline-block;
    margin-right: 5px; }
    .panoListElement .panoName .panoMarkerDetails .glyphicon {
      vertical-align: middle; }
    .panoListElement .panoName .panoMarkerDetails .text {
      vertical-align: middle;
      display: inline-block;
      max-width: 100px;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 0.85em; }
.panoListElement .panoActions {
  float: right; }

.paddingTop {
  padding-top: 15px; }

#photoViewerWrapper, #photoViewerJumpWrapper {
  height: 500px; }

.ghost {
  pointer-events: none; }

#mapContainer {
  visibility: hidden;
  pointer-events: none; }
  #mapContainer.active {
    visibility: visible;
    pointer-events: auto; }
  #mapContainer .spot {
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    border-radius: 100px;
    border: 2px solid rgba(168, 0, 0, 0);
    background-color: rgba(255, 255, 255, 0.3);
    margin-left: 6px;
    margin-top: 6px; }
    #mapContainer .spot:hover {
      border: 2px solid rgba(168, 0, 0, 0.9); }

#crosshair, #crosshairJump {
  background-image: url(/vendors/photosphere/noxin-crosshairs.svg);
  position: absolute;
  z-index: 9999999;
  width: 50px;
  height: 50px;
  display: none;
  overflow: hidden;
  top: 50%;
  left: 50%;
  border-width: 0;
  border-style: none;
  pointer-events: none;
  margin-left: -25px;
  margin-top: -25px;
  font-size: 50px; }

#crosshair.active, #crosshairJump.active {
  display: block; }

#coords {
  display: none;
  position: absolute;
  z-index: 9999999;
  width: 200px;
  height: 33px;
  overflow: hidden;
  top: 50%;
  left: 50%;
  margin-left: 25px;
  margin-top: 25px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: monospace;
  font-size: 10px;
  border-width: 0;
  pointer-events: none;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }

#coords.active {
  display: block; }

#mapRadar {
  opacity: 0.8; }
  #mapRadar.draggable:hover {
    cursor: pointer; }

.smallLabel {
  font-size: 0.9em; }

#tourView {
  width: 100%; }

#frontMenu nav.navbar {
  z-index: 9999999938;
  padding: 10px 30px;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(61, 61, 61, 0.4);
  border: 0;
  margin: 0;
  height: 70px; }
  #frontMenu nav.navbar a {
    font-family: "Raleway";
    font-weight: 900;
    color: rgba(255, 255, 255, 0.9); }
#frontMenu .menuToggle {
  font-size: 28px;
  float: right;
  cursor: pointer;
  padding: 10px; }

#wpMenuLinks {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -15px;
  top: 60px;
  background-color: rgba(61, 61, 61, 0.4);
  width: 200px; }
  #wpMenuLinks li {
    padding: 10px; }

@media (min-width: 700px) {
  #frontMenu .menuToggle {
    display: none !important; }

  #wpMenuLinks {
    display: block !important;
    visibility: visible !important;
    background-color: transparent;
    position: initial;
    width: 100%;
    text-align: right; }
    #wpMenuLinks li {
      display: inline-block; }
      #wpMenuLinks li a:hover {
        text-decoration: underline; } }
.psv-container--has-navbar .psv-panel {
  height: calc(100% - 110px) !important;
  top: 70px !important; }

#tourIndexContainer {
  width: 100%;
  height: 120px;
  padding: 0;
  background-color: rgba(61, 61, 61, 0.4);
  position: absolute;
  z-index: 400;
  bottom: 45px; }
  #tourIndexContainer .command {
    background-color: rgba(61, 61, 61, 0.4);
    height: 120px;
    width: 60px;
    display: inline-block;
    position: absolute;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 126px;
    text-indent: 4px; }
    #tourIndexContainer .command.left {
      left: 0;
      background: #3d3d3d;
      background: -moz-linear-gradient(left, #3d3d3d 0%, rgba(61, 61, 61, 0) 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #3d3d3d), color-stop(100%, rgba(61, 61, 61, 0)));
      background: -webkit-linear-gradient(left, #3d3d3d 0%, rgba(61, 61, 61, 0) 100%);
      background: -o-linear-gradient(left, #3d3d3d 0%, rgba(61, 61, 61, 0) 100%);
      background: -ms-linear-gradient(left, #3d3d3d 0%, rgba(61, 61, 61, 0) 100%);
      background: linear-gradient(to right, #3d3d3d 0%, rgba(61, 61, 61, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$fromColor', endColorstr='$toColor', GradientType=1 ); }
      #tourIndexContainer .command.left:hover {
        cursor: pointer;
        background: #3d3d3d;
        background: -moz-linear-gradient(left, #3d3d3d 0%, rgba(61, 61, 61, 0.5) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #3d3d3d), color-stop(100%, rgba(61, 61, 61, 0.5)));
        background: -webkit-linear-gradient(left, #3d3d3d 0%, rgba(61, 61, 61, 0.5) 100%);
        background: -o-linear-gradient(left, #3d3d3d 0%, rgba(61, 61, 61, 0.5) 100%);
        background: -ms-linear-gradient(left, #3d3d3d 0%, rgba(61, 61, 61, 0.5) 100%);
        background: linear-gradient(to right, #3d3d3d 0%, rgba(61, 61, 61, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$fromColor', endColorstr='$toColor', GradientType=1 ); }
    #tourIndexContainer .command.right {
      right: 0;
      background: rgba(61, 61, 61, 0);
      background: -moz-linear-gradient(left, rgba(61, 61, 61, 0) 0%, #3d3d3d 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, rgba(61, 61, 61, 0)), color-stop(100%, #3d3d3d));
      background: -webkit-linear-gradient(left, rgba(61, 61, 61, 0) 0%, #3d3d3d 100%);
      background: -o-linear-gradient(left, rgba(61, 61, 61, 0) 0%, #3d3d3d 100%);
      background: -ms-linear-gradient(left, rgba(61, 61, 61, 0) 0%, #3d3d3d 100%);
      background: linear-gradient(to right, rgba(61, 61, 61, 0) 0%, #3d3d3d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$fromColor', endColorstr='$toColor', GradientType=1 ); }
      #tourIndexContainer .command.right:hover {
        cursor: pointer;
        background: rgba(61, 61, 61, 0.5);
        background: -moz-linear-gradient(left, rgba(61, 61, 61, 0.5) 0%, #3d3d3d 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(61, 61, 61, 0.5)), color-stop(100%, #3d3d3d));
        background: -webkit-linear-gradient(left, rgba(61, 61, 61, 0.5) 0%, #3d3d3d 100%);
        background: -o-linear-gradient(left, rgba(61, 61, 61, 0.5) 0%, #3d3d3d 100%);
        background: -ms-linear-gradient(left, rgba(61, 61, 61, 0.5) 0%, #3d3d3d 100%);
        background: linear-gradient(to right, rgba(61, 61, 61, 0.5) 0%, #3d3d3d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$fromColor', endColorstr='$toColor', GradientType=1 ); }

#tourIndexWrapper {
  display: inline-block;
  height: 120px;
  width: calc(100% - 60px - 60px);
  overflow: hidden;
  position: absolute;
  left: 60px; }

#tourIndexContents {
  padding: 10px;
  position: relative;
  left: 0; }
  #tourIndexContents ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #tourIndexContents .indexElementWrapper {
    display: inline-block;
    margin-right: 10px;
    width: 100px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.9);
    box-shadow: inset 0px 0px 30px 10px rgba(0, 0, 0, 0.8);
    overflow: hidden;
    transition: box-shadow 0.3s ease-in-out;
    /*
    .legend{
      opacity: 0;
      padding: 0;
      display: block;
      position: relative;
      bottom: -80px;
      text-align: center;
      background-color: #3d3d3d;
      font-size: 14px;
      height: 20px;
      border-radius: 0 0 5px 5px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    */ }
    #tourIndexContents .indexElementWrapper:hover {
      box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.5);
      cursor: pointer;
      color: #fff; }
    #tourIndexContents .indexElementWrapper:last-child {
      margin-right: 0; }
    #tourIndexContents .indexElementWrapper.active {
      pointer-events: none;
      cursor: default;
      box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.4); }
    #tourIndexContents .indexElementWrapper img {
      width: 100px;
      height: 100px;
      border-radius: 5px;
      padding: 0;
      position: relative;
      z-index: -2; }

.map-icon {
  background-image: url(/vendors/photosphere/map-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.radar-icon {
  background-image: url(/vendors/photosphere/radar-icon.png);
  background-position: center;
  background-repeat: no-repeat; }

.psv-markers-list-title {
  visibility: hidden;
  display: none; }

.psv-button {
  margin-left: 10px; }
  .psv-button:last-child {
    margin-left: 0; }

.modal {
  position: absolute !important; }

.mLegend {
  overflow: hidden;
  width: 220px;
  background-image: url("/vendors/photosphere/infomarker-bg.png");
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 0 0 5px 5px; }
  .mLegend.closed {
    width: 47px;
    height: 47px; }
    .mLegend.closed .wrapper {
      display: none; }
    .mLegend.closed .switch::before {
      content: "\002b"; }
  .mLegend .mLabel {
    font-weight: bold;
    background: transparent;
    color: #fff;
    font-size: 12px;
    border-width: 0 5px 0 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.5); }
    .mLegend .mLabel:first-child {
      border-width: 5px 5px 0 0; }
    .mLegend .mLabel span {
      display: block;
      padding: 10px;
      background-color: #8C8C8C; }
      .mLegend .mLabel span a {
        color: #fff;
        font-size: 12px; }
        .mLegend .mLabel span a span {
          display: inline; }
  .mLegend .switch {
    right: 5px;
    position: absolute;
    top: 5px;
    font-size: 27px;
    color: #333;
    background-color: #fff;
    font-weight: lighter;
    padding: 5px; }
  .mLegend .switch::before {
    content: "\e014"; }
  .mLegend .mContent {
    font-weight: bold;
    padding: 5px;
    margin-right: 5px;
    background-color: #fff;
    color: #4D4D4D;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .mLegend .mDescription {
    font-weight: normal;
    padding: 5px;
    margin-right: 5px;
    background-color: #fff;
    color: #4D4D4D;
    font-size: 12px;
    height: 80px;
    overflow: hidden; }
  .mLegend .mLink {
    font-weight: bold;
    font-size: 1.3em; }

.psv-button.psv-zoom-button {
  padding: 5px;
  margin-top: 2.5px;
  width: 67px; }
  .psv-button.psv-zoom-button .psv-zoom-button-minus, .psv-button.psv-zoom-button .psv-zoom-button-plus {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center; }
  .psv-button.psv-zoom-button .psv-zoom-button-minus {
    background-image: url(/vendors/photosphere/zoom-minus.png); }
  .psv-button.psv-zoom-button .psv-zoom-button-plus {
    background-image: url(/vendors/photosphere/zoom-plus.png);
    margin-left: 15px; }
  .psv-button.psv-zoom-button .psv-zoom-button-range {
    display: none; }

.psv-navbar {
  display: flex;
  justify-content: space-around; }

.alertify-notifier .ajs-message {
  border: none;
  font-family: "Titillium Web", sans-serif;
  padding: 10px;
  font-size: 15px; }
  .alertify-notifier .ajs-message.ajs-error {
    text-shadow: 1px 1px 0 rgba(61, 61, 61, 0.7); }
  .alertify-notifier .ajs-message.ajs-success {
    text-shadow: 1px 1px 0 rgba(61, 61, 61, 0.7); }
  .alertify-notifier .ajs-message.ajs-warning {
    text-shadow: 1px 1px 0 rgba(61, 61, 61, 0.2); }
  .alertify-notifier .ajs-message.ajs-info {
    text-shadow: 1px 1px 0 rgba(61, 61, 61, 0.2); }

.mybubble {
  opacity: 0.8;
  font-family: "Titillium Web", sans-serif;
  position: relative;
  min-width: 200px;
  text-align: center;
  height: 30px;
  padding: 5px 10px 31px 10px;
  background-color: #dd3333;
  border-radius: 4px;
  border: #dd3333 solid 2px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }

.mybubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #dd3333 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -15px;
  bottom: -15px;
  left: 50%; }

.mybubble:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 16px 16px 0;
  border-color: #dd3333 transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -16px;
  bottom: -18px;
  left: 50%; }

.dropzone {
  text-align: center;
  color: #717171;
  font-weight: lighter;
  font-size: 15px;
  font-style: italic; }
  .dropzone .file-row .upper {
    display: flex;
    justify-content: space-around; }
    .dropzone .file-row .upper .thumb {
      width: 80px; }
      .dropzone .file-row .upper .thumb img {
        border-radius: 100px;
        width: 80px;
        height: 80px; }
    .dropzone .file-row .upper .details {
      width: 80px; }
  .dropzone .file-row .uploadprogress {
    clear: both; }

.psv-loader-image {
  width: 159px !important;
  height: auto !important; }

.psv-loader {
  width: 200px;
  height: 200px;
  background-color: white;
  border-radius: 340px; }

#homeBrandLink {
  padding: 0;
  background-image: url(/hp/logo.png);
  background-size: cover;
  display: block;
  width: 100px;
  height: 60px;
  overflow: hidden;
  text-indent: 200px;
  white-space: nowrap;
  margin-top: -6px; }

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