/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.37%;
}
.span_10_of_12 {
  	width: 82.75%;
}

.span_9_of_12 {
  	width: 74.12%;
}

.span_8_of_12 {
  	width: 65.5%;
}

.span_7_of_12 {
  	width: 56.87%;
}

.span_6_of_12 {
  	width: 48.25%;
}

.span_5_of_12 {
  	width: 39.62%;
}

.span_4_of_12 {
  	width: 31%;
}

.span_3_of_12 {
  	width: 22.37%;
}

.span_2_of_12 {
  	width: 13.75%;
}

.span_1_of_12 {
  	width: 5.125%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}