
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/* .section2 {
	clear: both;
	padding: 0px;
	margin: 0px;
	display: table;
	width: 100%;
} */

/*  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;
	/* display: table-cell; */
	/* margin: 1% 0 1% 1.6%; removed spaces */
	/* margin: 0 0 0 0; removed spaces */
	/* background: #E3DCE0; */
}

.col: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: 10% 0 10% 0%; */
	}
}



.col3 {
	display: block;
	float:left;
	/* display: table-cell; */
	/* margin: 1% 0 1% 1.6%; removed spaces */
	/* margin: 0 0 0 0; removed spaces */
	/* background: #E3DCE0; */
}

.col: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: 10% 0 10% 0%; */
	}
}




.col2 {
	/* display: block;
	float:left; */
	/* display: table-cell; */
	/* margin: 1% 0 1% 1.6%; removed spaces */
	/* margin: 0 0 0 0; removed spaces */
}

@media only screen and (max-width: 480px) {
	.col2 {
		/* margin: 10% 0 10% 0%; */
		display: block;
		float:left;
	}
}
