@charset "UTF-8";
/* ------------------------------------------*/
/* ---------->>> Browser Reset <<<-----------*/
/* ------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6, 
p, ul, ol, strong, em, b, i,
fieldset, form,
table, thead, tbody, tfoot, tr, th, td, 
img {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-weight: normal;
	vertical-align: baseline;
}

input, textarea {
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	font-weight: normal;
	vertical-align: baseline;
	outline: none;
}

:focus {
	outline: 0;
}

blockquote, q {
	quotes: "" "";
}

blockquote:before, blockquote:after, 
q:before, q:after {
	content: "";
}

html {
	height: 100%;
	overflow-y: scroll;
}

/* -------------------------------------------*/
/* ---------->>> Helper Classes <<<-----------*/
/* -------------------------------------------*/
.hidden {
	display: none;
	visibility: hidden;
	height: 0;
}

.clear {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
	font-size: 0.1em;
}