
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 3.2%;
}

.colleft {
	display: block;
	float:left;
	margin: 0% 0 0% 3.2%;
}
.colnomargin {
	display: block;
	float:left;
	margin:  0%;
}

.col-margin-top{
	margin-top:0%;
}

.col-margin-bottom{
	margin-bottom:0%;
}

.full {
	width:100%;
	margin-left: 0%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
.colleft:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
.colnomargin:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}



.table-cell {
	display:table-cell !Important;
	vertical-align: middle;
}


.table {
	display:table; 
	text-align:center; 
	width:100%;
}