	body:not(.map-loaded) .content:before {
    content: " ";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 100000;
}
body:not(.map-loaded) .loading-pizza {
    background-image: url(/content/themes/gio/img/loading.gif);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 100px;
    width: 100px;
    z-index: 10000000000000;
    position: fixed;
    margin: auto;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}