/*

    Grid

*/

.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

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,
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, section, summary {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.c { clear: both; margin: 0 auto; max-width: 1200px; }

.col { box-sizing: border-box; display: block; float: left;	margin: 0 0 0 1.6%; }
.col:first-child { margin-left: 0 !important; }

.c-12 {	width: 100%; margin-left: 0; margin-right: 0; }
.c-11 { width: 91.53%; }
.c-10 { width: 83.06%; }
.c-9  { width: 74.6%;  }
.c-8  { width: 66.13%; }
.c-7  { width: 57.66%; }
.c-6  { width: 49.2%;  }
.c-5  { width: 40.73%; }
.c-4  { width: 32.26%; }
.c-3  { width: 23.8%;  }
.c-2  { width: 15.33%; }
.c-1  { width: 6.866%; }

.nt { margin-top: 0; }
.nb { margin-bottom: 0; }

.fw { float: left; width: 100%; padding: 0 0 0 0; }
