#pgloader {  /*Page Loader*/
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		width: 100vw;
		height: 100vh;
		background-color: rgba(121, 121, 121, 0.5);
		background-repeat: no-repeat;
		background-position: center;
	}

#loaderIcon {	
	width: 110px;
	margin: auto;
	margin-top: 20%;
}