@charset "utf-8";
html {
    height: 100%;
}
body, body.tourbg {
    height: 100%;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    background: #000;
    color: #fff;
    overflow: hidden;
    transform-style: preserve-3d;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}
#tour {
    background-color:#000000;
}
#tour,
.aspect-ratio-box,
.aspect-ratio-box > div,
#tourcontainer {
    width: 100% !important;
    height: 100% !important;
}

#preloaderLoading {
    width: 100%;    
    height: 100%;    
    text-align: center;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    pointer-events: none;
}
body.sceneLoading #preloaderLoading {
    display: flex;
}

#preloaderLoading i{
    z-index: 5000;    
    color: #fff;
    display: flex;    
    justify-content: center;    
    flex-direction: column;    
    margin: auto auto;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

/******************* tour.php hidden items */
#tour[data-gallery="0"] #html5gallery{
    display: none;
}
/******************* tour.php hidden items */
img {
    max-width: 100%;
    height: auto;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: underline;
}
a:link,
input,
button,
textarea,
.btn-default {
	height: 36px;
}

hr {
    border-top: 1px solid #666;
    clear: both;
}
.nomargin {
    margin-left: 0;
    margin-right: 0;
}
.nopadding {
    padding-left: 0;
    padding-right: 0;
}
.btn-default,
.btn-default:focus,
.btn-default:active:focus,
.btn-default:active:hover {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    padding-top: 4px;
}
span.required {
    color: red;
    font-weight: bold;
}

#emptytour {
    text-align: center;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    font-style: italic;
    z-index: 99999999;
}

.playpulse {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.playpulse:hover {
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);}}

address {
    margin-bottom: 0;
}
label[for] {
    cursor: pointer;
}
input,
textarea {
    background: rgba(237, 237, 237, 1);
    background: -moz-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(253, 254, 254, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237, 237, 237, 1)), color-stop(100%, rgba(253, 254, 254, 1)));
    background: -webkit-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(253, 254, 254, 1) 100%);
    background: -o-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(253, 254, 254, 1) 100%);
    background: -ms-linear-gradient(top, rgba(237, 237, 237, 1) 0%, rgba(253, 254, 254, 1) 100%);
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#feffff', GradientType=0);
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 4px 2px;
}
.modallink {
    cursor: pointer;
}
input {
    max-height: 30px !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input:focus,
textarea:focus {
    border: 1px solid #000;
}
.form-control {
    border-radius: 2px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

#panolist.form-control {
    border-radius: 4px;
    border: 1px solid #1F2B36;
    z-index: 1200;
    background: rgba(254, 254, 254, 1);
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(209, 209, 209, 1) 49%, rgba(219, 219, 219, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(49%, rgba(209, 209, 209, 1)), color-stop(100%, rgba(219, 219, 219, 1)));
    background: -webkit-linear-graeient(top, rgba(254, 254, 254, 1) 0%, rgba(209, 209, 209, 1) 49%, rgba(219, 219, 219, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(209, 209, 209, 1) 49%, rgba(219, 219, 219, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(209, 209, 209, 1) 49%, rgba(219, 219, 219, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(209, 209, 209, 1) 49%, rgba(219, 219, 219, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    color: #333;
    transition: 0.2s all ease-out;
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

select#panolist.form-control option{
	background: grey;
    color: #fff;
    border-bottom: 1px solid black;
    padding: 5px;
}

.mouseEnabled select#panolist.form-control option:checked, select#panolist.form-control option:hover {
    color: #000;
    background: #fff;
}

.bigtest{
    z-index: 999999;
    position: absolute;
    top: 200px;
}

select.form-control {
    -webkit-appearance: menulist;
}

.form-control:focus {
    border-color: #606565;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.container {
    width: 100%;
}

#audio_no, #audio_yes{
    cursor: pointer;
}

/* ****** start of gallery */

#tourgallery{
    display: none;
}

.grid.container, .wrapper.container{
    max-width: 1470px;
    width: 100%;
}

.transitionfade{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.button {
    display: inline-block;
    padding: 0.5em 1.0em;
    background: transparent;
    border: none;
    border-radius: 7px;
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #fff;
    font-weight: 600;
    border-color: #fff;
}

.mouseEnabled .button:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.button:active,
.button.is-checked {
  background-color: #fff;
}

.button.is-checked {
  color: #272626;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline-offset: -2px;
}

button, a:actove:focus, a{
 border: 0px;
 border-color: transparent;
}

button, html input[type=button], input[type=reset], input[type=submit]{
   -webkit-appearance: none; 
}

/* ---- button-group ---- */
#tour[data-gallery="1"] #html5gallery{
    display: block !important;
    height: 0%;
}
#tour[data-gallery="1"] #html5gallery .btn-group {
  margin-bottom: 20px;
  display: inline-block;
}

#tour[data-gallery="1"] #html5gallery .btn-group:after {
  content: '';
  display: block;
  clear: both;
}

#tour[data-gallery="1"] #html5gallery .btn-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

#tour[data-gallery="1"] #html5gallery .btn-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
#tour[data-gallery="1"] #html5gallery .btn-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */

/* clear fix */
#tour[data-gallery="1"] #html5gallery .grid:after {
  content: '';
  display: block;
  clear: both;
}

#tour[data-gallery="1"] #html5gallery .element-item img, #tour[data-gallery="1"] #html5gallery .element-item a div i{
  position: relative;
  float: left;
  margin: 5px 0px;
  background: #fff;
  color: #262524;
  width: 100%;
  /* height: 100%;*/
  min-width: 100%;
  /*min-height: 100%;*/
}

#tour[data-gallery="1"] #html5gallery #filters2 .dropdown-menu{
    right: 0;
    float: none;
    text-align: center;
}

#tour[data-gallery="1"] #html5gallery #filters2 .dropdown-menu a {
    font-size: 24px;
    color: #000;
}

#tour[data-gallery="1"] #html5gallery .element-item > * {
  margin: 0;
  padding: 0;
}


#tour[data-gallery="1"] #html5gallery{
    display: block;
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 99990;
    bottom: 0;
    left: 0;
    background-color: #272626;
    overflow-x: hidden;
    transition: 0.5s;
}

#tour[data-gallery="1"] #html5gallery .overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#tour[data-gallery="1"] #html5gallery.overlay a {
    display: block;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    transition: 0.3s;
}

.mouseEnabled #tour[data-gallery="1"] #html5gallery.overlay a:hover, #tour[data-gallery="1"] #html5gallery.overlay a:focus {
    color: #fff;
}

#tour[data-gallery="1"] #html5gallery.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 9999;
    background: transparent;
}

#tour[data-gallery="1"] #html5gallery .btn-default, #tour[data-gallery="1"] #html5gallery .btn-default:focus, #tour[data-gallery="1"] #html5gallery .btn-default:active:focus, .mouseEnabled #tour[data-gallery="1"] #html5gallery .btn-default:active:hover{
    padding-top:8px;
    margin-left: 0px;
    margin-right: 0px;
}

#tour[data-gallery="1"] #html5gallery #filters{
    float: none;
}

#tour[data-gallery="1"] #html5gallery button.btn.btn-default.button {
     font-size: 16px;
 }
 
#tour[data-gallery="1"] #html5gallery .element-gutter{
  width: 2%;
}

.fancybox-container{
    z-index:99993;
}

.fancybox-caption {
    text-align: center !important;
    padding: 30px 0;
    border-top: 1px solid hsla(0,0%,100%,.4);
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    line-height: 15px !important;
    -webkit-text-size-adjust: none;
}

.fancybox-slide--iframe .fancybox-content {
	width:100% !important;
	height:100% !important;
}

#filters .btn.is-filtered {
background-color:#fff;
color:#272626;;	
}

@media screen and (max-height: 450px) {
#tour[data-gallery="1"] #html5gallery.overlay {overflow-y: auto;}
#tour[data-gallery="1"] #html5gallery.overlay a {font-size: 20px}
#tour[data-gallery="1"] #html5gallery.overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }

}
@media screen and (max-width: 767px) {
	#tour[data-gallery="1"] #html5gallery.overlay .closebtn {
		font-size: 40px;
		top: 10px;
		right: 10px;
	  }
}

@media (min-width: 768px) {
#tour[data-gallery="1"] #html5gallery button.btn.btn-default.button {
     font-size: 13px;
 } 
#tour[data-gallery="1"] #html5gallery .grid.small .element-item, .small .element-sizer{
      width: 100%;
    }

#tour[data-gallery="1"] #html5gallery .grid.medium .element-item, .medium .element-sizer{
      width: 100%;
    }

#tour[data-gallery="1"] #html5gallery .grid.large .element-item, .large .element-sizer{
      width: 100%;
    }
}

@media (min-width: 992px) {
#tour[data-gallery="1"] #html5gallery button.btn.btn-default.button {
     font-size: 16px;
    } 
#tour[data-gallery="1"] #html5gallery .grid.small .element-item, .small .element-sizer{
      width: 18.4%;
    }

#tour[data-gallery="1"] #html5gallery .grid.medium .element-item, .medium .element-sizer{
      width: 23.5%;
    }

#tour[data-gallery="1"] #html5gallery .grid.large .element-item, .large .element-sizer{
      width: 32%;
    }
}
/* ****** end of gallery */

h1#addtitle {
    margin: 0;
    padding: 0;
}
.MainImagearea {
    padding-left: 0;
    padding-right: 0;
    z-index: 700;
    -webkit-transform-style: flat;
    -moz-transform-style: flat;
    transform-style: flat;
    display: block;
}

#mediaplaybtn{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    z-index: 3001;
    font-size: 15em;
    height: 100%;
    color: rgba(255,255,255,0.8);
    background: rgba(0,0,0,0.5);
    display: table;
}

#mediaplaybtn .fa-play-circle{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.layercontainer {
    display: none;
}
.layercontainer.first,
.toolitem.first {
    display: block;
}
.tab {
    display: none;
}
.tab.active {
    display: block;
}

#panoObject > .tab {
    top: 0;
    left:0;
    position:absolute;
    display:block;
    width:100%;
    height:100%;
  }

  .pageinterface4 {
    max-width: 980px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: default;
    text-align: center;
}

.pageinterface4 {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#toollist{
    z-index: 10000;
}

.modal {
    text-align: center;
    padding: 0!important;
    z-index: 10050;
    background: rgba(0,0,0,0.5);
}

#Mouseinstructor.modal{
    background: transparent;
}

#Mouseinstructor button.close{
    padding: 0px 5px;
    height: 24px;
}

.mouseInstructor{
    display: inline-block;
}

#Mouseinstructor .modal-content {
    background-color: rgba(192,192,192,0.3);
    border: 1px solid rgba(0,0,0,.3);
}

#Mouseinstructor.modal.fade.in .modal-dialog{
    border: 0px;
    padding: 0px;
    background: rgba(119,118,118,0.2);
}

#Mouseinstructor .closetext{
    padding: 5px;
}

#Mouseinstructor .modal-header {
    padding: 8px 15px 5px;
    border-bottom: none;
}

#Mouseinstructor .modal-content{
    border: 1px solid rgba(0,0,0,.5);
}

#Mouseinstructor .modal-body{
    padding: 0px;
}

.modal-backdrop{
    background: transparent;
    display: none;
}

.toolnav.modal{
    z-index: 10050;
}
button.close {
    border: 1px solid #fff;
    border-radius: 200px;
    padding: 5px;
    height: 25px;
}
button.close.leadgrabberclose {
    height: 25px;
    color: #FFF;
}
button.close.leadgrabberclose span {
    border: none;
}
.close {
    line-height: .5;
    color: #fff;
    filter: alpha(opacity=60);
    opacity: .6;
}

.close {
    line-height: .5;
    color: #000;
    filter: alpha(opacity=60);
    opacity: .6;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.modal.fade .modal-dialog {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.fade.in .modal-dialog {
     max-width: 600px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 5px;
    background: rgba(0, 0, 0,0.5);
}
.modal-content {
    background-color: #e8e8e8;
    color:#000;
}

.modal-content.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.modal-header {
    border-bottom: 0;
}
.modal-body {
    border-top: 0;
}
.modal-footer {
    clear: both;
    border-top: 0;
}
/* end of general base classes and selectors*/

/****** Tools panle section *****/

#toolspanelmenu {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 800;
    max-width: 797px;
    margin: 0 auto;
    width: 100%;
}

#toolspanelmenu #MenuShelf{
    height: 62px;
}

.toolspanelnav {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    text-align: center;
}
.toolpanel.nav.navbar-nav {
    float: none;
    display: inline-block;
}
.toolpanel.nav>li>span a {
    margin: 0 20px;
}
.nav>li>span a.toolitem,
.toolicons {
    cursor: pointer;
    display: block;
}
span.tooltips {
    display: block;
}
ul.toolshelf {
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    display: block;
}
ul.toolshelf li {
    float: none;
    margin: 0 25px 42px;
    text-align: center;
    display: inline-block;
}
.divider {
    position: relative;
    padding: 0;
    list-style-type: none;
    text-align: center;
    background: none;
    max-width: 627px;
    width: 100%;
    height: 128px;
    display: inline-block;
    margin: 0 auto;
    float: none;
}
.nav>li> span a.toolitem:focus,
.mouseEnabled .nav>li> span a.toolitem:hover,
a.toolicons:focus,
.mouseEnabled a.toolicons:hover {
    animation: pulse 0.2s ease-out;
    background-color: transparent;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/*inactive slim tour*/

.inactiveloaderback {
    text-align: center;
    margin: auto;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    font-style: italic;
    z-index: 99999999;
}
#inactiveheadline {
    font-size: 30px;
    font-family:Georgia,sans-serif;
    font-weight: normal;
    margin: 10px 0;
    padding: 0 0 20px 0;
}

#inactiveowner, #inactivephone, #inactiveemail{
    font-family:Georgia,sans-serif;
    font-weight: normal;
}
/*End of inactive slim tour*/
/* Active Tours*/

.logo.companylogo{
    max-width: 200px;
    max-height: 112px;
    padding: 0px 5px;
}

.loaderagentphoto{
    max-width: 98px;
    max-height: 115px;
}

.companylogo1, .agentlogo1{
    max-width: 200px;
    max-height: 100px;
}

#tourInfoContainer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: fixed;
    z-index: 323333;
    top: 0;
    cursor: default;
    height: 100%;
    display: none;
}

.modalcontactagent{
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    position: absolute;
    z-index: 12000;
    top: 0;
    cursor: default;
    height: 100%;
 }

 @media (max-width: 1119px){
     #tour #topinfoarea table {
         margin-top:5px;
         height:auto;
     }
 }

 .btn-topinfo,
 .mouseEnabled .btn-topinfo:hover,
 .btn-topinfo:active,
 .btn-topinfo:focus,
 .mouseEnabled .btn-topinfo:active:hover {
     color: #fff;
     font-style: italic;
     background: #1f2b36;
     border-color: #1f2b36;
     z-index: 5000;
     font-family: Georgia, sans-serif;
     font-size: 13px;
     font-weight: normal;
 }

#tourInfoContainer .rt-table {
    text-align:center;
    margin-top:21px;
    padding:0 15px;
}

#tourInfoContainer .rt-td:nth-child(2) {
    line-height:17px;
    padding-right:5px;
}

#tourInfoContainer .rt-td {
    padding:5px;
}

#tourInfoContainer .rt-td > div {
    height:100%;
    overflow:hidden;
}

#tourInfoContainer .rt-td span.imgs {
    display:block;
    padding-left:5px;
}

#tourInfoContainer .rt-td span.imgs img{
    vertical-align: top;
    height:65px;
    width:auto;
}

#tourInfoContainer .rt-td p{
    padding: 0;
    margin: 0;
}

#tourInfoContainer .rt-td div.agent {
    opacity:1;
    transition: all 0.4s;
}

#tourInfoContainer .rt-td div.coagent {
    opacity:0;
    transition: all 0.4s;
}

/* Slim Player Controls */
.btn-default.btn-slim, a.btn-default.btn-slim {
    margin: 0px 5px;
    background: transparent;
    opacity: 1;
    transition: 0.2s all ease-out;
    border: 0px;
    font-size: 16px;
    border-radius: 0px;
}
.mouseEnabled .btn-default.btn-slim:hover, .mouseEnabled a.btn-default.btn-slim:hover {
	background: #272626;
	cursor: pointer;
}

.mouseEnabled .nav>li>a:focus .btn-slim, .nav>li>a:hover .btn-slim{
    background: transparent;
}


.btn-default.btn-slim i:active, .btn-default.btn-slim, .btn-default.btn-slim:active:focus, .btn-default.btn-slim:focus:active, a.btn-default.btn-slim i:active, a.btn-default.btn-slim, a.btn-default.btn-slim:active:focus, a.btn-default.btn-slim:focus:active{
    color: #fff;
    background: transparent;
}

.mouseEnabled .btn-default.btn-slim i:hover:focus {
    color: #fff;
}

.btn-slim .fa-stack {
/*    position: absolute;*/
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
}

i.theban.fa.fa-stack-2x.text-danger.fa-ban {
    font-size: 1.6em;
    margin-top: 4px;
    margin-left: -2px;
}

#gyroicon-on, #gyroicon-off {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-left: 0px;
}

#gyrobtnoff, #gyrobtnon{
    display: inline-block;
    padding:0 5px;
}

#slimdetails{
    padding: 8px 14px;
}

.Slimcontrols {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 10px;
    z-index: 9999;
    background: rgba(0,0,0,0.2);
    margin: 0;
    width: 100%;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.panocontrols {
    position: absolute;
    bottom: 50px;
    right: 0;
    padding-bottom: 10px;
    z-index: 9999;
    padding-right: 10px;
    display: inline-block;
}

.panocontrols2 {
    position: absolute;
    bottom: 50px;
    left: 0;
    padding-bottom: 10px;
    z-index: 9999;
    padding-right: 10px;
    display: inline-block;
    width: 238px;
}
.panoicon {
    opacity: 0.8;
    transition: 0.2s all ease-out;
}
.panoicon .fa-circle {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    color: transparent;
    border-radius: 50%;
}
.panoicon .fa-arrow,
.panoicon .fa-search {
    cursor: pointer;
    color: #333;
    font-size: 1.3em;
}
.center-pad {
    margin-left: 36px;
}
.mouseEnabled .btn-default.btn-slim:hover,
.mouseEnabled .panoicon:hover {
    opacity: 1;
}
#musicbtn {
    padding: 0 3px;
    font-size: 1em;
}
/* END Slim Player Controls */
/* pano selection option */

#panoSelect {
    position: relative;
    z-index: 212122;
    margin: 0 5px;
    background: #1F2B36;
    padding: 6px 10px;
    width: 150px;
    overflow: hidden;
}

.scene-text{
    overflow: hidden;
    pointer-events: none;
}

#slideList ul {
    list-style: none;
    color: #fff;
    background: #272626;
    padding: 0.25em 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
    height: 100%;
}

#slideList li {
    border-bottom: 1px solid #333;
    padding: 0.5em 1em;
}

.mouseEnabled #slideList li:hover ,#slideList li.active{
	background: rgb(66,66,66);
	color: #fff;
	cursor: pointer; 
}

#slideList{
    height: 300px;
    z-index: 50;
    position: absolute;
    bottom: 43px;
    width: 420px;
    right: -450px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
      -webkit-transition: 300ms ease all; 
    transition: 300ms ease all; 
    z-index: 999999;
    background: transparent;
}

#slideList.mobile-menu {
    height: 100%;
    max-height: 360px;
    position: absolute;
    bottom: 50px;
    max-width: 350px;
    width: 100%;
    right: -450px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    z-index: 9999999;
    background: #272626;
}

#slideList.mobile-menu ul {
    list-style: none;
    color: #fff;
    background: #272626;
    padding: 0.25em 0 0;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100%;
    height: 100%;
}

#slideList .closebtn {
    font-size: 35px;
    position: relative;
    top: 0;
    right: -1px;
    border-radius: 0px;
    margin: 0;
    text-align: right;
    display: inline-block;
    background: #272626;
}

.mouseEnabled #slideList .closebtn:hover {
    cursor: pointer;
    background: #000;
}

#slideList .xbtn-container{
    position: absolute;
    left: -30px;
    width: auto;
    background: transparent;
    text-align: left;   
}

@media (max-width: 800px) {
    .nav-left #slideList{
        width: calc(100% - 30px);
    }
}

.nav-left #menu-container {
  -webkit-transform: translateX(600px);
  transform: translateX(600px);
  
  transform: translate3d(600px, 0, 0);
  -webkit-transform: translate3d(600px, 0, 0);
}

.scene-overlay.active{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2123;
}

.nav-left #slideList{
  -webkit-transition: 450ms ease all; 
  transition: 450ms ease all; 
 
  -webkit-transform: translateX(-450px);
  transform: translateX(-450px);
  
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
}
.nav-left #menu-container{
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* preloader icons */

.loadericon {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: center;
  }

.sk-circle {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: rgb(255, 255, 255);
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }
  
  @-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    } 40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  
  @keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
      -webkit-transform: scale(0);
              transform: scale(0);
    } 40% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }

  /* end of preloader icon */

.closebtn{
    display: none;
    position: absolute;
    padding: 0px 5px;
    top: -21px;
    right: 2px;
    background: #1F2B36;
    border-radius: 50px;
    font-size: 18px;
}

#midmenu{
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 0px;
    background: #1F2B36;
    padding: 9px 10px;
    cursor: pointer;
    width: 40px;
    z-index: 99998;
}

.swipeleftarrow{
    display: inline-block;
    position: absolute;
    top: 4%;
    left: 0;
    z-index: 3001;
    background: transparent;
    height: 87%;
    padding: 20px 25px;
}

.swiperightarrow{
    display: inline-block;
    position: absolute;
    top: 4%;
    right: 0;
    z-index: 3001;
    background: transparent;
    height: 86%;
    padding: 20px 25px;
}

.swiperightarrow.still{
    padding: 20px 25px 20px 25px;
}

.swipeleftarrow.still{
    padding: 20px 25px 20px 25px;
}

.swiperightarrow.arrowtablet{
    padding: 20px 50px;
}

.swipeleftarrow.arrowtablet{
    padding: 20px 50px;
}

.arrowtouch.swipeleftarrow .fa-chevron-left, .arrowtouch.swiperightarrow .fa-chevron-right{
    top: 50%;
    position: relative;
    font-size: 20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    -webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    -moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

#prev_external_media, #next_external_media{
    cursor: pointer;
}
/* Active Tours*/
/* button */

.sound-group{
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;	
    min-width: 100px;
    margin: 0px 6px;
}

.sound-slider-mute {
	min-width: 39px;
}

input[type=range] {
    -webkit-appearance: none;
    float: right;
    width: 100%;
    max-width: 100px;
    background: #272626;
    opacity: 0.8;
    border: none;
    transition: 0.2s all ease-out;
    border-left: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
input[type=range]:focus {
    
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #f4f4f4;
    border-radius: 1.3px;
    border: 0.2px solid #f3f3f3;
   padding-top: 5px;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    background: grey;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #f4f4f4;
    border-radius: 1.3px;
    border: 0.2px solid #f3f3f3;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 20px;
    width: 16px;
    border-radius: 3px;
    background: grey;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #f4f4f4;
    border-radius: 1.3px;
    border: 0.2px solid #f3f3f3;
}
input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 20px;
    width: 16px;
    border-radius: 3px;
    background: grey;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}
input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}
input[type=range]{
	max-height: 36px !important;
    	height: 36px;
}
.slimmenu {
    z-index: 11000;
    background: #1f2b36;
    color: white;
    text-align: center;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    border-radius: 0;
    float: left;
}

.fusionnav.navbar-header{
    float: none;
    margin:0;
}


#bottommenu{
    background: rgba(0,0,0,0.5);
    width: 100vw;
    padding: 3px 0px;
    margin: 0;
	overflow: inherit;
}

.navbar-slim .navbar-collapse.collapse{
    z-index: 99998
}

.navbar-slim .navbar-collapse.collapse.in{
    z-index: 99995
}

.navbar-slim{
    background: transparent;
    min-height: auto;
    z-index: 21213;
    /*z-index: 212137;*/
    bottom: -1px;
}

.dropup {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10000;
}
/* Fullscreen option changes*/
.opaque {
	/* TODO: Remove from production*/
	filter: alpha(opacity=100) !important;
	-moz-opacity: 1 !important;
	-khtml-opacity: 1 !important;
	opacity: 1 !important;
}

#externalmedia_holder {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 15000;
	display: none;
}

#externalmedia_header {
	background: #b5bdc8; /* Old browsers */
	background: -moz-linear-gradient(top, #b5bdc8 0%, #828c95 36%, #28343b 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #b5bdc8 0%,#828c95 36%,#28343b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #828c95;
}

#externalmedia_header td {
	padding: 0.8em 1em;
}

#td-prev {
	background: -moz-linear-gradient(left, rgba(10,9,10,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10,9,10,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(10,9,10,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(10,9,10,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(10,9,10,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(10,9,10,1) 0%, rgba(255,255,255,0) 100%);
	opacity: 0.9;
}

#td-next {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(10,9,10,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(10,9,10,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(10,9,10,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(10,9,10,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(10,9,10,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(10,9,10,1) 100%);
	opacity: 0.9;
}

.blue-button {
	border: 1px solid white;
	background: blue;
	padding: 4px;
	border-radius: 4px;
	margin: 1em 2em;
}

/* property status banner */
.propertylabel, .carouselDisabled .propertylabel{
    transition: all 0.3s;
    bottom: 69px;
}

.carousel .propertylabel{
    transition: all 0.3s;
    bottom: 169px;
}

@media (max-width: 1199px) {
    .autoHideEnabled.carousel .propertylabel {
        bottom:0
    }
    .autoHideEnabled.carousel.mouseEnabled #tourcontainer:hover .propertylabel, .carouselActive.autoHideEnabled.carousel .propertylabel {
        bottom:169px
    }
}

@media (min-width: 1200px) {
    .propertystatus .propertylabel{
        top: 50px;
        bottom: unset;
    }

    .topInfoAreaOpen .propertylabel {
        top: 109px;
    }
}

/* end of property status banner */

#panolist {
	width: 29em;
	margin-left: -10em;

}

#loading-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #999;
  width: 100px;
  height: 30px;
  margin: -17px 0 0 -45px;
  text-align: center;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 20px;
}

#loading-content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#loading-content {
  border: 3px solid transparent;
  border-top-color: #DF7A1C;
  border-bottom-color: #DF7A1C;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

#loading-content:before {
  border: 3px solid transparent;
  border-top-color: #054E7B;
  border-bottom-color: #054E7B;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
    -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
  animation: loader 3s linear infinite;
}

#loading-content:after {
  border: 3px solid transparent;
  border-top-color: #E9A261;
  border-bottom-color: #E9A261;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
    -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loaders {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

:-webkit-full-screen {
    background: none;
}
/* deeper elements */

:-webkit-full-screen video {
    width: 100%;
    height: 100%;
}
/* styling the backdrop*/


/* affiliates section */

#affiliatesContainer{
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
#affiliatesContainer, body.carouselDisabled #affiliatesContainer{
    position:absolute;
    bottom: 41px;
    left: 7px;
}

body.carousel #affiliatesContainer {
    position:absolute;
    bottom: 141px;
    left: 7px;
}
#affiliatesContainer > a > div{
    position:absolute;
    bottom:0;
    left:0;
    opacity:0;
    pointer-events:none;
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    width:200px;
    height:85px;
    transition:all 0.5s;
    z-index:1;
}
#affiliatesContainer > a > div.active{
    pointer-events:auto;
    opacity:1;
    z-index:2008;
}

@media (max-width: 1199px) {
    .autoHideEnabled.carousel #affiliatesContainer {
        bottom:0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    .autoHideEnabled.carousel.mouseEnabled #tourcontainer:hover #affiliatesContainer, .carouselActive.autoHideEnabled.carousel #affiliatesContainer {
        bottom:141px;
    }
}

/* end affiliates section */

#videoLoader{
	position:relative;
	z-index: 99999;
	width: 100%;
	height: 100%;
	opacity:0.9;
	text-align: center;
}
#videoLoader i{
	position: relative;
	top: 50%;
	font-size: 40px;
    margin-top: -20px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    color:#fff;
}  


#playerembed.embed-responsive .embed-responsive-item, #playerembed.embed-responsive embed, #playerembed.embed-responsive iframe, #playerembed.embed-responsive object, #playerembed.embed-responsive video{
    padding-bottom: 0px;
}

.desktouch.swiperightarrow, .desktouch.swiperightarrow.still{
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    padding-left: 10px !important;
}
.desktouch.swipeleftarrow, .desktouch.swipeleftarrow.still{
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    padding-right: 10px !important;
}

.desktouch.swiperightarrow, .desktouch.swipeleftarrow, .desktouch.swiperightarrow.still, .desktouch.swipeleftarrow.still{
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 99997;
    background: rgba(0,0,0,0.7);
    height: auto;
    padding: 25px 10px;
    margin-top: -25.5px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.75);
    opacity: 0.3;
    transition: 0.2s all ease-out;
    width: 40px;
    cursor: pointer;
}
.desktouch.swiperightarrow:hover, .desktouch.swipeleftarrow:hover, .desktouch.swiperightarrow.still:hover, .desktouch.swipeleftarrow.still:hover{
    background: rgba(0,0,0,1);
    opacity: 0.8;
}
@-ms-viewport {
    width: device-width;
}
@media only screen and (min-device-width: 800px) {
    html {
        overflow: hidden;
    }
}

@media (min-width: 515px) {}

@media (min-width: 768px) {
    #boxright{
        float: none;
    }
    .fusionnav.navbar-header{
        float: right;
    }

    #slimleftinfo{
        text-align: center;
        /* width: 40%;*/
    }

    #slimrightinfo {
        text-align: center;
    }
    #panoSelect {
        background: transparent;
        display: inline-block;
        z-index: 212122;
        
        border-radius: 4px;
        
    }
    #panoSelect.active, #panoSelect:hover{
        border: 1px solid transparent;
        background: #272626;
        color: #fff;
    }
    .closebtn{
        display: none;
    }

    #midmenu{
        display: none;
    }
    .slimmenu {
        display: none;
    }
    .btn-topinfo,
    .btn-topinfo:hover,
    .btn-topinfo:active,
    .btn-topinfo:focus,
    .btn-topinfo:active:hover {
        z-index: 9999;
        border-radius: 10px;
        padding: 2px 45px;
        margin-right: 2px;
    }
    #tourInfoContainer {
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
        position: absolute;
        z-index: 9996;
        height: auto;
    }
    .Slimcontrols {
        padding-left: 10px;
        padding-bottom: 10px;
        background: transparent;
        height: auto;
        width: auto;
    }
	#tourInfoContainer {
		display: block;
	}
    .swipeleftarrow{
        display: inline-block;
    }

    .swiperightarrow{
        display: inline-block;
    }
    .btn-default.btn-slim{
	margin:0px;
    }
}
@media (max-width: 991px) {
    #tourInfoContainer .rt-tr {
        margin-top:10px;
    }
    #tourInfoContainer .rt-tr .imgs {
        padding-bottom:10px;
    }
}
@media (min-width: 992px) {

    #slideList{
        z-index: 212123;
    }
    #boxright{
        float: right;
    }
    #slimrightinfo {
        text-align: right;
    }
    #slimleftinfo{
        text-align: left;
    }
    #affiliatessection{
        bottom: 50px;
    }
    button, #musicbtn, #narration-mute, #music-mute {
        height: 36px;
    }
    input[type=range]{
		max-height: 36px !important;
		height: 36px;
    }

    #tourInfoContainer .rt-table {
        width:100%;
        height:65px;
        text-align:left;
    }

    #tourInfoContainer .rt-table .rt-td:nth-child(2) {
      text-align:right;
    }

    #tourInfoContainer .rt-td span.imgs {
        float:right;
        display:inline-block;
    }

    .rt-table {
        display:table !important;
        width:100%;
    }
    .rt-tr {
        display:table-row !important;
    }
    .rt-td {
        display:table-cell !important;
    }
    
}
@media (min-width: 1024px) {
    .panocontrols{
        display: none;
    }
    button, #musicbtn, #narration-mute, #music-mute {
        height: 36px;
    }
    input[type=range]{
		max-height: 36px !important;
		height: 36px;
    }

}

@media (min-width: 1025px) {
	.btn-default.btn-slim{
		font-size: 14px;
	}
    button, #musicbtn, #narration-mute, #music-mute {
        height: 36px;
    }
	#panoSelect {
        display: block;
        background: transparent;
        bottom: 0px;
    }
    input[type=range]{
		max-height: 36px !important;
		height: 36px;
    }
    .modal.fade.in .modal-dialog {
         max-width: 900px;
    }
    
    .MouseI.modal-dialog{
        max-width: 400px !important;
    }

	#preloaderLoading i{
		font-size: 80px;
		margin-top: -40px;
	}  
}

@media (min-width: 1030px) {
    #panoSelect{
    position: relative;
    z-index: 9999;
    display: inline-block;
    background: transparent;
    border: 1px solid #fff;
  }  
}

@media (min-width: 1200px) {
} 

@media (min-width: 1500px) {
    #playerembed.embed-responsive .embed-responsive-item, #playerembed.embed-responsive embed, #playerembed.embed-responsive iframe, #playerembed.embed-responsive object, #playerembed.embed-responsive video{
         padding-bottom: 9%;
    }
	#preloaderLoading i{
		font-size: 120px;
		margin-top: -60px;
	}  
}



#toggleAudio span.fa-stack.fa-lg {
    font-size: 1.6em !important;
    left: -14px;
    top: -9px;
}

button#toggleAudio {
    max-width: 36px !important;
    float: none !important;
}

/* menuBar */

.inPlayer #tourcontainer #menuBar {
    transition: all 300ms;
}

#menuBar > ul, #menuBar > section {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    vertical-align: top;
    display: inline-block;
}

#menuBar > ul > li, #menuBar > section > div.listitem {
    display: inline-block;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    margin-bottom:50px;
}

#menuBar > ul > li div, #menuBar > section > div.listitem div{
    cursor: pointer;
}

#menuBar > ul#ulLeft, #menuBar > section#ulLeft {
    text-align: left;
}

#menuBar > ul > li#btnAudio, #menuBar > section > div#btnAudio {
    margin:0 1px;
}

#menuBar > ul > li#btnAudio span.fa-stack, #menuBar > section > div#btnAudio span.fa-stack{
    margin-top: -3px;
}

#menuBar > ul > li#btnPlay, #menuBar > ul > li#btnPause, #menuBar > section > div#btnPlay, #menuBar > section > div#btnPause {
    font-size:33px;
}

#menuBar > ul > li#btnPause, #menuBar > section > div#btnPause {
    display:none;
}

#menuBar > ul#ulMiddle, #menuBar > section#ulMiddle {
    text-align: center;
    z-index: 999;
    margin-top: 1px;
}

#menuBar > ul#ulRight, #menuBar > section#ulRight {
text-align: right;
margin-top: -1px;
}

#menuBar > ul > li#btnVideoSettings, #menuBar > section > div#btnVideoSettings {
    float: none;
    font-size: 20px;
    position: relative;
}

#menuBar > ul > li#btnFullScreen, #menuBar > section > div#btnFullScreen {
    float: right;
    font-size: 20px;
}

#menuBar > ul > li, #menuBar > section > div.listitem {
    margin: 0 8px;
    vertical-align: middle;
    height: 40px;
}

#menuBar #btnVideoSettings {
    width: 22px;
    overflow: visible;
}

@media (max-width: 800px) {

    ul li#btnVideoSettings, section div#btnVideoSettings {
        display:none;
    }

    #tour #tourcontainer #menuBar ul li#videobarmenu.active, #tour #tourcontainer #menuBar section div#videobarmenu.active {
        display:none;
    }
}

@media (min-width: 801px) {

    #tour #videobarmenu2.active {
        display:none;
    }
}

@media (max-width: 800px) {
    #menuBar > ul > li#btnVideoSettings, #menuBar li#videobar, #menuBar li#btnGallery, #menuBar > section > div#btnVideoSettings, #menuBar div#videobar, #menuBar div#btnGallery{
        display: none !important;
    }
    #menuBar > ul#ulRight, #menuBar > section#ulRight {
        padding-right: 0px;
    }
}

/* END menuBar */

@media (max-width: 991px) {
    #topinfoarea td, #topinfoarea p, #topinfoarea tr, #topinfoarea table {
        display: block;
        height: auto;
    }
    #topinfoarea * {        
        text-align:center;
    }
    #topinfoarea.show {
        height:100%;
    }
}

/* topinfo area */

.topInfoAreaoff #tour #sceneDescription .shadowContainer .content{
    margin-top: 2px;
}

.hasSceneDesc.userShowSceneDesc #sceneDescription .shadowContainer .shadow {
    background-color: rgba(0,0,0,0.2);
    border-bottom-left-radius: 10px;
}

    #topinfoarea .agentInfo {
        vertical-align: middle;
            text-align: right;
            height: 70px;
    }
    #topinfoarea .propertyInfo{
        text-align: left;
    }
    #topinfoarea .propertyInfo .title{
        font-size: 30px;
    }

    #topinfoarea .agentInfo > div > table {
        vertical-align: middle;
        height: 70px;
        display:inline-block;
    }


    #topinfoarea {
        overflow:hidden;
        transition: height 350ms;
        padding-top: 38px;
    }

    #topinfoarea.show {
        height:102px;
        padding:8px 8px 8px 14px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
    }
    .topInfoAreaClosed #topinfoarea > table{
        display: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
    }
    .topInfoAreaOpen #topinfoarea > table{
        display:table;
    }
    .topInfoAreaClosed #topinfoarea {
        height: 45px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
    }

    #topinfoarea td {
        padding: 8px;
    }

    #topinfoarea td.avatar, #topinfoarea td.company {
        display:inline-block;
        height: auto;
    }
    #topinfoarea td.avatar > div, #topinfoarea td.company > div {
        height: 70px;
    }

    #toggletop{
        display:none;
        position: absolute;
        bottom: 10px;
        right: 10px;
        background-color: rgba(0,0,0,0.7);
        background-image: none;
        color: #fff;
    }

    .inPlayer #toggletop{
        display:block;
    }



    #topinfoarea, #topinfoarea.bg {
        width:100%;
        position:absolute;
        top:0;
        left:0;
        text-align:right;
        z-index:3005;
        background: rgba(0,0,0,0.4);/* Old Browsers */
        background: -moz-linear-gradient(45deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,0.4)), color-stop(100%, rgba(0,0,0,0.4)));/* Chrome, Safari4+ */
        background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(45deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(45deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%); /* IE 10+ */
        background: linear-gradient(45deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.4) 100%);/* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );/* IE6-9 fallback on horizontal gradient */
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
    }
    
    #topinfoarea > table {
            width: 100%;
            height:100%;
    }
    
    #topinfoarea .propertyInfo .title {
        font-family: inherit;
        line-height: 1.1;
        color: inherit;
        font-size: 28px;
        font-weight: normal;
        max-height: 34px;
        overflow: hidden;
        width: 100%;
    }
    
    #topinfoarea .propertyInfo .address {
            margin: 0;
            padding: 0;
    }
    
    #topinfoarea .agentInfo {
        vertical-align: middle;
            text-align: right;
            height: 70px;
    }
    
    #topinfoarea .agentInfo > div > table {
        vertical-align: middle;
        height: 70px;
        display:inline-block;
    }
    
    #topinfoarea .propertyInfo {
        vertical-align: middle;
        height: 70px;
    }
    
    #topinfoarea .avatar {
        height: 70px;
            vertical-align: middle;
    }
    
    #topinfoarea .info {
            vertical-align: middle;
            height: 70px;
            padding-right:5px;
    }
    
    #topinfoarea .company {
            vertical-align: middle;        
            height: 70px;
    }
    
    #topinfoarea .avatar > div, #topinfoarea .company > div {
            vertical-align: middle; 
            height: 70px; 
    }
    
    #topinfoarea .info p {
            margin: 0;
            font-size: 13px;
    }
    
    @media (max-width: 991px) {
        #topinfoarea {
            height: 38px;
            overflow:hidden;
            transition: height 350ms;
            padding-top: 38px;
        }
    
        #topinfoarea.show {
            height:100%;
            padding:8px 8px 8px 14px;
        }
    
        #topinfoarea.bg {        
            background: rgba(0, 0, 0, 0.85);
            padding:8px 8px 8px 14px;
        }
    
        #topinfoarea * {        
            text-align:center;
        }
    
        #topinfoarea td, #topinfoarea p, #topinfoarea tr, #topinfoarea table {
            display: block;
            height: auto;
        }
    
        #topinfoarea td {
            padding: 8px;
        }
    
        #topinfoarea td.avatar, #topinfoarea td.company {
            display:inline-block;
            padding-top:50px;
            height: auto;
        }
        #topinfoarea td.avatar > div, #topinfoarea td.company > div {
            height: auto;
        }
    
        #toggletop{
            display:none;
            position: absolute;
            bottom: 10px;
            right: 10px;
            background-color: rgba(0,0,0,0.7);
            background-image: none;
            color: #fff;
        }
    
        .inPlayer #toggletop{
            display:block;
        }
    
        .topInfoAreaOpen #scene_title {
            display:none !important;
        }
    
        .topInfoAreaOpen #scene_description {
            display:none !important;
        }
    
        .topInfoAreaOpen #affiliatesContainer {
            display:none !important;
        }
    
        .topInfoAreaOpen .rtvCarousel {
            display:none !important;
        }
    
        .topInfoAreaOpen #menuRight {
            display:none !important;
        }
    
        .topInfoAreaOpen #menuLeft {
            display:none !important;
        }
    
        .topInfoAreaOpen #menuBar {
            display:none !important;
        }
    }

    @media (min-width: 1200px) {
        #sceneDescription .shadowContainer .content .title {
            padding: 10px;
            width:auto;
            height: auto;
            margin: -2px 0 -5px 0;
            text-align:right;
        }
    }

    @media (max-width: 1199px) {
        .hasSceneTitle #sceneDescription .shadowContainer .content .title {
            cursor:pointer;
            text-decoration:underline;
            text-align:left;
            margin-right:164px;
        }
    }
    @media (min-width: 1200px) {
        #sceneDescription .shadowContainer {
            width: 100%;
        }
    
        #sceneDescription .shadowContainer .content {
        }
    
        #sceneDescription .shadowContainer .content .title {
            padding: 10px;
            width:auto;
            height: auto;
            text-align: right;
        }
    
        #sceneDescription .shadowContainer .content .scroller {
            padding-left:0;
            display: inline-block;
        }
        
        #sceneDescription .shadowContainer .content .scroller .desc {
            text-align:right;
        }
        #sceneDescription .shadowContainer .shadow {
            display:inline-block;
            background-image: url('/images/desc_shadow2.png');    
            background-position: top right;    
            background-size: 100% 100%;
            width: auto;
            height: auto;    
            padding:0 0 10px 33px;
            max-width:30%;
        }
        
        .hasSceneDesc.userShowSceneDesc #sceneDescription .shadowContainer .content .scroller {
            height: auto;
            max-height:232px;
            margin:0;
        }
        .hasSceneDesc.userDontShowSceneDesc #sceneDescription .shadowContainer .content .scroller {
            height: 0;
        }
    }
    #menuBar > ul > li#btnDropdownmenu, #menuBar > section > div#btnDropdownmenu {
        display:none;
    }
    @media (min-width: 992px) {
        #topinfoarea #toggletop {
            bottom: 10px;
        }
        #topinfoarea.show {
            overflow:visible;
        }
        #topinfoarea.show #toggletop {
            bottom: -35px;
        }
    }
    @media (min-width: 1200px) {
        .topInfoAreaClosed #topinfoarea {
            padding:0;
        }
        #menuBar > ul > li#btnDropdownmenu, #menuBar > section > div#btnDropdownmenu {
            display:inline-block;
        }
        #topinfoarea {
            overflow:visible;
        }

         #tour #sceneDescription .shadowContainer .content{
            margin-top:37px;
        }
    
        .topInfoAreaOpen #tour #sceneDescription .shadowContainer .content {
            margin-top: 137px;
        }
    }
    @media (min-width: 1200px) {
        .videoSceneType #tourcontainer #menuBar > ul > li#videobar, .videoSceneType #tourcontainer #menuBar > section > div#videobar{
            display:inline-block;
        }
        ul li#videobar, section div#videobar {
            width:400px;
        }
    
        #videobar .bar {
            width:295px;
        }
    }

    .rtvCarousel {
        transition: all 300ms !important;
    }

    .carouselDisabled .rtvCarousel {
        margin-top:150px;
    }

    #btn_rtvcarousel_show{
        display: none;
    }
    .carouselDisabled #btn_rtvcarousel_show {
        display:block;
    }

    #tab8 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3020;
    }

    #btnMobileTabClose {
        display:none;
    }
    @media (max-width: 799px) {
        .inPlayer.videoSettingsActive #btnMobileTabClose {
            display:block;
            top: 3px;
        }
    }

    #introScene {
        position:absolute;
        display:inline-block;
        opacity:1;
        transition:opacity 700ms;
        z-index:9999999;
        left:0;
        right:0;
        top:0;
        bottom:0;
        background-color:rgba(0,0,0,1);
    }

    /* STARTUP OPACITY */
    #topinfoarea, .footer, #tourCarousel, #menuLeft, #menuRight, #Mouseinstructor, #html5gallery, #affiliatesContainer {
        transition:all 700ms;
    }
    #topinfoarea, .footer, #tourCarousel, #menuLeft, #menuRight, #Mouseinstructor, #html5gallery, #affiliatesContainer {
        pointer-events: none;
        opacity:0;
    }
    #tour.ready #topinfoarea, #tour.ready .footer, #tour.ready #tourCarousel, #tour.ready #menuLeft, #tour.ready #menuRight, #tour.ready #affiliatesContainer, #tour.ready #Mouseinstructor, #tour.ready #html5gallery {
        pointer-events: all;
        opacity:1;
    }

    #tour.ready #menuLeft, #tour.ready #menuRight {
        pointer-events: none;
    }

    div#edgemarketingModalContent ul li img {
        max-width: 163px;
    }
    div#edgemarketingModalContent ul li {
        list-style: none;
        display: inline;
    }
    div#edgemarketingModalContent ul li + li {
        margin-left: 10px;
    }
    
    div#edgemarketingModalContent ul {
        margin-bottom: 10px;
        padding:0px;
    }