
#stacks_in_8441 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_5309 {
	margin: 10px 0px 10px 0px;
}

#stacks_in_8312 {
	padding: 50px 0px 10px 0px;
}
/* B3: Bigfoot Responsive 2 Column Stack by RapidWeaver Central */
 
/* Adapted from Graham Miller's Responsive Grid System — http://www.responsivegridsystem.com */
/* Licensed under the Creative Commons Attribution 3.0 License. */


#stacks_in_8448 #frameThingstacks_in_8448 {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#stacks_in_8448 .span_1_of_2 {
	width: 49%;	
	float: left;
	margin: 0;
	padding: 0;
}

#stacks_in_8448 .span_2_of_2 {
    width:49%;
   	float: right;
	margin: 0;
	padding: 0;
}

        
/* CUSTOM BREAKPOINT -----------  */

@media only screen 
and (max-width : 600px)  {

	#stacks_in_8448 .span_1_of_2 {
	 
	%[else]% width: 49%;%[endif]% 	
	}
	#stacks_in_8448 .span_2_of_2 {
	 
	%[else]% width: 49%;%[endif]% 	
	}
}

/*  SECTIONS  */

#stacks_in_8448 .sectionthing {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  */


#stacks_in_8448 .groupthing:before,
#stacks_in_8448 .groupthing:after {
    content:"";
    display:table;
}
#stacks_in_8448 .groupthing:after {
    clear:both;
}
#stacks_in_8448 .groupthing {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP */

#stacks_in_8448 .col {
	display: block;

}

#stacks_in_8448 .col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH */

@media only screen and (max-width: 600px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

 