 #loading{
	position: fixed;
	width: 100%;
	height: 100vh;
	background: #2C2C2C
	url('../dist/img/console-loader.gif')
	 no-repeat center center;	
	z-index: 99999;
}