/*====================================================================
  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('fonts/icomoon.eot?c8wkva');
  src:  url('fonts/icomoon.eot?c8wkva#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?c8wkva') format('truetype'),
    url('fonts/icomoon.woff?c8wkva') format('woff'),
    url('fonts/icomoon.svg?c8wkva#icomoon') 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-shutter:before {
  content: "\e947";
}
.icon-rotate:before {
  content: "\eaa9";
}
.icon-zoom-in:before {
  content: "\eb31";
}
.icon-zoom-out:before {
  content: "\eb32";
}
.icon-enlarge:before {
  content: "\eb3b";
}
.icon-shrink:before {
  content: "\eb3c";
}
.icon-info:before {
  content: "\ed60";
}
.icon-cross:before {
  content: "\ed6a";
}
.icon-angle-up:before {
  content: "\edb5";
}
.icon-angle-down:before {
  content: "\edbd";
}
.icon-arrow-right:before {
  content: "\eddb";
}
.icon-arrow-left:before {
  content: "\eddf";
}



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

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
  margin: 0px;
  padding: 0px;
}
html,
body {
  background-color: #000;
  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;
  color: #000;
}
h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 5px 0 30px 0;
  color: #000;
}

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

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


.list-container {
  bottom: 0;
  max-height: 100vh;
  z-index: 99999; /* IE10 needs this to be ridiculously high */
}
.list-container.desktop-only {
  background-color: rgba(78,77,85,.75);
  border-radius: 5px 5px 0 0;
  color: #fff;
  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 {
  background-color: #4e4d55;
  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(0, 0, 0, .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;
  box-shadow:5px 0px 5px 0px rgba(50, 50, 50, .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;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999999;

  opacity: 0;
  visibility: hidden;
}
.info-inner {
  background: rgba(0, 0, 0, .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;
  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: inherit;
}

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

.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;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 30px;
}

#youtube-iframe {
  height: 408px;
  max-width: 725px;
  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 {
  background: rgba(78,77,85,.75);
  border: none;
  border-radius: 5px 0 0 5px;
  color: #fff;
  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:hover,
#toggleMobileSlideout.show {
  background-color: #4e4d55;
}

#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(78,77,85,0.6);
  color: #fff;
  -webkit-transition: color .4s, background-color .4s;
  transition: color .4s, background-color .4s;
}
.hStyle:hover,
.hStyle.enabled {
  background-color: #4e4d55;
}

.button {
  border-radius: 100%;
  display: block;
  float: left;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 60px;
}

.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;}
}
}