


/* IMPORT 12 COLUMN RESPONSIVE GS */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */


/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(/scripts/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}


/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
#stacks_in_9 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
#stacks_in_9 .container:after,
#stacks_in_9 .row:after, 
#stacks_in_9 .mbcol:after, 
#stacks_in_9 .clr:after, 
#stacks_in_9 .group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
#stacks_in_9 .mbrow { padding-bottom: 0em;
}
			
								  
/* DEFAULT COLUMN STYLES */
#stacks_in_9 .mbcol { 
	display: block;
	float: left;
	width: 100%;
}

@media ( min-width : 768px ) {
	
	#stacks_in_9 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_9 .gutters .mbcol:first-child { 
		margin-left: 0 !important; 
	}
}




/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
@media ( min-width : 768px ) {
	#stacks_in_9 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_9 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_9 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_9 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_9 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_9 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_9 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_9 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_9 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_9 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_9 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_9 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_9 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_9 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_9 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_9 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_9 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_9 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_9 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_9 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_9 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_9 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_9 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_9 .gutters .mbspan_12 { margin:0; width: 100%; }
}
.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_23 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_23 {
		display: none !important;
	}
}
#linkBoxstacks_in_2 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_2 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_2 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}



.spacerStack {
	height: 160.00px;
}

#spacerStackstacks_in_22 {
	height: 160.00px;
}




























@media print {
	#spacerStackstacks_in_22 {
		display: none !important;
	}
}
#linkBoxstacks_in_20 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_20 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_20 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}



#stacks_in_20 {
	border: solid rgba(110, 75, 66, 1.00);
	border-width:  4px;
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	padding:  10px;
}



/* IMPORT 12 COLUMN RESPONSIVE GS */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */


/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(/scripts/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}


/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
#stacks_in_37 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
#stacks_in_37 .container:after,
#stacks_in_37 .row:after, 
#stacks_in_37 .mbcol:after, 
#stacks_in_37 .clr:after, 
#stacks_in_37 .group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
#stacks_in_37 .mbrow { padding-bottom: 0em;
}
			
								  
/* DEFAULT COLUMN STYLES */
#stacks_in_37 .mbcol { 
	display: block;
	float: left;
	width: 100%;
}

@media ( min-width : 768px ) {
	
	#stacks_in_37 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_37 .gutters .mbcol:first-child { 
		margin-left: 0 !important; 
	}
}




/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
@media ( min-width : 768px ) {
	#stacks_in_37 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_37 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_37 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_37 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_37 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_37 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_37 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_37 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_37 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_37 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_37 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_37 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_37 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_37 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_37 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_37 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_37 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_37 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_37 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_37 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_37 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_37 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_37 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_37 .gutters .mbspan_12 { margin:0; width: 100%; }
}
.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_54 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_54 {
		display: none !important;
	}
}
#linkBoxstacks_in_31 {
	display: block;
	position: relative;
	z-index: 1;
}

#linkBoxContentstacks_in_31 {
	position: relative;
	display: block;
	z-index: 2;
}

#linkBoxLinkstacks_in_31 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	background: url(../files/bg_fill.gif) repeat;
}



#stacks_in_31 {
	border: solid rgba(110, 75, 66, 1.00);
	border-width:  4px;
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
	padding:  10px;
}



/* IMPORT 12 COLUMN RESPONSIVE GS */
/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */


/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url(/scripts/boxsizing.htc); 
	/*	If you need support for IE7 and lower make 
		sure the boxsizing.htc file is linked properly.
		More info here:  https://github.com/Schepp/box-sizing-polyfill */
}


/*	MAIN CONTAINER 
	Set the width to whatever you want the width of your site to be. */
#stacks_in_46 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
#stacks_in_46 .container:after,
#stacks_in_46 .row:after, 
#stacks_in_46 .mbcol:after, 
#stacks_in_46 .clr:after, 
#stacks_in_46 .group:after { 
	content: ""; 
	display: table; 
	clear: both; 
}

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
#stacks_in_46 .mbrow { padding-bottom: 0em;
}
			
								  
/* DEFAULT COLUMN STYLES */
#stacks_in_46 .mbcol { 
	display: block;
	float: left;
	width: 100%;
}

@media ( min-width : 768px ) {
	
	#stacks_in_46 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_46 .gutters .mbcol:first-child { 
		margin-left: 0 !important; 
	}
}




/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
@media ( min-width : 768px ) {
	#stacks_in_46 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_46 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_46 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_46 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_46 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_46 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_46 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_46 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_46 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_46 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_46 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_46 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_46 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_46 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_46 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_46 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_46 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_46 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_46 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_46 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_46 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_46 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_46 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_46 .gutters .mbspan_12 { margin:0; width: 100%; }
}
.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_55 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_55 {
		display: none !important;
	}
}
#stacks_in_24 .boxgrid{position:relative;overflow:hidden;margin:0 auto;border-color:#000000;border-width:0px;border-style:solid}#stacks_in_24 .boxgrid .cover,#stacks_in_24 .boxgrid .back{position:absolute !important;top:0;width:100%}#stacks_in_24 .cover .imageStyle{z-index:10}
