
#stickystacks_in_7 {
	display: block;
	position: fixed;
	right: 80px;
	top: 190px;
	padding: 0;
	margin: 0;
	width: 200px;
	overflow: hidden;
	z-index: 100;
}

#stickyLinkstacks_in_7 a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media print {
	#stickystacks_in_7 {
		display: none !important;
	}
}/* -- Start Buttonpress2 Each css Template -- */

.stacks_in_8buttonPressWrapper{
	position: relative !important;
}

#stacks_in_8 a, #stacks_in_8 a:hover, #stacks_in_8 a:visited, #stacks_in_8 a:active{
	text-decoration: none !important;
}

/* -- TYPE BASE STYLES -- */
.stacks_in_8button{
	position: relative !important;
	display: inline-block !important;
	
	padding: 6px 12px 6px 12px !important;
	margin: 0 !important;
	font-size: 14px !important;
	font-weight: normal !important;
	line-height: 18px !important;
	text-align: center !important;
	vertical-align: middle !important;
	-ms-touch-action: manipulation !important;
	touch-action: manipulation !important;
	cursor: pointer !important;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	background-image: none !important;
	border: 1px solid transparent !important;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	background-color: #FC5729 !important;
	border-color: #D64922 !important;
	box-sizing: border-box !important;
}

.stacks_in_8button:hover{
	color: #F9F628 !important;
	background-color: #EE6638 !important;
	border-color: #CA562F !important;
}

#stacks_in_8 a, #stacks_in_8 a:visited, #stacks_in_8 a:active{
	color: #FFFFFF !important;
}

#stacks_in_8 a:hover{
	color: #F9F628 !important;
}








	/* -- TYPE BOOSTRAP LARGE OVERRIDE -- */
	.stacks_in_8button{
		padding: 6px 16px 6px 16px !important;
		font-size: 16px !important;
		line-height: 20px !important;
	}
	































.stacks_in_8buttonPressWrapper *{
	
	
}


/* -- BUTTON ALIGNMENT -- */
.stacks_in_8buttonPressWrapper{
	position: relative !important;
	text-align: center !important;
}

@media only screen and (max-width: 768px) {
	.stacks_in_8buttonPressWrapper{
		text-align: center !important;
	}
}

@media only screen and (max-width: 480px) {
	.stacks_in_8buttonPressWrapper{
		text-align: center !important;
	}
}

/* -- End Buttonpress2 Each css Template -- */


/* 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_53 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



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

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

@media ( min-width : 768px ) {
	
	#stacks_in_53 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_53 .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_53 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_53 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_53 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_53 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_53 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_53 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_53 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_53 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_53 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_53 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_53 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_53 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_53 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_53 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_53 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_53 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_53 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_53 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_53 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_53 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_53 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_53 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_53 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_53 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_in_55 {
	margin:  4px;
	padding:  5px;
}

#stacks_in_62 {
	margin:  4px;
	padding:  4px;
}

#stacks_in_69 {
	margin:  4px;
	padding:  5px;
}



/* 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_54 .mbcontainer { 
	/*max-width: 890px;*/
	/*margin: 0 auto; */
}



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

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

@media ( min-width : 768px ) {
	
	#stacks_in_54 .gutters .mbcol {
		margin-left: 2% !important;
	}
	
	#stacks_in_54 .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_54 .mbspan_1 { margin:0; width: 8.33333333333%; }
	#stacks_in_54 .mbspan_2 { margin:0; width: 16.6666666667%; }
	#stacks_in_54 .mbspan_3 { margin:0; width: 25%; }
	#stacks_in_54 .mbspan_4 { margin:0; width: 33.3333333333%; }
	#stacks_in_54 .mbspan_5 { margin:0; width: 41.6666666667%; }
	#stacks_in_54 .mbspan_6 { margin:0; width: 50%; }
	#stacks_in_54 .mbspan_7 { margin:0; width: 58.3333333333%; }
	#stacks_in_54 .mbspan_8 { margin:0; width: 66.6666666667%; }
	#stacks_in_54 .mbspan_9 { margin:0; width: 75%; }
	#stacks_in_54 .mbspan_10 { margin:0; width: 83.3333333333%; }
	#stacks_in_54 .mbspan_11 { margin:0; width: 91.6666666667%; }
	#stacks_in_54 .mbspan_12 { margin:0; width: 100%; }
	
	#stacks_in_54 .gutters .mbspan_1 { margin:0; width: 6.5%; }
	#stacks_in_54 .gutters .mbspan_2 { margin:0; width: 15.0%; }
	#stacks_in_54 .gutters .mbspan_3 { margin:0; width: 23.5%; }
	#stacks_in_54 .gutters .mbspan_4 { margin:0; width: 32.0%; }
	#stacks_in_54 .gutters .mbspan_5 { margin:0; width: 40.5%; }
	#stacks_in_54 .gutters .mbspan_6 { margin:0; width: 49.0%; }
	#stacks_in_54 .gutters .mbspan_7 { margin:0; width: 57.5%; }
	#stacks_in_54 .gutters .mbspan_8 { margin:0; width: 66.0%; }
	#stacks_in_54 .gutters .mbspan_9 { margin:0; width: 74.5%; }
	#stacks_in_54 .gutters .mbspan_10 { margin:0; width: 83.0%; }
	#stacks_in_54 .gutters .mbspan_11 { margin:0; width: 91.5%; }
	#stacks_in_54 .gutters .mbspan_12 { margin:0; width: 100%; }
}
#stacks_in_74 {
	margin:  4px;
	padding:  4px;
}

#stacks_in_79 {
	margin:  4px;
	padding:  4px;
}

#stacks_in_84 {
	margin: 5px 10px 13px 10px;
}
