/***************************************************************************/
/**** MAIN LOADER **********************************************************/
/***************************************************************************/
div#main-loader
{
	background: rgba(255,255,255,0.6);
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index:2000;
}
div.loader-content
{
	display:table;
	height: 50%;
	width: 100%;
}
div.loader-icon
{
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}