/*  GRID OF THREE   ============================================================================= */

.span_3_of_3 {
	width: 100%;
	text-align: left;
}

.span_2_of_3 {
	width: 63.3%;
	text-align: left;
}

.span_1_of_3 {
	width: 35.0%; 
	text-align: left;
}

.span-h_2_of_3 {
	width: 74%;
	text-align: left;
}

.span-h_1_of_3 {
	width: 24%; 
	text-align: left;
}

.span-fl_1_of_3 {
	width: 34%; 
	text-align: left;
}

.span-fc_1_of_3 {
	width: 28%; 
	text-align: center;
}

.span-fr_1_of_3 {
	width: 34%; 
	text-align: right;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 720px) {
	.span_3_of_3 {
		width: 100%; 
	}

	.span_2_of_3 {
		width: 100%;
	}

	.span_1_of_3 {
		width: 100%;
	}

	.span-h_2_of_3 {
		width: 100%;
	}

	.span-h_1_of_3 {
		width: 100%;
	}

	.span-fl_1_of_3 {
	width: 100%; 
	text-align: center;
	}	

	.span-fc_1_of_3 {
	width: 100%; 
	text-align: center;
	}

	.span-fr_1_of_3 {
	width: 100%; 
	text-align: center;
	}
}