/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.35%; 
}

.span_3-5_of_5 {
	width: 64.75%; 
}

.span_3_of_5 {
  	width: 58.75%; 
}

.span_2_of_5 {
  	width: 38.125%;
}

.span_1-5_of_5 {
	width: 32.125%;
}

.span_1_of_5 {
  	width: 17.5%;
}

.span_1_of_5_3 {
  	width: 30%;
	margin-right:0.8%;
}

.span_2_of_5_3 {
  	width: 63%;
}

.span_1_of_5_4 {
  	width: 22%;
}

.span_2_of_5_4 {
  	width: 44%;
}

.span_3_of_5_4 {
  	width: 66%;
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_5_of_5 , .span_4_of_5 , .span_3-5_of_5 , .span_3_of_5 , .span_2_of_5 , .span_1-5_of_5 , .span_1_of_5 , .span_1_of_5_4 , .span_2_of_5_4 , .span_3_of_5_4 , .span_1_of_5_3 , .span_2_of_5_3 {
  		width: 100%; margin:0 0 20px 0;
	}
	.searching_box{height:35px;}
}