/*********************************************************
// Reset >> Standard
*********************************************************/
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%;
	vertical-align: baseline;
	}

html {
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}

input { -webkit-appearance: none; }
input:focus, select:focus, textarea:focus { outline: none; }
input[type="checkbox"] { appearance: checkbox; -webkit-appearance: checkbox; }
input[type="radio"] { appearance: radio; -webkit-appearance: radio; }
b, strong { font-weight: bold; }
ol, ul { list-style: none; }
dfn { font-style: italic; }
body { line-height: 1; }

a:active, a:focus, a:hover { outline: 0; }
a { background: transparent; }
a img { border: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	     box-sizing: content-box;
	}

pre { white-space: pre-wrap; }
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
	}

sup { top: -0.5em; }
sub { bottom: -0.25em; }
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	}

button, select { text-transform: none; }
button, input { line-height: normal; }
button, input, select, textarea {
	border-radius: 0;
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	}

input[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
	}

input[type="radio"] {
	-webkit-appearance: radio;
	appearance: radio;
	}

textarea {
	overflow: auto;
	vertical-align: top;
	}

/*********************************************************
// Reset >> HTML5
*********************************************************/
article, aside, audio, canvas, details, figcaption,
figure, footer, header, hgroup, main, nav, section,
summary, video { display: block; }
