#js-interior_360_stage__element {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/**
 * START Interior 360 Styling
 */
.pnlm-sprite.pnlm-sprite {
    background-image: none;
}

.pnlm-controls-container.pnlm-controls-container {
    margin: .75em;
}

.jw_version--6 .pnlm-controls-container.pnlm-controls-container {
    margin: 2.5em .25em .25em;
}

.pnlm-controls.pnlm-controls {
    background: none;
    border: 0;
    margin: 0;
}

.pnlm-control.pnlm-control {
    width: 2.5em;
    height: 2.5em;
    color: #fff;
    background: rgba(33,33,33,.8);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    margin-top: 4px;
    position: relative;
}

.pnlm-control.pnlm-control:hover  {
    background: rgba(33,33,33,.8);
}

.pnlm-hotspot {
    width: 1.5em;
    height: 1.5em;
    background: rgba(250, 183, 50, 0.6);
    border: 2px solid rgb(250, 183, 50);
    border-radius: 50%;
}

div.pnlm-pointer span {
    color: #fff;
    background: rgba(33,33,33,.9);
    border: 1px solid rgb(33, 33, 3);
    border-bottom: none;
    cursor: pointer;
}

div.pnlm-pointer:hover span:after {
    border-color: rgba(33,33,33,.9) transparent transparent transparent;
}

/**
 * JWPlayer 6 Button Style
 */
.jw_version--6 .pnlm-control.pnlm-control {
    width: 44px;
    height: 32px;
    color: #fff;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAgCAYAAABpRpp6AAAAxklEQVR4Ae2YsQ3CMBBF7+yIximQSERSMgYNI1AxJgswAaMkLREpEnQ2Z6Chooqwpf+k65+evhtzXW8LIjrp7fUcpcmod9U7v2Sbpjm2bVtaa5kSRERC13V13/ePIpatqk05zzOHEChFWImOKnyIwk7EMyXMJyTrOUOZAeGlKd4byUtYCZjEN9gwCuPRYRKYBCbx18JLJ0bh3IQJk/gFHh0Ko3BWwqOID8YYpoTx3ofoap0r18y0WymspCo7DLf7NE2X7L5bnyz7UgI6sO7WAAAAAElFTkSuQmCC) center center / 44px 32px;
    box-shadow: none;
    border-radius: 0;
    margin-top: 4px;
    position: relative;
}

.jw_version--6 .pnlm-control.pnlm-control:hover {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAgCAYAAABpRpp6AAAAzklEQVR4Ae2YMU7FMBAFx04osQvyRQIX4nfcgRZOAxW3oMqRkhKbBkWyjVfiCiD7a0dKPxq9dZHxdLq9Al6AB8DRJl/ACryOwPM8z0/LsvhhGCwNklLK27bd7fv+LcLnabrxx3HYUgotYoyx4liFH0XYpZQtDfMb0orrSGeo8L8Il9Jd4dL5JFRYN6xHp5PQSegkLuwd/uPEWrg3YXQSenRaWAtfVOGYUs62QsPkiriK8Brj571z3ot0q7IxhgB8iPBbCMHU7wxcN/679f0HQzRYj4Eg/3AAAAAASUVORK5CYII=) center center / 44px 32px;
}

/**
 * Updating the icon set to use Ionicons for zoom, fullscreen, and orientation.
 */
.pnlm-control.pnlm-control:after {
    display: inline-block;
    font-family: 'Ionicons';
    padding: 0.55em 0.9em;
}

.jw_version--6 .pnlm-control.pnlm-control:after {
    padding: 0.38em 1em;
}

.pnlm-zoom-controls.pnlm-zoom-controls {
    width: auto;
    height: auto;
}

.pnlm-zoom-in:after {
    content: '\f217';
}

.pnlm-zoom-out:after {
    content: '\f208';
}

.pnlm-fullscreen-toggle-button:after {
    content: '\f386';
}

.pnlm-fullscreen-toggle-button-active:after {
    content: '\f37d';
}

.pnlm-orientation-button:after {
    content: '\f37c';
    padding: 0.55em 0.85em !important;
}

.pnlm-orientation-button-active,
.pnlm-fullscreen-toggle-button-active {
    background: rgba(33,33,33,.6) !important;
}

.pnlm-container:fullscreen,
.pnlm-container:-moz-full-screen,
.pnlm-container:-webkit-full-screen {
    display: block !important;
}

.pnlm-load-box:before,
.pnlm-load-button:before {
    display: table-row;
    width: 100%;
    height: 90px;
    content: '';
    background: url('/with-style/images/citnow_logo.png') no-repeat rgba(2, 57, 83, 0.7);
    background-size: 40%;
    background-position: center;
    border-radius: 0.2em;
}

.pnlm-load-box {
    height: auto;
    margin: -100px 0 0 -100px;
}

.pnlm-load-box p {
    font-size: 0.8em;
}

.pnlm-lbar {
    border-radius: 0.2em;
}

.pnlm-load-button {
    background: rgba(33,33,33,.8);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    border-radius: 0.2em;
}

.pnlm-load-box:before {
    display: block;
}

.pnlm-load-button {
    margin: -100px 0 0 -100px;
}

.pnlm-load-button p {
    font-size: 0.8em;
    padding: 1em;
}

/**
 * END Interior 360 Styling
 */


/**
 * START Exterior 360 Styling
 */
.spritespin-instance {
    cursor: col-resize;
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.spritespin-progress {
    position: relative;
}

.spritespin-progress:before {
    width: 100%;
    display: block;
    content: '';
    background: rgba(33,33,33,.8);
    margin: 0;
    padding-bottom: 56.25%;
}

.spritespin-progress-label {
    left: 5px;
    bottom: 5px;
}

.spritespin-progress-bar {
    display: none;
}

.spritespin-progress-label,
.platform_instructions.platform_instructions {
    display: block;
    background: rgba(33,33,33,.8);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 0.8em;
    font-weight: bold;
    border-radius: 0.2em;
    position: absolute;
    padding: 0.5em 1em;
}

.platform_instructions.platform_instructions {
    display: none;
    right: .5em;
    bottom: .5em;
}

.platform_instructions:before {
    display: inline-block;
    font-family: 'Ionicons';
    font-size: 1.3em;
    vertical-align: middle;
    content: '\f2e3';
    margin-right: 0.5em;
}

.platform_instructions p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.platform_error {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    background-color: #111;
    background-image: url(data:image/png;base64,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);
}

.platform_error p {
    color: #fff;
    font-size: 14px;
    padding: 20px;
}

/**
 * END Exterior 360 Styling
 */
