
/****************************************
  ==== RESETS
****************************************/

html,body,div,canvas { margin: 0 0 0 0; padding: 0 0 0 0; overflow: hidden; }
::-moz-selection { color: #333; text-shadow: none; }
::selection {  color: #333; text-shadow: none; }
.clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clear { display: inline-table; clear: both; }
/* Hides from IE-mac \*/ * html .clear { height: 1%; } .clear { display: block; } /* End hide from IE-mac */

@font-face {
    font-family: 'squarefontregular';
    src: url('square-webfont.eot');
    src: url('square-webfont.eot?#iefix') format('embedded-opentype'),
         url('square-webfont.woff2') format('woff2'),
         url('square-webfont.woff') format('woff'),
         url('square-webfont.ttf') format('truetype'),
         url('square-webfont.svg#squarefontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#loadingText {
	margin: 17px 0 0 0;
	text-align: center;
	padding: 0 0 0 0;
	font-family: 'Arial';
	font-size: 37px;
}

.loadingTextColor1 {
	color: #2A3D4C;
}

.loadingTextColor2 {
	color: #212529;
}

.loadingTextColor3 {
	color: #1F1E1E;
}