/* Place custom 360 styles here */

/*
ORANGE
#f37226
rgb(243,114,38)

BLUE
#053776
rgb(5,55,118)
*/

html,
body {
  font-family: Arial, Helvetica, sans-serif;
}

/* =================== OVERLAYS ===================== */
#help-screen,
#info-spot {
  background-color: rgba(33,33,33,.85);
}
/* =================== FORWARDER ===================== */
.forwardInner {
  position: static;
  top:0;
  -webkit-transform: none;
  transform: none;
}

#forwarder a {
  background-color: #053776;
}

/* =================== FLOORPLAN ===================== */
.open-button {
  background-color: #053776;
  color: #fff;
}
.open-button:hover {
  background-color: #053776;
  color: #fff;
}

.floorplan-outer {
  background-color: #fff;
  border-color: #000;
  left: 0;
}

.close-button {
  background-color: #053776;
  border-width: 0;
}
.close-button span {
  color: #fff;
  text-transform: none;
}
.close-button .text {
  font-size: 16px;
}
.close-button .icon-cross {
  font-size: 26px;
}

.camera-icon svg .b {
  fill: #053776;
}
.camera-icon.visited svg .b {
  fill: #999;
}
.camera-icon.active svg .b,
.camera-icon.visited.active svg .b {
  fill: #f37226;
}

.camera-label {
  background-color: #053776;
  color: #fff;
  border-radius: 0;
}
.label-after {
  border-color: #053776 transparent transparent;
}

.fov-radar {
  background: -webkit-linear-gradient(-45deg, #053776 0%, transparent 50%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #053776 0%, transparent 50%);
  background: linear-gradient(135deg, #053776 0%, transparent 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.fp-switch-container {
  background-color: #fff;
  border-color: #000;
}

.fp-switch {
  background: #053776 url(../local/images/gui/floor-icon.svg) center no-repeat;
  background-size: cover;
  border-width: 0;
  line-height: 44px;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}

.fp-switch,
.fp-switch:hover,
.fp-switch.active,
.fp-switch.active:hover {
  color: #fff !important;
}

.fp-switch:hover,
.fp-switch.active,
.fp-switch:hover.active {
  background-color: #f37226;
}


/* =================== GUI ===================== */
.editor .button {
  background-color:rgba(0,196,150,.8);
  color: #fff;
}

.button,
#help-screen .button,
.open-button {
  background-color: #053776;
  color: #fff;
  text-transform: none;
}

.button.button-motion.enabled,
.button.button-auto.disabled {
  background-color: #f37226;
  color: #fff;
}

.button-help {
  font-size: 20px;
}

.fs-close,
#info-close,
.close-button {
  background-color: #053776;
}

/* =================== HOTSPOTS ===================== */
.hotspot.info-rv,
.hotspot.gallery-rv,
.hotspot.video-rv,
.hotspot.nav-rv {background-color:rgba(5,55,118,.85)}

/* =================== INFOSPOTS ===================== */
#info-close {
  border-radius: 0;
}
#info-close .icon {
  font-size: 23px;
}
/* =================== ROOM TITLE ===================== */
.room-title {
  background-color: #053776;
  text-transform: none;
}

/* =================== HELP SCREEN ===================== */
#help-screen h1,
#help-inner {
  color: #212121;
}
#help-screen h1,
.diagrams {
  background-color: rgba(255,255,255,.75);
}


/* =================== MEDIA QUERIES ===================== */
@media only screen and (min-width: 768px)  and (max-width: 1024px) {
  .fp-switch {
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #welcome-screen {
    max-height: 96%;
    overflow: auto;
  }

  #client-logo {
    float: none;
    margin: 0 auto 16px;
    width: 80px;
  }

  #welcome-text {
    text-align: center;
  }

  #welcome-title {
    float: none;
    font-size: 22px;
    margin: 0 0 20px;
  }

  #welcome-screen p {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #start-tour {
    font-size: 20px;
    margin-top: 14px;
  }

  #info-close,
  #info-close:hover {
    background-color: transparent;
  }

  .button.button-help {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) and (max-height: 400px) {
  #more-info-text {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .close-button {
    right: -20px;
    top: -20px;
  }
  /* ============================
  WELCOME SCREEN
  ============================ */
  #motion-notice {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  #start-tour:hover {
    background-color:#f37226
  }
  .fp-switch:hover {
    color: #f37226;
  }
  .gui-container .button:hover,
  .button-gallery:hover,
  .open-button:hover {
    background-color: #f37226;
    color: #fff;
  }
  .fs-close:hover,
  #info-close:hover,
  .close-button:hover {
    background-color: #f37226;
  }
  .hotspot.info-rv:hover,
  .hotspot.gallery-rv:hover,
  .hotspot.video-rv:hover,
  .hotspot.nav-rv:hover {background-color:#053776}
}

#start-tour {
  -webkit-transition: background-color .6s;
  transition: background-color .6s;
}
#info-close,
.close-button {
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
}