@charset "utf-8";
/* CSS Document */
/* Title:	5col.css
 * Author:	Tonya Brewington
 * Company:	TBREWING Creative Group
 * Version:	1.0
 * Date:	6/24/2015
*/

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
/*	width: 37.44%;*/
}
.span_1_of_5 {
	width: 18.72%;
}




/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.col:first-child { margin-left: 0; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
	.main { display: none;}
	.cmd-desc { position: 0;}
	.showall { display: none; }
}
