﻿
@media (max-width:801px) {
    .tools {
        display: none;
    }

    .arrowfirst {
        display: none !important;
    }

    .footer .control {
        float: none;
    }

    .menuToggle {
        display: block;
    }
}
@media (min-width:801px) {
     .tools{
        display:block !important;
    }
    .arrowfirst{
        display:inline;
    }
    .menuToggle{
        display:none;
    }

}

html {
    --bg1: #000;
    --fg1: #fff;
    --bg2: #000;
    --fg2: #999;
    --acc1: #333;
    --acc2: #777;
    --acc3: #4170f2; 
}

html, body 
{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    -ms-touch-action: none;
    color: var(--fg1) !important;
    background: var(--bg1) !important;
}

a {
    color: var(--fg1) !important;
}

canvas
{
    outline: none;
}

h1
{
    margin: 0;
    font-weight: 500;
}

h2
{
    margin: 0;
    font-weight: 500;
}

#tour
{
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
}

.buttonlink
{
    font-family:'Gill Sans W01 Book';
    border: 1px solid #505050;
    background: #000;
    background: -moz-linear-gradient(top, #555 0%, #444 15%, #222 75%, #111 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(15%, #444), color-stop(75%, #222), color-stop(100%, #111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555 0%, #444 15%, #222 75%, #111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 0%, #444 15%, #222 75%, #111 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #555 0%, #444 15%, #222 75%, #111 100%); /* IE10+ */
    background: linear-gradient(to bottom, #555 0%, #444 15%, #222 75%, #111 100%); /* W3C */
    border-radius: 6px;
    box-shadow: 0px 1px 5px #000;
    color: #bbb;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.loading
{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.loading .text
{
    font-size: 15px;
    font-weight: 700;
    position: fixed;
    text-align: center;
    top: 45%;
    width: 100%;
}

.loading .bar
{
    display: block;
    position: relative;
    left: 50%;
    margin-top: 6px;
    margin-left: -53px;
    height: 12px;
    width: 104px;
}

.loading .bar span
{
    display: block;
    position: relative;
    left: 50%;
    margin-top: 1px;
    margin-left: -51px;
    height: 8px;
    width: 1px;
}

.loading-video
{
    border: 2px solid #c0c0c0;
    border-radius: 12px;
    box-shadow: 0px 0px 50px #000000, 0px 5px 50px #000000, 0px 10px 50px #000000;
    background: #181818;
    color: #909090;
    font-size: 15px;
    font-weight: 700;
    left: 50%;
    margin-left: -175px;
    padding: 15px;
    position: fixed;
    text-align: center;
    text-shadow: 0px 0px 7px #000000, 0px 1px 7px #000000;
    top: 60%;
    width: 320px;
}

.loading-video-bar
{
    background-color: #000000;
    border: 1px solid #404040;
    box-shadow: 0px 1px 7px #000000;
    display: block;
    position: relative;
    left: 50%;
    margin-top: 6px;
    margin-left: -153px;
    height: 16px;
    width: 304px;
}

.loading-video-bar span
{
    border: 1px solid #585858;
    background-color: #383838;
    display: block;
    position: relative;
    left: 50%;
    margin-top: 1px;
    margin-left: -151px;
    height: 12px;
    width: 1px;
}

.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.header
{
    color: var(--fg1);
    x_background: url(tour6_header_bg.png);
    background: linear-gradient(180deg, var(--bg1) 80%, var(--acc1) 93%, #000 93.1%, #0000 100%);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0; 
    right: 0;
    height: 12.1%;
    z-index: 60;
}
.header-left
{
    position: absolute;
    left: 1.5%;
    right: 50%;
    bottom: 18%;
}
.header-left-openhouse
{
    position: absolute;
    left: 4.3%;
    right: 50%;
    bottom: 18%;
}

.header-left .subtitle
{
    color: var(--fg2);
    text-transform: uppercase;
}

.openhouse-corner
{
    color: #fff;
    border-color: #b70000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.header-rightgroup
{
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;

}

.header-right
{
    text-align: right;
    position: absolute;
    right: 1.5%; 
    bottom: 18%;
}

.header-right-photo
{
    text-align: right;
    position: absolute;
    right: 5%; 
    bottom: 18%;
}

.header-right-2photos
{
    text-align: right;
    position: absolute;
    right: 10%; 
    bottom: 18%;
}

.header .userphoto, .header .userphoto2
{
    position: absolute;
}
.inactiveHeader {
    text-align: left;
    height: 60px;
    display: flex;
    justify-content: space-between;
}

    .inactiveHeader button {
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: Lato;
        font-weight: bold;
        padding: 10px;
        color: #444;
        cursor: pointer;
    }

    .inactiveHeader .navArrows {
        height: 12px;
        padding-top: 3px;
        padding-left: 6px;
    }
.headerCont {
    top: 0;
    left: 0;
    z-index: 999;
    position: fixed;
}

    .headerCont.inactive {
        z-index: 1000;
        width: 100%;
        background-color: red;
        background-image: none;
        color: #fff;
        height: 60px;
    }
.hamburger
{
    cursor: pointer;
}

.hamburger div
{
    border: 3px solid #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 4px;
    margin: 24px 20px 16px auto;
}

.hamburger span
{
    background: #fff;
    border-radius: 2px;
    display: block;
    height: 4px;
    width: 20px;
    margin: 3px;
}
.agentdetails a{
    color:#ffffff;
}
.viewer
{
    position: absolute;
    overflow: hidden;
    z-index: 10;
    background: #333;
    background: -moz-linear-gradient(top, #111 0%, #444 60%, #111 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #111), color-stop(60%, #444), color-stop(100%, #111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #111 0%, #444 60%, #111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #111 0%, #444 60%, #111 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #111 0%, #444 60%, #111 100%); /* IE10+ */
    background: linear-gradient(to bottom, #111 10%, #333 60%, #111 90%); /* W3C */}

.viewer .stripdiv
{
    box-shadow: 0 0 30px #000, 0 0 75px #000;
}

.hover
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: #000;
}

.scenetextshadow
{
    position: absolute;
    right: 0;
    width: 58%;
    top: 0;
    z-index: 20;
    pointer-events:none;
}

.scenetext
{
    position: absolute;
    text-align: right;
    text-shadow: 0 0 15px #000, 0 0 25px #000;
    right: 3%;
    top: 5%;
    width: 35%;
    z-index: 25;
    pointer-events:none;
}

.scrollbars
{
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #2D2C4D;
    scrollbar-highlight-color:#7D7E94;
    scrollbar-3dlight-color: #7D7E94;
    scrollbar-darkshadow-color: #2D2C4D;
    scrollbar-track-color: #7D7E94;
    scrollbar-arrow-color: #C1C1D1;    
}

.quickpanel
{
    color: var(--fg1);
    background: var(--bg2);
    background: radial-gradient(ellipse at center, var(--acc1) 10%, var(--bg2) 70%);
    position: absolute;
    z-index: 14;
}

.quickpanelcontent
{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10%;
    overflow: auto;
}

.quickpanel .userphoto
{
    border: 1px solid #fff;
}

.quickpanel .bigicon
{
    color: #fff;
    border-color: #000;
    display: block;
}

.pinfo-heading {
    color: var(--fg1);
}

.pinfo-text {
    color: var(--fg2);
}

.floors
{
    position: absolute;
    z-index: 15;
}
.floorcontainer
{
    overflow: hidden;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.floorpaneledgeleft
{
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.25) 100%); /* W3C */
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 10;
    pointer-events:none;
}

.floorpaneledgeright
{
    background: linear-gradient(to right, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%); /* W3C */
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
}

.floorpanelimage-selected
{
    z-index: 2;
}

.floorname
{
    letter-spacing: 3px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
    width: 90%;
    vertical-align: middle;
    line-height: 38px; /*this is the height of the carousel arrows*/
}

.floorstable .title {
    width: 100%;
    height: 38px; /*height of carousel arrows*/
}

.floorpanelpaging {

}

.floorpanelpaging .arrow, .floorpanelpaging .spacer, .floorpanelpaging .title {
    float: left;
}

.floorpanelpaging .floorname {
    width: 100%;
}

.floorpanelpaging .title {
    width: 80%;
}

.floorpanelfooter
{
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 22px;
    text-align: center;
    z-index: 10;
}
.buttonContCustBrand{
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-bottom: 22px;
    text-align: center;
    z-index: 10;
    position:absolute;
    top:71%;
}

.fpbutton
{
    border: 1px solid #505050;
    background: #000;
    background: -moz-linear-gradient(top, #555 0%, #444 15%, #222 75%, #111 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(15%, #444), color-stop(75%, #222), color-stop(100%, #111)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555 0%, #444 15%, #222 75%, #111 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 0%, #444 15%, #222 75%, #111 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #555 0%, #444 15%, #222 75%, #111 100%); /* IE10+ */
    background: linear-gradient(to bottom, #555 0%, #444 15%, #222 75%, #111 100%); /* W3C */
    border-radius: 6px;
    box-shadow: 0px 1px 5px #000;
    color: #bbb;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.menuToggle{
    position: absolute;
    left:1%;
    top: 12%;
    z-index:55;
}

.tools
{
    background: var(--bg1);
    background: -moz-linear-gradient(top, var(--bg1) 0%, var(--acc1) 25%, var(--bg1) 70%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--bg1)), color-stop(25%, var(--bg2)), color-stop(70%, var(--bg1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, var(--bg1) 0%, var(--acc1) 25%, var(--bg1) 70%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, var(--bg1) 0%, var(--acc1) 25%, var(--bg1) 70%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, var(--bg1) 0%, var(--acc1) 25%, var(--bg1) 70%); /* IE10+ */
    background: linear-gradient(to bottom, var(--bg1) 0%, var(--acc1) 25%, var(--bg1) 70%); /* W3C */
    position: absolute;
    top: 11.1%;
    bottom: 11%;
    left: 0;
    z-index: 55;
}

.tools .edge
{
    background: #333;
    background: -moz-linear-gradient(top, #222 0%, #555 35%, #222 70%, #222 90%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #222), color-stop(35%, #555), color-stop(70%, #222), color-stop(90%, #222), color-stop(100%, rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #222 0%, #555 35%, #222 70%, #222 90%, rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #222 0%, #555 35%, #222 70%, #222 90%, rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #222 0%, #555 35%, #222 70%, #222 90%, rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, #222 0%, #555 35%, #222 70%, #222 90%, rgba(0,0,0,0) 100%); /* W3C */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    z-index: 2;
}

.tools .toolicon
{
    color: var(--acc2);
    border-color: var(--fg1);
    display: block;
    margin: 0 auto;
    opacity: 0.7;
}

.tools .toolpanel
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.tools .toolpanel2
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0px;
    overflow: hidden;
}

.tools .toolmenu
{
    background: var(--bg1);
    background: color-mix(in srgb, var(--bg1), transparent 20%);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}

.tools .toolmenuitem
{
    position: relative;
}

.tools .toolmenutext
{
    position: absolute;
    left: 13%;
    top: 38%;
    opacity: 0.5;
    text-align: center;
}

.tools .toolmenuedge
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
}

.tools .indicator
{
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 1001;
}

.tools .indicator .iedge
{
    background: #333;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #fff 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(50%, #fff), color-stop(100%, rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #fff 50%, rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, #fff 50%, rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, #fff 50%, rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #fff 50%, rgba(0,0,0,0) 100%); /* W3C */
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
}

.tools .indicator img
{
    position: absolute;
    top: 0;
    left: 0;
}

.toolcanvas
{
    display: none;
    position: absolute;
    top: 11.2%;
    bottom: 10.8%;
    left: 0;
    right: 0;
    z-index: 50;
}

.toolwin
{
    border-radius: 16px;
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    background: linear-gradient(to bottom, var(--acc1) 0%, var(--bg2) 75%, var(--acc1) 100%);
    border: 2px solid var(--fg2);
}

.toolbigiframe
{
    border: 0;
    position: absolute;
    top: 11%;
    left: 0;
}

.toolheader1
{
    color: var(--fg1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: right;
    margin-top: -100px;
}

.toolheader2
{
    color: var(--fg1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.toolclose
{
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

.toolclose img
{
    position: relative;
}

.toolbigicon
{
    color: var(--fg1);
    border-color: var(--acc3);
    position: absolute;
}

.toolcontent
{
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
}

.tbutton
{
    border: 0;
    cursor: pointer;
}

.line
{
    border: 0;
    height: 2px;
    padding: 0;
    margin: 0;
    line-height: 2px;
}

.tuserborder
{
    padding: 4px;
    display: inline-block;
}

.tuserphoto
{
    display: block;
}

.tuserlogo
{
    display: block;
}

.ohouse-sep
{
    color: #888;
    width: 65%; 
    margin: 0 auto;
}

.mapcanvas
{
    position: absolute;
    left: 0;
    right: 0;
    top: 11.2%;
    bottom: 4%;
}

.attachtable td
{
    vertical-align: middle;
}

.attachtable img
{
    display: block;
}

.attachtable a
{
    text-decoration: none;
}

.attachtable a:hover
{
    text-decoration: underline;
}

.attachtable .attachline
{
    background: #ccc;
}

.arrowfirst, .arrowleft, .arrowright
{
    cursor: pointer;
    position: absolute;
    z-index: 85;
}

.carousel
{
    color: var(--bg1);
    position: absolute;
    z-index: 80;
}

.carousel .playtile
{
    color: var(--acc3);
    border-color: var(--acc3);
    cursor: pointer;
    display: none;
    position: absolute;
    margin-left: -100px;
    margin-top: -125px;
    z-index: 75;
}

.shadowleft, .shadowright
{
    position: absolute;
    height: 60%;
    z-index: 10;
    width: 20%;
}

.cthumb
{
    position: absolute;
    cursor: pointer;
}

.cthumb .captionmask
{
    position: absolute;
    top: 0;
    left: -50%;
    right: -50%;
    height: 0;
    overflow: hidden;
}

.cthumb .captionslide
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 120px;
}

.cthumb .caption
{
    color: #fff;
    font-weight: 700;
    text-shadow: 0 0 20px #000, 0 0 5px #000;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    font-size: 40px;
    text-align: center;
}

.cthumb img
{
    position: relative;
    vertical-align: middle;
}

.statusbanner
{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 49;
    pointer-events:none;
}

.footer 
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 19%;
    z-index: 60;
}

.footer .footergrad
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 50;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, var(--bg1) 20%);
}

.footer .footergrad2
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    z-index: 90;
    background: linear-gradient(to bottom, transparent 10%, #ffffff18 60%, transparent 100%);
}

.footer .playercontrols
{
    position: absolute;
    bottom: 45%;
    right: 1%;
    z-index: 95;
}

.footer .playercontrols div
{
    margin: 0 auto;
}

.footer .control
{
    cursor: pointer;
    overflow: hidden;
    z-index: 90;
    position: relative;
    float:left;
}

.footer .control img
{
    position: absolute;
    top: 0;
    left: 0;
}

.footer .compliance
{
    position: absolute;
    left: 1.5%;
    bottom: 20%;
    width: 40%;
    z-index: 99;
    display:block;
    color: var(--fg2) !important;
}

.footer .compliance-bottom
{
    bottom: 9%;
}

.footer .equalhousing, .footer .realtor
{
    display: block;
    color: var(--fg2) !important;
}

.footer .compliancetext
{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer .sharing
{
    color: #cdf;
    color: var(--fg1) !important;
    position: absolute;
    left: 1.5%;
    bottom: 4%;
    width: 40%;
    z-index: 99;
}

.footer .sharetext
{
    font-weight: 700;
    white-space: nowrap;
}

.footer .arch
{
    color: var(--fg2) !important;
    background: var(--bg1) !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 1;
    height: 1;
}

.footer .footerarch
{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    z-index: 98;
}

.footer .tflogo
{
    color: var(--fg1) !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10.5%;
    z-index: 99;
    opacity: 0.5;
}

.footer .photographer
{
    position: absolute;
    right: 1.5%;
    bottom: 8%;
    width: 40%;
    text-align: right;
    z-index: 99;
}

.photographerlink .text {
    color: var(--fg1) !important;
    opacity: 0.8;
}

.photographerlink .text:hover {
    opacity: 1;
}

.floorpanelhide {
    display: none;
}

.footer .audiomute, .footer .fullscreen, .footer .floorpanel {
    color: var(--acc2) !important;
    border-color: var(--fg1) !important;
}

.nologo .footer .tflogo
{
	visibility: hidden;
}