@charset "UTF-8";
/* standard reset */
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: 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; }
/* .clear { clear: both; width: 100%; height: 1px;	margin: 0 0 -1px; } */
.fitter { width: 100%; position:relative; overflow:visible; }
a {cursor:pointer; text-decoration: none; }
html { -webkit-font-smoothing: antialiased; 
/* -webkit-font-smoothing: subpixel-antialiased;  */
	 /* stop webkit from messing with your formatting */
/* 	-webkit-font-smoothing: antialiased; */ /* Fix for webkit rendering */
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
text-align: left; /* font-family: 'tga', sans-serif; line-height: 130%; */ 
 }

div, .boxFix, *:after, *:before, input[type=text],textarea, a { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
img { display:block; margin:0; padding: 0; border: none; }
.relative { position: relative; }
.fixed { position: fixed; }
.clear:after { content: ""; display: table; clear: both; }
strong { font-weight: 700; }

.srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@font-face {
	font-family: 'Metrize-Icons';
	src:url('/webfont/Metrize-Icons.eot');
	src:url('/webfont/Metrize-Icons.eot?#iefix') format('embedded-opentype'),
		url('/webfont/Metrize-Icons.woff') format('woff'),
		url('/webfont/Metrize-Icons.ttf') format('truetype'),
		url('/webfont/Metrize-Icons.svg#Metrize-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}
