/* @group Reset */


*, *:before, *:after {
    box-sizing: border-box;
}
html, body, 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, sup, sub, tt, var, b, u, i, center, ul, ol, li, dl, dt, dd, table, tr, th, td, thead, tbody, tfoot, caption, form, fieldset, legend, input, button, textarea, select, label, applet, object, iframe, audio, video, canvas, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 100%;
}
body {
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
canvas {
}
[hidden] {
    display: none;
}
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
sup, sub {
    font-size: 75%;
    line-height: 0;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
pre {
    display: block;
    overflow: auto;
}
code {
    font-family: "Courier New",Courier,monospace;
}
ul, ol {
    list-style: none outside none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    table-layout: auto;
}
img {
    vertical-align: middle;
}
svg:not(:root) {
    overflow: hidden;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
input, textarea, select, button {
    vertical-align: baseline;
}
input, button {
    line-height: normal;
}
table input, table button {
}
input[type="submit"], input[type="reset"], input[type="button"], button {
    cursor: pointer;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
input, textarea {
}
input[type="radio"] {
}
input[type="checkbox"] {
}
input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
* html .clearfix {
}
:first-child + html .clearfix {
}
.cleaner {
    clear: both;
    height: 0;
    line-height: 0;
}
/* @end */

