/*---- Reset CSS ----*/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {overflow-y: scroll;} /* Force vertical scroll bar in FF */

/*---- HTML5 Tags ----*/
header, section, footer, aside, nav, article, figure, hgroup {display: block;}

/*---- IMPROVE CSS BOX MODEL ----*/
* {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

/*---- Clear Floats ----*/
.cf:before,.cf:after {content: ""; display: table;} /* For modern browsers */
.cf:after {clear: both;}
.cf {zoom: 1;} /* For IE 6/7 (trigger hasLayout) */