/* http://www.responsivegridsystem.com/calculator/ */
/*  SECTIONS  */
.section {
  clear: both;
  /*  padding: 0px;
  	margin: 0px; */
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 0 0 0 2.4%;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF THREE  */
.span_3_of_3 {
  width: 100%;
}

.span_2_of_3 {
  width: 65.86%;
}

.span_1_of_3 {
  width: 31.73%;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.4%;
}

.span_2_of_4 {
  width: 48.8%;
}

.span_1_of_4 {
  width: 23.2%;
}

/*  GRID OF FIVE  */
.span_5_of_5 {
  width: 100%;
}

.span_4_of_5 {
  width: 79.52%;
}

.span_3_of_5 {
  width: 59.04%;
}

.span_2_of_5 {
  width: 38.56%;
}

.span_1_of_5 {
  width: 18.08%;
}

/*  GRID OF SIX  */
.span_6_of_6 {
  width: 100%;
}

.span_5_of_6 {
  width: 82.93%;
}

.span_4_of_6 {
  width: 65.86%;
}

.span_3_of_6 {
  width: 48.8%;
}

.span_2_of_6 {
  width: 31.73%;
}

.span_1_of_6 {
  width: 14.66%;
}

.col .span_1_of_3:nth-child(4n) {
  margin: 0;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 1024px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
} 



/*  GO FULL WIDTH BELOW 480 PIXELS
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
}  */

/*# sourceMappingURL=grid.css.map */
