#loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	-webkit-transition: all .5s ease;
	z-index: 2000;
	display:none;
	color: white;
	background-image: url(loading.svg);
	background-repeat: no-repeat;
	background-position: center;
}