/* fonts */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&subset=latin-ext');


/*  generali  */
html, body{
	height: 100%;
	width: 100%;
	
	background: #fff;
}
body{
	margin: 0;
	font-family: roboto, verdana, helvetica, arial;
}
div{
	/*box-sizing: border-box;*/
}


#loading::before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}
#loading{
	font-size: 40px;
	color:yellow;
	background-color: rgba(0,0,0,0.6);
	text-align: center;
	line-height: 100%;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;

	display: inline-block;
	vertical-align: middle;
	
	display: none
}

.fontFixed{
	
}