
#stacks_in_220875_page17 {
	background-image: url("../index_files/backgroundImage_220875.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/*
 *
 * btns.css
 *  
 * Author: mrmrs
 * License: MIT
 *
 *                */
/*

  Base .btn class

  Code:
  <a href="#" class="btn">Default button</a>

*/
#stacks_in_220873_page17 .btn, #stacks_in_220873_page17 .btn:link, #stacks_in_220873_page17 .btn:visited {
  border-radius: 0.25em;
  border-style: solid;
  border-width: 1px;
  color: #111 !important;
  display: inline-block;
  font-family: avenir, helvetica, roboto, arial, sans-serif;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  padding: 1em 1.5em;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
  transition: color 0.4s, background-color 0.4s, border 0.4s; }

#stacks_in_220873_page17 .btn:hover, #stacks_in_220873_page17 .btn:focus {
  color: #7FDBFF !important;
  border: 1px solid #7FDBFF;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s; }

#stacks_in_220873_page17 .btn:active {
  color: #0074D9 !important;
  border: 1px solid #0074D9;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s; }

/*

  Sizes

  Small  = .btn--s
  Medium = .btn--m
  Large  = .btn--l

  Code:
  <a href="#" class="btn btn--s">
  <a href="#" class="btn btn--m">
  <a href="#" class="btn btn--l">

*/
#stacks_in_220873_page17 .btn--s {
  font-size: 14px; }

#stacks_in_220873_page17 .btn--m {
  font-size: 16px; }

#stacks_in_220873_page17 .btn--l {
  font-size: 20px;
  border-radius: 0.25em !important; }

/*

  Layout utility for responsive buttons

  Code:
  <a href="#" class="btn btn--full">

*/
#stacks_in_220873_page17 .btn--full, .btn--full:link {
  border-radius: 0.25em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%; }

/*

  Skins

  * Black & White
  * Grays
  * Colors

  Code:
  <a href="#" class="btn btn--black">
  <a href="#" class="btn btn--white">
  <a href="#" class="btn btn--gray">
  <a href="#" class="btn btn--gray-dark">
  <a href="#" class="btn btn--gray-border">
  <a href="#" class="btn btn--blue">

*/
/* BLACK & WHITE */
#stacks_in_220873_page17 .btn--black, #stacks_in_220873_page17 .btn--black:link, #stacks_in_220873_page17 .btn--black:visited {
  color: #fff !important;
  background-color: #111; }

#stacks_in_220873_page17 .btn--black:hover, #stacks_in_220873_page17 .btn--black:focus {
  color: #fff !important;
  background-color: #444;
  border-color: #444; }

#stacks_in_220873_page17 .btn--black:active {
  color: #fff !important;
  background-color: #999;
  border-color: #999; }

#stacks_in_220873_page17 .btn--white, #stacks_in_220873_page17 .btn--white:link, #stacks_in_220873_page17 .btn--white:visited {
  color: #111 !important;
  background-color: #fff; }

#stacks_in_220873_page17 .btn--white:hover, #stacks_in_220873_page17 .btn--white:focus {
  color: #111 !important;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7); }

#stacks_in_220873_page17 .btn--white:active {
  color: #111 !important;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9); }

/* Gray */
#stacks_in_220873_page17 .btn--gray:link, #stacks_in_220873_page17 .btn--gray:visited {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #555 !important; }

#stacks_in_220873_page17 .btn--gray:hover, #stacks_in_220873_page17 .btn--gray:focus {
  background-color: #ddd;
  border-color: #ddd;
  color: #444 !important; }

#stacks_in_220873_page17 .btn--gray:active {
  background-color: #ccc;
  border-color: #ccc;
  color: #444 !important; }

#stacks_in_220873_page17 .btn--gray-border:link, #stacks_in_220873_page17 .btn--gray-border:visited {
  background-color: #fff;
  border-color: #555;
  border-width: 2px;
  color: #555 !important; }

#stacks_in_220873_page17 .btn--gray-border:hover, #stacks_in_220873_page17 .btn--gray-border:focus {
  background-color: #fff;
  border-color: #ddd;
  color: #777 !important; }

#stacks_in_220873_page17 .btn--gray-border:active {
  background-color: #ccc;
  border-color: #ccc;
  color: #444 !important; }

#stacks_in_220873_page17 .btn--gray-dark:link, .btn--gray-dark:visited {
  background-color: #555;
  color: #eee !important; }

#stacks_in_220873_page17 .btn--gray-dark:hover, #stacks_in_220873_page17 .btn--gray-dark:focus {
  background-color: #333;
  border-color: #333;
  color: #eee !important; }

#stacks_in_220873_page17 .btn--gray-dark:active {
  background-color: #777;
  border-color: #777;
  color: #eee !important; }

/* BLUE */
#stacks_in_220873_page17 .btn--blue:link, #stacks_in_220873_page17 .btn--blue:visited {
  color: #fff !important;
  background-color: #0074D9; }

#stacks_in_220873_page17 .btn--blue:hover, #stacks_in_220873_page17 .btn--blue:focus {
  color: #fff !important;
  background-color: #0063aa;
  border-color: #0063aa; }

#stacks_in_220873_page17 .btn--blue:active {
  color: #fff !important;
  background-color: #001F3F;
  border-color: #001F3F; }

/* Keep it mobile-first and responsive */
@media screen and (min-width: 32em) {
  #stacks_in_220873_page17 .btn--full {
    max-width: 250px !important; } }

#stacks_in_220873_page17 {
	padding: 250px 0px 50px 0px;
}

#stacks_in_17102_page17 {
	margin: 50px 0px 0px 0px;
}

@media (max-width: 320px) {
	#stacks_in_17123_page17 .big {
		display:none;
	}
	#stacks_in_17123_page17 .small {
		display:block;
	}
}
@media (min-width: 321px) {
	#stacks_in_17123_page17 .big {
		display:block;
	}
	#stacks_in_17123_page17 .small {
		display:none;
	}
}
#stacks_in_17033_page17 .stylerbox{
	width:auto;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}



#stacks_in_17001_page17 .stylerbox{
	width:auto;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}




#stacks_in_15775_page17 {
	padding: 0px 50px 0px 50px;
}
/*
 *
 * btns.css
 *  
 * Author: mrmrs
 * License: MIT
 *
 *                */
/*

  Base .btn class

  Code:
  <a href="#" class="btn">Default button</a>

*/
#stacks_in_220881_page17 .btn, #stacks_in_220881_page17 .btn:link, #stacks_in_220881_page17 .btn:visited {
  border-radius: 0.25em;
  border-style: solid;
  border-width: 1px;
  color: #111 !important;
  display: inline-block;
  font-family: avenir, helvetica, roboto, arial, sans-serif;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  padding: 1em 1.5em;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
  transition: color 0.4s, background-color 0.4s, border 0.4s; }

#stacks_in_220881_page17 .btn:hover, #stacks_in_220881_page17 .btn:focus {
  color: #7FDBFF !important;
  border: 1px solid #7FDBFF;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s; }

#stacks_in_220881_page17 .btn:active {
  color: #0074D9 !important;
  border: 1px solid #0074D9;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s; }

/*

  Sizes

  Small  = .btn--s
  Medium = .btn--m
  Large  = .btn--l

  Code:
  <a href="#" class="btn btn--s">
  <a href="#" class="btn btn--m">
  <a href="#" class="btn btn--l">

*/
#stacks_in_220881_page17 .btn--s {
  font-size: 14px; }

#stacks_in_220881_page17 .btn--m {
  font-size: 16px; }

#stacks_in_220881_page17 .btn--l {
  font-size: 20px;
  border-radius: 0.25em !important; }

/*

  Layout utility for responsive buttons

  Code:
  <a href="#" class="btn btn--full">

*/
#stacks_in_220881_page17 .btn--full, .btn--full:link {
  border-radius: 0.25em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%; }

/*

  Skins

  * Black & White
  * Grays
  * Colors

  Code:
  <a href="#" class="btn btn--black">
  <a href="#" class="btn btn--white">
  <a href="#" class="btn btn--gray">
  <a href="#" class="btn btn--gray-dark">
  <a href="#" class="btn btn--gray-border">
  <a href="#" class="btn btn--blue">

*/
/* BLACK & WHITE */
#stacks_in_220881_page17 .btn--black, #stacks_in_220881_page17 .btn--black:link, #stacks_in_220881_page17 .btn--black:visited {
  color: #fff !important;
  background-color: #111; }

#stacks_in_220881_page17 .btn--black:hover, #stacks_in_220881_page17 .btn--black:focus {
  color: #fff !important;
  background-color: #444;
  border-color: #444; }

#stacks_in_220881_page17 .btn--black:active {
  color: #fff !important;
  background-color: #999;
  border-color: #999; }

#stacks_in_220881_page17 .btn--white, #stacks_in_220881_page17 .btn--white:link, #stacks_in_220881_page17 .btn--white:visited {
  color: #111 !important;
  background-color: #fff; }

#stacks_in_220881_page17 .btn--white:hover, #stacks_in_220881_page17 .btn--white:focus {
  color: #111 !important;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7); }

#stacks_in_220881_page17 .btn--white:active {
  color: #111 !important;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9); }

/* Gray */
#stacks_in_220881_page17 .btn--gray:link, #stacks_in_220881_page17 .btn--gray:visited {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #555 !important; }

#stacks_in_220881_page17 .btn--gray:hover, #stacks_in_220881_page17 .btn--gray:focus {
  background-color: #ddd;
  border-color: #ddd;
  color: #444 !important; }

#stacks_in_220881_page17 .btn--gray:active {
  background-color: #ccc;
  border-color: #ccc;
  color: #444 !important; }

#stacks_in_220881_page17 .btn--gray-border:link, #stacks_in_220881_page17 .btn--gray-border:visited {
  background-color: #fff;
  border-color: #555;
  border-width: 2px;
  color: #555 !important; }

#stacks_in_220881_page17 .btn--gray-border:hover, #stacks_in_220881_page17 .btn--gray-border:focus {
  background-color: #fff;
  border-color: #ddd;
  color: #777 !important; }

#stacks_in_220881_page17 .btn--gray-border:active {
  background-color: #ccc;
  border-color: #ccc;
  color: #444 !important; }

#stacks_in_220881_page17 .btn--gray-dark:link, .btn--gray-dark:visited {
  background-color: #555;
  color: #eee !important; }

#stacks_in_220881_page17 .btn--gray-dark:hover, #stacks_in_220881_page17 .btn--gray-dark:focus {
  background-color: #333;
  border-color: #333;
  color: #eee !important; }

#stacks_in_220881_page17 .btn--gray-dark:active {
  background-color: #777;
  border-color: #777;
  color: #eee !important; }

/* BLUE */
#stacks_in_220881_page17 .btn--blue:link, #stacks_in_220881_page17 .btn--blue:visited {
  color: #fff !important;
  background-color: #0074D9; }

#stacks_in_220881_page17 .btn--blue:hover, #stacks_in_220881_page17 .btn--blue:focus {
  color: #fff !important;
  background-color: #0063aa;
  border-color: #0063aa; }

#stacks_in_220881_page17 .btn--blue:active {
  color: #fff !important;
  background-color: #001F3F;
  border-color: #001F3F; }

/* Keep it mobile-first and responsive */
@media screen and (min-width: 32em) {
  #stacks_in_220881_page17 .btn--full {
    max-width: 250px !important; } }
#stacks_in_17157_page17 .stylerbox{
	width:auto;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}



#stacks_in_17161_page17 .stylerbox{
	width:auto;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}



/*
 *
 * btns.css
 *  
 * Author: mrmrs
 * License: MIT
 *
 *                */
/*

  Base .btn class

  Code:
  <a href="#" class="btn">Default button</a>

*/
#stacks_in_220879_page17 .btn, #stacks_in_220879_page17 .btn:link, #stacks_in_220879_page17 .btn:visited {
  border-radius: 0.25em;
  border-style: solid;
  border-width: 1px;
  color: #111 !important;
  display: inline-block;
  font-family: avenir, helvetica, roboto, arial, sans-serif;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  padding: 1em 1.5em;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
  transition: color 0.4s, background-color 0.4s, border 0.4s; }

#stacks_in_220879_page17 .btn:hover, #stacks_in_220879_page17 .btn:focus {
  color: #7FDBFF !important;
  border: 1px solid #7FDBFF;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s; }

#stacks_in_220879_page17 .btn:active {
  color: #0074D9 !important;
  border: 1px solid #0074D9;
  -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
  transition: background-color 0.3s, color 0.3s, border 0.3s; }

/*

  Sizes

  Small  = .btn--s
  Medium = .btn--m
  Large  = .btn--l

  Code:
  <a href="#" class="btn btn--s">
  <a href="#" class="btn btn--m">
  <a href="#" class="btn btn--l">

*/
#stacks_in_220879_page17 .btn--s {
  font-size: 14px; }

#stacks_in_220879_page17 .btn--m {
  font-size: 16px; }

#stacks_in_220879_page17 .btn--l {
  font-size: 20px;
  border-radius: 0.25em !important; }

/*

  Layout utility for responsive buttons

  Code:
  <a href="#" class="btn btn--full">

*/
#stacks_in_220879_page17 .btn--full, .btn--full:link {
  border-radius: 0.25em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%; }

/*

  Skins

  * Black & White
  * Grays
  * Colors

  Code:
  <a href="#" class="btn btn--black">
  <a href="#" class="btn btn--white">
  <a href="#" class="btn btn--gray">
  <a href="#" class="btn btn--gray-dark">
  <a href="#" class="btn btn--gray-border">
  <a href="#" class="btn btn--blue">

*/
/* BLACK & WHITE */
#stacks_in_220879_page17 .btn--black, #stacks_in_220879_page17 .btn--black:link, #stacks_in_220879_page17 .btn--black:visited {
  color: #fff !important;
  background-color: #111; }

#stacks_in_220879_page17 .btn--black:hover, #stacks_in_220879_page17 .btn--black:focus {
  color: #fff !important;
  background-color: #444;
  border-color: #444; }

#stacks_in_220879_page17 .btn--black:active {
  color: #fff !important;
  background-color: #999;
  border-color: #999; }

#stacks_in_220879_page17 .btn--white, #stacks_in_220879_page17 .btn--white:link, #stacks_in_220879_page17 .btn--white:visited {
  color: #111 !important;
  background-color: #fff; }

#stacks_in_220879_page17 .btn--white:hover, #stacks_in_220879_page17 .btn--white:focus {
  color: #111 !important;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7); }

#stacks_in_220879_page17 .btn--white:active {
  color: #111 !important;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9); }

/* Gray */
#stacks_in_220879_page17 .btn--gray:link, #stacks_in_220879_page17 .btn--gray:visited {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #555 !important; }

#stacks_in_220879_page17 .btn--gray:hover, #stacks_in_220879_page17 .btn--gray:focus {
  background-color: #ddd;
  border-color: #ddd;
  color: #444 !important; }

#stacks_in_220879_page17 .btn--gray:active {
  background-color: #ccc;
  border-color: #ccc;
  color: #444 !important; }

#stacks_in_220879_page17 .btn--gray-border:link, #stacks_in_220879_page17 .btn--gray-border:visited {
  background-color: #fff;
  border-color: #555;
  border-width: 2px;
  color: #555 !important; }

#stacks_in_220879_page17 .btn--gray-border:hover, #stacks_in_220879_page17 .btn--gray-border:focus {
  background-color: #fff;
  border-color: #ddd;
  color: #777 !important; }

#stacks_in_220879_page17 .btn--gray-border:active {
  background-color: #ccc;
  border-color: #ccc;
  color: #444 !important; }

#stacks_in_220879_page17 .btn--gray-dark:link, .btn--gray-dark:visited {
  background-color: #555;
  color: #eee !important; }

#stacks_in_220879_page17 .btn--gray-dark:hover, #stacks_in_220879_page17 .btn--gray-dark:focus {
  background-color: #333;
  border-color: #333;
  color: #eee !important; }

#stacks_in_220879_page17 .btn--gray-dark:active {
  background-color: #777;
  border-color: #777;
  color: #eee !important; }

/* BLUE */
#stacks_in_220879_page17 .btn--blue:link, #stacks_in_220879_page17 .btn--blue:visited {
  color: #fff !important;
  background-color: #0074D9; }

#stacks_in_220879_page17 .btn--blue:hover, #stacks_in_220879_page17 .btn--blue:focus {
  color: #fff !important;
  background-color: #0063aa;
  border-color: #0063aa; }

#stacks_in_220879_page17 .btn--blue:active {
  color: #fff !important;
  background-color: #001F3F;
  border-color: #001F3F; }

/* Keep it mobile-first and responsive */
@media screen and (min-width: 32em) {
  #stacks_in_220879_page17 .btn--full {
    max-width: 250px !important; } }

@media (max-width: 320px) {
	#stacks_in_17176_page17 .big {
		display:none;
	}
	#stacks_in_17176_page17 .small {
		display:block;
	}
}
@media (min-width: 321px) {
	#stacks_in_17176_page17 .big {
		display:block;
	}
	#stacks_in_17176_page17 .small {
		display:none;
	}
}



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



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

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

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



#stacks_in_17071_page17 .stylerbox{
	width:90%;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}



#stacks_in_17019_page17 .stylerbox{
	width:auto;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}



#stacks_in_17087_page17 .stylerbox{
	width:90%;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}




#stacks_in_15781_page17 {
	letter-spacing: 1px;
}



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



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

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

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



#stacks_in_17214_page17 .stylerbox{
	width:auto;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}



#stacks_in_17219_page17 .stylerbox{
	width:auto;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}



#stacks_in_17223_page17 .stylerbox{
	width:auto;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}




#stacks_in_17226_page17 {
	letter-spacing: 1px;
}

@media (max-width: 320px) {
	#stacks_in_17227_page17 .big {
		display:none;
	}
	#stacks_in_17227_page17 .small {
		display:block;
	}
}
@media (min-width: 321px) {
	#stacks_in_17227_page17 .big {
		display:block;
	}
	#stacks_in_17227_page17 .small {
		display:none;
	}
}



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



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

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

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



#stacks_in_17103_page17 .stylerbox{
	width:90%;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}




#stacks_in_15807_page17 {
	letter-spacing: 1px;
}
#stacks_in_17055_page17 .stylerbox{
	width:auto;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}



#stacks_in_17119_page17 .stylerbox{
	width:90%;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}




#stacks_in_29178_page17 {
	letter-spacing: 1px;
}



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



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

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

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



#stacks_in_17265_page17 .stylerbox{
	width:auto;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}




#stacks_in_17268_page17 {
	letter-spacing: 1px;
}
#stacks_in_17270_page17 .stylerbox{
	width:auto;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}



#stacks_in_17274_page17 .stylerbox{
	width:auto;
	height:auto;
	overflow:auto;
	
	background-image:url();
	background-repeat:no-repeat;
	
	
}




#stacks_in_17277_page17 {
	letter-spacing: 1px;
}



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



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

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

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

#stacks_in_220863_page17 {
	border: solid rgba(179, 179, 179, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#stacks_in_15100_page17 {
	border: solid rgba(179, 179, 179, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#stacks_in_15463_page17 {
	border: solid rgba(179, 179, 179, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#stacks_in_16958_page17 {
	border: solid rgba(179, 179, 179, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#stacks_in_16640_page17 {
	border: solid rgba(179, 179, 179, 1.00);
	border-width: 0px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#stacks_in_5815_page17 {
	margin:  10px;
}

#stacks_in_5871_page17 {
	margin:  10px;
}
.social_share_privacy_area {
    clear: both;
    margin: 0 auto!important;
	list-style-type: none;
	padding: 0 !important;
	width: auto;
	height: 25px;
	display: block;
    max-width:460px
}

.social_share_privacy_area li {
	margin: 0 !important;
	padding: 0 !important;
	height: 21px;
	float: left;
}
.social_share_privacy_area li .dummy_btn {
    float: left;
    margin: 0 0 0 10px;
    cursor: pointer;
    padding: 0;
    height: inherit;
}
.social_share_privacy_area li div iframe {
    overflow: hidden;
    height: inherit;
    width: inherit;
}
/* Facebook begin */
.social_share_privacy_area .facebook {
    width: 180px;
    display: inline-block;
}
.social_share_privacy_area .facebook .fb_like iframe {
    width: 145px;
}
/* Facebook end */
/* Twitter begin */
.social_share_privacy_area .twitter {
	width: 148px;
}
.social_share_privacy_area li div.tweet {
	width: 115px;
}
/* Twitter end */
/* Google+ begin */
.social_share_privacy_area .gplus {
	width: 123px;
}
.social_share_privacy_area li div.gplusone {
	width: 90px;
}
/* Google+ end */
/* Switch begin */
.social_share_privacy_area li .switch {
    display: inline-block;
    text-indent: -9999em;
    background: transparent url(../index_files/socialshareprivacyonoff.png) no-repeat 0 0 scroll;
    width: 23px;
    height: 12px;
    overflow: hidden;
    float: left;
    margin: 4px 0 0;
    padding: 0;
    cursor: pointer;
}
.social_share_privacy_area li .switch.on {
    background-position: 0 -12px; 
}
/* Switch end */
/* Tooltips begin */
.social_share_privacy_area li.help_info {
    position: relative; 
}
.social_share_privacy_area li.help_info .info, 
.social_share_privacy_area li .help_info.icon .info {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 290px;
    padding: 10px 15px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 4px #999;
    -webkit-box-shadow: 0 3px 4px #999;
    box-shadow: 0 3px 4px #999;
    background-color: #fdfbec;
    color: #000;
    z-index: 500;
}
.social_share_privacy_area li.gplus.help_info .info {
    left: -60px;
}
.social_share_privacy_area li .help_info.icon .info {
    left: -243px;
    width: 350px;
}
.social_share_privacy_area li.help_info.display .info, 
.social_share_privacy_area li .help_info.icon.display .info {
    display: block;
}
.social_share_privacy_area li.help_info.info_off.display .info {
    display: none;
}
.social_share_privacy_area li .help_info.icon {
    background: #fff url(../index_files/socialshareprivacyinfo.png) no-repeat center center scroll;
    width: 25px;
    height: 20px;
    position: relative;
    display: inline-block;
	vertical-align: top;
	border: 2px solid #e7e3e3;
	border-right-width: 0;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
	border-top-width: 0;
	border-left-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
	border-right-width: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
/* Tooltips end */
/* Settings/Info begin */
.social_share_privacy_area li.settings_info {
	position: relative;
	top: -2px;
}
.social_share_privacy_area li.settings_info a {
	text-decoration: none;
	margin: 0 !important;
}
.social_share_privacy_area li.settings_info .settings_info_menu {
    background-color: #f3f4f5;
    border: 2px solid #e7e3e3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px #c1c1c1;
	-webkit-box-shadow: 2px 2px 3px #c1c1c1;
    box-shadow: 3px 3px 3px #c1c1c1;
    left: 0;
    position: absolute;
    top: 0;
    width: 135px;
    z-index: 1000;
    margin: 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off {
	border-width: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.social_share_privacy_area li.settings_info .settings_info_menu.off form {
	display: none;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu .settings {
	text-indent: -9999em;
	display: inline-block;
	background: #fff url(../index_files/settings.png) no-repeat center center scroll;
	width: 25px;
	height: 20px;
	border: 2px solid #e7e3e3;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border-left: 1px solid #ddd;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
	border-top-width: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
    border-width: 0;
    margin: 0;
    padding: 0 10px 10px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
    padding: 10px 0;
	width: 115px;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
	clear: both;
    float: left;
    margin: 4px 10px 4px 0;
    padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
	-moz-transition: color .5s ease-in;
	-webkit-transition: color .5s ease-in;
	transition: color .5s ease-in;
	margin: 0;
	padding: 0;
}
.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
	color: #090;
}
/* Settings/Info end */#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:0;text-indent:-9999px;background:url(../index_files/image_16628.png) no-repeat left top;z-index:9988} #toTop:hover{background:url(../index_files/image_16628.png) no-repeat left -51px} #toTop:active,#toTop:focus{outline:0}
#mb_tooltip
        {
            font-family: Ubuntu, sans-serif;
            font-size: 0.875em;
            text-align: center;
            text-shadow: 0 1px rgba( 0, 0, 0, .5 );
            line-height: 1.5;
            color: #FFFFFF;
           /* background: #333;*/
            background: -webkit-gradient( linear, left top, left bottom, from( rgba(255, 255, 255, 1.00) ), to( rgba(170, 170, 170, 1.00) ) );
            background: -webkit-linear-gradient( top, rgba(255, 255, 255, 1.00), rgba(170, 170, 170, 1.00) );
            background: -moz-linear-gradient( top, rgba(255, 255, 255, 1.00), rgba(170, 170, 170, 1.00) );
            background: -ms-radial-gradient( top, rgba(255, 255, 255, 1.00), rgba(170, 170, 170, 1.00) );
            background: -o-linear-gradient( top, rgba(255, 255, 255, 1.00), rgba(170, 170, 170, 1.00) );
            background: linear-gradient( top, rgba(255, 255, 255, 1.00), rgba(170, 170, 170, 1.00) );
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
            -moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
            box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
position: absolute;
            z-index: 100;
            padding: 15px;
        }
            #mb_tooltip:after
            {
                width: 0;
                height: 0;
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-top: 10px solid #333;
                border-top-color: rgba(170, 170, 170, 1.00);
                content: '';
                position: absolute;
                left: 50%;
                bottom: -10px;
                margin-left: -10px;
            }
                #mb_tooltip.top:after
                {
                    border-top-color: transparent;
                    border-bottom: 10px solid #333;
                    border-bottom-color: rgba( 0, 0, 0, .6 );
                    top: -20px;
                    bottom: auto;
                }
                #mb_tooltip.left:after
                {
                    left: 10px;
                    margin: 0;
                }
                #mb_tooltip.right:after
                {
                    right: 10px;
                    left: auto;
                    margin: 0;
                }