html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size: inherit;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul.messagix_messages{
	display: none;
}
body {
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
font{
	display: inline;
}
sub, sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup{
	top: -0.5em;
}
sub{
	bottom: -0.25em;
}
blockquote{
	padding-left: 30px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html{
	padding: 0;  
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: verdana;
}
body{
	font-weight: 400;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	color: $(color-text-3);
	overflow: auto;
	text-align: center;
}
a, a:hover, a:active, a:focus, a:visited, a img{
	outline: 0;
	border: none;
	text-decoration: none;
	text-decoration-color: unset;
	cursor: pointer;
	underline, u{
		text-decoration-color: unset;
	}
}
font[name='color'] a{
	color: inherit;
	text-decoration-color: inherit;
}
.scrollcontent{
	position: relative;
}
.vmiddle{
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
}
.vmiddle > div{
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
div{
	box-sizing: border-box;
}
.cover{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1600;
	background-color: rgba(255,255,255,0.01);
	cursor: progress !important;
}
label, input, textarea{
	font-family: inherit;
	border-radius: 0;
	outline: none;
	border: none;
}
/* 0-1024 */
@media only screen and (max-width:1024px){
	body{
		font-size: 0.97em;
	}
}
/* 0-800 */
@media only screen and (max-width:800px){
	body{
		font-size: 0.94em;
	}
}
/* 0-640 */
@media only screen and (max-width:640px){
	body{
		font-size: 0.91em;
	}
}
/* 0-480 */
@media only screen and (max-width:480px){
	body{
		font-size: 0.88em;
	}
}
/* 0-320 */
@media only screen and (max-width:320px){
	body{
		font-size: 0.85em;
	}
}