/*  GRID OF SIX   ============================================================================= */


.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
margin-right: 3.2;
line-height:12px;
font-size:12px;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
.span_2_of_6 {
	width: 100%;
}

.span_1_of_6 {
	width: 49.2%;

margin: 1% 0 1% 1.6%;




line-height:16px;
font-size:7px;
}

