html {
    position: fixed;
    overflow: hidden;
}
html, body{
	height:100%;
        width: 100%;
}
body{
        -webkit-overflow-scrolling:touch;
        overflow-x: hidden;
        overflow-y: scroll;
	margin:0; 
        padding:0;
}

body.nomedia {
    background: #000000 !important;
}
.adadeactive div#menuBar div {
    outline: none;
}

.form_inner_padding {
	padding:5px;
}
.required_field{
	color:red;
}
.input_field {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#616161;
	font-weight:normal;
	width:200px;
}
.popup_subheading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
	font-weight:bold;
}
.popup_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
	font-weight:normal;
	text-decoration:none;
}
a.viewlink:visited, a.viewlink:link {
	text-decoration:none;
	color:#505050;
	font-size:12px;
	font-weight:normal;
}
.mouseEnabled a.viewlink:hover {
	text-decoration:underline;
	color:#505050;
	font-size:12px;
	font-weight:normal;
}
.background_waiting {
	background-image:url(../images/waiting_tour.gif);
	background-repeat:no-repeat;
	background-position:center center;
} 
.nomargin {
    margin-left: 0;
    margin-right: 0;
}
.nopadding {
    
    text-align:right;
    z-index:2005;
    color: #fff;
    -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;
}

#topinfoarea .info p:first-child {
		font-weight:bold;
}

#topinfoarea .mainagent, #topinfoarea .coagent{
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
}

@media (max-width: 1119px){
    #topinfoarea td {
        color: #fff;
        text-shadow: 0 0 3px #000;
    }

    #topinfoarea .avatar > div, #topinfoarea .company > div {
        vertical-align: top; 
    }
}
@media (min-width: 1200px){
    

    #topinfoarea .propertyInfo {
        max-width: 33%;
    }
}

/* END top info area stuff */

/* menu carousel */
#menuBar > ul > li#btnGyro, #menuBar > section > div#btnGyro {
    display: none;
}
.gyroavailable #tourcontainer #menuBar > ul > li#btnGyro, .gyroavailable #tourcontainer #menuBar > section > div#btnGyro{
    display: inline-block;
}



.toolsButtonOff #menuBar #btnTools {
    display: none;
}

#gyro1 {
    width:25px;
    height:25px;
    margin-top: 5px;
  }

  #menubar #btnGyro.enabled .gyro {
    transform: rotate(15deg);
    animation-duration: 0.3s;
    animation-name: gyroactivate;
  }
  #menubar #btnGyro.disabled .gyro {  
    animation-duration: 0.3s;
    animation-name: gyrodeactivate;
  }
  
  .gyro circle {
    fill: #E01414;
  }
  
  #btnGyro.enabled .gyro circle {
    fill: #09D844;
    animation-duration: 0.3s;
    animation-name: gyroballactivate;
    cx: 270px;
    cy: 165px;
  }
  
  #btnGyro.disabled .gyro circle {
    animation-duration: 0.3s;
    animation-name: gyroballdeactivate;
  }
  
  @keyframes gyroactivate {
    0% { transform: rotate(0deg); }
    10% { transform: rotate(1.5deg); }
    20% { transform: rotate(3deg); }
    30% { transform: rotate(4.5deg); }
    40% { transform: rotate(6deg); }
    50% { transform: rotate(7.5deg); }
    60% { transform: rotate(9deg); }
    70% { transform: rotate(10.5deg); }
    80% { transform: rotate(12deg); }
    90% { transform: rotate(13.5deg); }
    100% { transform: rotate(15deg); }
  }
  
  @keyframes gyrodeactivate {
    0% { transform: rotate(15deg); }
    10% { transform: rotate(13.5deg); }
    20% { transform: rotate(12deg); }
    30% { transform: rotate(10.5deg); }
    40% { transform: rotate(9deg); }
    50% { transform: rotate(7.5deg); }
    60% { transform: rotate(6deg); }
    70% { transform: rotate(4.5deg); }
    80% { transform: rotate(3deg); }
    90% { transform: rotate(1.5deg); }
    100% { transform: rotate(0deg); }
  }
  
  @keyframes gyroballactivate {
    0% { cx: 150.036px; cy: 175.496px; }
    10% { cx: 162px; cy: 174px; }
    20% { cx: 174px; cy: 173px; }
    30% { cx: 186px; cy: 172px; }
    40% { cx: 198px; cy: 171px; }
    50% { cx: 210px; cy: 170px; }
    60% { cx: 222px; cy: 169px; }
    70% { cx: 234px; cy: 168px; }
    80% { cx: 246px; cy: 167px; }
    90% { cx: 258px; cy: 166px; }
    100% { cx: 270px; cy: 165px; }
  }
  
  @keyframes gyroballdeactivate {
    100% { cx: 150.036px; cy: 175.496px; }
    90% { cx: 162px; cy: 174px; }
    80% { cx: 174px; cy: 173px; }
    70% { cx: 186px; cy: 172px; }
    60% { cx: 198px; cy: 171px; }
    50% { cx: 210px; cy: 170px; }
    40% { cx: 222px; cy: 169px; }
    30% { cx: 234px; cy: 168px; }
    20% { cx: 246px; cy: 167px; }
    10% { cx: 258px; cy: 166px; }
    0% { cx: 270px; cy: 165px; }
  }

  /* end menu carousel */


/* TOOLS MENU */
#tab8 {
    background-image:url('/static/images/background.jpg');
    background-position:center center;
    background-size:cover;
    height:100%;
    overflow-y:auto;
}

#tab8 > ul {
    display:block;
    width:100%;
    max-width:627px;
    padding:0;
    margin:0;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    background-image: url('/static/images/shelfBG2.png');
    background-repeat: repeat;
    text-align:center;
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 3002;
}
#tab8 > ul > li {
    width:50%;
    display:inline-block;
    padding:0;
    position:relative;
    height: 56px;
    vertical-align: top;
    margin:44px 0px 48px 0px;

}
#tab8 > ul > li > i {
    display:inline-block;
    position:absolute;
    top:-25px;
    left:50%;
    margin-left:-34px;
    z-index:200;
    background-size: 176px 128px;
    height: 69px;
    width: 60px;
    cursor:pointer;
}

#tab8 > ul > li > label {
    position: absolute;    
    top: 36px;    
    color: #fff;    
    font-weight: bold;    
    display: flex;
    justify-content: center;
    left: 0;    
    right: 0;    
    text-align: center;    
    padding: 5px 5px 0 5px;
    cursor:pointer;
}

#tab8 > ul:before {
    content:'';
    position:absolute;
    top:0;
    left:-41px;
    width:41px;
    bottom:0;
    background-image: url('/static/images/shelfLeft2.png');
    background-repeat: repeat;
    z-index:200;
}
#tab8 > ul:after {
    content:'';
    position:absolute;
    top:0;
    right:-41px;
    width:41px;
    bottom:0;
    background-image: url('/static/images/shelfRight2.png');
    background-repeat: repeat;
    z-index:200;
}

#tab8 > ul > li#closeToolsButton {
    padding:0;
    margin:0;
    position:absolute;
    top:5px;
    right:5px;
    z-index:5000;
    background-color: transparent;
    border-width: 0;
    width:auto;
    height:auto;
    cursor:pointer;
}

#tab8 > ul > li#closeToolsButton > i {
    font-size: 35px;
    margin:0;
    padding:0;
    height:auto;
    width:auto;
    position:relative;
    top: unset;
    left: unset;
    color:#fff;
}
@media (min-width: 627px) {
    #tab8 > ul {
        overflow: visible;
    }
    #tab8 > ul > li#closeToolsButton {
        top:0;
        right:0;
    }
}

/* 3 buttons per row */
@media (min-width: 391px) and (max-width: 490px) {
    #tab8 > ul > li {
        width: 33%;
    }
}

/* 4 buttons per row */
@media (min-width: 491px) and (max-width: 1199px) {
    #tab8 > ul > li {
        width: 25%;
    }
}

#tab8 > ul > li.home i {
    background-image:url('/static/images/menuIcons.png');
    background-position:0% 0%;
}

#tab8 > ul > li.agentdetails i {
    background-image:url('/static/images/menuIcons.png');
    background-position: 100% 105%;
    background-size: 166px 122px;
    height: 66px;
}

#tab8 > ul > li.agentdetails.male i {
    background-image:url('/static/images/menuIcons.png');
    background-position: 49% -1%;
    background-size: 166px 122px;
    height: 66px;
}

#tab8 > ul > li.property i {
    background-image:url('/static/images/menuIcons.png');
    background-position:100% 0%;
}

#tab8 > ul > li.map i {
    background-image:url('/static/images/menuIcons.png');
    background-position:0% 105%;
}

#tab8 > ul > li.contact i {    
    background: url('/static/images/toolIcons.png') no-repeat;
    background-position: 0% 4%;
    width: 68px;
    height: 85px;    
}

#tab8 > ul > li.sendtofriend i {    
    background: url('/static/images/toolIcons.png') no-repeat;
    background-position: 50% 7%;   
}

#tab8 > ul > li.fileattachment i { 
    background: url('/static/images/toolIcons.png') no-repeat;
    background-position: 0% 97%;     
}

#tab8 > ul > li.linkattachment i { 
    background: url('/static/images/toolIcons.png') no-repeat;
    background-position: 50% 96%;  
}

#tab8 > ul > li.scheduleappointment i {    
    background: url('/static/images/toolIcons.png') no-repeat;
    background-position: 100% 5%;    
}


#tab8 > ul > li.printableflyer i {    
    background: url('/static/images/toolIcons.png') no-repeat;
    background-position: 0% 33%;
    width: 68px;
    height: 50px;
    top: -14px;
}

#tab8 > ul > li.tourlinks i {
    background: url('/static/images/toolIcons.png') no-repeat;
    background-position: 100% 35%;
}

#tab8 > ul > li.share i {    
    background: url('/static/images/toolIcons.png') no-repeat;
    background-position: 0% 67%;
}

#tab8 > ul > li.mortgagecalculator i {    
    background: url('/static/images/toolIcons.png') no-repeat;
    background-position: 50% 65%;
    background-size: 215px 255px;      
}

#tab8 > ul > li.tourplay i {    
    background: url('/static/images/playerIcon.png') no-repeat;
    background-size: 100%;
    background-position: bottom;
}

#tab8 > ul > li.gallery i {    
    background: url('/static/images/galleryIcon.png') no-repeat;   
    background-size: 100%;
    background-position: 0 -5px;
}

#tab8 > ul > li.lang i::before { 
    content: '\f1ab';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 3.5em;
    text-align: center;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;

}

#tab8 > ul > li.edgeflyers i {
    background: url(/static/images/toolIcons.png) no-repeat;
    background-position: 0% 35%;
}

@media (min-width: 1200px) {
    #tab8 > ul > li {
        width: 25%;
    }
}
.mouseEnabled #tab8 > ul > li:hover > i {
    animation: pulse 0.2s ease-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

/* END TOOLS MENU */

/* Affiliates */

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

@media (min-width: 1200px) {

    #affiliatesContainer {
        position:absolute;
        bottom:130px;
        left:20px;
    }


    #affiliatesContainer > a > div, #affiliatesContainer > div{
        background-position:left;
    }
}

/* END Affiliates */

/* Iframe Modal */

#externalModalContent {
    min-height:25vh;
    position:relative;
    text-align:center;
}
#externalModalContent > iframe {
    width: 100%;
    margin:0;
    padding:0;
    height: 50vh;
    border-width:0;
    transition: all 400ms;
    -ms-transition: all 400ms;
    -webkit-transition: all 400ms;
    opacity: 1;
}
#externalModalContent.loading > iframe {
    width: 1px;
    margin:0 auto;
    opacity: 0;
}

#externalModalContent > div {
    position: absolute;
    top: 50%;    
    left: 50%;    
    pointer-events: none;    
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

}

#externalModalContent > div > i {
    opacity: 0;
    pointer-events: none;
    font-size:13vh;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    -ms-transition: opacity 400ms;
}

#externalModalContent.loading > div > i {
    opacity: 1;
}

/* LEAD GRABBER */

.leadgrabberclose{
    position: absolute;
    right: 13px;
    top: 5px;
}

#leadGrabber {
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
    margin: 0 auto;
    z-index: 3998 !important;
    right: 0 !important;
    text-align: center !important;
    width: 100%;
    max-width: 300px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.slim #leadGrabber {
    z-index: 5002 !important;
}

.slim #leadGrabberBG{
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5001;
    top: 0;
    left: 0;
}

#leadGrabber>div.agentbadge {
    /*min-width: 350px;
    max-width: 350px;
    min-height: 320px;*/
    width: 100%;
}

#leadDetails {
    margin: auto;
    width: 50%;
    /*    border: 3px solid green;*/
    padding: 10px;
    width: 100%;
}

/* PASSWORD */

#passwordError {
    font-weight:bold;
    color:red;
    font-size:12px;
    margin-right:20px;
    display:none;
}

.preloader .innerright,
#passwordBadge,
.preloader #leadGrabber {
    position: absolute;
    z-index: 20;
    top: 32%;
    right: -8%;
    color: #fff;
    clear: both;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
}

#passwordBadge .badgebody{
    text-align: center;
}

#passwordBadge .badgebody img{
    float: none;
    padding: 4px;
    max-width: 56px;
}

#tourPassword {
    color: black;
    padding: 4px;
}

#tourPassword input {
    border: 1px solid black;
}

#tourpw {
    width: 100%;
    margin-bottom: 4px;
}

#passwordBadge {
    position: absolute;
    z-index: 3999;
    max-width: 255px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    padding: 0;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#passwordBadge>div.agentbadge {
    min-width: 250px;
    min-height: 320px;
}

.preloaderSprite {
    min-height: 81px;
    min-width: 78px;
    display: inline-block;
}

.preloaderSpritesize{
    min-height: 75px; 
    float:left; 
    margin-top: -28px; 
}

.guesttitle{
    text-align: right;
    padding-top: 10px;
}

.clearboth{
    clear: both;
}


.preloaderSprite.hourGlass {
    background: url('/static/images/preloaderIcons.png') 0 0;
}

.preloaderSprite.padLock {
    background: url('/static/images/preloaderIcons.png') -78px 0;
}

.preloaderSprite.envelope {
    background: url('/static/images/preloaderIcons.png') -156px 0;
}

.preloaderSprite.photos {
    background: url('/static/images/preloaderIcons.png') 0 -81px;
}

.preloaderSprite.database {
    background: url('/static/images/preloaderIcons.png') -78px -81px;
}

.preloaderSprite.speaker {
    background: url('/static/images/preloaderIcons.png') -156px -81px;
}

.preloaderSprite.homeCasa {
    background: url('/static/images/preloaderIcons.png') 0 -162px;
}

#passwordBadge .agentbadge, #leadGrabber .agentbadge {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    /* min-width: 185px;
    max-width: 185px;
    min-height: 260px;
    margin-top: 10px;*/
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3);
    cursor: default;
}

#passwordBadge .subinnerright .agentbadge, #leadGrabber .subinnerright .agentbadge{
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    min-width: 185px;
    max-width: 185px;
    min-height: 260px;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.3);
    cursor: default;
}

#passwordBadge .badgehole, #leadGrabber .badgehole {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 12px;
    width: 42px;
    border-radius: 5px;
    margin: 0px 0px 5px;
    display: inline-block;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

#passwordBadge .blueheader, #leadGrabber .blueheader {
    background: #005699;
    min-height: 50px;
    width: 100%;
    padding: 6px;
    color:#fff;
}

#passwordBadge .blueheader #tourcompany, #leadGrabber .blueheader #tourcompany {
    margin-top: 7px;
}

#passwordBadge .badgebody, #leadGrabber .badgebody {
    background: #F3F3F3;
    /* min-height: 150px;*/
    width: 100%;
    padding: 5px 0px 5px;
}

#passwordBadge .badgebody .fa, #leadGrabber .badgebody .fa {
    color: rgb(113, 113, 113);
}

#passwordBadge .badgefooter, #leadGrabber .badgefooter {
    background: #9FA2A2;
    min-height: 17px;
    width: 100%;
}

#passwordBadge .blueheader p,
#passwordBadge .badgebody p,
#passwordBadge .badgefooter p,
#leadGrabber .blueheader p,
#leadGrabber .badgebody p,
#leadGrabber .badgefooter p {
    margin: 0px;
}

.preloaderSprite{
    min-height: 75px; 
    float:left; 
    margin-top: -28px; 
}


/* END PASSWORD */

.tooltip {
    pointer-events:none;
}
.tooltip.in {
    z-index: 99999;
}

/* scene descriptions */ 

#sceneDescription {
    opacity:1;
    transition: all 200ms;
    -ms-transition: all 200ms;
    -webkit-transition: all 200ms;
}
.floorplanVisible.floorplanFullScreen #sceneDescription {
    opacity:0;
    pointer-events:none !important;
}

#sceneDescription .shadowContainer {
    width: 100%;
    height: auto;   
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    display:none;
}

.hasSceneDesc.inPlayer #sceneDescription .shadowContainer, .hasSceneTitle #sceneDescription .shadowContainer {
    display:block;
    opacity: 1;
}

#sceneDescription .shadowContainer .shadow {
    overflow: hidden;    
    position: absolute;    
    right: 0;    
    top: 0;    
    transition: all 0.5s;    
    -webkit-transition: all 0.5s;    
    -ms-transition: all 0.5s;    
    opacity: 1;
    background-repeat: no-repeat;

    background-position: top;
    background-size: 200% 100%;
    width: 100%;
    height: auto;  
    background-image: url('/images/shadow_mobile.png');
    z-index: 2000;   
}

#sceneDescription .shadowContainer .content {
    color: #fff;
    position:relative;
    text-shadow: 0px 0px 2px #3c3c3c;
    pointer-events: all;
    transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
}

#sceneDescription .shadowContainer .content .statusicon {
    display: none;
    font-size: 18px;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    margin-left:4px;
    z-index:5000;
}
.hasSceneDesc.inPlayer #sceneDescription .shadowContainer .content .statusicon {
    display: inline-block;
}
.hasSceneDesc.userShowSceneDesc #sceneDescription .shadowContainer .content .statusicon{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

#sceneDescription .shadowContainer .content .statusicon .fa-times-circle::after, #sceneDescription .shadowContainer .content .statusicon .fa-info-circle::after {
    content: '';
    width: 20px;
    background: #000000;
    height: 20px;
    position: absolute;
    top: 0;
    right: -1px;
    z-index: -1;
    border-radius: 10px;
}

#sceneDescription .shadowContainer .content .title {
    width: calc(100% - 140px);
    height: 31px;    
    margin: 8px 10px 5px 10px;    
    font-size: 16px;    
    font-size: 20px;    
    z-index: 4999;    
    position: relative;    
    overflow: hidden;
    text-align: left;
}

#sceneDescription .shadowContainer .content .title span{
    display:none;
}

#sceneDescription .shadowContainer .content .border-item {
    display:none;
    border-bottom: 1px solid #393939;
    border-top: 1px solid #fff;
    margin-bottom: 3px;
    margin-top: 3px;
    opacity: 0;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
}

.hasSceneTitle.inPlayer #sceneDescription .shadowContainer .content .title span, .hasSceneTitle.inPlayer #sceneDescription .shadowContainer .content .border-item {
    display:inline-block;
    opacity: 1;
}

.hasSceneTitle.inPlayer #sceneDescription .shadowContainer .content .title span {
    cursor: pointer;
}

#sceneDescription .shadowContainer .content .scroller {
    height: 0;
    padding: 0 10px 0 22px;
    margin:0 0 0 0;
    max-height: 0;   
    overflow: hidden;
    transition: all 500ms;
    -ms-transition: all 500ms;
    -webkit-transition: all 500ms;
    z-index:4999;
    position:relative;
}
#sceneDescription .shadowContainer .content .scroller .desc {
    padding: 0 5px;
    text-align:center;
    font-size: 17px;
    display:none;
}
.inPlayer #sceneDescription .shadowContainer .content .scroller .desc {
    display:block;
}

.hasSceneDesc.userShowSceneDesc #sceneDescription .shadowContainer .content .scroller {
    height: auto;
    max-height:100px;
    margin:0 0 79px 0;
}

#sceneDescription .shadowContainer .shadow.no{
    background-image: none !important;    
    background-position: top right;    
    background-size: auto;
}

@media (max-width: 1067px) {
    .topInfoAreaOpen #sceneDescription {
        display: none;
    }
}
/* end of scene descriptions */
/* AUDIO DIALOG */
#audioDialog {
    cursor:pointer;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    border:1px solid #000;
    background-color: #000;
    opacity: 0.6;
    z-index:999999;
    width:unset;
}

@media (min-width: 1200px) {
    #audioDialog {
        width: unset;
    }
}

#audioDialog #btnCloseAudioBox {
    float: right;
    margin: 5px 5px 0 0;
    color:#fff;
    font-size: 21px;
}
.mouseEnabled #audioDialog #btnCloseAudioBox:hover {
    color:#aaa;
}

#audioDialog .desc {
font-family:Arial;
font-size:25px;
font-weight:bold;
color: #fff;
padding:0px 20px 10px 20px;
margin:0 5px;
text-align:center;

}
#audioDialog .desc p{
padding:0;
margin:0;
}
#audioDialog .desc img {
opacity: 1;
}
#audioDialog .desc i{
margin: 25px 15px 0 15px;
font-size:22px;
}
#audioDialog .desc i:nth-child(1){

}
#audioDialog .desc i:nth-child(2){
color: #777;
}

#audioDialog .bars {
  position:relative;
  height: 40px;
  margin:20px 10px 10px 10px;
  box-sizing:border-box;
  text-align:center;
  
}
#audioDialog .bars div{
  height:100%;
  position:relative;
  display:inline-block;
  width:10px;
  box-sizing:border-box;
}
#audioDialog .bars div div{
  position:absolute;
  bottom:0;
  left:0;
  background-color:#fff;
  width:100%;
  border:1px solid #000;  
  transition: height 100ms;
  -webkit-transition: height 100ms;
  -ms-transition: height 100ms;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  box-sizing:border-box;
}

#audioDialog .bars div:nth-child(1) div{
  animation-name: levelsAnim4;
  animataion-delay: -100ms;
}
#audioDialog .bars div:nth-child(2) div{
  animation-name: levelsAnim1;
  animataion-delay: -300ms;
}
#audioDialog .bars div:nth-child(3) div{
  animation-name: levelsAnim3;
  animataion-delay: 0ms;
}
#audioDialog .bars div:nth-child(4) div{
  animation-name: levelsAnim1;
  animataion-delay: -150ms;
}
#audioDialog .bars div:nth-child(5) div{
  animation-name: levelsAnim2;
  animataion-delay: -100ms;
}
#audioDialog .bars div:nth-child(6) div{
  animation-name: levelsAnim5;
  animataion-delay: -200ms;
}
#audioDialog .bars div:nth-child(7) div{
  animation-name: levelsAnim4;
  animataion-delay: 0ms;
}
#audioDialog .bars div:nth-child(8) div{
  animation-name: levelsAnim2;
  animataion-delay: -400ms;
}

@keyframes levelsAnim1 {
  100% { height: 87%; }
  90% { height: 48%; }
  80% { height: 20%; }
  70% { height: 50%; }
  60% { height: 40%; }
  50% { height: 18% }
  40% { height: 40% }
  30% { height: 37% }
  20% { height: 51% }
  10% { height: 57% }
  0% { height: 70% }
}

@keyframes levelsAnim2 {
  100% { height: 20% }
  90% { height: 35%; }
  80% { height: 58% }
  70% { height: 8% }
  60% { height: 62%; }
  50% { height: 100%; }
  40% { height: 66%; }
  30% { height: 30%; }
  20% { height: 16% }
  10% { height: 6%; }
  0% { height: 34%; }
}

@keyframes levelsAnim3 {
  100% { height: 100%; }
  90% { height: 76%; }
  80% { height: 60%; }
  70% { height: 66%; }
  60% { height: 88%; }
  50% { height: 100%; }
  40% { height: 20%; }
  30% { height: 88%; }
  20% { height: 46%; }
  10% { height: 26%; }
  0% { height: 41%; }
}

@keyframes levelsAnim4 {
  100% { height: 20%; }
  90% { height: 60%; }
  80% { height: 95%; }
  70% { height: 26%; }
  60% { height: 12% }
  50% { height: 92%; }
  40% { height: 40%; }
  30% { height: 23%; }
  20% { height: 21%; }
  10% { height: 72%; }
  0% { height: 5%; }
}

@keyframes levelsAnim5 {
  100% { height: 5%; }
  90% { height: 97%; }
  80% { height: 24%; }
  70% { height: 41%; }
  60% { height: 12%; }
  50% { height: 66%; }
  40% { height: 52%; }
  30% { height: 97%; }
  20% { height: 6%; }
  10% { height: 20%; }
  0% { height: 0; }
}

/* END AUDIO DIALOG */

/* MENUBAR AUDIO */

#btnAudio {
    position:relative;
    cursor: pointer;
    top: 2px;
  }
  
  #btnAudio .bars {
    position:relative;
    height: 20px;
    margin:0;
    box-sizing:border-box;
    text-align:center;
    
  }
  #btnAudio .bars div{
    height:100%;
    position:relative;
    display:inline-block;
    width:6px;
    box-sizing:border-box;
  }
  #btnAudio .bars div div{
    position:absolute;
    bottom:0;
    left:0;
    background-color:#fff;
    width:100%;
    border:1px solid #000;  
    transition: height 100ms;
    -webkit-transition: height 100ms;
    -ms-transition: height 100ms;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    box-sizing:border-box;
    height:5px;
  }
  #btnAudio.active .bars div div{
    background-color:#fff;
  }
  
  #btnAudio .bars div:nth-child(1) div{
    height: 38%;
  }
  #btnAudio .bars div:nth-child(2) div{
    height: 77%;
  }
  #btnAudio .bars div:nth-child(3) div{
    height: 59%;
  }
  #btnAudio .bars div:nth-child(4) div{
    height: 25%;
  }
  
  #btnAudio.active .bars div:nth-child(1) div{
    animation-name: menu-levelsAnim4;
    animataion-delay: -100ms;
  }
  #btnAudio.active .bars div:nth-child(2) div{
    animation-name: menu-levelsAnim1;
    animataion-delay: -300ms;
  }
  #btnAudio.active .bars div:nth-child(3) div{
    animation-name: menu-levelsAnim3;
    animataion-delay: 0ms;
  }
  #btnAudio.active .bars div:nth-child(4) div{
    animation-name: menu-levelsAnim1;
    animataion-delay: -150ms;
  }
  
  @keyframes menu-levelsAnim1 {
    100% { height: 87%; }
    90% { height: 48%; }
    80% { height: 20%; }
    70% { height: 50%; }
    60% { height: 40%; }
    50% { height: 18% }
    40% { height: 40% }
    30% { height: 37% }
    20% { height: 51% }
    10% { height: 57% }
    0% { height: 70% }
  }
  
  @keyframes menu-levelsAnim2 {
    100% { height: 20% }
    90% { height: 35%; }
    80% { height: 58% }
    70% { height: 8% }
    60% { height: 62%; }
    50% { height: 100%; }
    40% { height: 66%; }
    30% { height: 30%; }
    20% { height: 16% }
    10% { height: 6%; }
    0% { height: 34%; }
  }
  
  @keyframes menu-levelsAnim3 {
    100% { height: 100%; }
    90% { height: 76%; }
    80% { height: 60%; }
    70% { height: 66%; }
    60% { height: 88%; }
    50% { height: 100%; }
    40% { height: 20%; }
    30% { height: 88%; }
    20% { height: 46%; }
    10% { height: 26%; }
    0% { height: 41%; }
  }
  
  @keyframes menu-levelsAnim4 {
    100% { height: 20%; }
    90% { height: 60%; }
    80% { height: 95%; }
    70% { height: 26%; }
    60% { height: 12% }
    50% { height: 92%; }
    40% { height: 40%; }
    30% { height: 23%; }
    20% { height: 21%; }
    10% { height: 72%; }
    0% { height: 5%; }
  }

  /* END MENUBAR AUDIO */

 /* VIDEO QUALITY SETTINGS */

 video {
    object-fit: fill;
  }

  .novideo #btnVideoSettings,
  .novideo #videobarmenu,
  .novideo div.listitem#btnVideoSettings,
  .novideo div.listitem#videobarmenu{
    display: none !important;
  }

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

#videobar .pointer {
    position:absolute;
    height:20px;
    border-radius:14px;
    top:-5px;
    left:9px;
    width: 20px;
    background-color: #FFF;
    box-shadow: 0px 0px 4px #000;
}

#videobar .pointer .thumb{
    position:absolute;
    border-radius:14px;
    top:-96px;
    left:-72px;
    width: 164px;
    height: 92px;
    box-shadow: 0px 0px 4px #000;
    border:2px solid #fff;
    border-radius:4px;
    overflow:hidden;
    background-repeat:no-repeat;
    display:none;
}

#videobar .progress {
    width: 0px;
    position: absolute;
    left: 0;
    height: 8px;
    width: 20px;
    border-radius: 6px;
}

#videobar .bar {
    width:150px;
    margin:15px 10px 9px 0;
    display: inline-block;
    position: relative;
    text-align: left;
    height: 8px;
    background-color: #3a404b;
    border-radius: 2px;
}

#videobar #videotime {
    position: relative;
    top: -8px;
    left: 3px;
    display: inline-block;
    font-size: 12px;
}

.nonStreamingVideoType li#videosettings, .nonStreamingVideoType div#videosettings {
    display:none !important;
}

.streamingVideoType li#videosettings, .streamingVideoType div#videosettings {
    display:block !important;
}

#tourcontainer #menubar ul li#videosettings, #tourcontainer #menubar section div#videosettings {
    display: none;
    float:right;
    margin-right:6px;

}

#videobar li#videosettings {
    font-weight: bold;
    font-size: 23px;
    position: relative;
    top: -3px;
}

#videobarmenu {    
    transition: max-height 0.5s ease-out;
    -ms-transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;
    position:absolute;
    left:-5px;
    transform: translate(50%,0);
    -webkit-transform: translate(50%,0);
    -ms-transform: translate(50%,0);
    bottom:112%;
    width:200px;
    max-height:0;
    overflow:hidden;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background-color: #343434;
}

#tourcontainer #menuBar > ul > li#videobarmenu, #tourcontainer #menuBar > section#ulLeft > div#videobarmenu {
    display: none;
}    

#videobarmenu .heading, #videobarmenu2 .heading {
    margin: 5px 0;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}

#videobarmenu .options, #videobarmenu2 .options {
    margin:5px 0;
    list-style-type:none;
    padding:0;
}

#videobarmenu .options li, #videobarmenu2 .options li {
    display: inline-block;
    font-size: 16px;
    padding: 6px;
    border-radius: 6px;
    cursor: pointer;
    margin: 2px 30px;
    line-height: 11px;
}

#videobarmenu .options li.active, #videobarmenu2 .options li.active {
    border: 1px solid #fff;
    padding: 5px;
    background-color: rgba(255,255,255,0.5);
}

.mouseEnabled #videobarmenu .options li:hover {
    
}

#videosettings {
    font-size: 20px;
    margin-right:5px;
}

#tap_overlay_mobile_toggle {
    color:#fff;
    font-size:46px;
}
#tap_overlay_seek_bar_pointer_preview .inner {
    width:160px;
    height:90px;
    overflow:hidden;
    background-repeat:no-repeat;
    width: 152px;    
    height: 90px;
}
    
#tourcontainer #menuBar ul li#videobarmenu.active {
    max-height: 500px;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.5);
    border-bottom-width: 0;
    display:inline-block;
    margin-bottom:0;
}

#videobarmenu2 {
    display:none;
}

#tourcontainer #menuBar ul li#videobarmenu.active, #tourcontainer #menuBar > section#ulLeft > div#videobarmenu.active {
    max-height: 500px;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.5);
    border-bottom-width: 0;
    display:inline-block;
    margin-bottom:0;
}

#videobarmenu2 {
    display:none;
}

#videobarmenu .heading {
    margin: 0 0 5px 0;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
    background-color: rgba(0,0,0,0.5);
    padding: 5px 0px 5px;
    min-height: 39px;
    line-height: 21px;
}
.videoSceneType #tourcontainer #menuBar > ul > li#videobar, .videoSceneType #tourcontainer #menuBar > section > div#videobar{
    display:none;
}


body.slim ul li#videobarmenu, body.slim section div#videobarmenu {
    left: 0;
}

body.experience ul li#videobarmenu, body.experience section div#videobarmenu {
    left: calc(100% - 216px);
}
ul li#videobarmenu, section div#videobarmenu {
    width: 186px;
    padding: 0;    
    background-color: rgb(50, 50, 50);    
    position: absolute;    
    bottom: 39px;    
    overflow: hidden;    
    text-align: center;
    top:0;
    display: block;
    max-height: unset;
    transform: unset;
    transition: all 250ms;
    -webkit-transition: all 250ms;
    -ms-transition: all 250ms;
    height: auto !important;
}
#videobarmenu.active {        
    top: -299px;
}

@media (max-width: 992px) {
    ul li#videobarmenu, .videoSceneType #tourcontainer #menuBar > ul > li#videobar, section div#videobarmenu, .videoSceneType #tourcontainer #menuBar > section > div#videobar {
        display:none;
    }

    #videobarmenu2 {
        position: fixed;
        top: 0;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: auto;
        z-index: 10000237;
        padding: 0;
        bottom: 100%;
        background-color: #191919;
        overflow:hidden;
        display:block;
        transition:all 200ms;
        -ms-transition:all 200ms;
        -webkit-transition:all 200ms;
        color:#fff;
    }
    #videobarmenu2 .options li {
        margin: 2px 30%;
    }
    #videobarmenu2.active {
        bottom:0;
    }
}

@media (max-height: 175px) {

    #tour #videobarmenu2 .options li {

        margin: 2px 10%;
    
    }

}
@media (min-width: 406px) {
    #videosettings {
        position: relative;
        top: -5px;
    }

    .StreamingVideoType ul li#videosettings {
        display:inline-block;
    }
}


  /* END VIDEO QUALITY SETTINGS */


  /* MOUSE INSTRUCTOR */

  #mouseInstructions {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    opacity:0.7;
    z-index:5000;
  }
  #mouseInstructions svg {
    width:400px;
    height:400px;
    position:relative;
    filter: drop-shadow(0 0 3px #000);
    left:0;
    top:0;
  }
  
  #mouseInstructions svg .mouse {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: mouseInstructionsAnimMouse;
    transition: all 100ms; 
    -webkit-transition: all 100ms; 
    -ms-transition: all 100ms; 
    position:relative;
    left:-200px;
  }
  
  #mouseInstructions svg .leftMouseBtn {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: mouseInstructionsAnimBtn;
    transition: all 100ms; 
    -ms-transition: all 100ms; 
    -webkit-transition: all 100ms; 
  }
  
  #mouseInstructions svg .pointer {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-name: mouseInstructionsAnimPointerCircle;
    transition: all 100ms; 
    -webkit-transition: all 100ms; 
    -ms-transition: all 100ms; 
    position:relative;
  }
  
  @keyframes mouseInstructionsAnimMouse {
    0% { opacity:1; transform: translateX(-200px); top: 0px; }
    10% { opacity:1; transform: translateX(-200px); top: 0px; }
    45% { opacity:1; transform: translateX(200px); top: 0px; }
    55% { opacity:1; transform: translateX(200px); top: 0px; }
    90% { opacity:1; transform: translateX(-200px); top: 0px; }
    100% { opacity:1; transform: translateX(-200px); top: 0px; }
  }
  
  @keyframes mouseInstructionsAnimBtn {
    0% { fill: #fff; }
    10% { fill: #BCBEC0; }
    44% { fill: #BCBEC0; }
    45% { fill: #fff; }
    54% { fill: #fff; }
    55% { fill: #BCBEC0; }
    89% { fill: #BCBEC0; }
    90% { fill: #fff; }
    100% { fill: #fff; }
  }
  
  @keyframes mouseInstructionsAnimPointerCircle {
    0% { opacity:0; transform: translateX(0); }
    9% { opacity:1; transform: translateX(0); }
    10% { opacity:1; transform: translateX(0); }
    44% { opacity:1; transform: translateX(400px); }
    45% { opacity:0; transform: translateX(400px); }
    54% { opacity:0; transform: translateX(400px); }
    55% { opacity:1; transform: translateX(400px); }
    89% { opacity:1; transform: translateX(0); }
    90% { opacity:0; transform: translateX(0); }
    100% { opacity:0; transform: translateX(0); }
  }

  /* END MOUSE INSTRUCTOR */


  /* TOUCH INSTRUCTOR */
#touchInstructions {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    -webkit-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    opacity:0.7;
    z-index:5000;
    pointer-events: none;
  }
  #touchInstructions svg {
    width:160px;
    height:160px;
    position:relative;
    filter: drop-shadow(0 0 3px #000);
    animation-duration: 4s;
    animation-iteration-count: 5;
    animation-name: touchInstructionsAnim;
    transition: all 100ms;
    -webkit-transition: all 100ms;
    -ms-transition: all 100ms;
    left:0;
    top:0;
    opacity:0;
  }
  #touchInstructions svg circle {
    animation-duration: 4s;
    animation-iteration-count: 5;
    animation-name: touchInstructionsAnim2;
    transition: all 100ms;
    -webkit-transition: all 100ms;
    -ms-transition: all 100ms;
    opacity:0;
  }
  
  @keyframes touchInstructionsAnim {
    0% { opacity:1; left: -50px; top: 0px; transform:rotate(-45deg); }
    20% { opacity:1; left: 50px; top: 0px; transform:rotate(45deg); }
    40% { opacity:1; left: 0px; top: -25px; transform:rotate(0deg); }
    60% { opacity:1; left: -50px; top: 0px; transform:rotate(0deg); }
    80% { opacity:1; left: 50px; top: 0px; transform:rotate(0deg); }
    100% { opacity:0; left: -50px; top: 0px; transform:rotate(0deg); }
  }
  
  @keyframes touchInstructionsAnim2 {
    0% { opacity:1; }
    79% { opacity:1; }
    90% { opacity:0; }
  }

  /* END TOUCH INSTRUCTOR */

  
/* property status banner */

.propertylabel{
    position: absolute;
    bottom: 26px;
    z-index: 2;
    right: 0;
    width: 100%;
    display: inline-block;    
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    text-align: center;
    padding: 0;
    max-width:150px;
    opacity: 1;
  }
  
.propertylabel #status {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    text-shadow: 0 0 3px #000;
    font-weight:bold;
}

@media (max-width: 1199px) and (max-height: 669px) {
    .topInfoAreaOpen .propertylabel {
        opacity: 0;
    }
}

@media (min-width: 1200px) {
    .propertystatus .propertylabel{
        top: 12px;
        bottom: unset;
        left: 0;
        right: unset;
    }
}


#btnMobileTabClose {
    display:none;
    position: absolute;
    top: 40px;
    right: 3px;
    cursor:pointer;
    z-index: 10000238;
}

@media (max-width: 890px) {
    .inGallery.notInPlayer #btnMobileTabClose {
        display:none;
    }
}
@media (min-width: 992px) and (min-height: 558px) and (max-width: 1199px) {
    .inPlayer.videoSettingsActive #tour.ready .aspect-ratio-box > div > div#tourcontainer #btnMobileTabClose {
        top: -80px;
    }
}

/* end of property status banner */

#panoObject {
    background: rgba(0, 0, 0, 0) none repeat scroll 0% 0% !important;
    z-index: 2000;
}

.inPlayer #tour.ready #panoObject {
    background: rgba(0, 0, 0, 1) none repeat scroll 0% 0% !important;
}

.noAudio #btnAudio {
    display: none !important;
}