/*  GRID OF SEVEN   ============================================================================= */


.span_7_of_7 {
	width: 100%;
}

.span_6_of_7 {
	width: 85.71%;
}

.span_5_of_7 {
  	width: 71.425%;
}

.span_4_of_7 {
  	width: 57.14%;
}

.span_3_of_7 {
  	width: 41.92%;
  	width:42.855%;
}

.span_2_of_7 {
  	width: 28.57%;
}

.span_1_of_7 {
  	width: 14.285%;
}


/* GUTTERED =====================*/

.guttered .span_6_of_7 {
	width: 85.48%;
}

.guttered .span_5_of_7 {
  	width: 70.97%;
}

.guttered .span_4_of_7 {
  	width: 56.45%;
}

.guttered .span_3_of_7 {
  	width: 41.92%;
}

.guttered .span_2_of_7 {
  	width: 27.42%;
}

.guttered .span_1_of_7 {
  	width: 12.91%;
}



/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 900px) {
	.span_7_of_7 {
		width: 100%; 
	}
	.span_6_of_7 {
		width: 100%; 
	}
	.span_5_of_7 {
		width: 100%; 
	}
	.span_4_of_7 {
		width: 100%; 
	}
	.span_3_of_7 {
		width: 100%; 
	}
	.span_2_of_7 {
		width: 100%; 
	}
	.span_1_of_7 {
		width: 100%; 
	}
}