html,body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
.panorama {
    width: 100%;
    min-height: 512px;
}

#firstvue-scrollbar {
    position: absolute;
    bottom: 50px;
    width: 100%;
    background: #000000ee;
}
#rangevalue {
    color: white;
    position: absolute;
    top: -29px;
}
.range {
    width: 100%;
}

.range-date {
    color: white;
    width: 5%;
}

#firstvue-360 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#firstvue-360 .noUi-horizontal {
    height: 12px;
} 
#firstvue-360 .noUi-target {
    background: transparent;
    border: none;
    box-shadow: none;
}
#firstvue-360 .noUi-pips-horizontal {
    background: #000000d6;
    height: 50px;
}

#firstvue-360 .noUi-connect {
    background: transparent;
}

#firstvue-360 .noUi-handle {
    box-shadow: none;
    border-radius: 20px;
    width: 26px;
    height: 26px;
    border: none;
    right: -13px;
    outline: none;
}
#firstvue-360 .noUi-handle:before, #firstvue-360 .noUi-handle:after {
    content: none;
} 
#firstvue-360 .noUi-value-horizontal {
    position: absolute;
    line-height: 0;
    font-size: 13px;
}
#firstvue-360 .noUi-tooltip {
    background: #000000d6;
    color: #ccc8c8;
    font-size: 13px;
    padding: 0 11px;
    line-height: 0;
    border-color: #888;
    outline: none !important;
}
.heart {
    content: '&#9829';
}
.fv-credit {
    position: absolute;
    bottom: 70px;
    left: 10px;
    color: #ffffff96;
    font-size: 12px;
}
.fv-credit img {
    position: relative;
    top: 3px;
    width: 14px;
    height: 14px;
    filter: invert(100%);
}
.fv-credit a {
    color: white;
}
.fv-disclaimer {
    position:absolute;
    width: 290px;
    background:#00000066;
    bottom: 62px;
    right: 25%;
    left: 50%;
    margin-left: -150px;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11pt;
    border-radius: 10pt 10pt 0 0;
}
#fv-360-instructions span{
    top: 10px;
    position: relative;
    font-size: 14pt;
}
#fv-360-instructions img{
    float: right;
}
.fv-disclaimer-content {
    clear: both;
}
#fv-mobile {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 99;
    color: white;
}

.fv-mobilecontent {
    text-align: center;
    border: 2px dashed #383838;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 350px;
    height: 230px;
}
@media only screen and (max-width: 560px) {
    #fv-mobile {
        visibility: visible;
    }
}
.pnlm-load-box {
    top: 0px !important;
    right: 0px !important;
    bottom: unset;
    left: unset;
    height: 40;
    margin: 0;
    width: 100px;
    background-color: rgba(0,0,0,0.1);
}
.pnlm-load-box p {
    font-size: 10pt;
    margin: 0 !important;
}
.pnlm-lbar {
    width: 80px;
    height: 1px;
}

.fv-tooltip-left {
    left: 40px !important
}
.fv-tooltip-right {
    left: -10px !important;
}

.noUi-value-horizontal > .fv-pip-left {
    position: absolute;
    left: -6px;
    top: 13px;
    float: left;
}

.noUi-value-horizontal > .fv-pip-left > .year {
    position: absolute;
    left: 11px;
    top: -17px;
}

.noUi-value-horizontal > .fv-pip-right {
    position: relative;
    left: -20px;
}

.noUi-value-horizontal > .fv-pip-right > .year {
    position: absolute;
    right: 3px;
    top: -17px;
}

.noUi-value-horizontal > .fv-pip-middle > .year {
    position: absolute;
    left: 6px;
    top: -8px;
    color: #ffffff;
}