/* CSS RESETS */
/* ---------------------------------------------------- */
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, 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;
	padding: 0;
	border: 0;
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font: inherit;
	line-height: 1;
	vertical-align: baseline;
}

/* Form elements inherit fonts. */
input,
button,
textarea,
select {
    font: inherit;
}

/* Correct the inability to style clickable types in iOS and Safari. */
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

/* Box sizing */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Make images easier to work with. */
img,
picutre {
    max-width: 100%;
    display: block;
}

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

b, strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}