﻿

#__pano-outer {
    width: 350px;
    max-width: 96%;
    height: 500px;
    float: left;
}

#__pano-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background-color: RGBA(0,0,0,0.8);*/
    background-color: #eee7e7;
}

#__pano-draggable {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    /*left: -225px;
    width: 750px;
    height: 500px;
    background-image: url('../images/test.jpg');*/
}

#__pano-dragable-finger-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 10px;
    left: 133px;
    background-image: url('../images/swipe.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 900;
}



.__pano-pin, .__pano-map-pin {
    position: absolute;
    z-index: 1000;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    cursor: pointer;
}

.__pano-pin-default, .__map-pin-default {
    background-image: url('../images/pin.png');
}

.__pano-pin-default-selected, .__map-pin-default-selected {
    background-image: url('../images/pin-selected.png');
}


.__pano-pin-door, .__map-pin-door {
    background-image: url('../images/icons/door-pin.png');
}

.__pano-pin-mm, .__map-pin-mm {
    background-image: url('../images/icons/mm-pin.png');
}

.__pano-pin-mds, .__map-pin-mds {
    background-image: url('../images/icons/mds-pin.png');
}

#__pano-section-wrapper {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#__pano-content {
    float: right;
    width: calc(100% - 460px);
    padding-right: 60px;

}

    #__pano-content h1 {
        color: #cb5eca;
        font-size: 1.4em;
        margin-top: 30px;
    }

    #__pano-content h2 {
        color: #cb5eca;
        font-size: 1.1em;
    }


#__location-top-text {
    font-weight: bold;
}

#__location-list {
    margin-top: 30px;
}

.__location-list-item {
    margin-right: 10px;
    float: left;
    cursor: pointer;
    font-size: 0.9em;
}

.__location-list-item-selected {
    color: #cb5eca;
    font-weight: bold;
}


#__location-map-inner{
    margin: 0 auto 0 auto;
    max-width: 90%;
    position: relative;
}

#__location-map-inner img {
    max-width: 100%;
}


@media only screen and (max-width: 1200px) {
    #__pano-content {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 1200px) {
    #__pano-content {
        float: unset;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0;
        z-index: 2000;
        position:relative;
    }

    #__pano-outer {
        float: unset;
        margin-left: auto;
        margin-right: auto;
    }
}