/*critical*/
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;
    }
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: -.5em;
    }
sub {
    bottom: -.25em;
    }
table {
    border-collapse: collapse;
    border-spacing: 0;
    }
html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-size: 16px;
    overflow: auto;
    }
body {
    font-family: Font awesome;
    font-weight: 400;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100% !important;
    text-align: center;
    }
body.progress {
    cursor: progress !important;
    }
a,
a:hover,
a:active,
a:focus,
a:visited,
a img {
    outline: 0;
    border: none;
    text-decoration: none;
    -moz-text-decoration-color: unset;
    text-decoration-color: unset;
    cursor: pointer;
    }
a underline,
a u,
a:hover underline,
a:hover u,
a:active underline,
a:active u,
a:focus underline,
a:focus u,
a:visited underline,
a:visited u,
a img underline,
a img u {
    -moz-text-decoration-color: unset;
    text-decoration-color: unset;
    }
font[name='color'] a {
    color: inherit;
    -moz-text-decoration-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;
    }
.table {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    }
.cell {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    }
.maxw {
    width: 100%;
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    }
div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
    }
.cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1600;
    background-color: rgba(255,255,255,.01);
    cursor: progress !important;
    }

/* 0-1024 */
@media only screen and (max-width:1024px) {
body {
    font-size: .97em;
    }
}

/* 0-800 */
@media only screen and (max-width:800px) {
body {
    font-size: .94em;
    }
}

/* 0-640 */
@media only screen and (max-width:640px) {
body {
    font-size: .91em;
    }
}

/* 0-480 */
@media only screen and (max-width:480px) {
body {
    font-size: .88em;
    }
}

/* 0-320 */
@media only screen and (max-width:320px) {
body {
    font-size: .85em;
    }
}

/*critical*/
