/* Start doo Tab 2 stack each CSS code */#stacks_in_16wrapper{	position: relative;	-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+ */}#stacks_in_16 .dooTabContentTitle{	display: none;}ul.stacks_in_16tabs {	position: relative;	margin: 0 !important;	padding: 0;	float: left;	list-style: none !important;	list-style-type: none !important;	height: 34px;	border-bottom: 1px solid rgba(179, 179, 179, 1.00);	width: 100%;	-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+ */}ul.stacks_in_16tabs li {	float: left;	margin: 0;	cursor: pointer;	padding: 0px 21px;	height: 33px;	line-height: 33px !important;	border-top: 1px solid rgba(179, 179, 179, 1.00);	border-right: 1px solid rgba(179, 179, 179, 1.00);	/*border-bottom: 1px solid rgba(179, 179, 179, 1.00);*/	border-left: 1px solid rgba(179, 179, 179, 1.00);	background-color: rgba(244, 244, 244, 1.00);	color: rgba(0, 128, 255, 1.00);	overflow: hidden;	position: relative;	margin-left: 2px;	z-index: 1;	-webkit-border-top-left-radius: 4px;	-webkit-border-top-right-radius: 4px;	-moz-border-radius-topleft: 4px;	-moz-border-radius-topright: 4px;	border-top-left-radius: 4px;	border-top-right-radius: 4px;	white-space: nowrap;	font-size: 14px !important;	list-style: none !important;	list-style-type: none !important;	-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+ */}/*.tab_last { border-right: 1px solid ; }*/ul.stacks_in_16tabs li.tab_first { margin-left: 0px; }ul.stacks_in_16tabs li:hover {	color: rgba(0, 108, 235, 1.00);}ul.stacks_in_16tabs li.active {	background-color: rgba(255, 255, 255, 1.00);	color: rgba(51, 51, 51, 1.00);	border-top: 1px solid rgba(179, 179, 179, 1.00);	border-left: 1px solid rgba(179, 179, 179, 1.00);	border-right: 1px solid rgba(179, 179, 179, 1.00);	display: block;	z-index: 10;	-webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: content-box !important;    /* Firefox, other Gecko */	box-sizing: content-box !important;         /* Opera/IE 8+ */}.stacks_in_16tab_container {	position: relative;	border: 1px solid rgba(179, 179, 179, 1.00);	border-top: none;	background: rgba(255, 255, 255, 1.00);	overflow: auto;	-webkit-border-bottom-right-radius: 3px;	-webkit-border-bottom-left-radius: 3px;	-moz-border-radius-bottomright: 3px;	-moz-border-radius-bottomleft: 3px;	border-bottom-right-radius: 3px;	border-bottom-left-radius: 3px;	-webkit-box-sizing: content-box !important; /* Safari/Chrome, other WebKit */	-moz-box-sizing: content-box !important;    /* Firefox, other Gecko */	box-sizing: content-box !important;         /* Opera/IE 8+ */}#stacks_in_16 .dooTabContent {	padding: 20px;	display: none;}#stacks_in_16 .tab_drawer_heading { display: none; }@media screen and (max-width: 480px) {	ul.stacks_in_16tabs {		border-bottom: none;	}	.stacks_in_16tabs {		display: none;	}	#stacks_in_16 .tab_drawer_heading {		background-color: rgba(244, 244, 244, 1.00) !important;		color: rgba(0, 128, 255, 1.00) !important;		border-top: 1px solid rgba(179, 179, 179, 1.00);		margin: 0;		padding: 8px 20px;		display: block;		cursor: pointer;		-webkit-touch-callout: none;		-webkit-user-select: none;		-khtml-user-select: none;		-moz-user-select: none;		-ms-user-select: none;		user-select: none;		font-size: 16px !important;	}	.stacks_in_16tab_container > div:first-child .tab_drawer_heading {		border-top: 0px !important;	}	.stacks_in_16_active {		background-color: rgba(255, 255, 255, 1.00) !important;		color: rgba(51, 51, 51, 1.00);		border-bottom: 1px solid rgba(179, 179, 179, 1.00);	}	.stacks_in_16tab_container {	border: 1px solid rgba(179, 179, 179, 1.00) !important;	-webkit-border-radius: 4px;	-moz-border-radius: 4px;	border-radius: 4px;	}}/* End doo Tab 2 stack each CSS code *//* Start doo Tab 2 item stack each CSS code *//* End doo Tab 2 item stack each CSS code *//* Start doo Tab 2 item stack each CSS code *//* End doo Tab 2 item stack each CSS code *//* Start doo Tab 2 item stack each CSS code *//* End doo Tab 2 item stack each CSS code */


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



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

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

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