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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, center,
dl, dt, dd, ol, ul, li,
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;
    border: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, mark, time {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }


html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


.clearfix:after {
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    content: ".";
}

.clearfix { display: block; }

.floatbox { display: table; width: 100%; }

#ie_clearing { display: none; }

a {
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: underline;
}

.float_left { float: left; display: inline; }
.float_right { float: right; display: inline; }
.block { overflow: hidden; }

.cursor { cursor: pointer; }
.text_indent { text-indent: -9999px; }
.uppercase { text-transform: uppercase; letter-spacing: 0.5px; }

.show { display: block !important; visibility: visible !important; }
.hide { display: none !important; }
.invisible { visibility: hidden; }

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
