


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



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

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

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

#fadeInStackstacks_in_144_page2 {
	display: none;
	position: relative;
	z-index: 20;
}
#stacks_in_286_page2 {
	font-size: 101%;
}
/**
 * Grid container
 */

#tiles_stacks_in_429_page2 {
    list-style-type: none;
    position: relative;
    /** Needed to ensure items are laid out relative to this container **/
    margin: 0;
}

/**
 * Grid items
 */

#tiles_stacks_in_429_page2 li {
    width: 200px;
    background-color: #000000;
    border: 0px solid #DEDEDE;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: none;
    /** Hide items initially to avoid a flicker effect **/
    padding: 0px;
}

#tiles_stacks_in_429_page2 li img {
    display: block;
}

#stacks_in_429_page2 {
	-moz-border-radius:  2px;
	-webkit-border-radius:  2px;
	border-radius:  2px;
	margin:  10px;
}
/* Start Button Press stack CSS code */#stacks_in_439_page2{	text-align: center !important;}.stacks_in_439_page2dooabutton{	-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */	box-sizing: border-box !important;         /* Opera/IE 8+ */			display:inline-block;	text-align: center;	letter-spacing: 0px !important;		width:100%;			/* Gradient type button specific styles */		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #404040), color-stop(1, #222222) );	background:-moz-linear-gradient( center top, #404040 5%, #222222 100% );	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#222222');	background-color:#363636;	text-shadow:none;		text-shadow:1px -1px 0px #0E0E0E;			border:1px solid #181818;	color:#FFFFFF;									font-size:80% !important;	font-weight:normal !important;	line-height:normal !important;	text-decoration:none !important;	text-indent:0 !important;		font-family:Arial, Helvetica, sans-serif !important;	font-style:normal !important;		padding: 6px 10px 6px 10px;			-webkit-border-top-left-radius:4px;	-moz-border-radius-topleft:4px;	border-top-left-radius:4px;	-webkit-border-top-right-radius:4px;	-moz-border-radius-topright:4px;	border-top-right-radius:4px;	-webkit-border-bottom-right-radius:4px;	-moz-border-radius-bottomright:4px;	border-bottom-right-radius:4px;	-webkit-border-bottom-left-radius:4px;	-moz-border-radius-bottomleft:4px;	border-bottom-left-radius:4px;}.stacks_in_439_page2dooabutton:hover {					background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #222222), color-stop(1, #404040) );		background:-moz-linear-gradient( center top, #222222 5%, #404040 100% );		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#404040');		background-color:#363636;					color:#FFFFFF;		}/* End Button Press stack CSS code */
#stacks_in_439_page2 {
	margin:  8px;
	padding:  7px;
}
