


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



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

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

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

.stacks_in_26buttonPressWrapper{
	position: relative !important;
}

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

/* -- TYPE BASE STYLES -- */
.stacks_in_26button{
	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_26button:hover{
	color: #FDFA29 !important;
	background-color: #EE6638 !important;
	border-color: #CA562F !important;
}

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

#stacks_in_26 a:hover{
	color: #FDFA29 !important;
}








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































.stacks_in_26buttonPressWrapper *{
	
	
}


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

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

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

/* -- End Buttonpress2 Each css Template -- */
#stacks_in_11 {
	margin: 20px 20px 20px 50px;
}
#stacks_in_13>.s3_row {
	margin: 0 -10px;
}

#stacks_in_13>.s3_row>.s3_column_left {
	width: 50.00%;
}

#stacks_in_13>.s3_row>.s3_column_right {
	width: 50.000000%;
}




#stacks_in_13>.s3_row>.s3_column {
	padding: 0 10px;
}










@media only screen and (max-width: 770px) {



}



@media only screen and (max-width: 400px) {


	#stacks_in_13>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_13>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





