/* Place custom 360 styles here */

/*
Dark Blue
#1d3465
rgb(29,52,101)

Aqua
#a2905e
rgb(162,144,94)
*/

html,
body {
  font-family: 'Roboto Condensed', 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: #a2905e;
}

/* =================== WELCOME SCREEN ===================== */
#welcome-container {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99999999;
}

#welcome-screen {
  background-color: rgba(255,255,255,.95);
  color: #111 !important;
  left: 0;
  margin: 0 auto;
  max-width: 640px;
  padding: 0 40px 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 96%;
}

#client-logo {
  display: block;
  float: right;
  height: auto;
  margin: 0 0 0 22px;
  max-width: 100%;
  width: 100px;
}

#welcome-title {
  font-size: 28px;
  line-height: 1.2;
  margin: 44px 0 20px;
  max-width: 100%;
}

#welcome-title span {
  display: block;
  font-size: 32px;
}

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

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

#start-tour {
  background-color: #1d3465;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  font-weight: 300;
  margin: 10px auto 0;
  padding: 8px 28px;
  text-align: center;
  -webkit-transition: color .2s;
  transition: color .2s;
}

/* =================== FLOORPLAN ===================== */
.close-button {
  border-width: 0;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  z-index: 1;
}
.close-button .text {
  display: none;
}
.close-button .icon {
  color: #fff;
  display: block;
  font-size: 24px;
  line-height: 40px;
  float: none;
  padding: 0;
  width: auto;
}
.camera-icon svg .b {
  fill: #1d3465;
}
.camera-icon.visited svg .b {
  fill: #999;
}
.camera-icon.active svg .b,
.camera-icon.visited.active svg .b {
  fill: #a2905e;
}

.camera-label {
  background-color: #1d3465;
  color: #fff;
  text-transform: none;
}
.label-after {
  border-color: #1d3465 transparent transparent;
}

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

.fp-switch {
  line-height: 38px;
}
.fp-switch,
.fp-switch.active {
  color: #1d3465;
}
.fp-switch.active,
.fp-switch.active:hover {
  background-color: #1d3465;
  color: #fff;
}


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

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

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

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

/* =================== HOTSPOTS ===================== */
.hotspot.info-rv,
.hotspot.gallery-rv,
.hotspot.video-rv,
.hotspot.nav-rv {background-color:rgba(162,144,94,.85)}

/* =================== INFOSPOTS ===================== */
#info-close {
  border-radius: 0;
}
#info-close .icon {
  font-size: 23px;
}
/* =================== ROOM TITLE ===================== */
.room-title {
  background-color: #1d3465;
  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;
  }
}
@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:#a2905e
  }
  .fp-switch:hover {
    color: #a2905e;
  }
  .gui-container .button:hover,
  .button-gallery:hover,
  .open-button:hover {
    background-color: #a2905e;
    color: #fff;
  }
  .fs-close:hover,
  #info-close:hover,
  .close-button:hover {
    background-color: #a2905e;
  }
  .hotspot.info-rv:hover,
  .hotspot.gallery-rv:hover,
  .hotspot.video-rv:hover,
  .hotspot.nav-rv:hover {background-color:rgba(29,52,101,.85)}
}

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