
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../files/font/lato-light-webfont.eot');
    src: url('../files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/lato-light-webfont.woff') format('woff'),
         url('../files/font/lato-light-webfont.ttf') format('truetype'),
         url('../files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../files/font/opensans-regular-webfont.eot');
    src: url('../files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/opensans-regular-webfont.woff') format('woff'),
         url('../files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../files/font/notoserif-regular-webfont.eot');
    src: url('../files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


#stacks_in_1264_page0 {
	margin: 40px 0px 65px 0px;
}



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



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

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

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

#stacks_in_1360_page0 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_1362_page0 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_1364_page0 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_1348_page0 {
	padding: 50px 0px 0px 0px;
}

#stacks_in_1412_page0 {
	padding: 100px 0px 85px 0px;
}

#stacks_in_1424_page0 {
	margin: 0px 0px 125px 0px;
	padding: 100px 0px 0px 0px;
}

#stacks_in_1478_page0 {
	margin: 85px 0px 0px 0px;
}

#stacks_in_1481_page0 {
	font-size: 95%;
}
#stacks_in_114_page0 img{max-width:100% ;height:auto ;min-width:50px ;padding:0;margin:0 auto;          }

#stacks_in_114_page0 {
	padding: 40px 0px 100px 0px;
}

#stacks_in_1522_page0 {
	margin: 85px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}



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



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

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

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

#stacks_in_1538_page0 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_1532_page0 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_1550_page0 {
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 0px 0px;
}

#stacks_in_1551_page0 {
	font-size: 80%;
}

#stacks_in_1540_page0 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_1534_page0 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_1558_page0 {
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 0px 0px;
}

#stacks_in_1559_page0 {
	font-size: 80%;
}

#stacks_in_1542_page0 {
	padding: 10px 0px 0px 0px;
}

#stacks_in_1536_page0 {
	padding: 20px 0px 0px 0px;
}

#stacks_in_1566_page0 {
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 0px 0px;
}

#stacks_in_1567_page0 {
	font-size: 80%;
}

#stacks_in_1588_page0 {
	padding: 80px 0px 80px 0px;
}

#stacks_in_1594_page0 .stacks_left {
	float:left;
	width:32%;
}

#stacks_in_1594_page0 .stacks_right {
	float:right;
	width:32%;
}

#stacks_in_1594_page0 .stacks_middle {
	position:relative;
	margin:0 auto;
	width:32%;
}
#stacks_in_1590_page0 {
	padding: 80px 0px 50px 0px;
}

#stacks_in_1591_page0 {
	font-size: 80%;
}

#stacks_in_1598_page0 {
	padding: 0px 0px 100px 0px;
}
#stacks_in_1611_page0 .stacks_in_1611_page0-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: FlatButtonLato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_1611_page0 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_1611_page0 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_1611_page0 .stacks_in_1611_page0-button,
#stacks_in_1611_page0 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_1611_page0 {
		text-align: center;
	}









#stacks_in_1611_page0 a.stacks_in_1611_page0-button, #stacks_in_1611_page0 a.stacks_in_1611_page0-button:visited, #stacks_in_1611_page0 a.stacks_in_1611_page0-button:hover, #stacks_in_1611_page0 a.stacks_in_1611_page0-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_1611_page0 .stacks_in_1611_page0-button {
		
			background-color: #3399FF;
		
	}

	#stacks_in_1611_page0 a.stacks_in_1611_page0-button, #stacks_in_1611_page0 a.stacks_in_1611_page0-button:visited {
		
			color: #E4F7F3 !important;
			
	}

	#stacks_in_1611_page0 a.stacks_in_1611_page0-button:hover, #stacks_in_1611_page0 a.stacks_in_1611_page0-button:active {
		
			text-decoration: none;
			color: #E4F7F3 !important;
			background-color: #47ADFF;
		
	}

	
	#stacks_in_1611_page0 .button_icon {
		
			background-color: #1FAC8D;
		
	}

	#stacks_in_1611_page0 a.stacks_in_1611_page0-button:hover .button_icon, #stacks_in_1611_page0 a.stacks_in_1611_page0-button:active .button_icon {
		
			background-color: #33C0A1;
				
	}
	



#stacks_in_1611_page0 {
	padding: 100px 0px 300px 0px;
}
