/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
}
.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: 66.33%; }
.span_1_of_3 { width: 32.66%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1%;
	}

	/*.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }*/
}

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.58%;
}
.span_10_of_12 {
  	width: 83.16%;
}

.span_9_of_12 {
  	width: 74.75%;
}

.span_8_of_12 {
  	width: 66.33%;
}

.span_7_of_12 {
  	width: 57.91%;
}

.span_6_of_12 {
  	width: 49.5%;
}

.span_5_of_12 {
  	width: 41.08%;
}

.span_4_of_12 {
  	width: 32.66%;
}

.span_3_of_12 {
  	width: 24.25%;
}

.span_2_of_12 {
  	width: 15.83%;
}

.span_1_of_12 {
  	width: 7.416%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {

	.grid figure img {
	    max-width: 100%;
	    display: block;
	    position: relative;
	    min-height: 60px !important;
	}

	.swgPreviewTitle {
		font-size: 9px !important;
	}

	#swgModal {
		font-size: 9px !important;
	}

	.swg-name {
    	font-size: 9px !important;
	}

	.swgp-btn {
	    display: inline-block;
	    padding: 6px 6px !important;
	    margin-bottom: 0;
	    font-size: 8px !important;
	}

	h1 {
		font-size: 26px !important;
	}

	.col {  margin: 0 0 3% 1%; }

	.span_xs_12_of_12 { 
	    width: 100%; 
	    display: block;
	}

	.span_xs_11_of_12 {
	  	width: 91.58%;
	}
	.span_xs_10_of_12 {
	  	width: 83.16%;
	}

	.span_xs_9_of_12 {
	  	width: 74.75%;
	}

	.span_xs_8_of_12 {
	  	width: 66.33%;
	}

	.span_xs_7_of_12 {
	  	width: 57.91%;
	}

	.span_xs_6_of_12 {
	  	width: 49.5%;
	}

	.span_xs_5_of_12 {
	  	width: 41.08%;
	}

	.span_xs_4_of_12 {
	  	width: 32.66%;
	}

	.span_xs_3_of_12 {
	  	width: 48.25%;
	}

	.span_xs_2_of_12 {
	  	width: 15.83%;
	}

	.span_xs_1_of_12 {
	  	width: 7.416%;
	}
}