/*  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%;
}

@media only screen and (max-width: 768px) {
	.span_1_of_6 {
  		width: 32.26%;
  	}
  	.span_1_of_6:nth-child(3n+1) {
		clear: both;
		margin-left: 0;
	}
	.headRight {
		width: 65%!important; 
	}
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_6_of_6 {
		width: 100%; 
	}
	.span_5_of_6 {
		width: 100%; 
	}
	.span_4_of_6 {
		width: 100%; 
	}
	.span_3_of_6 {
		width: 100%; 
	}
	.span_2_of_6 {
		width: 100%; 
	}
	.span_1_of_6 {
		width: 50%; 
	}
	.siteLogo {
		width: 100%!important; 
	}
	.headRight {
		width: 100%!important; 
	}
	.span_1_of_6:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	.span_1_of_6:nth-child(3n+1) {
		clear: none;
		margin-left: auto;
	}
}