/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;	border-spacing: 0;
}


/* Box Sizing from https://css-tricks.com/box-sizing/ */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

/* Clearfix - Force Element To Self-Clear its Children from https://css-tricks.com/snippets/css/clear-fix/ */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;		/* start commented backslash hack \*/
}
	
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;				/* close commented backslash hack */
}



/* @FONT-FACE */
@font-face {
	font-family: 'HelveticaNeueLTStd-Hv';
	src: url('../fonts/HelveticaNeueLTStd-Hv.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/HelveticaNeueLTStd-Hv.otf')  format('opentype'),
		 url('../fonts/HelveticaNeueLTStd-Hv.woff') format('woff'),
		 url('../fonts/HelveticaNeueLTStd-Hv.ttf')  format('truetype'),
		 url('../fonts/HelveticaNeueLTStd-Hv.svg#HelveticaNeueLTStd-Hv') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FuturaStd-CondensedExtraBd';
	src: url('../fonts/FuturaStd-CondensedExtraBd.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/FuturaStd-CondensedExtraBd.otf')  format('opentype'),
		 url('../fonts/FuturaStd-CondensedExtraBd.woff') format('woff'),
		 url('../fonts/FuturaStd-CondensedExtraBd.ttf')  format('truetype'),
		 url('../fonts/FuturaStd-CondensedExtraBd.svg#FuturaStd-CondensedExtraBd') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Unit-Black';
	src: url('../fonts/Unit-Black.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Unit-Black.woff') format('woff'),
		 url('../fonts/Unit-Black.ttf')  format('truetype'),
		 url('../fonts/Unit-Black.svg#Unit-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro-Bold';
	src: url('../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg'),
		 url('../fonts/MyriadPro-Bold.otf')  format('opentype'),
		 url('../fonts/MyriadPro-Bold.woff') format('woff'),
		 url('../fonts/MyriadPro-Bold.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}