html.wf-loading * {
	color: transparent !important;
}

html.wf-active body.error-page h1,
html.wf-active body.error-page div.logo,
html.wf-active body.error-page div.logo a {
	font-family: 'Signika', Arial, sans-serif;
}

body.error-page {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	background: #EFEFEF;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 13px;
	text-rendering: optimizeLegibility;
}

body.error-page h1 {
	font-size: 58px;
	padding: 0 50px;
	margin: 20px 0 50px 0;
	font-size: 60px;
	font-weight: normal;
	text-align: center;
	color: #5cb0ca;
	color: rgba(0,153,204,0.6);
	text-shadow: 1px 1px 0 #fff;
}
body.error-page h1 small {
	font-size: 28px;
	display: block;
	font-size: 28px;
	font-family: Arial,sans-serif;
	color: #999;
	margin-top: 10px;
}
body.error-page h1 strong {
	font-size: 98px;
	display: block;
	color: #cecece;
	font-weight: normal;
	text-shadow: none;
	margin-bottom: -10px;
}

body.error-page p {
	font-size: 18px;
	margin: 40px 0 20px 0;
	padding-top: 20px;
	line-height: 1.7;
	width: auto;
	display: inline-block;
	border-top: 1px dashed #cecece;
}
a, a:hover {
	color: #0099CC;
}
a:hover {
	text-decoration: none;
}
body.error-page .tab {
	display: none;
}

body.error-page .tab.active {
	display: block;
}

body.error-page div.logo {
	margin: 0 auto 50px auto;
	display: inline-block;
	float: none;
}
body.error-page div.logo a {
	font-size: 24px;
	text-transform: uppercase;
	color: #77cc33;
	text-decoration: none;
	line-height: 0.7;
	padding: 15px;
	background: #fff;
	text-shadow: 1px 1px 0 black;
	-webkit-box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px 0 rgba(0,0,0,0.1);
	display: inline-block;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
body.error-page div.logo a:hover {
	color: #0099CC;
}
body.error-page div.logo a:hover span.inverse {
	color: #77cc33;
}
body.error-page div.logo a:hover strong {
	background: #0099CC;
	color: #efefef;
}
body.error-page div.logo span.inverse {
	color: #0099CC;
}
