#gameContainer{
    padding: 0px;
    margin: 0px;
    border: 0px;
	width: 100vw;
	height: 100vh;
}

#loading {
	background-image: url(../img/full-HD/TN-bg-loading-v2.jpg);
	height: 100vh;
	width: 100vw;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#loader {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#NEMS {
	position: relative;
}

#NEMS img {
	width: 6.8vw;
}

.loader-wrap {
	position: fixed; 
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: auto; 
}

#logo {
	width: 100%;
	position: fixed;
	display: flex;
	top: 3vh;
	justify-content: center;
}

#logo img {
	max-height: 12.5vh;
}

.progress {
	width: 10vw;
	height: 10vw;
	background: transparent;
	display: initial;
}

#mobile-badge {
	position: fixed;
	bottom: 0;
	left: 0;
}

#mobile-badge img {
	width: 13vw;
}

.loader {
	flex-direction: column;
}

.loader:first-child {
	margin-bottom: 20px;
}

#progress-perc {
    position: fixed;
    left: 50%;
    font-weight: bolder;
    color: #FFFFFF;
    width: 100%;
    margin-left: 5vw;
    font-size: 2vh;
}

.progress__meter,
.progress__value {
    fill: none;
}

.progress__meter {
    stroke: #d8d8d8;
	opacity: 0.35;
}

.progress__value {
    stroke: #00f4ff;
}

.progress__value { display:none; }   

/********VERRÀ SOSTITUITO CON IL CODICE DI UNITY*********** */
#webgl-content{
    width: 100%;
    height: 100vh;
    background: #145aa5;
    color: #fff;
}
/********VERRÀ SOSTITUITO CON IL CODICE DI UNITY*********** */