/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */
.360box {
     overflow: hidden; 
     }

.static-wrapper { 
     width: 100%; 
     overflow: hidden; 
     position: relative;
     height: 500px !important;
     }

#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;
	background-color: #FFF;
}

#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: 30px;
    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: 99px;
}
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: 75px;
    width: 29px;
    right: 72px;
}
.control_keys {
    position: absolute;
    cursor: pointer;
}

.audio_player {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.2);
    padding: 6px 18px 5px 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: 11px 16px 6px 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;
}



/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){


}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}

