<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***********************************
All images and code included in this distribution that relate to the virtual tour are copyright 2012 - 2013 Virtually Anywhere Interactive and all related owners.
Absolutely no reverse engineering or reproduction or duplication of any elements are permitted without written consent.
***********************************/

/*@media all and (max-width: 400px) {


}

@media not all and (max-width: 400px) {*/

  #dialog_description_p {
    padding-right: 10px;
  }

  #caption-backing {
    position: relative;
    height: 100%;
    width: 100%;
  }

  #caption-backing:before {
    -webkit-filter: blur(3px);
  }

  .caption-traditional {
    top: 50px;
    right: 7%;
    width: 350px;
    position: fixed;
    text-align: center;
    text-shadow: 2px 2px #000000;
    z-index: 500;
  }

  .header-centered {
    width: 70%;
    top: 10px;
    left: 15%;
    position: fixed;
    text-align: center;
    text-shadow: 2px 2px #000000;
    z-index: 500;
  }

  .header-traditional {

  }

  .read_more {
    margin-top: 10px;
    text-align: center;
    display: none;
    z-index: 500;
  }

  .read_less {
    margin-top: 10px;
    text-align: center;
    display: none;
    z-index: 500;
  }
/*}*/


#fancybox-outer {
  background: rgba(0, 0, 0, 0.4) !important;
}

#fancybox-content {
  background: rgba(0, 0, 0, 0.4) !important;
}
#btn_video_close{
  background-image:url('../images/fancybox/topclose.png');
  background-repeat:no-repeat;
  width: 115px;
  height: 22px;
  background-size: 115px 22px;
  display: none;
  background-position:center center;
  z-index: 5000;
  position:fixed;
}
.video_container{
  position:fixed;
  display: none;
  overflow:hidden;
  z-index: 3000;
  border-width: 1px;
  border-color: white;
  border-style: solid;
}
.initial_video{
  position:fixed;
  display: none;
  overflow:hidden;
  z-index: 3000;
  width: 600px;
  height:600px;
  border-width: 1px;
  border-color: white;
  border-style: solid;
}
.ini_video{
  width: 100%;
  height:100%;
}
.photo_container{
  left:0;
  top:0;
  position:fixed;
  display: none;
  z-index: 2000;
  height: 100%;
  width: 100%;
  overflow:hidden;
  text-align: justify;
  background-color:#000000;

}
.photo{
 position: relative;
 max-width: 100%;
 height:auto;
 overflow: hidden;
 float: left;
 margin: 0px;
}
.photo_img{
  max-width: 100%;
  height: 30%;
}
.photo img{
  max-width: 100%;
  max-height: 100%;
}
#img_photo{
  max-width: 100%;
  width : 550;
  height: "auto";
}
#img_photo2{
  max-width: 100%;
  width : 550;
  height: "auto";
}
.text_photo{
  margin-top: 99%;
}
.figcaption{
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: 1000;
  bottom: 0px;
  font-size: 12px;
  position: absolute;
}

#caption_scroller
{
  float:left;
  width:100%;
  padding:0;
}

#help_scroller
{
  float:left;
  width:100%;
  padding:0;
}
.photo_scroller
{
  float:left;
  width:100%;
  padding:0;
}

.fadeInControls{
  visibility: visible;
  opacity: 1;
  -webkit-transition:visibility 2s , opacity 2s ease-out;
          transition:visibility 2s , opacity 2s ease-out;
}

.fadeOutControls{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.5s , opacity 0.5s ease-out;
          transition: visibility 0s 0.5s, opacity 0.5s ease-out;
}

#dialog_description_h1 {text-align:left;}

#modal{
  background-color:#000000;
  filter:alpha(opacity=95);
  opacity:0.5;
  position:fixed;
  left:0;
  top:0;
  display: none;
  cursor: pointer;
  z-index: 1000;
  height: 100%;
  width: 100%;
}
#btn_caption{
  background-image:url('../images/info3d_icon.png');
  background-repeat:no-repeat;
  width: 50px;
  height: 45px;
  background-size: 37px 37px;
  display: block;
  background-position:center center;
  z-index: 10;
  position: fixed;
  top:  10px;
  right: 10px;
}
#touchDrag{
  background-image:url('../images/TouchDrag.png');
  background-repeat:no-repeat;
  width: 260px;
  height: 70px;
  background-size: 260px 70px;
  display: none;
  background-position:center center;
  z-index: 500;
  position:fixed;
  top: 40%;
  left: 40%;
}

.hotspot_a{
  display: inline-block;
  z-index: 100;
}
#margin{
  width: 10px;
  height: 20px;
}
#photo_form {
  position:fixed;
  display: none;
  z-index: 5000;
  height: 600px;
  width: 700px;
  overflow:hidden;
  text-align: justify;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.95);
  border: 1px solid  white;
  left: 5%;
  top: 5%;
}

#htp_photo_close{
  background-image:url('../images/fancybox/topclose.png');
  background-repeat:no-repeat;
  width: 115px;
  height: 22px;
  background-size: 115px 22px;
  display: none;
  background-position:center center;
  z-index: 700000;
  position:fixed;
  top: 16px;
  left: 61px;
}

#btn_caption_close{
  background-image:url('../images/close3d_icon.png');
  background-repeat:no-repeat;
  width: 50px;
  height: 45px;
  background-size: 37px 37px;
  display: none;
  background-position:center center;
  z-index: 1000;
  position:fixed;
  top:  9px;
  right: 10px;
}

#toolbar_container{
  display: none;
  z-index: 300;
  position: absolute;
  top:  4px;
  left: 4px;
}

#toolbar{
  background-color: rgb(28, 28, 28);
  background-color: rgba(28, 28, 28, 0.95);
  border: 2px solid  rgb(255, 255, 255);
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 2px 5px 2px 5px;
  display: block;
  z-index: 600;
  position:fixed;
  border-radius: 10px;
  top:  60px;
  left: 20px;
}

#toolbar_p{
  background-color: rgb(28, 28, 28);
  background-color: rgba(28, 28, 28, 0.95);
  border: 2px solid  rgb(255, 255, 255);
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: block;
  z-index: 100;
  position:fixed;
  top:  50px;
  left: 36px;
  border-radius: 5px;
  -webkit-transform: rotate(-45deg);
  width: 30px;
  height: 30px;
}

#btn_toolbar{
  height: 40px;
  width: 40px;
  margin-left: 7px;
  display: block;
  z-index: 300;
  position:fixed;
  top:  10px;
  left: 10px;
}

#btn_toolbar_close{
  height: 40px;
  width: 40px;
  margin-left: 7px;
  display: none;
  background-position:center center;
  z-index: 300;
  position:fixed;
  top:  10px;
  left: 10px;
}

@media screen and (min-device-width: 600px){
#toolbar img { padding-right: 7px;}
#sound{
  padding: 5px;
  margin: 5px 0 5px 0;
  background-color: #000000;
  border-radius: 5px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

#maps{
  padding: 5px ;
  margin: 5px 0 5px 0;
  background-color: #000000;
  border-radius: 5px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

#auto_rotate{
  padding: 5px ;
  margin: 5px 0 5px 0;
  background-color: #000000;
  border-radius: 5px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

#fullscreen {
  padding: 5px ;
  margin: 5px 0 5px 0;
  background-color: #000000;
  border-radius: 5px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

#gyro{
  padding: 5px ;
  margin: 5px 0 5px 0;
  background-color: #000000;
  border-radius: 5px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
 }

.toolbar_button {
  padding: 5px;
  margin: 5px 0 5px 0;
  background-color: #000000;
  border-radius: 5px;
  width: 140px;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
}

#sounds-toolbar-button {
  padding: 4px 0 0 5px;
  font-style: italic;
  color: white;
  font-size: 18px;
  width: 140px;
  height: 40px;
  display: inline-block;
  float:left;
  text-decoration:none;
}

#maps-toolbar-button {
  padding: 4px 0 0 5px;
  font-style: italic;
  color: white;
  font-size: 18px;
  width: 140px;
  height: 40px;
  display: inline-block;
  float:left;
  text-decoration:none;
}

#gyro-toolbar-button {
  padding: 4px 0 0 5px;
  font-style: italic;
  color: white;
  font-size: 18px;
  width: 140px;
  height: 40px;
  display: inline-block;
  float:left;
  text-decoration:none;
}

#share-toolbar-button {
  padding: 4px 0 0 5px;
  font-style: italic;
  color: white;
  font-size: 18px;
  width: 140px;
  height: 40px;
  display: inline-block;
  float:left;
  text-decoration:none;
}

#autorotate-toolbar-button {
  /*padding: 4px 0 0 5px;*/
  font-style: italic;
  color: white;
  font-size: 18px;
  width: 140px;
  height: 40px;
  display: inline-block;
  float:left;
  text-decoration:none;
}

#fullscreen-toolbar-button{
  font-style: italic;
  color: white;
  font-size: 18px;
  width: 140px;
  height: 40px;
  display: inline-block;
  float:left;
  text-decoration:none;
}

#info-toolbar-button{
  /*padding: 4px 0 0 5px;*/
  font-style: italic;
  color: white;
  font-size: 18px;
  width: 140px;
  height: 40px;
  display: inline-block;
  float:left;
  text-decoration:none;
}
}

#btn_help_close{
  background-image:url('../images/fancybox/topclose.png');
  background-repeat:no-repeat;
  width: 110px;
  height: 22px;
  background-size: 115px 22px;
  display: none;
  background-position:center center;
  z-index: 2000;
  position:fixed;
  top:  20px;
  left: 10px;
}


@media screen and (max-device-width: 600px){

#toolbar img {
  padding-right: 7px;
  height: 20px;
}

#sounds-toolbar-button {
  padding: 0px 0 0 0px;
  font-style: italic;
  color: white;
  font-size: 14px;
  width: 100px;
  height: 20px;
  display: inline-block;
  float:left;
  text-decoration:none;
}

#maps-toolbar-button {
  padding: 0px 0 0 0px;
  font-style: italic;
  color: white;
  font-size: 14px;
  width: 100px;
  height: 20px;
  display: inline-block;
  float:left;
  text-decoration:none;
}

#gyro-toolbar-button{
  padding: 0px 0 0 0px;
  font-style: italic;
  color: white;
  font-size: 14px;
  width: 100px;
  height: 20px;
  display: inline-block;
  float:left;
  text-decoration:none;
}

#autorotate-toolbar-button{
  padding: 0px 0 0 0px;
  font-style: italic;
  color: white;
  font-size: 14px;
  width: 100px;
  height: 20px;
  display: inline-block;
  float:left;
  text-decoration:none;
}


#fullscreen-toolbar-button {
  padding: 0px 0 0 0px;
  font-style: italic;
  color: white;
  font-size: 14px;
  width: 100px;
  height: 20px;
  display: inline-block;
  float:left;
  text-decoration:none;
}

#info-toolbar-button{
  padding: 0px 0 0 0px;
  font-style: italic;
  color: white;
  font-size: 14px;
  width: 100px;
  height: 20px;
  display: inline-block;
  float:left;
  text-decoration:none;
}
}

#btn_logo
{
  background-image:url('../images/logo.png');
  background-repeat:no-repeat;
  width: 105px;
  height: 30px;
  background-size: 100%;
  display: block;
  background-position:center center;
  z-index: 10;
  position:fixed;
  bottom: 10px;
  right: 10px;
}

#btn_logo_close{
  background-image:url('../images/fancybox/topclose.png');
  background-repeat:no-repeat;
  width: 115px;
  height: 22px;
  background-size: 115px 22px;
  display: none;
  background-position:center center;
  z-index: 2000;
  position:fixed;
  top:  10px;
  right: 10px;
}

#btn_twitter_close{
  height: 30px;
  width: 30px;
}

#logo{
  margin-top: 5%;
  background-image:url('../images/logo_container.png');
  background-repeat:no-repeat;
  display: block;
  background-size: 100%;
  height: 75%;
  width: 100%;
}

#logo_text{
  color: #000000;
  text-align: center;
}

#logo_container{
  padding: 15px;
  display: none;
  z-index: 10000;
  border:3px solid #000000;
  background-color: #FFFFFF;
  opacity: 0.7;
  position: fixed;
  width: 75%;
}

#site{
  display: inline-block;
  margin: 5px;
  float:left;
  height: 100%;
  width: 100%;
}
.twitter{
  width: 350px;
  height: auto;
  overflow:hidden;
  z-index: 1000;
}

.twitter-container {
  position: absolute;
  margin:0;
  padding:0;
  display: flex;

  text-align:center;
  width:auto;
  height: auto;
  overflow:hidden;
  z-index: 9000;
}


#help_container
{
display: none;
}
.figure_nav{
 position: relative;
 width: 100%;
 height: 100%;
 overflow: hidden;
 float: left;
 margin: 0px;
}

.figure_nav img{
 width: 100%;
 height: 100%;
}

.figcaption_nav{
  background: rgba(0,0,0,0.3);
  width: 97%;
  color: #fff;
  padding: 2px;
  padding-bottom: 4px;
  bottom: 0px;
  font-size: 12px;
  position: absolute;
  text-align: center;
}
.title_nav{
  margin-left: 60px;
  text-align:left;
  color:#FFFFFF;
  font-family:Arial;
  font-weight:bold;
  font-size:20px;
  bottom: 0px;
  position: absolute;
}

/*MAP CSS*/
#map_html {
  margin:0;
  padding:0;
  text-align:center;
  height:100%;
  width:100%;
  overflow:hidden;
  color:#FFFFFF;
  z-index: 1000;
}


img {
  border: none;
}

#container {
  position: absolute;
  background-repeat: no-repeat;
}

a {color: #007fab;}

a.hotspot_icon{
  position: absolute;
  background: url(../images/icons_pic.png) no-repeat left center;
  text-indent: -9999px;
  width:40px;
  height:50px;
  cursor:pointer;
}

.tooltip_content {display: none;}
.body h1 { font-size: 14px; width: 200px; }
div.view_description img { float: left; margin: 0 5px 5px 0; }
div.view_description { width: 225px; height: 145px; font-size: 12px; text-align: left; overflow: hidden; }
a.view_more { font-size: 12px; text-align: left; display: block; font-weight: bold; padding: 5px 0; color: #FFFFFF; text-decoration: none;}

/*Welcome CSS*/

a    { color:##007fab; }
a:hover { color:##007fab; }
h2   {
 font:bold 1em arial;
 font-size:17px;
 letter-spacing:0;
 margin:0 20px 0 0;
}

p { line-height:1.7em; margin:10px 20px 0 0; padding:0; text-align: justify;}

.clear { clear:both; overflow:hidden;}
.block {display:block;}.italic { font-style:italic; }
.font_arial { font-family: Arial, Helvetica, sans-serif; }
.font_arial_bold { font-family: Arial Black, Gadget, sans-serif; }
.font_monaco { font-family: Monaco, "Lucida Console", monospace; }
.font_verdana { font-family: Verdana, Geneva, sans-serif; }

/* content-specific */
#welcome {color:#FFF; z-index:1; }
#hotspot {color:#FFF; z-index:1; padding:20px 10px 20px 10px; }
.dialog { color:#FFF; z-index:1; margin: 0 auto;}
.dialog .content { background:transparent; zoom:1; }

.video { background: url(../images/icons_video.png) no-repeat left center; }
.pic   { background: url(../images/icons_pic.png) no-repeat left center; }
.text  {  background: url(../images/icons_text.png) no-repeat left center; }
.audio {  background: url(../images/icons_audio.png) no-repeat left center; }

img.left_float   { float: left; padding:0 11px 10px 11px;  max-width: 100%; height: auto;}
img.right_float  { float: right; padding:0 11px 10px 11px;   max-width: 0%; height: auto;}
img.top_float    {  padding:10px 11px 10px 11px;   max-width: 100%;}
img.bottom_float { padding:10px 11px 10px 11px;   max-width: 100%;}

.centered { text-align: center; }
#icon_list img.hotspot_icon_w  { padding: 0 10px; }

#hotspot { text-align: center; }
#hotspot h2, #hotspot p { text-align: left; }

/*Tooltip Map*/

#tooltip {
  position: absolute;
  z-index: 3000;
  font-family: Arial;
  border: none;
  width: 225px;
}
.fancy{
  padding: 21px 20px 20px 20px;
  height: 186px;
  background: url('../images/shadow.png');
}

.viewport-right{
  background: url('../images/shadowr.png');
}
.viewport-bottom{
  margin-top:-2px;
  padding: 0px 20px 20px 20px;
  height: 207px;
  background: url('../images/shadowd.png');
}
.viewport-right.viewport-bottom{
  background: url('../images/shadowdr.png');
}
#tooltip img { border: 1px solid white; }
#tooltip h3, #tooltip div { margin: 0; }

#caption_background {
  display: none;
}

.map_sizer {
  display: hidden;
}

.edit_box {
  bottom: 5%;
  right: 3%;
  background-color: rgba(0,0,0,.4);
  height: 600px;
  width: 300px;
  position: absolute;
  color: white;
  z-index: 10000;
  border-radius: 10px;
}

.small_edit_input {
  width: 50px;
  margin: 5px;
}

.edit_box label {
  width: 30px;
  margin: 5px;
}

.edit_field {
}

.edit_button {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  margin: 5px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.thumbs_button {
  position: absolute;
  left: 15px;
  bottom: 5px;
  cursor: pointer;
  display: none;
}

.thumbs_button img {
  height: 35px;
  width: 35px;
}

#hotspot_type_select {
  margin: 10px;
}

#save_button {
  position: absolute;
  bottom: 5px;
  right: 0px;
}

#edit_move_button {
  position: absolute;
  bottom: 45px;
  right: 0px;
}

#external_link {
  display: none;
}

.accordion_group{
  display: none;
  padding: 5px;
}

.accordion_header {
  width:85%;
  margin-left: 5px;
  padding: 5px;
  display:inline-block;
  border-bottom:1px solid #1a1a1a;
  background:#B81F24 !important;
  transition:all linear 0.15s;
  font-size:1.200em;
  text-shadow:0px 1px 0px #1a1a1a;
  color:#fff;
  border-radius: 5px;
  margin-bottom: 1%;
  cursor: pointer;
}

.large_edit_input {
  width: 150px;
  margin-top: 5px;
}

.scrollable {
  overflow: auto;
}

.fancybox-skin {
  background-color: #000000;
  border-color: white;
  border-width: 1px;
  border-style: solid;
}

.fancybox-close {
    position: absolute;
    top: -23px;
    left: -18px;
    cursor: pointer;
    z-index: 8040;

    background-image: url('../images/fancybox/topclose.png');
    background-repeat: no-repeat;
    width: 115px;
    height: 22px;
    background-size: 115px 22px;
    background-position: center center;
}

.hidden {
  display: none;
}

#share_button {
  position: absolute;
  bottom: -10px;
  right: 49%;
  cursor: pointer;
}

#tour_stop_list {
  max-height: 200px;
  overflow: auto;
  list-style-type: none;
}

.selected {
  color: #E61F1F;
}

#delete_movement_button {
  display: none;
}

.share_text {
  color: white;
}

.twitter_button {
  margin-top: 5px;
  margin-bottom: 5px;
}

.top_padding {
  padding-top: 15px;
}

.img-sizer img {
  height: 35px;
  width: 35px;
  padding-left: 5px;
}

.copy_link {
  color: white;
}


.share_header {
  padding: 2px;
}

.read_less_overlay {
  width: 100%;
  height: 100%;
  z-index: 5000;
}

.permanent-toolbar-container {
    width: 50px;
    display: block;
    z-index: 300;
    position: absolute;
    top: 60px;
    left: 10px;
}

.permanent-row {
  margin-left: 7px;
  opacity: .65;
}

.permanent-row:hover {
  opacity: 1;
}

.ui-action-button {
  opacity: .65;
}

.ui-action-button:hover {
  opacity: 1;
}

.dialog-description-centered {
    position:fixed;
    left: 15%;
    display: none;
    z-index: 300;
    width: 70%;
    text-align: justify;
  }

.dialog-description-traditional {
  overflow:hidden;
  text-align: justify;
  height: 100%;
}


    .tooltip_templates { display: none; }



.ada-welcome-block {
  padding-bottom: 50px;
}

.ada-scene-block {
  width: 100%;
  display: flex;
  padding-bottom: 25px;
}

.ada-paragraph {
}

.ada-image {
  padding-left: 25px;
  padding-right: 25px;
}

.ada_content {
  font-family:Arial;
}

.ada_hotspots {
  margin-top: 25px;
  margin-left: 5%;
  width: 100%;
}

.ada-photo-block {
  margin-left: 10px;
}

#ada_link_div {
float: right;
}
</pre></body></html>