
.panorama-body {
    font-size: 18px;
    line-height: 1.5em;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    max-width: 1440px;
    background: white;
    text-align: center;
    margin: auto;
}

.panorama-body a{
    color: #528CE0;
}

#panorama{
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#panorama:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#panoramaImage {
    display:none;
}
.panorama-body canvas {
    margin-right: auto;
    margin-left: auto;
    margin:auto;
    width: 100%!important;
    height: 100%!important;
}

.top_buttons {
    position: absolute;
    right: 26px;
    top: 26px;
    font-size: 32px;
    color: white;
    border-radius: 30px;
    padding: 11px 1px 10px 6px;
    width: 99px;
    height: 45px;
}

#fullscreen {
    padding: 5px 9px 2px 9px;
    border-radius: 30px;
    cursor: pointer;
    float: right;
    padding-right: 20px;
}

#audio {
    padding: 5px 9px 2px 9px;
    border-radius: 30px;
    opacity: 0.9;
    cursor: pointer;
}

.zoom_conrol{
    position: absolute;
    right: 20px;
    bottom: 112px;
    font-size: 32px;
    color: white;
}

#zoom_in {
    cursor: pointer;
}

#zoom_out {
    cursor: pointer;
}
.zoom {
    width: 32px;
    padding: 3px;
}

.keys {
    position: absolute;
    right: 26px;
    bottom: 26px;
    font-size: 32px;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    padding: 56px 14px 14px 14px;
    border-radius: 15px;
    width: 113px;
    height: 152px;
}
i.keys{
    cursor:pointer;
}
.keys > i {
    cursor: pointer;
}

.key-icon {
    margin: 5px 14px 5px 14px
}
.key_down {
    margin-left:-6px;
}

img#right_key {
    left: 50px;
}

img#left_key {
    right: 20px;
}

img#up_key {
    bottom: 5px;
}

img#down_key {
    bottom: -64px;
}

img#elipse_key {
    left: 19px;
    bottom: -25px;
}

.control-key {
    position: absolute;
    bottom: 71px;
    width: 29px;
    right: 57px;
}
.control_keys {
    position: absolute;
    cursor: pointer;
}

.audio_player {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    padding: 3px 18px 1px 25px;
    margin-left: -88px;
    border-radius: 27px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

#fullScreenMode {
    cursor: pointer;
    position: absolute;
    right: 27px;
    top: 26px;
    padding: 9px 16px 9px 14px;
    border-radius: 27px;
    z-index: 15;
    background: rgba(0, 0, 0, 0.2);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

i#pButton {
    margin-left: -5px;
    margin-top: -10px;
}