body { padding: 0; margin: 0 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: url('bg.jpg') no-repeat center #e0e3e8; background-size: 100% auto;  }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, 30%); display: none }
#unity-progress-bar-empty { width: 200px; height: 14px; background: url('loaderBarEmpty.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 14px; background: url('loaderBarFull.png') no-repeat center }
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#unity-fullscreen-button { float: right; width: 38px; height: 38px; background: url('fullscreen-button02.png') no-repeat center }
#unity-mobile-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

#unity-loading-group {
    position: relative;
    width: 200px;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    padding: 55px 0px 0px 0px;
}

#unity-loading01, #unity-loading-circle {
    display: block;
    margin: auto;
}
#unity-loading01 {
    margin: 20px 0px 5px 0px;
    width: 100%;
}
#unity-loading-circle {
    width: 40px;
    opacity: 30%;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); }

}