/*

	Global reset of various elements.
	DO NOT add styles with effects other than normalizing or nullifying impact.

*/

.clear {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: '';
	display: table;
}

* {
	background-repeat: no-repeat;
	box-sizing: border-box;
	color: inherit;
	font-size: 100%;
	font: inherit;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}

a, button, img, input, select, textarea {
	border: none;
	outline: none;
}

a {
	background: transparent;
	text-decoration: none;
}

b, strong {
	font-weight: bold;
}

body {
	height: 100%;
	line-height: 1;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

em {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0px;
}

html {
	font-family: sans-serif;
	height: 100%;
	position: relative;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input {
	line-height: normal;
}

ol, ul {
	list-style: none;
}

script {
	display: none !important;
}

sub, sup {
	font-size: 0.75em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
	sub {
		bottom: -0.25em;
	}
	sup {
		top: -0.5em;
	}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

td, th {
	text-align: left;
	vertical-align: top;
}
th {
	font-weight: normal;
}

textarea {
	overflow: auto;
	resize: vertical;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, progress, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0px;
}
