/* ========================================================
	— Reset CSS
======================================================== */


/* ============== RESET ============== */

abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

:focus {
    outline: 0
}

del {
    text-decoration: line-through
}

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

article,
aside,
footer,
header,
hgroup,
nav,
section {
    display: block
}

.clear {
    clear: both
}

br.clear {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%;
    height: auto;
}

p {
    padding-bottom: 10px;
    line-height: 26px
}

strong {
    font-weight: 600;
}

cite,
em,
i {
    font-style: italic;
}

ins {
    text-decoration: none
}

sub,
sup {
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: .8em
}

sub {
    top: .3em
}

dl {
    margin: 0 0 1.5em
}

dl dt {
    font-weight: 600
}

dd {
    margin-left: 1.5em
}