* {
    font-family: 'Roboto', sans-serif;
}

body,
html {
    margin: 0px;
    padding: 0px;
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-size: auto 400%;
    overflow: hidden;
    position: fixed;
    bottom:0;
    top: inherit;
}
#pano{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    bottom:0;
    top: inherit;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.vContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    bottom:0;
    top: inherit;
}

.vButton {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 57.5px;
    text-rendering: optimizeLegibility;
    cursor: pointer;
    overflow: hidden;
    pointer-events: auto;
}

.vButtonDisabled {
    opacity: 0.25;
    pointer-events: none;
}

.vButton > span {
    font-size: 20px;
    color: white;
}

.property_title {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    font-size: 1.45em;
    font-weight: bold;
    color: white;
    text-rendering: optimizeLegibility;
    font-family: 'Source Sans Pro', sans-serif;
    overflow: hidden;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.25);

    top:0px;
    left:50px;
}

.panorama_title {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 1em;
    text-indent: 5px;
    text-rendering: optimizeLegibility;
    line-height: 15px;
    color: white;
    overflow: hidden;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.25);

    top:35px;
    left:50px;
}

.fullscreenButton {
    bottom: 0px;
    right:0px;
}
.panoramaListButton{
    right:0px;
}
.shareButton {
    bottom: 55px;
    right:0px;
}
.vrButton {
    bottom: 0px;
    background:  url('../img/vrButton.png') center no-repeat;
    background-size: 30px auto;
}

.gyroButton {
    bottom: 55px;
    background:  url('../img/compass.png') center no-repeat;
    background-size: 30px auto;
}
.screen {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
    display: none;
    opacity: 0;
}
.playButton{
    bottom:0px;
}

.vThumbnail {
    width: calc(100% - 20px);
    height: 150px;
    margin: 10px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.vThumnailName {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    top: 120px;
    background: rgba(0, 0, 0, 0.75);
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(255, 0, 0, 0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(255, 0, 0, 0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(255, 0, 0, 0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), rgba(255, 0, 0, 0));
    /* Standard syntax */
    color: white;
    font-size: 1.1em;
    text-indent: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.closeRightPanel {
    color: rgba(240, 30, 15, 1);
    font-weight: bold;
    cursor: pointer;
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-indent: 10px;
}

.rightPanel {
    position: absolute;
    top: 0px;
    height: 100%;
    box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    left: 100%;
    opacity: 0.5;
    z-index: 2;
}
.rightPanelContent{
    position: absolute;
    top: 70px;
    height: calc(100% - 80px);
    overflow: auto;
    width: 100%;
}
#share{
    width:120px;position:absolute;bottom:55px;right:50px;z-index:1000;border-radius:5px;padding-left:10px;opacity: 0;left: 100%;
}
.jssocials-share{
    box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
@media (min-width:320px) and (max-width:480px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    .rightPanel {
        width: 100%;
    }
    .closeRightPanel {
        font-size: 1.5em;
    }
    .playButton {
        left: calc(50% - 25px);
    }
    .property_title{
        font-size: 1.2em;
    }
    #share{
        width:120px;
    }
}

@media (min-width:481px) and (max-width:640px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
     .rightPanel {
        width: 100%;
    }
    .closeRightPanel {
        font-size: 1.5em;
    }
    .playButton {
        left: calc(50% - 25px);
    }
    .property_title{
        font-size: 1.2em;
    }
    #share{
        width:120px;
    }
}

@media (min-width:641px) and (max-width:960px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .rightPanel {
        width: 350px;
    }
    .closeRightPanel {
        font-size: 1.25em;
    }
    .playButton {
        right: 55px;
    }
}

@media (min-width:961px) and (max-width:1024px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .rightPanel {
        width: 350px;
    }
    .closeRightPanel {
        font-size: 1.25em;
    }
    .playButton {
        right: 55px;
    }
}

@media (min-width:1025px) and (max-width:1280px) {
    /* big landscape tablets, laptops, and desktops */
    .rightPanel {
        width: 350px;
    }
    .closeRightPanel {
        font-size: 1.25em;
    }
    .playButton {
        right: 55px;
    }
}

@media (min-width:1281px) {
    /* hi-res laptops and desktops */
    .rightPanel {
        width: 350px;
    }
    .closeRightPanel {
        font-size: 1.25em;
    }
    .playButton {
        right: 55px;
    }
}
