

@font-face {
    font-family: OpenSans-CondensedBold;
    src: url(../fonts/OpenSans/OpenSans-CondBold.ttf), url(../fonts/OpenSans/OpenSans-CondBold.eot);
}

#loading { 
    width: 1024px;
    position: absolute;
    top: 240px;
    z-index: 10;
}
#loading .info .pecentage{
    font-size: 40px;
    line-height: 40px;
    color: #542973;
} 
#loading .info p{
    margin:0;
}
#progress-bar {
    position: relative;
    height: 8px;  /* Can be anything */
    width: 400px;
    margin: 10px auto 0px auto;
    background: #D0D2D3;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
#progress-bar-value {
    display: block;
    height: 100%;
    width: 0%;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    background-color: #2BBECB;
    position: relative;
    overflow: hidden;
}

.chinaICP a {
	text-align: center;
	font-size:13px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
}

.webgl-content {
		background-color: #ddd;
}
.webgl-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo {background: url('../images/logo_loading.png') no-repeat center / contain; width: 120px; height: 13px;}
.webgl-content .progress {height: 10px; width: 300px; margin-top: 30px;}
.webgl-content .label-progress {position: absolute; left: 50%; top: 40%;font-family: OpenSans-CondensedBold; font-size: 30px; color: #542973;}

.webgl-content .progress .empty {float: right; width: 100%; height: 100%; display: inline-block; background-color: #CCCCCC;}
.webgl-content .progress .full {float: left; width: 0%; height: 100%; display: inline-block; background-color: #2BBECB!important;}

.webgl-content .logo.Dark {background-image: url('../images/logo_loading.png');}
.webgl-content .progress.Dark .empty {background-color: #CCCCCC;}
.webgl-content .progress.Dark .full {background-color: #2BBECB!important;}
