  /*====================================================================
  DO NOT EDIT - EDIT RV.SLIDEOUT-CUSTOM.CSS
  RV TOUCH v2.4 - SLIDEOUT STYLING - CM - 26-10-16
====================================================================== */
@font-face {
  font-family: 'icomoon';
  src:  url('/microsites/360s/-engineering2/rv-virtual-tour/pool/fonts/icomoon.eot?9b81dr');
  src:  url('/microsites/360s/-engineering2/rv-virtual-tour/pool//microsites/360s/-engineering2/rv-virtual-tour/pool/fonts/icomoon.eot?9b81dr') format('embedded-opentype'),
    url('/microsites/360s/-engineering2/rv-virtual-tour/pool/fonts/icomoon.ttf?9b81dr') format('truetype'),
    url('/microsites/360s/-engineering2/rv-virtual-tour/pool/fonts/icomoon.woff?9b81dr') format('woff'),
    url('/microsites/360s/-engineering2/rv-virtual-tour/pool/fonts/icomoon.svg?9b81dr') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
  content: "\e90a";
}
.icon-gallery:before {
  content: "\e940";
}
.icon-zoom-in:before {
  content: "\eb38";
}
.icon-zoom-out:before {
  content: "\eb39";
}
.icon-enlarge:before {
  content: "\eb3e";
}
.icon-shrink:before {
  content: "\eb3f";
}
.icon-cross:before {
  content: "\ed6d";
}
.icon-video:before {
  content: "\ed85";
}
.icon-nav:before,
.icon-angle-up:before {
  content: "\edb8";
}
.icon-angle-down:before {
  content: "\edc0";
}
.icon-arrow-right:before {
  content: "\edde";
}
.icon-arrow-left:before {
  content: "\ede2";
}
/* ==========================================================================
   Generic page styles
   ========================================================================== */

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0px;
  padding: 0px;
}
html,
body {
  background-color: #000;
  color: #fff;
  font: 300 16px/1.2 "Open Sans", Arial, sans-serif;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  width: 100%;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 0px;
}
h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 5px 0 30px 0;
}
img {
  display: block;
  height: auto;
  max-width: 100%;
}

#tour-content {
  margin-top:0px;
  margin-right:0px;
  margin-left:0px;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#container {
  height: 100%;
  width: 100%;
}

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

/*colors*/

.list-container.desktop-only {
  background-color: rgba(78,77,85,.75);
  color: #fff;
}
.list-container.desktop-only h4 {
  background-color: #4e4d55;
}
#toggleMobileSlideout {
  background-color: rgba(78,77,85,.75);
  color: #fff;
}


/*Rest*/
#toggleMobileSlideout:hover,
#toggleMobileSlideout.show {
  background-color: #4e4d55;
}

.list-container {
  bottom: 0;
  max-height: 100vh;
  z-index: 99999; /* IE10 needs this to be ridiculously high */
}
.list-container.desktop-only {
  border-radius: 5px 5px 0 0;
  left: 50%;
  min-height: 40px;
  max-width: 80vw;
  min-width: 255px;
  position: fixed;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.list-container.desktop-only .list-container-inner {
  max-height: 400px;
  max-height: 90vh;
  max-height: -webkit-calc(100vh - 120px);
  max-height: calc(100vh - 120px);
  /*overflow: auto;*/
}

.list-container.desktop-only h4 {
  border-radius: 5px 5px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
  -webkit-transition: border-radius .1s;
          transition: border-radius .1s;
  z-index: 1;
}
.list-container.show h4 {
  border-radius: 0;
}

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

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

#tourlist-desktop {
  padding: 20px 20px 18px;
}

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

.list-container li a {
  color: inherit;
  display: block;
  font-size: 13px;
  overflow: hidden;
  padding: 6px 0;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-transition: all .2s;
  transition: all .2s;
  white-space: nowrap;
}
.list-container li a.active,
.list-container li a:hover {
  font-weight: 700;
}

#toggleSlideout {
  bottom: 100%;
  color: inherit;
  cursor: pointer;
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 40px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: padding-bottom .2s;
  transition: padding-bottom .2s;
  width: 100px;
}
.show #toggleSlideout {
  padding-bottom: 20px;
}

#toggleSlideout:after {
  content: "VIEW MORE";
  text-shadow: 2px 2px 2px rgba(33,33,33,.5);
}
.show #toggleSlideout:after {
  content: "HIDE";
}

#toggleSlideout span {
  bottom: 100%;
  font-size: 30px;
  height: 20px;
  left: 50%;
  line-height: 20px;
  margin-bottom: -5px;
  margin-left: -16px;
  position: absolute;
  width: 32px;
}

#toggleSlideout .icon-angle-up {display:inline-block;}
#toggleSlideout .icon-angle-down {display:none;}

.show #toggleSlideout span {
  bottom: 0;
  margin-bottom: 10px;
}
.show #toggleSlideout .icon-angle-up {display:none;}
.show #toggleSlideout .icon-angle-down {display:inline-block;}

#toggleSlideout:hover,
#toggleSlideout.active {}


.start-position {
  background:#f1f1f1;
  color: #000;
  box-shadow:5px 0px 5px 0px rgba(33, 33, 33, .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(33, 33, 33, .3);
  box-sizing: border-box;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999999;

  opacity: 0;
  visibility: hidden;
}
.info-inner {
  background: rgba(33, 33, 33, .7);
  box-sizing: border-box;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 600px;
  padding: 20px 30px;
  width: 100%;
}

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

#info-spot p {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.7;
  margin: 10px 0 0;
}
#info-spot.image p {
  margin-bottom: 20px;
}

#info-spot a {
  color: inherit;
}

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

#info-spot img {
  margin: 0 auto;
  max-height: 50vh;
  width: auto;
}

#info-spot.iframed .info-inner {
  /*height: 590px;*/
  max-width: 960px;
  padding: 0;
  width: 100%;
}

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

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

#info-close {
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 30px;
}

#info-spot iframe {
  display: block;
  height: 540px;
  max-width: 960px;
  width: 100%;
}

.list-container.touch-only {
  color: #4e4d55;
  left: 0;
  overflow: auto;
  position: absolute;
  width: 100%;
}


.list-container.touch-only h4 {
  background-color: rgba(255,255,255,.75);
  font-size: 18px;
  display: block;
  line-height: 1.5;
  padding: 10px 20px;
}

#tourlist-touch {
  background-color: rgba(33,33,33,.75);
  color: #fff;
  padding: 12px 20px;
}
.list-container.touch-only li a {
  font-size: 15px;
  padding: 8px 0;
}

#toggleMobileSlideout {
  border: none;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  outline: none;
  position: absolute;
  right: 0;
  top: 70%;
  -webkit-transition: background-color .5s;
          transition: background-color .5s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  z-index: 99999;
}

#toggleMobileSlideout:before {
  display: block;
  height: 50px;
  line-height: 50px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  width: 50px;
}

#toggleMobileSlideout.show:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.prevNext {
  bottom: 5px;
  color: inherit;
  font-size: 28px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 30px;
}

.prevNext.icon-arrow-left {
  left: -40px;
}
.prevNext.icon-arrow-right {
  right: -40px;
}
.prevNext.hidden {
  display: none;
}

/* ==========================================================================
   HTML BUTTONS
   ========================================================================== */
.gui-container {
  bottom: 0;
  padding: 0 0 10px;
  position: absolute;
  right: 0;
}
.gui-container.editor {
  bottom: 70px;
}

.hStyle {
  background-color: rgba(230,231,232,.6);
  color: #000;
  -webkit-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
}
.hStyle:hover,
.hStyle.enabled {
  background-color: #f1f1f1;
}
.hStyle::before {
  position: relative;
}
.hStyle.icon-video::before {
  left: 3px;
}


/*.hStyle.info-rv {}
.hStyle.nav-rv {}
.hStyle.gallery-rv {}
.hStyle.video-rv {}
.hStyle.info-rv:hover {}
.hStyle.nav-rv:hover {}
.hStyle.gallery-rv:hover {}
.hStyle.video-rv:hover {}*/
.hStyle.info-rv:hover,
.hStyle.nav-rv:hover,
.hStyle.gallery-rv:hover,
.hStyle.video-rv:hover {background-color:#f1f1f1}

.button {
  border-radius: 60px;
  display: block;
  float: right;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 60px;
}
.hotspot {
  border: 4px solid #654288;
  border-radius: 100%;
  cursor: pointer;
  display: block;
  font-size: 40px;
  height: 68px;
  line-height: 60px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 68px;
  z-index: 2;
}
.button.button-auto {
  opacity: .6;
  -webkit-transition: color .4s, background-color .4s, opacity .4s;
  transition: color .4s, background-color .4s, opacity .4s;
}
.button.button-auto:hover {opacity:.8}
.button.button-auto.enabled,
.button.button-auto.enabled:hover {opacity:1}

.editor .button {
  background-color: #00c496;
  color: #fff;
}

.button-motion {
  display: block;
  font-size: 20px;
  height: 62px;
  left: 0;
  line-height: 22px;
  margin-right: 10px;
  padding: 8px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 10px;
  -webkit-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  width: 110px;
}

.fs-close {
  display: block;
  float: left;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 10px;
  text-align: center;
  text-decoration: none;
  top: 10px;
  -webkit-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
  width: 40px;
  z-index: 1;

  opacity: 0;
  visibility: hidden;
}


/* ==========================================================================
   .touchevents
   ========================================================================== */


.touchevents .list-container {
  max-width: 100%;
}
.touchevents .prevNext {display: none;}


.touch-only {display:none;}
@media only screen and (max-width: 767px) {
  .touch-only {display:initial !important;}
  .desktop-only {display:none !important;}
  #info-spot p {margin-bottom:10px}
}


.tooltip {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  background-color: #212121;
  border-radius: 50px 5px 5px 50px;
  display: block;
  font-size: 16px;
  height: 60px;
  left: 0;
  line-height: 1.3;
  opacity: 0;
  padding: 9.2px 8px 9.2px 68px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition: opacity 1s, visibility 0s linear 1s;
  transition: opacity 1s, visibility 0s linear 1s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
  width: 280px;
  z-index: 1;
}

.hsContainer:hover .tooltip {
  -webkit-animation-name: test;
          animation-name: test;
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  visibility: initial;
}

@-webkit-keyframes test {
  0% {
    color: #212121;
    width: 180px;
  }
  100% {
    color: #fff;
    width: 280px;
  }
}

@keyframes test {
  0% {
    color: #212121;
    width: 180px;
  }
  100% {
    color: #fff;
    width: 280px;
  }
}