/* ==========================================================================
   Generic page styles
   ========================================================================== */

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html,
body {
  background-color: #171717;
  font-family: "Times New Roman", serif;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
h1 {
  color: #3e3e3e;
  font-size: 22px;
  font-weight: 300;
}
h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 5px 0 30px 0;
  color: #000;
}
a {
  text-decoration: none;
}
svg {
  display: block;
  max-height: 100%;
  width: 100%;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.clear {
  clear: both;
}


#welcome-screen {
  background-color: #fff;
  height: 400px;
  left: 50%;
  margin-left: -360px;
  margin-top: -200px;
  padding: 60px;
  position: absolute;
  top: 50%;
  width: 720px;
}

#welcome-title {
  border-right: 1px solid #ddd;
  float: left;
  height: 100%;
  /* padding: 50px 0; */
  position: relative;
  width: 50%;
}
#welcome-title h1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-right: 10px;
}
#welcome-title h1 span {
  display: block;
}

#welcome-text {
  float: left;
  height: 100%;
  position: relative;
  width: 50%;
  padding-top: 8%;
  padding-left: 40px;
}
#welcome-text p {
  margin-bottom: 20px;
  color: #555;
}

#start-tour {
  color: #cb0a29;
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
  -webkit-transition: color .2s;
  transition: color .2s;
}
#start-tour:hover {
  color: #3e3e3e;
}

.floorplan-outer {
  background: #fff;
  border-color: #000;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 340px;
  z-index: 2;

  opacity: 0;
  visibility: hidden;
}
.floorplan-outer.open {
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.floorplan-container {
  background: #fff;
  position: relative;
  z-index: 5;
}

.floorplan-inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  height: 360px;
  margin: 20px;
  position: relative;
  width: 300px;
}

.floorplan-inner.show {
  display: block;
}

.fp-switch-container {
  background-color: #fff;
  border-color: #000;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  left: 100%;
  margin-left: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.fp-switch {
  background: #00275d url(../local/images/gui/floor-icon.svg) center no-repeat;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 100;
  height: 40px;
  line-height: 44px;
  margin: 8px 6px;
  text-align: center;
  -webkit-transition: all .6s;
  transition: all .6s;
  width: 40px;
}
.fp-switch:hover,
.fp-switch.active {
  background-color: #4776b6;
}

.camera-icon {
  display: block;
  height: 32px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 32px;
  z-index: 10;
}


.camera-icon svg:hover {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  /*transform: scale(1.1);*/
}

.camera-icon svg .b {
  fill: #00275d;
  -webkit-transition: fill .2s ease;
  transition: fill .2s ease;
}

.camera-icon.visited svg .b {
  fill: #999;
}

.camera-icon.active svg .b,
.camera-icon.visited.active svg .b {
  fill: #4776b6;
}

.camera-label {
  background-color: #00275d;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  left: 0;
  margin-top: -16px;
  opacity: 0;
  padding: 5px 20px;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  -webkit-transition: opacity .2s, visibility 0s ease .2s;
  transition: opacity .2s, visibility 0s ease .2s;
  visibility: hidden;
  white-space: nowrap;
  z-index: 15;
}
.label-after {
  border-width: 6px 6px 0;
  border-color: #00275d transparent transparent;
  border-style: solid;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 12px;
}
.camera-label:hover,
.camera-label.hovered {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .2s, visibility 0s ease 0s;
  transition: opacity .2s, visibility 0s ease 0s;
}

.fov-radar {
background: -webkit-linear-gradient(-45deg, #4776b6 0%,rgba(255,255,255,0) 50%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-linear-gradient(315deg, #4776b6 0%,rgba(255,255,255,0) 50%);
background: linear-gradient(135deg, #4776b6 0%,rgba(255,255,255,0) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 60px;
  position: absolute;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 60px;
}

.close-button {
  background-color: #00275d;
  color: #fff;
  display: block;
  height: 20px;
  width: 100%;
  height: 40px;
  /*border-bottom: 1px solid #ddd;*/
}
.close-button span {
  display: inline-block;
  line-height: 40px;
  font-size: 16px;
  padding: 0 20px;
}
.close-button svg {
  fill: #fff;
  float: right;
  width: 40px;
  padding: 12px;
  /*border-left: 1px solid #ddd;*/
}

.open-button {
  background-color: #00275d;
  color: #fff;
  font-size: 20px;
  left: 0;
  opacity: 0;
  padding: 12px 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-36%, -50%) rotate(-90deg);
          transform: translate(-36%, -50%) rotate(-90deg);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.open-button:hover {
  background-color: #4776b6;
}


.room-title {
  background: rgba(0,39,93,.75);
  color: #fff;
  cursor: default;
  line-height:40px;
  opacity: 0;
  padding: 0 30px;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
}


.welcome-active {
  /*filter: blur(5px);*/
}


.gui-container {
  bottom: 0;
  opacity: 0;
  padding: 0 0 10px;
  position: absolute;
  right: 0;
  visibility: hidden;
}


.gui-container.editor {
  bottom: 70px;
}

.button,
#help-screen .button {
  background-color: #00275d;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  height: 60px;
  line-height: 1;
  margin-right: 10px;
  position: relative;
  text-align: center;
  -webkit-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  width: 60px
}
.button-gallery:hover,
.gui-container .button:hover,
.button.enabled {
  background-color: #4776b6;
  /*color: #fefefe;*/
}
.button.button-auto.disabled {}


.button.button-motion {
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 120px;

  opacity: 0;
  visibility: hidden;
}

.editor .button {
  background-color: #00c496;
  color: #fff;
  font-size: 10px;
}

.button::after {
  left: 5px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.button.button-zoomout,
.button.button-zoomin,
.button.button-auto,
.button.button-gallery {
  background-image: url(../local/images/gui/icon-group-html.png);
}
.button.button-zoomout,
.button.button-zoomin {
  text-indent: -9999px;
}

.button.button-zoomout,
#help-screen .button.button-zoomout {
  background-position: 0 0;
}
.button.button-zoomin,
#help-screen .button.button-zoomin {
  background-position: -60px 0;
}
.button.button-auto,
#help-screen .button.button-auto {
  background-position: -120px 0;
}

.button-gallery {
  background-position: -180px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 10px;
  width: 180px;
  z-index: 10;

  opacity: 0;
  visibility: hidden;
}

/*.button.button-zoomout:hover {
  background-position: 0 -60px;
}
.button.button-zoomin:hover {
  background-position: -60px -60px;
}
.button.button-auto.disabled,
.button.button-auto:hover {
  background-position: -120px -60px;
}
.button.button-gallery.galleryOpen,
.button.button-gallery:hover {
  background-position: -180px -60px;
}*/
.button.button-gallery.galleryOpen {
  background-position: -180px -60px;
}

.button-motion::after {
  content: "Motion Control";
}
.button-fs::after {
  content: "Full Screen";
}
.button-zoomin::after {
  content: "Zoom In";
}

.button-zoomout::after {
  content: "Zoom Out";
}

.button-help::after {
  content: "Help";
}

.button-panalign::after {
  content: "Pan Align";
}

.button-startpos::after {
  content: "Start Position";
}

.button.button-auto.disabled {
  background-color: rgba(40,40,40,0.5);
}
/*.button-auto::after {
  content: "Auto";
  top: 70%;
}*/
.button-gallery::after {
  content: "Photo Gallery";
  right: 45px;
}
.button-gallery.galleryOpen::after {
  content: "360 Tour";
}

.fs-close {
  background-color: #3e3e3e;
  fill: #fefefe;
  height: 40px;
  opacity: 0;
  padding: 10px;
  position: fixed;
  right: 10px;
  top: 60px;
  visibility: hidden;
  width: 40px;
}



#welcome-screen.hidden,
#help-screen.hidden {
  display: none;
}

#help-screen {
  background-color: rgba(90,90,90,.75);
  color: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
#help-inner {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0 auto;
  right: 0;
  -webkit-transform: translateY(-50%) scale(0.95);
          transform: translateY(-50%) scale(0.95);
  width: 94%;
  max-width: 570px;
}
#help-screen h1 {
  background-color: #f1f1ec;
  text-align: center;
  padding: 16px 50px;
  margin: 0 0 20px;
  font-size: 20px;
  color: #000;
}
#help-screen h1 span {
  display: block;
  font-size: 16px;
  line-height: 1.35;
}
#help-screen p {
  line-height: 1.35;
  font-size: 16px;
}
.diagrams {
  background-color: #f1f1ec;
  float: left;
  margin-bottom: 10px;
  min-height: 180px;
  padding: 20px;
  width: 48.5%;
}
.diagrams.dia2 {
  margin-left: 3%;
}

.button-cont {
  margin-bottom: 10px;
}
#help-screen .button {
  display: inline-block;
  float: none;
}



.edit-status-outer {
  bottom: 5px;
  color: #b4b4b4;
  font-size: 10px;
  position: absolute;
  right: 5px;
  text-align: center;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.edit-status-outer .set {
  color: #3f3f3f;
}



.placeholder {
  background-color: #fff;
  cursor: pointer;
}
.placeholderButton {
  background: #00c496;
  cursor: pointer;
  border: 3px solid #00c496;
  margin: auto;
  line-height: 50px;
  width: 300px;
  display: block;
    font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 26px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
  margin: 0 0 0 -156px;
  left: 50%;
}
#tour-content p {
  width: 100%;
  margin: auto;
  text-align: center;
  background-color: #0094b3;
  display: block;
  color: #000;
  font-weight: 700;
  box-sizing: border-box;
}
#backTo360 {
  position: absolute;
  left: 5px;
  bottom: 5px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
#tour-content {
  margin-top:0px;
  margin-right:0px;
  margin-left:0px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#container {
  background-color: #171717;
  height: 100%;
  -webkit-transition: -webkit-filter .2s ease;
  transition: -webkit-filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease, -webkit-filter .2s ease;
  width: 100%;
}

/* ==========================================================================
   Slideout styles
   ========================================================================== */

.list-container {
  background:#666;
  background:rgba(51, 51, 51, .64);
  bottom: 0;
  color: #FFF;
  left:0;
  max-height: 100vh;
  min-height: 0;
  min-width: 255px;
  position:absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99999; /* IE10 needs this to be ridiculously high */
}

.list-container.hidden {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.list-container-inner {
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.list-container h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  padding: 15px 20px 0;
}

.list-container p {
  display: none;
  font-size: 12px;
  padding: 0 20px 10px;
}

.list-container p.show {
  display: block;
}

#tourlist {
  overflow-y: auto;
  padding: 0 20px 20px;
}

.list-container li {
  list-style: none;
}

.list-container li a {
  color: inherit;
  display: list-item;
  font-size: 14px;
  overflow: hidden;
  padding: 3px 5px 3px 0;
  -webkit-transition: all 0.1s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
  text-overflow: ellipsis;
  max-width: 350px;
  white-space: nowrap;
}

.list-container li a.active {
  color: #66dcc0;
  font-weight: 700;
}

.list-container li a:hover {
  padding: 3px 0 3px 5px;
}

#toggleSlideout {
  background: rgba(0, 196, 150, .9);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #FFF;
  display: block;
  height: 30px;
  left: 100%;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 50%;
  -webkit-transition: all 0.1s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(-35px) translateY(-50%) rotate(-90deg);
  transform: translateX(-35px) translateY(-50%) rotate(-90deg);
  width: 100px;
}

#toggleSlideout::after {
  content: "hide";
}

#toggleSlideout:hover {
  background: rgba(0, 196, 150, 1);
}

.hidden #toggleSlideout::after {
  content: "show";
}
.start-position {
  background:#f1f1f1;
  box-shadow:5px 0px 5px 0px rgba(50, 50, 50, 0.25);
  margin-left:-250px;
  padding: 12px 20px;
  position:absolute;
  top:0;
  left:50%;
  width:500px;
  z-index:99;
}

.start-position:after {
  content: attr(data-content);
  cursor: default;
  color: #c5c4c2;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  top: 4px;
}



#info-spot {
  background: rgba(0, 0, 0, .3);
  box-sizing: border-box;
  color: #fff;
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999999;
}
.info-inner {
  background: rgba(0, 0, 0, .7);
  box-sizing: border-box;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 600px;
  padding: 20px 30px;
  width: 100%;
}

#info-spot h1 {
  box-sizing: border-box;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  padding-right: 30px;
}

#info-spot p {
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  padding-top: 10px;
}

#info-spot a {
  color: #00c496;
  text-decoration: none;
}

#info-spot a:hover {
  text-decoration: underline;
}

.vid-spot .info-inner {
  height: 458px;
  max-width: 725px;
  padding: 0;
  width: 100%;
}

#info-spot.vid-spot h1 {
  line-height: 50px;
  padding: 0 0 0 20px;
}

#info-spot.vid-spot p {
  display: none;
}

#info-close {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 10px;
  text-align: center;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
  top: 10px;
  width: 25px;
}

#info-close span {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-43%, -55%) rotate(45deg);
          transform: translate(-43%, -55%) rotate(45deg);
}

#youtube-iframe {
  height: 408px;
  max-width: 725px;
  width: 100%;
}





.mobile-padding {
  /*background: rgba(44, 44, 44, 0.9)!important;*/
  display: none;
  height: 15px;
}

.mobile-so .mobile-padding {
  display: block;
}

.list-container.mobile-so {
  position: absolute;
}


.touchevents .list-container.mobile-so {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.touchevents .list-container.mobile-so.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.touchevents .list-container {
  background: transparent;
  min-width: 0;
  max-height: 100vh;
  overflow-y: scroll;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.touchevents .list-container h4,
.touchevents .list-container p {
  background: rgba(51, 51, 51, 0.8);
  text-align: center;
  width: auto!important; /* !important needed to override inline style from the JS */
}

.touchevents .list-container h4 {
  line-height: 40px;
  padding-top: 5px;
  text-transform: none;
}

.touchevents .list-container h4.header-padding {
  padding-top: 80px;
}

/* Every !important value here needs to be set to avoid an odd glitch in iOS when loading in landscape */
.touchevents .list-container li a {
  color: #fff;
  font-size: 16px !important;
  height: 30px !important;
  line-height: 30px !important;
  max-width: none;
  padding: 0;
  text-align: center;
}

.touchevents .list-container li a:hover {
  padding: 0 25px;
}

.touchevents #tourlist {
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  padding: 5px 0 0;
  max-height: none;
}

.touchevents .list-container li a.active {
  color: #66dcc0;
  font-weight: 700;
}

.touchevents .list-container li a.active::before {
  display: none;
}

.touchevents .so-subheading {
  display: block;
}

.touchevents .list-container.mobile-so {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.touchevents .list-container.mobile-so.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.mobile-so #toggleSlideout {
  display: none;
}

#toggleMobileSlideout,
#toggleMobileSlideout::before,
#toggleMobileSlideout svg {
  outline: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

#toggleMobileSlideout {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.43+70,0.9+100 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.43) 70%,rgba(0,0,0,0.9) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.43) 70%,rgba(0,0,0,0.9) 100%);
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  left: -25px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 100px;
  z-index: 100000;
}

#toggleMobileSlideout span {
  left: 50%;
  position: absolute;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  width: 100%;
}

#toggleMobileSlideout svg {
  height: 25px;
  /*left: 50%;*/
  opacity: 0;
  position: absolute;
  top: 66%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
}

#toggleMobileSlideout.show {
  /*background: transparent;*/
}

#toggleMobileSlideout.show::before {
  opacity: 0;
  top: 10px;
}

#toggleMobileSlideout.show .more-text {
  opacity: 0;
}

#toggleMobileSlideout.show .hide-text {
  opacity: 1;
}

#toggleMobileSlideout.show svg {
  opacity: 1;
}

.device-only {display: none !important;}
/* ============================ */


#gallery {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}


@media only screen and (max-width: 1024px) {
  .floorplan-outer {
    width: 192px;
  }
  .floorplan-inner {
    height: 192px;
    width: 160px;
  }
  .camera-icon {
    height: 26px;
    width: 26px;
  }

  .gui-container {
    padding-bottom: 8px;
  }
  .button, #help-screen .button {
    font-size: 16px;
    height: 50px;
    margin-right: 8px;
    width: 50px;
    background-size: 300px auto;
  }
  .button.button-zoomin,
  #help-screen .button.button-zoomin {
    background-position: -50px 0;
  }
  .button.button-auto,
  #help-screen .button.button-auto {
    background-position: -100px 0;
  }
  .button-gallery {
    background-position: -150px 0;
    margin: 8px;
    width: 150px;
  }
  .button.button-gallery.galleryOpen {
    background-position: -150px -50px;
  }
  .diagrams {
    min-height: 170px;
  }
}
@media only screen and (max-width: 768px) {

  #welcome-screen {
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 40px 10%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 90%;
  }
  #welcome-title,
  #welcome-text {
    border: none;
    float: none;
    padding: 0;
    height: auto;
    width: auto;
  }
  #welcome-title h1 {
    padding: 0;
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 20px;
  }
  #welcome-title h1 span {
    display: inline-block;
  }
  #welcome-text p {
    display: none;
  }
}
@media only screen and (max-width: 660px) {
  .device-only {display: block !important;}
  .desktop-only {display: none !important;}

  .floorplan-outer,
  .floorplan-outer.open {
    border-width:0;
    height: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    top: 0;
  }
  .fp-switch-container {
    border-width: 1px 0 0 1px;
    bottom: 1px;
    left: auto;
    right: 1px;
    top: auto;
    -webkit-transform: none;
            transform: none;
    z-index: 10;
  }
  .fp-switch {
    float: right;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    margin: 5px;
    width: 40px;
  }
  .floorplan-container {
    background: transparent;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .floorplan-inner {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: 0 auto;

    height: 84vh;
    max-height: 84vw;
    max-width: 70vw;
    width: 70vh;
  }

  .camera-icon {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .camera-label {
    display: none;
  }

}
@media only screen and (max-width: 360px) {
  #welcome-title h1 {
    font-size: 30px;
  }
  #start-tour {
    font-size: 20px;
  }
  .open-button {
    padding: 10px 15px;
    margin-left: -10px;
  }
  .room-title {
    line-height: 40px;
    padding: 0 30px;
    font-size: 14px;
  }
}