/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */



/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0 !important; list-style: none !important;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('../Alex-Tyrrell-Publications_files/flexslider-icon.eot');
	src:url('../Alex-Tyrrell-Publications_files/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('../Alex-Tyrrell-Publications_files/flexslider-icon.woff') format('woff'),
		url('../Alex-Tyrrell-Publications_files/flexslider-icon.ttf') format('truetype'),
		url('../Alex-Tyrrell-Publications_files/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}
#stacks_in_p41623_n8351_page2 .sf-loader{
	position: relative;
	text-align: center;
	font: normal 12px "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
	letter-spacing: 1px;
	padding-bottom: 15px;
	-webkit-text-stroke: 0.15px;
  top: 60%;
  -webkit-font-smoothing: antialiased;
  color: #E6E6E6;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sf-loader hr{
	height: 10px !important;
	background-color: transparent !important;
	border: none;
}
#stacks_in_p41623_n8351_page2 .sf-spinner {
  width: 80px;
  height: 50px;
  display: inline-block;
  background-color: #E6E6E6;
  border-radius: 1px;
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: visible !important;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


/* FlexSlider Necessary Styles
*********************************/

#stacks_in_p41623_n8351_page2{
	position: relative;
	z-index: 20;
	text-shadow: none;
	height: 225px;
	max-height: ;
	max-width: ;
	max-height:none;max-width:none;
	overflow: hidden;
}
.sf-loaded #stacks_in_p41623_n8351_page2{height: auto;}

.flexslider {
	opacity: 0;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.sf-loaded .flexslider{
	opacity: 1;
}
.sf-loaded .sf-loader{
	display: none;
}

.flexslider .slides{
	margin-bottom: 0 !important;
	padding-left: 0 !important;
}

.flexslider .slides:not(.lt-ie){
	margin-left: 0 !important;
}

.flexslider .slides a,
.flexslider .slides img{
	outline: none;
	border: none;
}
.flexslider .slides a{}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flexslider .slides > li.anim {
	overflow: hidden;
  -webkit-transition: max-height 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -moz-transition: max-height 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: max-height 2500ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.flexslider .slides img{width:100%;display: block;}
.flexslider .slides img.max {width: 100% !important; height: auto !important;}
.flexslider .slides img.limit {width: auto !important;}

.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative; zoom: 1; }
#stacks_in_p41623_n8351_page2 *{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#extraContainer1 .flexslider { margin: 0;}
.flex-viewport { 
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	-o-transition: all 1s ease; 
	transition: all 1s ease; 
}

.flexslider .slides { zoom: 1;}

/* Direction Nav */
#stacks_in_p41623_n8351_page2 .flex-direction-nav {*height: 0;}

#stacks_in_p41623_n8351_page2 .flex-direction-nav a{ 
	text-decoration:none;
	display: block;
	background-color: transparent;
	border-radius: 3px;
	font-style: normal !important;
	position: absolute;
	top: 50%;
	height: 44px;
	width: 44px;
	margin-top: -22px;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
	line-height: 0;
	margin-left: 30px;
	color: #FFFFFF !important;
	-webkit-transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000);
	-moz-transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	transition: all .7s cubic-bezier(0.770, 0.000, 0.175, 1.000);
}
#stacks_in_p41623_n8351_page2 .flex-direction-nav .flex-next{
	margin-left: 0px;
	margin-right: 30px;
}
#stacks_in_p41623_n8351_page2 .flex-direction-nav .flex-prev {
	-webkit-transform: translateX(-50px);
  -moz-transform:    translateX(-50px);
  -ms-transform:     translateX(-50px);
  -o-transform:      translateX(-50px);
  transform:         translateX(-50px);
	left: -10px;
}
#stacks_in_p41623_n8351_page2 .flex-direction-nav .flex-next { 
	-webkit-transform: translateX(50px);
  -moz-transform:    translateX(50px);
  -ms-transform:     translateX(50px);
  -o-transform:      translateX(50px);
  transform:         translateX(50px);
	text-align: right; 
	right: -10px;
}
#stacks_in_p41623_n8351_page2 .flexslider:hover .flex-prev,
#stacks_in_p41623_n8351_page2 .flexslider:hover .flex-next {
	-webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
  transform:         translateX(0);
	opacity: 0.4;
}

#stacks_in_p41623_n8351_page2 .flex-direction-nav .flex-prev:before,
#stacks_in_p41623_n8351_page2 .flex-direction-nav .flex-next:before{
	text-align: center;
	width: 45px;
	line-height: 46px;
	font-family: "flexslider-icon";
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 20px; 
	display: inline-block; 
	content: '\f001'; 
	z-index: 10;
	position: relative;
}
#stacks_in_p41623_n8351_page2 .flex-direction-nav .flex-next:before  { width: 45px;content: '\f002';}
#stacks_in_p41623_n8351_page2 .flexslider:hover .flex-next:hover, 
#stacks_in_p41623_n8351_page2 .flexslider:hover .flex-prev:hover { opacity: 1; color: #FFFFFF !important;}
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Caption */
.slides > li{position: relative;}
.flex-caption { 
	height:50px; 
	background:none;
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); 
	background: rgba(0,0,0,.5);
	box-shadow: inset 0 1px 0 rgba(0,0,0,.1), inset 0 2px 0 rgba(255,255,255,.04);
	zoom: 1; 
	text-align: left; 
	width: 100%; 
	z-index: 10;
	display: block; 
	text-indent: 20px;
	position: absolute; 
	left: 0; 
	bottom: 0; 
	color: #fff;
	line-height: 50px;
	-webkit-text-stroke: 0.25px white;
	font-size: 14px;
}

/* Control Nav */
body ol.flex-control-nav {
	list-style-type: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%; 
	position: absolute; 
	bottom: -40px; 
	text-align: center;
	opacity: 0.2;
	line-height: 50px;
	bottom: 0; 
	width:100%;
	z-index:100;
	-webkit-transition: opacity .6s linear;
	-moz-transition: opacity .6s linear;
	transition: opacity .6s linear;
}
.flex-control-nav *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.flexslider:hover .flex-control-nav {
	opacity: 0.5;
}
#stacks_in_p41623_n8351_page2 .flex-control-nav li {
	margin: 0 7px; 
	display: inline-block;
	zoom: 1;
	position: relative;
	*display: inline;
	list-style-type: none !important;
}
#stacks_in_p41623_n8351_page2 .flex-control-paging li a {
	color: transparent !important; 
	width: 11px; 
	height: 11px; 
	display: block;
	float: left;
	background: #4C4C4C; 
	cursor: pointer; 
	text-align: left;
	text-indent: -9999px;
	position: relative;
	top: 1px;
	-webkit-border-radius: 20px; 
	-moz-border-radius: 20px; 
	-o-border-radius: 20px; 
	border-radius: 20px;
	-webkit-transition: background .25s ease-out;
	-moz-transition: background .25s ease-out;
	transition: background .25s ease-out;
}
#stacks_in_p41623_n8351_page2 .flex-control-paging li a:hover { background:  #FFFFFF; }
#stacks_in_p41623_n8351_page2 .flex-control-paging li a.flex-active { background: #FFFFFF; cursor: default; }

/* Control Nav MOD */
#extraContainer1 .flex-control-nav {bottom: 0;}

.flex-control-nav.alignRight {
	opacity: 0.4;
	text-align: right; 
	right: 15px;
	width:auto;
	display: block;
	float: left;
}

.flexslider:hover .flex-control-nav.alignRight {
	opacity: 0.7;
}

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
#stacks_in_p41623_n8351_page2 .flexslider .flex-prev,
#stacks_in_p41623_n8351_page2 .flexslider .flex-next {
	-webkit-transform: translateX(0);
  -moz-transform:    translateX(0);
  -ms-transform:     translateX(0);
  -o-transform:      translateX(0);
  transform:         translateX(0);
	opacity: 0.6;
}
}
@media screen and (max-width: 480px) {
	#stacks_in_p41623_n8351_page2 .flex-direction-nav{display: none;}
}


/* Edit Mode UI  */




#stacks_in_p41623_n8351_page2 {
	background-color: rgba(255, 255, 255, 1.00);
	padding:  5px;
}
#stacks_in_4591_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_4591_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_4591_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_4591_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_4591_page2.s3 .c.s2_3 .count,#stacks_in_4591_page2.s4 .c.s2_4 .count,#stacks_in_4591_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_4591_page2.s2 .c.s1_2 .c-pad,#stacks_in_4591_page2.s3 .c.s1_3 .c-pad,#stacks_in_4591_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_4591_page2.s3 .c.s2_3 .c-pad,#stacks_in_4591_page2.s4 .c.s2_4 .c-pad,#stacks_in_4591_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_4591_page2.s2 .c.s2_2 .c-pad,#stacks_in_4591_page2.s3 .c.s3_3 .c-pad,#stacks_in_4591_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_4591_page2 .c+.c .count,
	#stacks_in_4591_page2.s3 .c.s2_3 .count,
	#stacks_in_4591_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_4591_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_4591_page2 .c:first-child,#stacks_in_4591_page2.s4 .c.s1_4,#stacks_in_4591_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_4591_page2 .c:last-child,#stacks_in_4591_page2.s4 .c.s3_4,#stacks_in_4591_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_4591_page2.s2 .c-pad,#stacks_in_4591_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_4591_page2.s4 .c.s2_4 .count,
	#stacks_in_4591_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_4591_page2.s4 .c {width: 49.2%;}
	#stacks_in_4591_page2.s4 .c.s1_4 .c-pad,#stacks_in_4591_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_4591_page2.s4 .c.s2_4 .c-pad,#stacks_in_4591_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_4591_page2 .count{ margin-left: 0 !important;}
	#stacks_in_4591_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_4591_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#portholeStackstacks_in_p41624_n1_page2 {	
	width: 100%;
	padding-bottom: 100%;
	display: block;
	position: relative;
	z-index: 0;
}

#portholeStackstacks_in_p41624_n1_page2 *,
#portholeStackstacks_in_p41624_n1_page2 *:before,
#portholeStackstacks_in_p41624_n1_page2 *:after {	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#portholeFillstacks_in_p41624_n1_page2 {
	width: 100%;
	height: 100%;
	border-radius: 250px;
	-webkit-border-radius: 250px;
	-moz-border-radius: 250px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0.99;
	border: 1px solid #4C4C4C;
	-webkit-transition: all 0ms linear;
	transition: all 0ms linear;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 0px rgba(255,255,255,0.00), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeStackstacks_in_p41624_n1_page2:hover #portholeFillstacks_in_p41624_n1_page2 {
	opacity: 0.99;
	border: 1px solid #4C4C4C;
	box-shadow: inset 0 0 0 0 rgba(0,0,0, 0.4), inset 0 0 0 0px rgba(255,255,255,0.00), 0 1px 2px rgba(0,0,0,0.1);
}

#portholeContentAbsolutestacks_in_p41624_n1_page2 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 3;
	width: 100%;
	display: block;
}

#portholeContentstacks_in_p41624_n1_page2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	width: 0%;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
}

#portholeContentLargestacks_in_p41624_n1_page2 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 0.50em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 0ms linear;
	transition: all 0ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.0;
	text-transform: none;
}

#portholeStackstacks_in_p41624_n1_page2:hover #portholeContentLargestacks_in_p41624_n1_page2 {
	color: #FFFFFF;
	opacity: 0.0;
}

/*  */
#portholeContentLargestacks_in_p41624_n1_page2 {
	font-size: 250%;
}

#portholeStackstacks_in_p41624_n1_page2:hover #portholeContentLargestacks_in_p41624_n1_page2 {
	font-size: 250%;
}
/*  */

/*  */

/*  */

#portholeContentSmallstacks_in_p41624_n1_page2 {
	font-family: 'Droid Sans', sans-serif;
	line-height: 1.25em;
	font-weight: 400;
	color: #FFFFFF;
	-webkit-transition: all 0ms linear;
	transition: all 0ms linear;
	z-index: 4;
	position: relative;
	opacity: 0.0;
	text-transform: none;
}

#portholeStackstacks_in_p41624_n1_page2:hover #portholeContentSmallstacks_in_p41624_n1_page2 {
	color: #FFFFFF;
	opacity: 0.0;
}

/*  */
#portholeContentSmallstacks_in_p41624_n1_page2 {
	font-size: 150%;
}

#portholeStackstacks_in_p41624_n1_page2:hover #portholeContentSmallstacks_in_p41624_n1_page2 {
	font-size: 150%;
}
/*  */

/*  */

/*  */

/* Icons */

#portholeContentLargestacks_in_p41624_n1_page2 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 0ms linear;
	transition: all 0ms linear;
}

#portholeStackstacks_in_p41624_n1_page2:hover #portholeContentLargestacks_in_p41624_n1_page2 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeContentSmallstacks_in_p41624_n1_page2 [class^="fa fa-"] {
	color: #FFFFFF;
	-webkit-transition: all 0ms linear;
	transition: all 0ms linear;
}

#portholeStackstacks_in_p41624_n1_page2:hover #portholeContentSmallstacks_in_p41624_n1_page2 [class^="fa fa-"] {
	color: #FFFFFF;
}

#portholeLinkstacks_in_p41624_n1_page2 a {
	display: block;
	border: none;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: transparent;
}
















/* Local image image applied as a CSS background */
#portholeFillstacks_in_p41624_n1_page2 {
	background: url(../Alex-Tyrrell-Publications_files/container_local_image_p41624_n1.png);
	background-size: contain;
	background-attachment: scroll;
}





@media print {
	#portholeFillstacks_in_p41624_n1_page2 {
		display: none;
	}
	
	#portholeStackstacks_in_p41624_n1_page2 {	
		padding-bottom: 0;
	}
	
	#portholeContentstacks_in_p41624_n1_page2 {
		width: 100%;
	}
	
	#portholeLinkstacks_in_p41624_n1_page2 a,
	#portholeContentAbsolutestacks_in_p41624_n1_page2 {
		position: relative;
		top: auto;
		left: auto;
	}
	
	#portholeContentSmallstacks_in_p41624_n1_page2,
	#portholeContentLargestacks_in_p41624_n1_page2 {
		font-size: 14pt;
		line-height: 1.50em;
		opacity: 1.00;
		color: #000000;
		text-align: left;
	}
}
#stacks_out_p41624_n1_page2 {
	width: 60%;
}

#stacks_in_p41624_n1_page2 {
	margin:  5px;
	padding:  5px;
}
#stacks_in_41625_page2 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_41625_page2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#FFFFFF; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_41625_page2 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_4605_page2 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_4606_page2 {
	font-size: 110%;
	font-weight: lighter;
}
#stacks_in_5349_page2{text-align:justify}

#stacks_in_5349_page2 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_5350_page2 {
	font-size: 80%;
	font-weight: lighter;
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../rw_common/plugins/stacks/fontawesome/fontawesome-webfont.eot?v=4.4.0');src:url('../../rw_common/plugins/stacks/fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('../../rw_common/plugins/stacks/fontawesome/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('../../rw_common/plugins/stacks/fontawesome/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('../../rw_common/plugins/stacks/fontawesome/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('../../rw_common/plugins/stacks/fontawesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}

/*Below the Fold*/

.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* Navigation */

#rails-wrapper{
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
#rails-wrapper *{
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.rails-rail {
  float: left;
  width: 150px;
  /*height: 100vh;*/
  /*background: ;*/
  bottom: 0;
  margin: 0;
  z-index: 10;
  position: relative; }

#rails-nav ul,
#rails-nav li,
#rails-nav a{
  padding: 0;
  margin: 0;
  text-shadow: none;
  list-style: none;
  text-decoration: none;
}
#rails-nav{
  -webkit-transition: padding 300ms;
  transition: padding 300ms;
}
#rails-nav.pinned{padding-top: 80px;left: auto !important;}

#rails-nav ul{
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: 0px 0 0 #CCCCCC;
}
#rails-nav ul li {
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;}
#rails-nav ul li div{
	background: #000;
}
#rails-nav ul li {
  background: none !important;
  border-top-style: solid;
  border-top-width: 1px;
  /*
  padding-bottom: px;
  margin-bottom: px;
  */
  font-size: 16px;}

#rails-nav ul li a {
	position: relative;
  display: block;

  padding: 10px;
  border-radius: 0px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: color 300ms ease-out, background 150ms ease-out;
          transition: color 300ms ease-out, background 150ms ease-out;}

#rails-nav ul li a:hover {
  border: inherent;
  text-decoration: none;}

#rails-nav ul li a i{
  position: relative;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: color 200ms ease-out;
          transition: color 200ms ease-out;}

/* Sections */

#rails-sections {
  margin-right: -150px;
  width: 100%;
  float: right;
  overflow: hidden;
	padding-bottom: 0px;}
	
#rails-sections #rails-push {
  border-width: 0;
  height: auto;
  border-style: solid;
  border-left-width: 0px;
  padding-right: 150px;}

.ts-box{
	padding-top: 2%;
	padding-right: 0%;
	padding-bottom: 2%;
	padding-left: 5%;
}

/* Right Align */

.rail-right .rails-rail{
  float: right;
}
.rail-right #rails-nav ul{
	box-shadow: -0px 0 0 #CCCCCC;
}
.rail-right #rails-sections {
  margin-left: -150px;
  margin-right: 0;
  float: left;
  border-left: none;}
  
.rail-right #rails-sections #rails-push {
  padding-left: 150px;
  border-left-width: 0;
  border-right-width: 0px;
  padding-right: 0;}

/* Colors */

#rails-nav ul li a{color: #CCCCCC;}
#rails-nav ul li a:hover{color: #4C4C4C;}
#rails-nav ul li a:active{color: #000000;}
#rails-nav ul li a.current{color: #000000;}

#rails-nav ul li a i{color: #FF324F;}
#rails-nav ul li a:hover i{color: #C700FF;}
#rails-nav ul li a:active i{color: #6C11FF;}
#rails-nav ul li a.current i{color: #FFC3C4;}

#rails-nav ul li{border-top-color: #CCCCCC !important;}
#rails-nav ul li div{background: #CCCCCC;}
#rails-sections #rails-push {border-color: #CCCCCC !important;}
#rails-nav ul li a{background: #FFFFFF;}
#rails-nav ul li a:hover{background: #FFFFFF;}
#rails-nav ul li a.current{background: #FFFFFF;}

@media (max-width: 500px) {
  .rails-rail {
    display: none; }
  #rails-sections {
    margin-right: 0;
    padding-bottom: 0;
    box-shadow: none;
    float: none; }
  .rail-right #rails-sections {
    margin-left: 0;
    padding-bottom: 0;
    box-shadow: none;
    float: none; }
  #rails-sections #rails-push {
    padding-right: 0; 
  	border-left-width:0;}
  .rail-right #rails-sections #rails-push {
    padding-left: 0; 
  	border-right-width:0;}
  #rails-sections #rails-push .ts-box{
		padding-right: 5%;
		padding-left: 5%;
  }
}

/*********************
***  PUBLISH MODE  ***
**********************/



#rails-nav ul li.separate,
#rails-nav ul li:first-child{
	border-top-style: none;
  border-top-width: 0;}



/*********************
*****  EDIT MODE  ****
**********************/

#stacks_in_43133_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43133_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43133_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43133_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43133_page2.s3 .c.s2_3 .count,#stacks_in_43133_page2.s4 .c.s2_4 .count,#stacks_in_43133_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43133_page2.s2 .c.s1_2 .c-pad,#stacks_in_43133_page2.s3 .c.s1_3 .c-pad,#stacks_in_43133_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43133_page2.s3 .c.s2_3 .c-pad,#stacks_in_43133_page2.s4 .c.s2_4 .c-pad,#stacks_in_43133_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43133_page2.s2 .c.s2_2 .c-pad,#stacks_in_43133_page2.s3 .c.s3_3 .c-pad,#stacks_in_43133_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43133_page2 .c+.c .count,
	#stacks_in_43133_page2.s3 .c.s2_3 .count,
	#stacks_in_43133_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43133_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43133_page2 .c:first-child,#stacks_in_43133_page2.s4 .c.s1_4,#stacks_in_43133_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43133_page2 .c:last-child,#stacks_in_43133_page2.s4 .c.s3_4,#stacks_in_43133_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43133_page2.s2 .c-pad,#stacks_in_43133_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43133_page2.s4 .c.s2_4 .count,
	#stacks_in_43133_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43133_page2.s4 .c {width: 49.2%;}
	#stacks_in_43133_page2.s4 .c.s1_4 .c-pad,#stacks_in_43133_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43133_page2.s4 .c.s2_4 .c-pad,#stacks_in_43133_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43133_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43133_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43133_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43133_page2 {
	padding:  1px;
}
#stacks_in_45639_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45639_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45639_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45639_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45639_page2.s3 .c.s2_3 .count,#stacks_in_45639_page2.s4 .c.s2_4 .count,#stacks_in_45639_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45639_page2.s2 .c.s1_2 .c-pad,#stacks_in_45639_page2.s3 .c.s1_3 .c-pad,#stacks_in_45639_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45639_page2.s3 .c.s2_3 .c-pad,#stacks_in_45639_page2.s4 .c.s2_4 .c-pad,#stacks_in_45639_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45639_page2.s2 .c.s2_2 .c-pad,#stacks_in_45639_page2.s3 .c.s3_3 .c-pad,#stacks_in_45639_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45639_page2 .c+.c .count,
	#stacks_in_45639_page2.s3 .c.s2_3 .count,
	#stacks_in_45639_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45639_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45639_page2 .c:first-child,#stacks_in_45639_page2.s4 .c.s1_4,#stacks_in_45639_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45639_page2 .c:last-child,#stacks_in_45639_page2.s4 .c.s3_4,#stacks_in_45639_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45639_page2.s2 .c-pad,#stacks_in_45639_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45639_page2.s4 .c.s2_4 .count,
	#stacks_in_45639_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45639_page2.s4 .c {width: 49.2%;}
	#stacks_in_45639_page2.s4 .c.s1_4 .c-pad,#stacks_in_45639_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45639_page2.s4 .c.s2_4 .c-pad,#stacks_in_45639_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45639_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45639_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45639_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45640_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45640_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45640_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45640_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45640_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45640_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45640_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45640_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45640_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45642_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45642_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45642_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45642_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45642_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45642_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45642_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45642_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45642_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45642_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45642_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45642_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45642_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45642_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45649_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45649_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45649_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45649_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45649_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45649_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45649_page2.responsive.open{max-height:500px}}#stacks_in_45649_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45649_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45649_page2_container.responsive{height:500px}}
#stacks_in_45650_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45650_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45650_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45650_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45650_page2.s3 .c.s2_3 .count,#stacks_in_45650_page2.s4 .c.s2_4 .count,#stacks_in_45650_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45650_page2.s2 .c.s1_2 .c-pad,#stacks_in_45650_page2.s3 .c.s1_3 .c-pad,#stacks_in_45650_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45650_page2.s3 .c.s2_3 .c-pad,#stacks_in_45650_page2.s4 .c.s2_4 .c-pad,#stacks_in_45650_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45650_page2.s2 .c.s2_2 .c-pad,#stacks_in_45650_page2.s3 .c.s3_3 .c-pad,#stacks_in_45650_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45650_page2 .c+.c .count,
	#stacks_in_45650_page2.s3 .c.s2_3 .count,
	#stacks_in_45650_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45650_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45650_page2 .c:first-child,#stacks_in_45650_page2.s4 .c.s1_4,#stacks_in_45650_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45650_page2 .c:last-child,#stacks_in_45650_page2.s4 .c.s3_4,#stacks_in_45650_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45650_page2.s2 .c-pad,#stacks_in_45650_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45650_page2.s4 .c.s2_4 .count,
	#stacks_in_45650_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45650_page2.s4 .c {width: 49.2%;}
	#stacks_in_45650_page2.s4 .c.s1_4 .c-pad,#stacks_in_45650_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45650_page2.s4 .c.s2_4 .c-pad,#stacks_in_45650_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45650_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45650_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45650_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45691_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45691_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45691_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45691_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45691_page2.s3 .c.s2_3 .count,#stacks_in_45691_page2.s4 .c.s2_4 .count,#stacks_in_45691_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45691_page2.s2 .c.s1_2 .c-pad,#stacks_in_45691_page2.s3 .c.s1_3 .c-pad,#stacks_in_45691_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45691_page2.s3 .c.s2_3 .c-pad,#stacks_in_45691_page2.s4 .c.s2_4 .c-pad,#stacks_in_45691_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45691_page2.s2 .c.s2_2 .c-pad,#stacks_in_45691_page2.s3 .c.s3_3 .c-pad,#stacks_in_45691_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45691_page2 .c+.c .count,
	#stacks_in_45691_page2.s3 .c.s2_3 .count,
	#stacks_in_45691_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45691_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45691_page2 .c:first-child,#stacks_in_45691_page2.s4 .c.s1_4,#stacks_in_45691_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45691_page2 .c:last-child,#stacks_in_45691_page2.s4 .c.s3_4,#stacks_in_45691_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45691_page2.s2 .c-pad,#stacks_in_45691_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45691_page2.s4 .c.s2_4 .count,
	#stacks_in_45691_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45691_page2.s4 .c {width: 49.2%;}
	#stacks_in_45691_page2.s4 .c.s1_4 .c-pad,#stacks_in_45691_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45691_page2.s4 .c.s2_4 .c-pad,#stacks_in_45691_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45691_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45691_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45691_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45692_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45692_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45692_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45692_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45692_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45692_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45692_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45692_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45692_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45694_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45694_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45694_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45694_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45694_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45694_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45694_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45694_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45694_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45694_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45694_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45694_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45694_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45694_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45701_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45701_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45701_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45701_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45701_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45701_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45701_page2.responsive.open{max-height:500px}}#stacks_in_45701_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45701_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45701_page2_container.responsive{height:500px}}
#stacks_in_45702_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45702_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45702_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45702_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45702_page2.s3 .c.s2_3 .count,#stacks_in_45702_page2.s4 .c.s2_4 .count,#stacks_in_45702_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45702_page2.s2 .c.s1_2 .c-pad,#stacks_in_45702_page2.s3 .c.s1_3 .c-pad,#stacks_in_45702_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45702_page2.s3 .c.s2_3 .c-pad,#stacks_in_45702_page2.s4 .c.s2_4 .c-pad,#stacks_in_45702_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45702_page2.s2 .c.s2_2 .c-pad,#stacks_in_45702_page2.s3 .c.s3_3 .c-pad,#stacks_in_45702_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45702_page2 .c+.c .count,
	#stacks_in_45702_page2.s3 .c.s2_3 .count,
	#stacks_in_45702_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45702_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45702_page2 .c:first-child,#stacks_in_45702_page2.s4 .c.s1_4,#stacks_in_45702_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45702_page2 .c:last-child,#stacks_in_45702_page2.s4 .c.s3_4,#stacks_in_45702_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45702_page2.s2 .c-pad,#stacks_in_45702_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45702_page2.s4 .c.s2_4 .count,
	#stacks_in_45702_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45702_page2.s4 .c {width: 49.2%;}
	#stacks_in_45702_page2.s4 .c.s1_4 .c-pad,#stacks_in_45702_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45702_page2.s4 .c.s2_4 .c-pad,#stacks_in_45702_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45702_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45702_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45702_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45657_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45657_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45657_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45657_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45657_page2.s3 .c.s2_3 .count,#stacks_in_45657_page2.s4 .c.s2_4 .count,#stacks_in_45657_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45657_page2.s2 .c.s1_2 .c-pad,#stacks_in_45657_page2.s3 .c.s1_3 .c-pad,#stacks_in_45657_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45657_page2.s3 .c.s2_3 .c-pad,#stacks_in_45657_page2.s4 .c.s2_4 .c-pad,#stacks_in_45657_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45657_page2.s2 .c.s2_2 .c-pad,#stacks_in_45657_page2.s3 .c.s3_3 .c-pad,#stacks_in_45657_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45657_page2 .c+.c .count,
	#stacks_in_45657_page2.s3 .c.s2_3 .count,
	#stacks_in_45657_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45657_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45657_page2 .c:first-child,#stacks_in_45657_page2.s4 .c.s1_4,#stacks_in_45657_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45657_page2 .c:last-child,#stacks_in_45657_page2.s4 .c.s3_4,#stacks_in_45657_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45657_page2.s2 .c-pad,#stacks_in_45657_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45657_page2.s4 .c.s2_4 .count,
	#stacks_in_45657_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45657_page2.s4 .c {width: 49.2%;}
	#stacks_in_45657_page2.s4 .c.s1_4 .c-pad,#stacks_in_45657_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45657_page2.s4 .c.s2_4 .c-pad,#stacks_in_45657_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45657_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45657_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45657_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45658_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45658_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45658_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45658_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45658_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45658_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45658_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45658_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45658_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45660_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45660_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45660_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45660_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45660_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45660_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45660_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45660_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45660_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45660_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45660_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45660_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45660_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45660_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45667_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45667_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45667_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45667_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45667_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45667_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45667_page2.responsive.open{max-height:500px}}#stacks_in_45667_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45667_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45667_page2_container.responsive{height:500px}}
#stacks_in_45668_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45668_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45668_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45668_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45668_page2.s3 .c.s2_3 .count,#stacks_in_45668_page2.s4 .c.s2_4 .count,#stacks_in_45668_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45668_page2.s2 .c.s1_2 .c-pad,#stacks_in_45668_page2.s3 .c.s1_3 .c-pad,#stacks_in_45668_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45668_page2.s3 .c.s2_3 .c-pad,#stacks_in_45668_page2.s4 .c.s2_4 .c-pad,#stacks_in_45668_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45668_page2.s2 .c.s2_2 .c-pad,#stacks_in_45668_page2.s3 .c.s3_3 .c-pad,#stacks_in_45668_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45668_page2 .c+.c .count,
	#stacks_in_45668_page2.s3 .c.s2_3 .count,
	#stacks_in_45668_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45668_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45668_page2 .c:first-child,#stacks_in_45668_page2.s4 .c.s1_4,#stacks_in_45668_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45668_page2 .c:last-child,#stacks_in_45668_page2.s4 .c.s3_4,#stacks_in_45668_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45668_page2.s2 .c-pad,#stacks_in_45668_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45668_page2.s4 .c.s2_4 .count,
	#stacks_in_45668_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45668_page2.s4 .c {width: 49.2%;}
	#stacks_in_45668_page2.s4 .c.s1_4 .c-pad,#stacks_in_45668_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45668_page2.s4 .c.s2_4 .c-pad,#stacks_in_45668_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45668_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45668_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45668_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45543_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45543_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45543_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45543_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45543_page2.s3 .c.s2_3 .count,#stacks_in_45543_page2.s4 .c.s2_4 .count,#stacks_in_45543_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45543_page2.s2 .c.s1_2 .c-pad,#stacks_in_45543_page2.s3 .c.s1_3 .c-pad,#stacks_in_45543_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45543_page2.s3 .c.s2_3 .c-pad,#stacks_in_45543_page2.s4 .c.s2_4 .c-pad,#stacks_in_45543_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45543_page2.s2 .c.s2_2 .c-pad,#stacks_in_45543_page2.s3 .c.s3_3 .c-pad,#stacks_in_45543_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45543_page2 .c+.c .count,
	#stacks_in_45543_page2.s3 .c.s2_3 .count,
	#stacks_in_45543_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45543_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45543_page2 .c:first-child,#stacks_in_45543_page2.s4 .c.s1_4,#stacks_in_45543_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45543_page2 .c:last-child,#stacks_in_45543_page2.s4 .c.s3_4,#stacks_in_45543_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45543_page2.s2 .c-pad,#stacks_in_45543_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45543_page2.s4 .c.s2_4 .count,
	#stacks_in_45543_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45543_page2.s4 .c {width: 49.2%;}
	#stacks_in_45543_page2.s4 .c.s1_4 .c-pad,#stacks_in_45543_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45543_page2.s4 .c.s2_4 .c-pad,#stacks_in_45543_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45543_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45543_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45543_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45544_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45544_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45544_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45544_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45544_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45544_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45544_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45544_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45544_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45546_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45546_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45546_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45546_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45546_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45546_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45546_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45546_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45546_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45546_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45546_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45546_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45546_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45546_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45553_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45553_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45553_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45553_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45553_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45553_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45553_page2.responsive.open{max-height:500px}}#stacks_in_45553_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45553_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45553_page2_container.responsive{height:500px}}
#stacks_in_45554_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45554_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45554_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45554_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45554_page2.s3 .c.s2_3 .count,#stacks_in_45554_page2.s4 .c.s2_4 .count,#stacks_in_45554_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45554_page2.s2 .c.s1_2 .c-pad,#stacks_in_45554_page2.s3 .c.s1_3 .c-pad,#stacks_in_45554_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45554_page2.s3 .c.s2_3 .c-pad,#stacks_in_45554_page2.s4 .c.s2_4 .c-pad,#stacks_in_45554_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45554_page2.s2 .c.s2_2 .c-pad,#stacks_in_45554_page2.s3 .c.s3_3 .c-pad,#stacks_in_45554_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45554_page2 .c+.c .count,
	#stacks_in_45554_page2.s3 .c.s2_3 .count,
	#stacks_in_45554_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45554_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45554_page2 .c:first-child,#stacks_in_45554_page2.s4 .c.s1_4,#stacks_in_45554_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45554_page2 .c:last-child,#stacks_in_45554_page2.s4 .c.s3_4,#stacks_in_45554_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45554_page2.s2 .c-pad,#stacks_in_45554_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45554_page2.s4 .c.s2_4 .count,
	#stacks_in_45554_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45554_page2.s4 .c {width: 49.2%;}
	#stacks_in_45554_page2.s4 .c.s1_4 .c-pad,#stacks_in_45554_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45554_page2.s4 .c.s2_4 .c-pad,#stacks_in_45554_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45554_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45554_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45554_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45579_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45579_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45579_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45579_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45579_page2.s3 .c.s2_3 .count,#stacks_in_45579_page2.s4 .c.s2_4 .count,#stacks_in_45579_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45579_page2.s2 .c.s1_2 .c-pad,#stacks_in_45579_page2.s3 .c.s1_3 .c-pad,#stacks_in_45579_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45579_page2.s3 .c.s2_3 .c-pad,#stacks_in_45579_page2.s4 .c.s2_4 .c-pad,#stacks_in_45579_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45579_page2.s2 .c.s2_2 .c-pad,#stacks_in_45579_page2.s3 .c.s3_3 .c-pad,#stacks_in_45579_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45579_page2 .c+.c .count,
	#stacks_in_45579_page2.s3 .c.s2_3 .count,
	#stacks_in_45579_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45579_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45579_page2 .c:first-child,#stacks_in_45579_page2.s4 .c.s1_4,#stacks_in_45579_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45579_page2 .c:last-child,#stacks_in_45579_page2.s4 .c.s3_4,#stacks_in_45579_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45579_page2.s2 .c-pad,#stacks_in_45579_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45579_page2.s4 .c.s2_4 .count,
	#stacks_in_45579_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45579_page2.s4 .c {width: 49.2%;}
	#stacks_in_45579_page2.s4 .c.s1_4 .c-pad,#stacks_in_45579_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45579_page2.s4 .c.s2_4 .c-pad,#stacks_in_45579_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45579_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45579_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45579_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45580_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45580_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45580_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45580_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45580_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45580_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45580_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45580_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45580_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45582_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45582_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45582_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45582_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45582_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45582_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45582_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45582_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45582_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45582_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45582_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45582_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45582_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45582_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45589_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45589_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45589_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45589_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45589_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45589_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45589_page2.responsive.open{max-height:500px}}#stacks_in_45589_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45589_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45589_page2_container.responsive{height:500px}}
#stacks_in_45590_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45590_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45590_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45590_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45590_page2.s3 .c.s2_3 .count,#stacks_in_45590_page2.s4 .c.s2_4 .count,#stacks_in_45590_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45590_page2.s2 .c.s1_2 .c-pad,#stacks_in_45590_page2.s3 .c.s1_3 .c-pad,#stacks_in_45590_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45590_page2.s3 .c.s2_3 .c-pad,#stacks_in_45590_page2.s4 .c.s2_4 .c-pad,#stacks_in_45590_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45590_page2.s2 .c.s2_2 .c-pad,#stacks_in_45590_page2.s3 .c.s3_3 .c-pad,#stacks_in_45590_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45590_page2 .c+.c .count,
	#stacks_in_45590_page2.s3 .c.s2_3 .count,
	#stacks_in_45590_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45590_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45590_page2 .c:first-child,#stacks_in_45590_page2.s4 .c.s1_4,#stacks_in_45590_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45590_page2 .c:last-child,#stacks_in_45590_page2.s4 .c.s3_4,#stacks_in_45590_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45590_page2.s2 .c-pad,#stacks_in_45590_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45590_page2.s4 .c.s2_4 .count,
	#stacks_in_45590_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45590_page2.s4 .c {width: 49.2%;}
	#stacks_in_45590_page2.s4 .c.s1_4 .c-pad,#stacks_in_45590_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45590_page2.s4 .c.s2_4 .c-pad,#stacks_in_45590_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45590_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45590_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45590_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45511_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45511_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45511_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45511_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45511_page2.s3 .c.s2_3 .count,#stacks_in_45511_page2.s4 .c.s2_4 .count,#stacks_in_45511_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45511_page2.s2 .c.s1_2 .c-pad,#stacks_in_45511_page2.s3 .c.s1_3 .c-pad,#stacks_in_45511_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45511_page2.s3 .c.s2_3 .c-pad,#stacks_in_45511_page2.s4 .c.s2_4 .c-pad,#stacks_in_45511_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45511_page2.s2 .c.s2_2 .c-pad,#stacks_in_45511_page2.s3 .c.s3_3 .c-pad,#stacks_in_45511_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45511_page2 .c+.c .count,
	#stacks_in_45511_page2.s3 .c.s2_3 .count,
	#stacks_in_45511_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45511_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45511_page2 .c:first-child,#stacks_in_45511_page2.s4 .c.s1_4,#stacks_in_45511_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45511_page2 .c:last-child,#stacks_in_45511_page2.s4 .c.s3_4,#stacks_in_45511_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45511_page2.s2 .c-pad,#stacks_in_45511_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45511_page2.s4 .c.s2_4 .count,
	#stacks_in_45511_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45511_page2.s4 .c {width: 49.2%;}
	#stacks_in_45511_page2.s4 .c.s1_4 .c-pad,#stacks_in_45511_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45511_page2.s4 .c.s2_4 .c-pad,#stacks_in_45511_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45511_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45511_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45511_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45512_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45512_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45512_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45512_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45512_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45512_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45512_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45512_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45512_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45514_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45514_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45514_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45514_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45514_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45514_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45514_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45514_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45514_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45514_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45514_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45514_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45514_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45514_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45521_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45521_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45521_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45521_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45521_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45521_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45521_page2.responsive.open{max-height:500px}}#stacks_in_45521_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45521_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45521_page2_container.responsive{height:500px}}
#stacks_in_45522_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45522_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45522_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45522_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45522_page2.s3 .c.s2_3 .count,#stacks_in_45522_page2.s4 .c.s2_4 .count,#stacks_in_45522_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45522_page2.s2 .c.s1_2 .c-pad,#stacks_in_45522_page2.s3 .c.s1_3 .c-pad,#stacks_in_45522_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45522_page2.s3 .c.s2_3 .c-pad,#stacks_in_45522_page2.s4 .c.s2_4 .c-pad,#stacks_in_45522_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45522_page2.s2 .c.s2_2 .c-pad,#stacks_in_45522_page2.s3 .c.s3_3 .c-pad,#stacks_in_45522_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45522_page2 .c+.c .count,
	#stacks_in_45522_page2.s3 .c.s2_3 .count,
	#stacks_in_45522_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45522_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45522_page2 .c:first-child,#stacks_in_45522_page2.s4 .c.s1_4,#stacks_in_45522_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45522_page2 .c:last-child,#stacks_in_45522_page2.s4 .c.s3_4,#stacks_in_45522_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45522_page2.s2 .c-pad,#stacks_in_45522_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45522_page2.s4 .c.s2_4 .count,
	#stacks_in_45522_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45522_page2.s4 .c {width: 49.2%;}
	#stacks_in_45522_page2.s4 .c.s1_4 .c-pad,#stacks_in_45522_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45522_page2.s4 .c.s2_4 .c-pad,#stacks_in_45522_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45522_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45522_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45522_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45561_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45561_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45561_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45561_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45561_page2.s3 .c.s2_3 .count,#stacks_in_45561_page2.s4 .c.s2_4 .count,#stacks_in_45561_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45561_page2.s2 .c.s1_2 .c-pad,#stacks_in_45561_page2.s3 .c.s1_3 .c-pad,#stacks_in_45561_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45561_page2.s3 .c.s2_3 .c-pad,#stacks_in_45561_page2.s4 .c.s2_4 .c-pad,#stacks_in_45561_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45561_page2.s2 .c.s2_2 .c-pad,#stacks_in_45561_page2.s3 .c.s3_3 .c-pad,#stacks_in_45561_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45561_page2 .c+.c .count,
	#stacks_in_45561_page2.s3 .c.s2_3 .count,
	#stacks_in_45561_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45561_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45561_page2 .c:first-child,#stacks_in_45561_page2.s4 .c.s1_4,#stacks_in_45561_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45561_page2 .c:last-child,#stacks_in_45561_page2.s4 .c.s3_4,#stacks_in_45561_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45561_page2.s2 .c-pad,#stacks_in_45561_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45561_page2.s4 .c.s2_4 .count,
	#stacks_in_45561_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45561_page2.s4 .c {width: 49.2%;}
	#stacks_in_45561_page2.s4 .c.s1_4 .c-pad,#stacks_in_45561_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45561_page2.s4 .c.s2_4 .c-pad,#stacks_in_45561_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45561_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45561_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45561_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45562_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45562_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45562_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45562_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45562_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45562_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45562_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45562_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45562_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45564_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45564_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45564_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45564_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45564_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45564_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45564_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45564_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45564_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45564_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45564_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45564_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45564_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45564_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45571_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45571_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45571_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45571_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45571_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45571_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45571_page2.responsive.open{max-height:500px}}#stacks_in_45571_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45571_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45571_page2_container.responsive{height:500px}}
#stacks_in_45572_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45572_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45572_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45572_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45572_page2.s3 .c.s2_3 .count,#stacks_in_45572_page2.s4 .c.s2_4 .count,#stacks_in_45572_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45572_page2.s2 .c.s1_2 .c-pad,#stacks_in_45572_page2.s3 .c.s1_3 .c-pad,#stacks_in_45572_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45572_page2.s3 .c.s2_3 .c-pad,#stacks_in_45572_page2.s4 .c.s2_4 .c-pad,#stacks_in_45572_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45572_page2.s2 .c.s2_2 .c-pad,#stacks_in_45572_page2.s3 .c.s3_3 .c-pad,#stacks_in_45572_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45572_page2 .c+.c .count,
	#stacks_in_45572_page2.s3 .c.s2_3 .count,
	#stacks_in_45572_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45572_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45572_page2 .c:first-child,#stacks_in_45572_page2.s4 .c.s1_4,#stacks_in_45572_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45572_page2 .c:last-child,#stacks_in_45572_page2.s4 .c.s3_4,#stacks_in_45572_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45572_page2.s2 .c-pad,#stacks_in_45572_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45572_page2.s4 .c.s2_4 .count,
	#stacks_in_45572_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45572_page2.s4 .c {width: 49.2%;}
	#stacks_in_45572_page2.s4 .c.s1_4 .c-pad,#stacks_in_45572_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45572_page2.s4 .c.s2_4 .c-pad,#stacks_in_45572_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45572_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45572_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45572_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43136_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43136_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43136_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43136_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43136_page2.s3 .c.s2_3 .count,#stacks_in_43136_page2.s4 .c.s2_4 .count,#stacks_in_43136_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43136_page2.s2 .c.s1_2 .c-pad,#stacks_in_43136_page2.s3 .c.s1_3 .c-pad,#stacks_in_43136_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43136_page2.s3 .c.s2_3 .c-pad,#stacks_in_43136_page2.s4 .c.s2_4 .c-pad,#stacks_in_43136_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43136_page2.s2 .c.s2_2 .c-pad,#stacks_in_43136_page2.s3 .c.s3_3 .c-pad,#stacks_in_43136_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43136_page2 .c+.c .count,
	#stacks_in_43136_page2.s3 .c.s2_3 .count,
	#stacks_in_43136_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43136_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43136_page2 .c:first-child,#stacks_in_43136_page2.s4 .c.s1_4,#stacks_in_43136_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43136_page2 .c:last-child,#stacks_in_43136_page2.s4 .c.s3_4,#stacks_in_43136_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43136_page2.s2 .c-pad,#stacks_in_43136_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43136_page2.s4 .c.s2_4 .count,
	#stacks_in_43136_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43136_page2.s4 .c {width: 49.2%;}
	#stacks_in_43136_page2.s4 .c.s1_4 .c-pad,#stacks_in_43136_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43136_page2.s4 .c.s2_4 .c-pad,#stacks_in_43136_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43136_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43136_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43136_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43137_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43137_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43137_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43137_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43137_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43137_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43137_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43137_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43137_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43139_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43139_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43139_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43139_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43139_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43139_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43139_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43139_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43139_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43139_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43139_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43139_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43139_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43139_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43146_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43146_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43146_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43146_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43146_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43146_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43146_page2.responsive.open{max-height:500px}}#stacks_in_43146_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43146_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43146_page2_container.responsive{height:500px}}
#stacks_in_43147_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43147_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43147_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43147_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43147_page2.s3 .c.s2_3 .count,#stacks_in_43147_page2.s4 .c.s2_4 .count,#stacks_in_43147_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43147_page2.s2 .c.s1_2 .c-pad,#stacks_in_43147_page2.s3 .c.s1_3 .c-pad,#stacks_in_43147_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43147_page2.s3 .c.s2_3 .c-pad,#stacks_in_43147_page2.s4 .c.s2_4 .c-pad,#stacks_in_43147_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43147_page2.s2 .c.s2_2 .c-pad,#stacks_in_43147_page2.s3 .c.s3_3 .c-pad,#stacks_in_43147_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43147_page2 .c+.c .count,
	#stacks_in_43147_page2.s3 .c.s2_3 .count,
	#stacks_in_43147_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43147_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43147_page2 .c:first-child,#stacks_in_43147_page2.s4 .c.s1_4,#stacks_in_43147_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43147_page2 .c:last-child,#stacks_in_43147_page2.s4 .c.s3_4,#stacks_in_43147_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43147_page2.s2 .c-pad,#stacks_in_43147_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43147_page2.s4 .c.s2_4 .count,
	#stacks_in_43147_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43147_page2.s4 .c {width: 49.2%;}
	#stacks_in_43147_page2.s4 .c.s1_4 .c-pad,#stacks_in_43147_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43147_page2.s4 .c.s2_4 .c-pad,#stacks_in_43147_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43147_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43147_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43147_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43316_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43316_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43316_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43316_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43316_page2.s3 .c.s2_3 .count,#stacks_in_43316_page2.s4 .c.s2_4 .count,#stacks_in_43316_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43316_page2.s2 .c.s1_2 .c-pad,#stacks_in_43316_page2.s3 .c.s1_3 .c-pad,#stacks_in_43316_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43316_page2.s3 .c.s2_3 .c-pad,#stacks_in_43316_page2.s4 .c.s2_4 .c-pad,#stacks_in_43316_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43316_page2.s2 .c.s2_2 .c-pad,#stacks_in_43316_page2.s3 .c.s3_3 .c-pad,#stacks_in_43316_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43316_page2 .c+.c .count,
	#stacks_in_43316_page2.s3 .c.s2_3 .count,
	#stacks_in_43316_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43316_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43316_page2 .c:first-child,#stacks_in_43316_page2.s4 .c.s1_4,#stacks_in_43316_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43316_page2 .c:last-child,#stacks_in_43316_page2.s4 .c.s3_4,#stacks_in_43316_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43316_page2.s2 .c-pad,#stacks_in_43316_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43316_page2.s4 .c.s2_4 .count,
	#stacks_in_43316_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43316_page2.s4 .c {width: 49.2%;}
	#stacks_in_43316_page2.s4 .c.s1_4 .c-pad,#stacks_in_43316_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43316_page2.s4 .c.s2_4 .c-pad,#stacks_in_43316_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43316_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43316_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43316_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43317_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43317_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43317_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43317_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43317_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43317_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43317_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43317_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43317_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43319_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43319_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43319_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43319_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43319_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43319_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43319_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43319_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43319_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43319_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43319_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43319_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43319_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43319_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43326_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43326_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43326_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43326_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43326_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43326_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43326_page2.responsive.open{max-height:500px}}#stacks_in_43326_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43326_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43326_page2_container.responsive{height:500px}}
#stacks_in_43327_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43327_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43327_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43327_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43327_page2.s3 .c.s2_3 .count,#stacks_in_43327_page2.s4 .c.s2_4 .count,#stacks_in_43327_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43327_page2.s2 .c.s1_2 .c-pad,#stacks_in_43327_page2.s3 .c.s1_3 .c-pad,#stacks_in_43327_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43327_page2.s3 .c.s2_3 .c-pad,#stacks_in_43327_page2.s4 .c.s2_4 .c-pad,#stacks_in_43327_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43327_page2.s2 .c.s2_2 .c-pad,#stacks_in_43327_page2.s3 .c.s3_3 .c-pad,#stacks_in_43327_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43327_page2 .c+.c .count,
	#stacks_in_43327_page2.s3 .c.s2_3 .count,
	#stacks_in_43327_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43327_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43327_page2 .c:first-child,#stacks_in_43327_page2.s4 .c.s1_4,#stacks_in_43327_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43327_page2 .c:last-child,#stacks_in_43327_page2.s4 .c.s3_4,#stacks_in_43327_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43327_page2.s2 .c-pad,#stacks_in_43327_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43327_page2.s4 .c.s2_4 .count,
	#stacks_in_43327_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43327_page2.s4 .c {width: 49.2%;}
	#stacks_in_43327_page2.s4 .c.s1_4 .c-pad,#stacks_in_43327_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43327_page2.s4 .c.s2_4 .c-pad,#stacks_in_43327_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43327_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43327_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43327_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44390_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44390_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44390_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44390_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44390_page2.s3 .c.s2_3 .count,#stacks_in_44390_page2.s4 .c.s2_4 .count,#stacks_in_44390_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44390_page2.s2 .c.s1_2 .c-pad,#stacks_in_44390_page2.s3 .c.s1_3 .c-pad,#stacks_in_44390_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44390_page2.s3 .c.s2_3 .c-pad,#stacks_in_44390_page2.s4 .c.s2_4 .c-pad,#stacks_in_44390_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44390_page2.s2 .c.s2_2 .c-pad,#stacks_in_44390_page2.s3 .c.s3_3 .c-pad,#stacks_in_44390_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44390_page2 .c+.c .count,
	#stacks_in_44390_page2.s3 .c.s2_3 .count,
	#stacks_in_44390_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44390_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44390_page2 .c:first-child,#stacks_in_44390_page2.s4 .c.s1_4,#stacks_in_44390_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44390_page2 .c:last-child,#stacks_in_44390_page2.s4 .c.s3_4,#stacks_in_44390_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44390_page2.s2 .c-pad,#stacks_in_44390_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44390_page2.s4 .c.s2_4 .count,
	#stacks_in_44390_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44390_page2.s4 .c {width: 49.2%;}
	#stacks_in_44390_page2.s4 .c.s1_4 .c-pad,#stacks_in_44390_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44390_page2.s4 .c.s2_4 .c-pad,#stacks_in_44390_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44390_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44390_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44390_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44390_page2 {
	padding:  1px;
}
#stacks_in_45373_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45373_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45373_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45373_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45373_page2.s3 .c.s2_3 .count,#stacks_in_45373_page2.s4 .c.s2_4 .count,#stacks_in_45373_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45373_page2.s2 .c.s1_2 .c-pad,#stacks_in_45373_page2.s3 .c.s1_3 .c-pad,#stacks_in_45373_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45373_page2.s3 .c.s2_3 .c-pad,#stacks_in_45373_page2.s4 .c.s2_4 .c-pad,#stacks_in_45373_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45373_page2.s2 .c.s2_2 .c-pad,#stacks_in_45373_page2.s3 .c.s3_3 .c-pad,#stacks_in_45373_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45373_page2 .c+.c .count,
	#stacks_in_45373_page2.s3 .c.s2_3 .count,
	#stacks_in_45373_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45373_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45373_page2 .c:first-child,#stacks_in_45373_page2.s4 .c.s1_4,#stacks_in_45373_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45373_page2 .c:last-child,#stacks_in_45373_page2.s4 .c.s3_4,#stacks_in_45373_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45373_page2.s2 .c-pad,#stacks_in_45373_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45373_page2.s4 .c.s2_4 .count,
	#stacks_in_45373_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45373_page2.s4 .c {width: 49.2%;}
	#stacks_in_45373_page2.s4 .c.s1_4 .c-pad,#stacks_in_45373_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45373_page2.s4 .c.s2_4 .c-pad,#stacks_in_45373_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45373_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45373_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45373_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45374_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45374_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45374_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45374_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45374_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45374_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45374_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45374_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45374_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45376_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45376_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45376_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45376_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45376_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45376_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45376_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45376_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45376_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45376_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45376_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45376_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45376_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45376_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45383_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45383_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45383_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45383_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45383_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45383_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45383_page2.responsive.open{max-height:500px}}#stacks_in_45383_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45383_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45383_page2_container.responsive{height:500px}}
#stacks_in_45384_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45384_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45384_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45384_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45384_page2.s3 .c.s2_3 .count,#stacks_in_45384_page2.s4 .c.s2_4 .count,#stacks_in_45384_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45384_page2.s2 .c.s1_2 .c-pad,#stacks_in_45384_page2.s3 .c.s1_3 .c-pad,#stacks_in_45384_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45384_page2.s3 .c.s2_3 .c-pad,#stacks_in_45384_page2.s4 .c.s2_4 .c-pad,#stacks_in_45384_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45384_page2.s2 .c.s2_2 .c-pad,#stacks_in_45384_page2.s3 .c.s3_3 .c-pad,#stacks_in_45384_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45384_page2 .c+.c .count,
	#stacks_in_45384_page2.s3 .c.s2_3 .count,
	#stacks_in_45384_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45384_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45384_page2 .c:first-child,#stacks_in_45384_page2.s4 .c.s1_4,#stacks_in_45384_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45384_page2 .c:last-child,#stacks_in_45384_page2.s4 .c.s3_4,#stacks_in_45384_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45384_page2.s2 .c-pad,#stacks_in_45384_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45384_page2.s4 .c.s2_4 .count,
	#stacks_in_45384_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45384_page2.s4 .c {width: 49.2%;}
	#stacks_in_45384_page2.s4 .c.s1_4 .c-pad,#stacks_in_45384_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45384_page2.s4 .c.s2_4 .c-pad,#stacks_in_45384_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45384_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45384_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45384_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44411_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44411_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44411_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44411_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44411_page2.s3 .c.s2_3 .count,#stacks_in_44411_page2.s4 .c.s2_4 .count,#stacks_in_44411_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44411_page2.s2 .c.s1_2 .c-pad,#stacks_in_44411_page2.s3 .c.s1_3 .c-pad,#stacks_in_44411_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44411_page2.s3 .c.s2_3 .c-pad,#stacks_in_44411_page2.s4 .c.s2_4 .c-pad,#stacks_in_44411_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44411_page2.s2 .c.s2_2 .c-pad,#stacks_in_44411_page2.s3 .c.s3_3 .c-pad,#stacks_in_44411_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44411_page2 .c+.c .count,
	#stacks_in_44411_page2.s3 .c.s2_3 .count,
	#stacks_in_44411_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44411_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44411_page2 .c:first-child,#stacks_in_44411_page2.s4 .c.s1_4,#stacks_in_44411_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44411_page2 .c:last-child,#stacks_in_44411_page2.s4 .c.s3_4,#stacks_in_44411_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44411_page2.s2 .c-pad,#stacks_in_44411_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44411_page2.s4 .c.s2_4 .count,
	#stacks_in_44411_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44411_page2.s4 .c {width: 49.2%;}
	#stacks_in_44411_page2.s4 .c.s1_4 .c-pad,#stacks_in_44411_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44411_page2.s4 .c.s2_4 .c-pad,#stacks_in_44411_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44411_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44411_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44411_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44412_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44412_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44412_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44412_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44412_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44412_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44412_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44412_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44412_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44414_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44414_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44414_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44414_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44414_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44414_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44414_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44414_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44414_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44414_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44414_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44414_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44414_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44414_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44421_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44421_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44421_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44421_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44421_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44421_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44421_page2.responsive.open{max-height:500px}}#stacks_in_44421_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44421_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44421_page2_container.responsive{height:500px}}
#stacks_in_44422_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44422_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44422_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44422_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44422_page2.s3 .c.s2_3 .count,#stacks_in_44422_page2.s4 .c.s2_4 .count,#stacks_in_44422_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44422_page2.s2 .c.s1_2 .c-pad,#stacks_in_44422_page2.s3 .c.s1_3 .c-pad,#stacks_in_44422_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44422_page2.s3 .c.s2_3 .c-pad,#stacks_in_44422_page2.s4 .c.s2_4 .c-pad,#stacks_in_44422_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44422_page2.s2 .c.s2_2 .c-pad,#stacks_in_44422_page2.s3 .c.s3_3 .c-pad,#stacks_in_44422_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44422_page2 .c+.c .count,
	#stacks_in_44422_page2.s3 .c.s2_3 .count,
	#stacks_in_44422_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44422_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44422_page2 .c:first-child,#stacks_in_44422_page2.s4 .c.s1_4,#stacks_in_44422_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44422_page2 .c:last-child,#stacks_in_44422_page2.s4 .c.s3_4,#stacks_in_44422_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44422_page2.s2 .c-pad,#stacks_in_44422_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44422_page2.s4 .c.s2_4 .count,
	#stacks_in_44422_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44422_page2.s4 .c {width: 49.2%;}
	#stacks_in_44422_page2.s4 .c.s1_4 .c-pad,#stacks_in_44422_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44422_page2.s4 .c.s2_4 .c-pad,#stacks_in_44422_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44422_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44422_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44422_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45391_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45391_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45391_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45391_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45391_page2.s3 .c.s2_3 .count,#stacks_in_45391_page2.s4 .c.s2_4 .count,#stacks_in_45391_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45391_page2.s2 .c.s1_2 .c-pad,#stacks_in_45391_page2.s3 .c.s1_3 .c-pad,#stacks_in_45391_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45391_page2.s3 .c.s2_3 .c-pad,#stacks_in_45391_page2.s4 .c.s2_4 .c-pad,#stacks_in_45391_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45391_page2.s2 .c.s2_2 .c-pad,#stacks_in_45391_page2.s3 .c.s3_3 .c-pad,#stacks_in_45391_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45391_page2 .c+.c .count,
	#stacks_in_45391_page2.s3 .c.s2_3 .count,
	#stacks_in_45391_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45391_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45391_page2 .c:first-child,#stacks_in_45391_page2.s4 .c.s1_4,#stacks_in_45391_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45391_page2 .c:last-child,#stacks_in_45391_page2.s4 .c.s3_4,#stacks_in_45391_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45391_page2.s2 .c-pad,#stacks_in_45391_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45391_page2.s4 .c.s2_4 .count,
	#stacks_in_45391_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45391_page2.s4 .c {width: 49.2%;}
	#stacks_in_45391_page2.s4 .c.s1_4 .c-pad,#stacks_in_45391_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45391_page2.s4 .c.s2_4 .c-pad,#stacks_in_45391_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45391_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45391_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45391_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45392_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45392_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45392_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45392_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45392_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45392_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45392_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45392_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45392_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45394_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45394_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45394_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45394_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45394_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45394_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45394_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45394_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45394_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45394_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45394_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45394_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45394_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45394_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45401_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45401_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45401_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45401_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45401_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45401_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45401_page2.responsive.open{max-height:500px}}#stacks_in_45401_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45401_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45401_page2_container.responsive{height:500px}}
#stacks_in_45402_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45402_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45402_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45402_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45402_page2.s3 .c.s2_3 .count,#stacks_in_45402_page2.s4 .c.s2_4 .count,#stacks_in_45402_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45402_page2.s2 .c.s1_2 .c-pad,#stacks_in_45402_page2.s3 .c.s1_3 .c-pad,#stacks_in_45402_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45402_page2.s3 .c.s2_3 .c-pad,#stacks_in_45402_page2.s4 .c.s2_4 .c-pad,#stacks_in_45402_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45402_page2.s2 .c.s2_2 .c-pad,#stacks_in_45402_page2.s3 .c.s3_3 .c-pad,#stacks_in_45402_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45402_page2 .c+.c .count,
	#stacks_in_45402_page2.s3 .c.s2_3 .count,
	#stacks_in_45402_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45402_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45402_page2 .c:first-child,#stacks_in_45402_page2.s4 .c.s1_4,#stacks_in_45402_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45402_page2 .c:last-child,#stacks_in_45402_page2.s4 .c.s3_4,#stacks_in_45402_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45402_page2.s2 .c-pad,#stacks_in_45402_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45402_page2.s4 .c.s2_4 .count,
	#stacks_in_45402_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45402_page2.s4 .c {width: 49.2%;}
	#stacks_in_45402_page2.s4 .c.s1_4 .c-pad,#stacks_in_45402_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45402_page2.s4 .c.s2_4 .c-pad,#stacks_in_45402_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45402_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45402_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45402_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45341_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45341_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45341_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45341_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45341_page2.s3 .c.s2_3 .count,#stacks_in_45341_page2.s4 .c.s2_4 .count,#stacks_in_45341_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45341_page2.s2 .c.s1_2 .c-pad,#stacks_in_45341_page2.s3 .c.s1_3 .c-pad,#stacks_in_45341_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45341_page2.s3 .c.s2_3 .c-pad,#stacks_in_45341_page2.s4 .c.s2_4 .c-pad,#stacks_in_45341_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45341_page2.s2 .c.s2_2 .c-pad,#stacks_in_45341_page2.s3 .c.s3_3 .c-pad,#stacks_in_45341_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45341_page2 .c+.c .count,
	#stacks_in_45341_page2.s3 .c.s2_3 .count,
	#stacks_in_45341_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45341_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45341_page2 .c:first-child,#stacks_in_45341_page2.s4 .c.s1_4,#stacks_in_45341_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45341_page2 .c:last-child,#stacks_in_45341_page2.s4 .c.s3_4,#stacks_in_45341_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45341_page2.s2 .c-pad,#stacks_in_45341_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45341_page2.s4 .c.s2_4 .count,
	#stacks_in_45341_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45341_page2.s4 .c {width: 49.2%;}
	#stacks_in_45341_page2.s4 .c.s1_4 .c-pad,#stacks_in_45341_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45341_page2.s4 .c.s2_4 .c-pad,#stacks_in_45341_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45341_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45341_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45341_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45342_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45342_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45342_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45342_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45342_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45342_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45342_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45342_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45342_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45344_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45344_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45344_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45344_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45344_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45344_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45344_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45344_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45344_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45344_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45344_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45344_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45344_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45344_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45351_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45351_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45351_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45351_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45351_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45351_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45351_page2.responsive.open{max-height:500px}}#stacks_in_45351_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45351_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45351_page2_container.responsive{height:500px}}
#stacks_in_45352_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45352_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45352_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45352_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45352_page2.s3 .c.s2_3 .count,#stacks_in_45352_page2.s4 .c.s2_4 .count,#stacks_in_45352_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45352_page2.s2 .c.s1_2 .c-pad,#stacks_in_45352_page2.s3 .c.s1_3 .c-pad,#stacks_in_45352_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45352_page2.s3 .c.s2_3 .c-pad,#stacks_in_45352_page2.s4 .c.s2_4 .c-pad,#stacks_in_45352_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45352_page2.s2 .c.s2_2 .c-pad,#stacks_in_45352_page2.s3 .c.s3_3 .c-pad,#stacks_in_45352_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45352_page2 .c+.c .count,
	#stacks_in_45352_page2.s3 .c.s2_3 .count,
	#stacks_in_45352_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45352_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45352_page2 .c:first-child,#stacks_in_45352_page2.s4 .c.s1_4,#stacks_in_45352_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45352_page2 .c:last-child,#stacks_in_45352_page2.s4 .c.s3_4,#stacks_in_45352_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45352_page2.s2 .c-pad,#stacks_in_45352_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45352_page2.s4 .c.s2_4 .count,
	#stacks_in_45352_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45352_page2.s4 .c {width: 49.2%;}
	#stacks_in_45352_page2.s4 .c.s1_4 .c-pad,#stacks_in_45352_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45352_page2.s4 .c.s2_4 .c-pad,#stacks_in_45352_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45352_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45352_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45352_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45309_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45309_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45309_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45309_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45309_page2.s3 .c.s2_3 .count,#stacks_in_45309_page2.s4 .c.s2_4 .count,#stacks_in_45309_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45309_page2.s2 .c.s1_2 .c-pad,#stacks_in_45309_page2.s3 .c.s1_3 .c-pad,#stacks_in_45309_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45309_page2.s3 .c.s2_3 .c-pad,#stacks_in_45309_page2.s4 .c.s2_4 .c-pad,#stacks_in_45309_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45309_page2.s2 .c.s2_2 .c-pad,#stacks_in_45309_page2.s3 .c.s3_3 .c-pad,#stacks_in_45309_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45309_page2 .c+.c .count,
	#stacks_in_45309_page2.s3 .c.s2_3 .count,
	#stacks_in_45309_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45309_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45309_page2 .c:first-child,#stacks_in_45309_page2.s4 .c.s1_4,#stacks_in_45309_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45309_page2 .c:last-child,#stacks_in_45309_page2.s4 .c.s3_4,#stacks_in_45309_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45309_page2.s2 .c-pad,#stacks_in_45309_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45309_page2.s4 .c.s2_4 .count,
	#stacks_in_45309_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45309_page2.s4 .c {width: 49.2%;}
	#stacks_in_45309_page2.s4 .c.s1_4 .c-pad,#stacks_in_45309_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45309_page2.s4 .c.s2_4 .c-pad,#stacks_in_45309_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45309_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45309_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45309_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45310_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45310_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45310_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45310_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45310_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45310_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45310_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45310_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45310_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45312_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45312_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45312_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45312_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45312_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45312_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45312_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45312_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45312_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45312_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45312_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45312_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45312_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45312_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45319_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45319_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45319_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45319_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45319_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45319_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45319_page2.responsive.open{max-height:500px}}#stacks_in_45319_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45319_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45319_page2_container.responsive{height:500px}}
#stacks_in_45320_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45320_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45320_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45320_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45320_page2.s3 .c.s2_3 .count,#stacks_in_45320_page2.s4 .c.s2_4 .count,#stacks_in_45320_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45320_page2.s2 .c.s1_2 .c-pad,#stacks_in_45320_page2.s3 .c.s1_3 .c-pad,#stacks_in_45320_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45320_page2.s3 .c.s2_3 .c-pad,#stacks_in_45320_page2.s4 .c.s2_4 .c-pad,#stacks_in_45320_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45320_page2.s2 .c.s2_2 .c-pad,#stacks_in_45320_page2.s3 .c.s3_3 .c-pad,#stacks_in_45320_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45320_page2 .c+.c .count,
	#stacks_in_45320_page2.s3 .c.s2_3 .count,
	#stacks_in_45320_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45320_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45320_page2 .c:first-child,#stacks_in_45320_page2.s4 .c.s1_4,#stacks_in_45320_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45320_page2 .c:last-child,#stacks_in_45320_page2.s4 .c.s3_4,#stacks_in_45320_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45320_page2.s2 .c-pad,#stacks_in_45320_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45320_page2.s4 .c.s2_4 .count,
	#stacks_in_45320_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45320_page2.s4 .c {width: 49.2%;}
	#stacks_in_45320_page2.s4 .c.s1_4 .c-pad,#stacks_in_45320_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45320_page2.s4 .c.s2_4 .c-pad,#stacks_in_45320_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45320_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45320_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45320_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45291_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45291_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45291_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45291_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45291_page2.s3 .c.s2_3 .count,#stacks_in_45291_page2.s4 .c.s2_4 .count,#stacks_in_45291_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45291_page2.s2 .c.s1_2 .c-pad,#stacks_in_45291_page2.s3 .c.s1_3 .c-pad,#stacks_in_45291_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45291_page2.s3 .c.s2_3 .c-pad,#stacks_in_45291_page2.s4 .c.s2_4 .c-pad,#stacks_in_45291_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45291_page2.s2 .c.s2_2 .c-pad,#stacks_in_45291_page2.s3 .c.s3_3 .c-pad,#stacks_in_45291_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45291_page2 .c+.c .count,
	#stacks_in_45291_page2.s3 .c.s2_3 .count,
	#stacks_in_45291_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45291_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45291_page2 .c:first-child,#stacks_in_45291_page2.s4 .c.s1_4,#stacks_in_45291_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45291_page2 .c:last-child,#stacks_in_45291_page2.s4 .c.s3_4,#stacks_in_45291_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45291_page2.s2 .c-pad,#stacks_in_45291_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45291_page2.s4 .c.s2_4 .count,
	#stacks_in_45291_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45291_page2.s4 .c {width: 49.2%;}
	#stacks_in_45291_page2.s4 .c.s1_4 .c-pad,#stacks_in_45291_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45291_page2.s4 .c.s2_4 .c-pad,#stacks_in_45291_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45291_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45291_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45291_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45292_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45292_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45292_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45292_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45292_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45292_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45292_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45292_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45292_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45294_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45294_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45294_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45294_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45294_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45294_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45294_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45294_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45294_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45294_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45294_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45294_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45294_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45294_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45301_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45301_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45301_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45301_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45301_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45301_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45301_page2.responsive.open{max-height:500px}}#stacks_in_45301_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45301_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45301_page2_container.responsive{height:500px}}
#stacks_in_45302_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45302_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45302_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45302_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45302_page2.s3 .c.s2_3 .count,#stacks_in_45302_page2.s4 .c.s2_4 .count,#stacks_in_45302_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45302_page2.s2 .c.s1_2 .c-pad,#stacks_in_45302_page2.s3 .c.s1_3 .c-pad,#stacks_in_45302_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45302_page2.s3 .c.s2_3 .c-pad,#stacks_in_45302_page2.s4 .c.s2_4 .c-pad,#stacks_in_45302_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45302_page2.s2 .c.s2_2 .c-pad,#stacks_in_45302_page2.s3 .c.s3_3 .c-pad,#stacks_in_45302_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45302_page2 .c+.c .count,
	#stacks_in_45302_page2.s3 .c.s2_3 .count,
	#stacks_in_45302_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45302_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45302_page2 .c:first-child,#stacks_in_45302_page2.s4 .c.s1_4,#stacks_in_45302_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45302_page2 .c:last-child,#stacks_in_45302_page2.s4 .c.s3_4,#stacks_in_45302_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45302_page2.s2 .c-pad,#stacks_in_45302_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45302_page2.s4 .c.s2_4 .count,
	#stacks_in_45302_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45302_page2.s4 .c {width: 49.2%;}
	#stacks_in_45302_page2.s4 .c.s1_4 .c-pad,#stacks_in_45302_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45302_page2.s4 .c.s2_4 .c-pad,#stacks_in_45302_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45302_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45302_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45302_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44393_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44393_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44393_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44393_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44393_page2.s3 .c.s2_3 .count,#stacks_in_44393_page2.s4 .c.s2_4 .count,#stacks_in_44393_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44393_page2.s2 .c.s1_2 .c-pad,#stacks_in_44393_page2.s3 .c.s1_3 .c-pad,#stacks_in_44393_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44393_page2.s3 .c.s2_3 .c-pad,#stacks_in_44393_page2.s4 .c.s2_4 .c-pad,#stacks_in_44393_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44393_page2.s2 .c.s2_2 .c-pad,#stacks_in_44393_page2.s3 .c.s3_3 .c-pad,#stacks_in_44393_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44393_page2 .c+.c .count,
	#stacks_in_44393_page2.s3 .c.s2_3 .count,
	#stacks_in_44393_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44393_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44393_page2 .c:first-child,#stacks_in_44393_page2.s4 .c.s1_4,#stacks_in_44393_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44393_page2 .c:last-child,#stacks_in_44393_page2.s4 .c.s3_4,#stacks_in_44393_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44393_page2.s2 .c-pad,#stacks_in_44393_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44393_page2.s4 .c.s2_4 .count,
	#stacks_in_44393_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44393_page2.s4 .c {width: 49.2%;}
	#stacks_in_44393_page2.s4 .c.s1_4 .c-pad,#stacks_in_44393_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44393_page2.s4 .c.s2_4 .c-pad,#stacks_in_44393_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44393_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44393_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44393_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44394_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44394_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44394_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44394_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44394_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44394_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44394_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44394_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44394_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44396_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44396_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44396_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44396_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44396_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44396_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44396_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44396_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44396_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44396_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44396_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44396_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44396_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44396_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44403_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44403_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44403_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44403_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44403_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44403_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44403_page2.responsive.open{max-height:500px}}#stacks_in_44403_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44403_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44403_page2_container.responsive{height:500px}}
#stacks_in_44404_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44404_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44404_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44404_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44404_page2.s3 .c.s2_3 .count,#stacks_in_44404_page2.s4 .c.s2_4 .count,#stacks_in_44404_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44404_page2.s2 .c.s1_2 .c-pad,#stacks_in_44404_page2.s3 .c.s1_3 .c-pad,#stacks_in_44404_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44404_page2.s3 .c.s2_3 .c-pad,#stacks_in_44404_page2.s4 .c.s2_4 .c-pad,#stacks_in_44404_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44404_page2.s2 .c.s2_2 .c-pad,#stacks_in_44404_page2.s3 .c.s3_3 .c-pad,#stacks_in_44404_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44404_page2 .c+.c .count,
	#stacks_in_44404_page2.s3 .c.s2_3 .count,
	#stacks_in_44404_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44404_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44404_page2 .c:first-child,#stacks_in_44404_page2.s4 .c.s1_4,#stacks_in_44404_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44404_page2 .c:last-child,#stacks_in_44404_page2.s4 .c.s3_4,#stacks_in_44404_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44404_page2.s2 .c-pad,#stacks_in_44404_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44404_page2.s4 .c.s2_4 .count,
	#stacks_in_44404_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44404_page2.s4 .c {width: 49.2%;}
	#stacks_in_44404_page2.s4 .c.s1_4 .c-pad,#stacks_in_44404_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44404_page2.s4 .c.s2_4 .c-pad,#stacks_in_44404_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44404_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44404_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44404_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44348_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44348_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44348_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44348_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44348_page2.s3 .c.s2_3 .count,#stacks_in_44348_page2.s4 .c.s2_4 .count,#stacks_in_44348_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44348_page2.s2 .c.s1_2 .c-pad,#stacks_in_44348_page2.s3 .c.s1_3 .c-pad,#stacks_in_44348_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44348_page2.s3 .c.s2_3 .c-pad,#stacks_in_44348_page2.s4 .c.s2_4 .c-pad,#stacks_in_44348_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44348_page2.s2 .c.s2_2 .c-pad,#stacks_in_44348_page2.s3 .c.s3_3 .c-pad,#stacks_in_44348_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44348_page2 .c+.c .count,
	#stacks_in_44348_page2.s3 .c.s2_3 .count,
	#stacks_in_44348_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44348_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44348_page2 .c:first-child,#stacks_in_44348_page2.s4 .c.s1_4,#stacks_in_44348_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44348_page2 .c:last-child,#stacks_in_44348_page2.s4 .c.s3_4,#stacks_in_44348_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44348_page2.s2 .c-pad,#stacks_in_44348_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44348_page2.s4 .c.s2_4 .count,
	#stacks_in_44348_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44348_page2.s4 .c {width: 49.2%;}
	#stacks_in_44348_page2.s4 .c.s1_4 .c-pad,#stacks_in_44348_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44348_page2.s4 .c.s2_4 .c-pad,#stacks_in_44348_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44348_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44348_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44348_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44348_page2 {
	padding:  1px;
}
#stacks_in_45273_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45273_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45273_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45273_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45273_page2.s3 .c.s2_3 .count,#stacks_in_45273_page2.s4 .c.s2_4 .count,#stacks_in_45273_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45273_page2.s2 .c.s1_2 .c-pad,#stacks_in_45273_page2.s3 .c.s1_3 .c-pad,#stacks_in_45273_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45273_page2.s3 .c.s2_3 .c-pad,#stacks_in_45273_page2.s4 .c.s2_4 .c-pad,#stacks_in_45273_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45273_page2.s2 .c.s2_2 .c-pad,#stacks_in_45273_page2.s3 .c.s3_3 .c-pad,#stacks_in_45273_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45273_page2 .c+.c .count,
	#stacks_in_45273_page2.s3 .c.s2_3 .count,
	#stacks_in_45273_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45273_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45273_page2 .c:first-child,#stacks_in_45273_page2.s4 .c.s1_4,#stacks_in_45273_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45273_page2 .c:last-child,#stacks_in_45273_page2.s4 .c.s3_4,#stacks_in_45273_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45273_page2.s2 .c-pad,#stacks_in_45273_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45273_page2.s4 .c.s2_4 .count,
	#stacks_in_45273_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45273_page2.s4 .c {width: 49.2%;}
	#stacks_in_45273_page2.s4 .c.s1_4 .c-pad,#stacks_in_45273_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45273_page2.s4 .c.s2_4 .c-pad,#stacks_in_45273_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45273_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45273_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45273_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45274_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45274_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45274_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45274_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45274_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45274_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45274_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45274_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45274_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45276_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45276_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45276_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45276_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45276_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45276_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45276_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45276_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45276_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45276_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45276_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45276_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45276_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45276_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45283_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45283_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45283_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45283_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45283_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45283_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45283_page2.responsive.open{max-height:500px}}#stacks_in_45283_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45283_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45283_page2_container.responsive{height:500px}}
#stacks_in_45284_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45284_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45284_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45284_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45284_page2.s3 .c.s2_3 .count,#stacks_in_45284_page2.s4 .c.s2_4 .count,#stacks_in_45284_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45284_page2.s2 .c.s1_2 .c-pad,#stacks_in_45284_page2.s3 .c.s1_3 .c-pad,#stacks_in_45284_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45284_page2.s3 .c.s2_3 .c-pad,#stacks_in_45284_page2.s4 .c.s2_4 .c-pad,#stacks_in_45284_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45284_page2.s2 .c.s2_2 .c-pad,#stacks_in_45284_page2.s3 .c.s3_3 .c-pad,#stacks_in_45284_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45284_page2 .c+.c .count,
	#stacks_in_45284_page2.s3 .c.s2_3 .count,
	#stacks_in_45284_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45284_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45284_page2 .c:first-child,#stacks_in_45284_page2.s4 .c.s1_4,#stacks_in_45284_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45284_page2 .c:last-child,#stacks_in_45284_page2.s4 .c.s3_4,#stacks_in_45284_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45284_page2.s2 .c-pad,#stacks_in_45284_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45284_page2.s4 .c.s2_4 .count,
	#stacks_in_45284_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45284_page2.s4 .c {width: 49.2%;}
	#stacks_in_45284_page2.s4 .c.s1_4 .c-pad,#stacks_in_45284_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45284_page2.s4 .c.s2_4 .c-pad,#stacks_in_45284_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45284_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45284_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45284_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45255_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45255_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45255_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45255_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45255_page2.s3 .c.s2_3 .count,#stacks_in_45255_page2.s4 .c.s2_4 .count,#stacks_in_45255_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45255_page2.s2 .c.s1_2 .c-pad,#stacks_in_45255_page2.s3 .c.s1_3 .c-pad,#stacks_in_45255_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45255_page2.s3 .c.s2_3 .c-pad,#stacks_in_45255_page2.s4 .c.s2_4 .c-pad,#stacks_in_45255_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45255_page2.s2 .c.s2_2 .c-pad,#stacks_in_45255_page2.s3 .c.s3_3 .c-pad,#stacks_in_45255_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45255_page2 .c+.c .count,
	#stacks_in_45255_page2.s3 .c.s2_3 .count,
	#stacks_in_45255_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45255_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45255_page2 .c:first-child,#stacks_in_45255_page2.s4 .c.s1_4,#stacks_in_45255_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45255_page2 .c:last-child,#stacks_in_45255_page2.s4 .c.s3_4,#stacks_in_45255_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45255_page2.s2 .c-pad,#stacks_in_45255_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45255_page2.s4 .c.s2_4 .count,
	#stacks_in_45255_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45255_page2.s4 .c {width: 49.2%;}
	#stacks_in_45255_page2.s4 .c.s1_4 .c-pad,#stacks_in_45255_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45255_page2.s4 .c.s2_4 .c-pad,#stacks_in_45255_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45255_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45255_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45255_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45256_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45256_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45256_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45256_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45256_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45256_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45256_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45256_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45256_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45258_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45258_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45258_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45258_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45258_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45258_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45258_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45258_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45258_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45258_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45258_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45258_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45258_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45258_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45265_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45265_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45265_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45265_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45265_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45265_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45265_page2.responsive.open{max-height:500px}}#stacks_in_45265_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45265_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45265_page2_container.responsive{height:500px}}
#stacks_in_45266_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45266_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45266_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45266_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45266_page2.s3 .c.s2_3 .count,#stacks_in_45266_page2.s4 .c.s2_4 .count,#stacks_in_45266_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45266_page2.s2 .c.s1_2 .c-pad,#stacks_in_45266_page2.s3 .c.s1_3 .c-pad,#stacks_in_45266_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45266_page2.s3 .c.s2_3 .c-pad,#stacks_in_45266_page2.s4 .c.s2_4 .c-pad,#stacks_in_45266_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45266_page2.s2 .c.s2_2 .c-pad,#stacks_in_45266_page2.s3 .c.s3_3 .c-pad,#stacks_in_45266_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45266_page2 .c+.c .count,
	#stacks_in_45266_page2.s3 .c.s2_3 .count,
	#stacks_in_45266_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45266_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45266_page2 .c:first-child,#stacks_in_45266_page2.s4 .c.s1_4,#stacks_in_45266_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45266_page2 .c:last-child,#stacks_in_45266_page2.s4 .c.s3_4,#stacks_in_45266_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45266_page2.s2 .c-pad,#stacks_in_45266_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45266_page2.s4 .c.s2_4 .count,
	#stacks_in_45266_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45266_page2.s4 .c {width: 49.2%;}
	#stacks_in_45266_page2.s4 .c.s1_4 .c-pad,#stacks_in_45266_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45266_page2.s4 .c.s2_4 .c-pad,#stacks_in_45266_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45266_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45266_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45266_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44791_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44791_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44791_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44791_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44791_page2.s3 .c.s2_3 .count,#stacks_in_44791_page2.s4 .c.s2_4 .count,#stacks_in_44791_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44791_page2.s2 .c.s1_2 .c-pad,#stacks_in_44791_page2.s3 .c.s1_3 .c-pad,#stacks_in_44791_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44791_page2.s3 .c.s2_3 .c-pad,#stacks_in_44791_page2.s4 .c.s2_4 .c-pad,#stacks_in_44791_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44791_page2.s2 .c.s2_2 .c-pad,#stacks_in_44791_page2.s3 .c.s3_3 .c-pad,#stacks_in_44791_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44791_page2 .c+.c .count,
	#stacks_in_44791_page2.s3 .c.s2_3 .count,
	#stacks_in_44791_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44791_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44791_page2 .c:first-child,#stacks_in_44791_page2.s4 .c.s1_4,#stacks_in_44791_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44791_page2 .c:last-child,#stacks_in_44791_page2.s4 .c.s3_4,#stacks_in_44791_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44791_page2.s2 .c-pad,#stacks_in_44791_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44791_page2.s4 .c.s2_4 .count,
	#stacks_in_44791_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44791_page2.s4 .c {width: 49.2%;}
	#stacks_in_44791_page2.s4 .c.s1_4 .c-pad,#stacks_in_44791_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44791_page2.s4 .c.s2_4 .c-pad,#stacks_in_44791_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44791_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44791_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44791_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44792_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44792_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44792_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44792_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44792_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44792_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44792_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44792_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44792_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44794_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44794_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44794_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44794_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44794_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44794_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44794_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44794_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44794_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44794_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44794_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44794_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44794_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44794_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44801_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44801_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44801_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44801_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44801_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44801_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44801_page2.responsive.open{max-height:500px}}#stacks_in_44801_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44801_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44801_page2_container.responsive{height:500px}}
#stacks_in_44802_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44802_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44802_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44802_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44802_page2.s3 .c.s2_3 .count,#stacks_in_44802_page2.s4 .c.s2_4 .count,#stacks_in_44802_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44802_page2.s2 .c.s1_2 .c-pad,#stacks_in_44802_page2.s3 .c.s1_3 .c-pad,#stacks_in_44802_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44802_page2.s3 .c.s2_3 .c-pad,#stacks_in_44802_page2.s4 .c.s2_4 .c-pad,#stacks_in_44802_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44802_page2.s2 .c.s2_2 .c-pad,#stacks_in_44802_page2.s3 .c.s3_3 .c-pad,#stacks_in_44802_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44802_page2 .c+.c .count,
	#stacks_in_44802_page2.s3 .c.s2_3 .count,
	#stacks_in_44802_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44802_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44802_page2 .c:first-child,#stacks_in_44802_page2.s4 .c.s1_4,#stacks_in_44802_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44802_page2 .c:last-child,#stacks_in_44802_page2.s4 .c.s3_4,#stacks_in_44802_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44802_page2.s2 .c-pad,#stacks_in_44802_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44802_page2.s4 .c.s2_4 .count,
	#stacks_in_44802_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44802_page2.s4 .c {width: 49.2%;}
	#stacks_in_44802_page2.s4 .c.s1_4 .c-pad,#stacks_in_44802_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44802_page2.s4 .c.s2_4 .c-pad,#stacks_in_44802_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44802_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44802_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44802_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44905_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44905_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44905_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44905_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44905_page2.s3 .c.s2_3 .count,#stacks_in_44905_page2.s4 .c.s2_4 .count,#stacks_in_44905_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44905_page2.s2 .c.s1_2 .c-pad,#stacks_in_44905_page2.s3 .c.s1_3 .c-pad,#stacks_in_44905_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44905_page2.s3 .c.s2_3 .c-pad,#stacks_in_44905_page2.s4 .c.s2_4 .c-pad,#stacks_in_44905_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44905_page2.s2 .c.s2_2 .c-pad,#stacks_in_44905_page2.s3 .c.s3_3 .c-pad,#stacks_in_44905_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44905_page2 .c+.c .count,
	#stacks_in_44905_page2.s3 .c.s2_3 .count,
	#stacks_in_44905_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44905_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44905_page2 .c:first-child,#stacks_in_44905_page2.s4 .c.s1_4,#stacks_in_44905_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44905_page2 .c:last-child,#stacks_in_44905_page2.s4 .c.s3_4,#stacks_in_44905_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44905_page2.s2 .c-pad,#stacks_in_44905_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44905_page2.s4 .c.s2_4 .count,
	#stacks_in_44905_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44905_page2.s4 .c {width: 49.2%;}
	#stacks_in_44905_page2.s4 .c.s1_4 .c-pad,#stacks_in_44905_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44905_page2.s4 .c.s2_4 .c-pad,#stacks_in_44905_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44905_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44905_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44905_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44906_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44906_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44906_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44906_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44906_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44906_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44906_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44906_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44906_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44908_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44908_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44908_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44908_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44908_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44908_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44908_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44908_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44908_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44908_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44908_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44908_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44908_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44908_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44915_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44915_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44915_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44915_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44915_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44915_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44915_page2.responsive.open{max-height:500px}}#stacks_in_44915_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44915_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44915_page2_container.responsive{height:500px}}
#stacks_in_44916_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44916_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44916_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44916_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44916_page2.s3 .c.s2_3 .count,#stacks_in_44916_page2.s4 .c.s2_4 .count,#stacks_in_44916_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44916_page2.s2 .c.s1_2 .c-pad,#stacks_in_44916_page2.s3 .c.s1_3 .c-pad,#stacks_in_44916_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44916_page2.s3 .c.s2_3 .c-pad,#stacks_in_44916_page2.s4 .c.s2_4 .c-pad,#stacks_in_44916_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44916_page2.s2 .c.s2_2 .c-pad,#stacks_in_44916_page2.s3 .c.s3_3 .c-pad,#stacks_in_44916_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44916_page2 .c+.c .count,
	#stacks_in_44916_page2.s3 .c.s2_3 .count,
	#stacks_in_44916_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44916_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44916_page2 .c:first-child,#stacks_in_44916_page2.s4 .c.s1_4,#stacks_in_44916_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44916_page2 .c:last-child,#stacks_in_44916_page2.s4 .c.s3_4,#stacks_in_44916_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44916_page2.s2 .c-pad,#stacks_in_44916_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44916_page2.s4 .c.s2_4 .count,
	#stacks_in_44916_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44916_page2.s4 .c {width: 49.2%;}
	#stacks_in_44916_page2.s4 .c.s1_4 .c-pad,#stacks_in_44916_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44916_page2.s4 .c.s2_4 .c-pad,#stacks_in_44916_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44916_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44916_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44916_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44937_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44937_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44937_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44937_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44937_page2.s3 .c.s2_3 .count,#stacks_in_44937_page2.s4 .c.s2_4 .count,#stacks_in_44937_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44937_page2.s2 .c.s1_2 .c-pad,#stacks_in_44937_page2.s3 .c.s1_3 .c-pad,#stacks_in_44937_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44937_page2.s3 .c.s2_3 .c-pad,#stacks_in_44937_page2.s4 .c.s2_4 .c-pad,#stacks_in_44937_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44937_page2.s2 .c.s2_2 .c-pad,#stacks_in_44937_page2.s3 .c.s3_3 .c-pad,#stacks_in_44937_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44937_page2 .c+.c .count,
	#stacks_in_44937_page2.s3 .c.s2_3 .count,
	#stacks_in_44937_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44937_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44937_page2 .c:first-child,#stacks_in_44937_page2.s4 .c.s1_4,#stacks_in_44937_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44937_page2 .c:last-child,#stacks_in_44937_page2.s4 .c.s3_4,#stacks_in_44937_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44937_page2.s2 .c-pad,#stacks_in_44937_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44937_page2.s4 .c.s2_4 .count,
	#stacks_in_44937_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44937_page2.s4 .c {width: 49.2%;}
	#stacks_in_44937_page2.s4 .c.s1_4 .c-pad,#stacks_in_44937_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44937_page2.s4 .c.s2_4 .c-pad,#stacks_in_44937_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44937_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44937_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44937_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44938_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44938_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44938_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44938_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44938_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44938_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44938_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44938_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44938_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44940_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44940_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44940_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44940_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44940_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44940_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44940_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44940_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44940_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44940_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44940_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44940_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44940_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44940_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44947_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44947_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44947_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44947_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44947_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44947_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44947_page2.responsive.open{max-height:500px}}#stacks_in_44947_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44947_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44947_page2_container.responsive{height:500px}}
#stacks_in_44948_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44948_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44948_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44948_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44948_page2.s3 .c.s2_3 .count,#stacks_in_44948_page2.s4 .c.s2_4 .count,#stacks_in_44948_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44948_page2.s2 .c.s1_2 .c-pad,#stacks_in_44948_page2.s3 .c.s1_3 .c-pad,#stacks_in_44948_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44948_page2.s3 .c.s2_3 .c-pad,#stacks_in_44948_page2.s4 .c.s2_4 .c-pad,#stacks_in_44948_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44948_page2.s2 .c.s2_2 .c-pad,#stacks_in_44948_page2.s3 .c.s3_3 .c-pad,#stacks_in_44948_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44948_page2 .c+.c .count,
	#stacks_in_44948_page2.s3 .c.s2_3 .count,
	#stacks_in_44948_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44948_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44948_page2 .c:first-child,#stacks_in_44948_page2.s4 .c.s1_4,#stacks_in_44948_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44948_page2 .c:last-child,#stacks_in_44948_page2.s4 .c.s3_4,#stacks_in_44948_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44948_page2.s2 .c-pad,#stacks_in_44948_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44948_page2.s4 .c.s2_4 .count,
	#stacks_in_44948_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44948_page2.s4 .c {width: 49.2%;}
	#stacks_in_44948_page2.s4 .c.s1_4 .c-pad,#stacks_in_44948_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44948_page2.s4 .c.s2_4 .c-pad,#stacks_in_44948_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44948_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44948_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44948_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44855_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44855_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44855_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44855_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44855_page2.s3 .c.s2_3 .count,#stacks_in_44855_page2.s4 .c.s2_4 .count,#stacks_in_44855_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44855_page2.s2 .c.s1_2 .c-pad,#stacks_in_44855_page2.s3 .c.s1_3 .c-pad,#stacks_in_44855_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44855_page2.s3 .c.s2_3 .c-pad,#stacks_in_44855_page2.s4 .c.s2_4 .c-pad,#stacks_in_44855_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44855_page2.s2 .c.s2_2 .c-pad,#stacks_in_44855_page2.s3 .c.s3_3 .c-pad,#stacks_in_44855_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44855_page2 .c+.c .count,
	#stacks_in_44855_page2.s3 .c.s2_3 .count,
	#stacks_in_44855_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44855_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44855_page2 .c:first-child,#stacks_in_44855_page2.s4 .c.s1_4,#stacks_in_44855_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44855_page2 .c:last-child,#stacks_in_44855_page2.s4 .c.s3_4,#stacks_in_44855_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44855_page2.s2 .c-pad,#stacks_in_44855_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44855_page2.s4 .c.s2_4 .count,
	#stacks_in_44855_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44855_page2.s4 .c {width: 49.2%;}
	#stacks_in_44855_page2.s4 .c.s1_4 .c-pad,#stacks_in_44855_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44855_page2.s4 .c.s2_4 .c-pad,#stacks_in_44855_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44855_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44855_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44855_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44856_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44856_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44856_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44856_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44856_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44856_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44856_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44856_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44856_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44858_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44858_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44858_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44858_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44858_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44858_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44858_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44858_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44858_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44858_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44858_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44858_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44858_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44858_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44865_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44865_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44865_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44865_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44865_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44865_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44865_page2.responsive.open{max-height:500px}}#stacks_in_44865_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44865_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44865_page2_container.responsive{height:500px}}
#stacks_in_44866_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44866_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44866_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44866_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44866_page2.s3 .c.s2_3 .count,#stacks_in_44866_page2.s4 .c.s2_4 .count,#stacks_in_44866_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44866_page2.s2 .c.s1_2 .c-pad,#stacks_in_44866_page2.s3 .c.s1_3 .c-pad,#stacks_in_44866_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44866_page2.s3 .c.s2_3 .c-pad,#stacks_in_44866_page2.s4 .c.s2_4 .c-pad,#stacks_in_44866_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44866_page2.s2 .c.s2_2 .c-pad,#stacks_in_44866_page2.s3 .c.s3_3 .c-pad,#stacks_in_44866_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44866_page2 .c+.c .count,
	#stacks_in_44866_page2.s3 .c.s2_3 .count,
	#stacks_in_44866_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44866_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44866_page2 .c:first-child,#stacks_in_44866_page2.s4 .c.s1_4,#stacks_in_44866_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44866_page2 .c:last-child,#stacks_in_44866_page2.s4 .c.s3_4,#stacks_in_44866_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44866_page2.s2 .c-pad,#stacks_in_44866_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44866_page2.s4 .c.s2_4 .count,
	#stacks_in_44866_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44866_page2.s4 .c {width: 49.2%;}
	#stacks_in_44866_page2.s4 .c.s1_4 .c-pad,#stacks_in_44866_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44866_page2.s4 .c.s2_4 .c-pad,#stacks_in_44866_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44866_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44866_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44866_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44759_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44759_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44759_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44759_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44759_page2.s3 .c.s2_3 .count,#stacks_in_44759_page2.s4 .c.s2_4 .count,#stacks_in_44759_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44759_page2.s2 .c.s1_2 .c-pad,#stacks_in_44759_page2.s3 .c.s1_3 .c-pad,#stacks_in_44759_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44759_page2.s3 .c.s2_3 .c-pad,#stacks_in_44759_page2.s4 .c.s2_4 .c-pad,#stacks_in_44759_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44759_page2.s2 .c.s2_2 .c-pad,#stacks_in_44759_page2.s3 .c.s3_3 .c-pad,#stacks_in_44759_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44759_page2 .c+.c .count,
	#stacks_in_44759_page2.s3 .c.s2_3 .count,
	#stacks_in_44759_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44759_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44759_page2 .c:first-child,#stacks_in_44759_page2.s4 .c.s1_4,#stacks_in_44759_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44759_page2 .c:last-child,#stacks_in_44759_page2.s4 .c.s3_4,#stacks_in_44759_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44759_page2.s2 .c-pad,#stacks_in_44759_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44759_page2.s4 .c.s2_4 .count,
	#stacks_in_44759_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44759_page2.s4 .c {width: 49.2%;}
	#stacks_in_44759_page2.s4 .c.s1_4 .c-pad,#stacks_in_44759_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44759_page2.s4 .c.s2_4 .c-pad,#stacks_in_44759_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44759_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44759_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44759_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44760_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44760_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44760_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44760_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44760_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44760_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44760_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44760_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44760_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44762_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44762_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44762_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44762_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44762_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44762_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44762_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44762_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44762_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44762_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44762_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44762_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44762_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44762_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44769_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44769_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44769_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44769_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44769_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44769_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44769_page2.responsive.open{max-height:500px}}#stacks_in_44769_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44769_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44769_page2_container.responsive{height:500px}}
#stacks_in_44770_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44770_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44770_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44770_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44770_page2.s3 .c.s2_3 .count,#stacks_in_44770_page2.s4 .c.s2_4 .count,#stacks_in_44770_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44770_page2.s2 .c.s1_2 .c-pad,#stacks_in_44770_page2.s3 .c.s1_3 .c-pad,#stacks_in_44770_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44770_page2.s3 .c.s2_3 .c-pad,#stacks_in_44770_page2.s4 .c.s2_4 .c-pad,#stacks_in_44770_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44770_page2.s2 .c.s2_2 .c-pad,#stacks_in_44770_page2.s3 .c.s3_3 .c-pad,#stacks_in_44770_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44770_page2 .c+.c .count,
	#stacks_in_44770_page2.s3 .c.s2_3 .count,
	#stacks_in_44770_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44770_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44770_page2 .c:first-child,#stacks_in_44770_page2.s4 .c.s1_4,#stacks_in_44770_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44770_page2 .c:last-child,#stacks_in_44770_page2.s4 .c.s3_4,#stacks_in_44770_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44770_page2.s2 .c-pad,#stacks_in_44770_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44770_page2.s4 .c.s2_4 .count,
	#stacks_in_44770_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44770_page2.s4 .c {width: 49.2%;}
	#stacks_in_44770_page2.s4 .c.s1_4 .c-pad,#stacks_in_44770_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44770_page2.s4 .c.s2_4 .c-pad,#stacks_in_44770_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44770_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44770_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44770_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45223_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45223_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45223_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45223_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45223_page2.s3 .c.s2_3 .count,#stacks_in_45223_page2.s4 .c.s2_4 .count,#stacks_in_45223_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45223_page2.s2 .c.s1_2 .c-pad,#stacks_in_45223_page2.s3 .c.s1_3 .c-pad,#stacks_in_45223_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45223_page2.s3 .c.s2_3 .c-pad,#stacks_in_45223_page2.s4 .c.s2_4 .c-pad,#stacks_in_45223_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45223_page2.s2 .c.s2_2 .c-pad,#stacks_in_45223_page2.s3 .c.s3_3 .c-pad,#stacks_in_45223_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45223_page2 .c+.c .count,
	#stacks_in_45223_page2.s3 .c.s2_3 .count,
	#stacks_in_45223_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45223_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45223_page2 .c:first-child,#stacks_in_45223_page2.s4 .c.s1_4,#stacks_in_45223_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45223_page2 .c:last-child,#stacks_in_45223_page2.s4 .c.s3_4,#stacks_in_45223_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45223_page2.s2 .c-pad,#stacks_in_45223_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45223_page2.s4 .c.s2_4 .count,
	#stacks_in_45223_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45223_page2.s4 .c {width: 49.2%;}
	#stacks_in_45223_page2.s4 .c.s1_4 .c-pad,#stacks_in_45223_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45223_page2.s4 .c.s2_4 .c-pad,#stacks_in_45223_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45223_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45223_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45223_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45224_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45224_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45224_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45224_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45224_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45224_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45224_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45224_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45224_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45226_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45226_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45226_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45226_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45226_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45226_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45226_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45226_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45226_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45226_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45226_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45226_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45226_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45226_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45233_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45233_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45233_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45233_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45233_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45233_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45233_page2.responsive.open{max-height:500px}}#stacks_in_45233_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45233_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45233_page2_container.responsive{height:500px}}
#stacks_in_45234_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45234_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45234_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45234_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45234_page2.s3 .c.s2_3 .count,#stacks_in_45234_page2.s4 .c.s2_4 .count,#stacks_in_45234_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45234_page2.s2 .c.s1_2 .c-pad,#stacks_in_45234_page2.s3 .c.s1_3 .c-pad,#stacks_in_45234_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45234_page2.s3 .c.s2_3 .c-pad,#stacks_in_45234_page2.s4 .c.s2_4 .c-pad,#stacks_in_45234_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45234_page2.s2 .c.s2_2 .c-pad,#stacks_in_45234_page2.s3 .c.s3_3 .c-pad,#stacks_in_45234_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45234_page2 .c+.c .count,
	#stacks_in_45234_page2.s3 .c.s2_3 .count,
	#stacks_in_45234_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45234_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45234_page2 .c:first-child,#stacks_in_45234_page2.s4 .c.s1_4,#stacks_in_45234_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45234_page2 .c:last-child,#stacks_in_45234_page2.s4 .c.s3_4,#stacks_in_45234_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45234_page2.s2 .c-pad,#stacks_in_45234_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45234_page2.s4 .c.s2_4 .count,
	#stacks_in_45234_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45234_page2.s4 .c {width: 49.2%;}
	#stacks_in_45234_page2.s4 .c.s1_4 .c-pad,#stacks_in_45234_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45234_page2.s4 .c.s2_4 .c-pad,#stacks_in_45234_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45234_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45234_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45234_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44369_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44369_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44369_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44369_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44369_page2.s3 .c.s2_3 .count,#stacks_in_44369_page2.s4 .c.s2_4 .count,#stacks_in_44369_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44369_page2.s2 .c.s1_2 .c-pad,#stacks_in_44369_page2.s3 .c.s1_3 .c-pad,#stacks_in_44369_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44369_page2.s3 .c.s2_3 .c-pad,#stacks_in_44369_page2.s4 .c.s2_4 .c-pad,#stacks_in_44369_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44369_page2.s2 .c.s2_2 .c-pad,#stacks_in_44369_page2.s3 .c.s3_3 .c-pad,#stacks_in_44369_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44369_page2 .c+.c .count,
	#stacks_in_44369_page2.s3 .c.s2_3 .count,
	#stacks_in_44369_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44369_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44369_page2 .c:first-child,#stacks_in_44369_page2.s4 .c.s1_4,#stacks_in_44369_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44369_page2 .c:last-child,#stacks_in_44369_page2.s4 .c.s3_4,#stacks_in_44369_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44369_page2.s2 .c-pad,#stacks_in_44369_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44369_page2.s4 .c.s2_4 .count,
	#stacks_in_44369_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44369_page2.s4 .c {width: 49.2%;}
	#stacks_in_44369_page2.s4 .c.s1_4 .c-pad,#stacks_in_44369_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44369_page2.s4 .c.s2_4 .c-pad,#stacks_in_44369_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44369_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44369_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44369_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44370_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44370_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44370_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44370_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44370_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44370_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44370_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44370_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44370_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44372_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44372_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44372_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44372_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44372_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44372_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44372_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44372_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44372_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44372_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44372_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44372_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44372_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44372_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44379_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44379_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44379_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44379_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44379_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44379_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44379_page2.responsive.open{max-height:500px}}#stacks_in_44379_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44379_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44379_page2_container.responsive{height:500px}}
#stacks_in_44380_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44380_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44380_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44380_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44380_page2.s3 .c.s2_3 .count,#stacks_in_44380_page2.s4 .c.s2_4 .count,#stacks_in_44380_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44380_page2.s2 .c.s1_2 .c-pad,#stacks_in_44380_page2.s3 .c.s1_3 .c-pad,#stacks_in_44380_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44380_page2.s3 .c.s2_3 .c-pad,#stacks_in_44380_page2.s4 .c.s2_4 .c-pad,#stacks_in_44380_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44380_page2.s2 .c.s2_2 .c-pad,#stacks_in_44380_page2.s3 .c.s3_3 .c-pad,#stacks_in_44380_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44380_page2 .c+.c .count,
	#stacks_in_44380_page2.s3 .c.s2_3 .count,
	#stacks_in_44380_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44380_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44380_page2 .c:first-child,#stacks_in_44380_page2.s4 .c.s1_4,#stacks_in_44380_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44380_page2 .c:last-child,#stacks_in_44380_page2.s4 .c.s3_4,#stacks_in_44380_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44380_page2.s2 .c-pad,#stacks_in_44380_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44380_page2.s4 .c.s2_4 .count,
	#stacks_in_44380_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44380_page2.s4 .c {width: 49.2%;}
	#stacks_in_44380_page2.s4 .c.s1_4 .c-pad,#stacks_in_44380_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44380_page2.s4 .c.s2_4 .c-pad,#stacks_in_44380_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44380_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44380_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44380_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44823_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44823_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44823_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44823_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44823_page2.s3 .c.s2_3 .count,#stacks_in_44823_page2.s4 .c.s2_4 .count,#stacks_in_44823_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44823_page2.s2 .c.s1_2 .c-pad,#stacks_in_44823_page2.s3 .c.s1_3 .c-pad,#stacks_in_44823_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44823_page2.s3 .c.s2_3 .c-pad,#stacks_in_44823_page2.s4 .c.s2_4 .c-pad,#stacks_in_44823_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44823_page2.s2 .c.s2_2 .c-pad,#stacks_in_44823_page2.s3 .c.s3_3 .c-pad,#stacks_in_44823_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44823_page2 .c+.c .count,
	#stacks_in_44823_page2.s3 .c.s2_3 .count,
	#stacks_in_44823_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44823_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44823_page2 .c:first-child,#stacks_in_44823_page2.s4 .c.s1_4,#stacks_in_44823_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44823_page2 .c:last-child,#stacks_in_44823_page2.s4 .c.s3_4,#stacks_in_44823_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44823_page2.s2 .c-pad,#stacks_in_44823_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44823_page2.s4 .c.s2_4 .count,
	#stacks_in_44823_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44823_page2.s4 .c {width: 49.2%;}
	#stacks_in_44823_page2.s4 .c.s1_4 .c-pad,#stacks_in_44823_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44823_page2.s4 .c.s2_4 .c-pad,#stacks_in_44823_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44823_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44823_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44823_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44824_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44824_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44824_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44824_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44824_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44824_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44824_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44824_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44824_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44826_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44826_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44826_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44826_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44826_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44826_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44826_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44826_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44826_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44826_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44826_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44826_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44826_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44826_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44833_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44833_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44833_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44833_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44833_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44833_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44833_page2.responsive.open{max-height:500px}}#stacks_in_44833_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44833_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44833_page2_container.responsive{height:500px}}
#stacks_in_44834_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44834_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44834_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44834_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44834_page2.s3 .c.s2_3 .count,#stacks_in_44834_page2.s4 .c.s2_4 .count,#stacks_in_44834_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44834_page2.s2 .c.s1_2 .c-pad,#stacks_in_44834_page2.s3 .c.s1_3 .c-pad,#stacks_in_44834_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44834_page2.s3 .c.s2_3 .c-pad,#stacks_in_44834_page2.s4 .c.s2_4 .c-pad,#stacks_in_44834_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44834_page2.s2 .c.s2_2 .c-pad,#stacks_in_44834_page2.s3 .c.s3_3 .c-pad,#stacks_in_44834_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44834_page2 .c+.c .count,
	#stacks_in_44834_page2.s3 .c.s2_3 .count,
	#stacks_in_44834_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44834_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44834_page2 .c:first-child,#stacks_in_44834_page2.s4 .c.s1_4,#stacks_in_44834_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44834_page2 .c:last-child,#stacks_in_44834_page2.s4 .c.s3_4,#stacks_in_44834_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44834_page2.s2 .c-pad,#stacks_in_44834_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44834_page2.s4 .c.s2_4 .count,
	#stacks_in_44834_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44834_page2.s4 .c {width: 49.2%;}
	#stacks_in_44834_page2.s4 .c.s1_4 .c-pad,#stacks_in_44834_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44834_page2.s4 .c.s2_4 .c-pad,#stacks_in_44834_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44834_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44834_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44834_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45191_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45191_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45191_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45191_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45191_page2.s3 .c.s2_3 .count,#stacks_in_45191_page2.s4 .c.s2_4 .count,#stacks_in_45191_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45191_page2.s2 .c.s1_2 .c-pad,#stacks_in_45191_page2.s3 .c.s1_3 .c-pad,#stacks_in_45191_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45191_page2.s3 .c.s2_3 .c-pad,#stacks_in_45191_page2.s4 .c.s2_4 .c-pad,#stacks_in_45191_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45191_page2.s2 .c.s2_2 .c-pad,#stacks_in_45191_page2.s3 .c.s3_3 .c-pad,#stacks_in_45191_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45191_page2 .c+.c .count,
	#stacks_in_45191_page2.s3 .c.s2_3 .count,
	#stacks_in_45191_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45191_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45191_page2 .c:first-child,#stacks_in_45191_page2.s4 .c.s1_4,#stacks_in_45191_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45191_page2 .c:last-child,#stacks_in_45191_page2.s4 .c.s3_4,#stacks_in_45191_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45191_page2.s2 .c-pad,#stacks_in_45191_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45191_page2.s4 .c.s2_4 .count,
	#stacks_in_45191_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45191_page2.s4 .c {width: 49.2%;}
	#stacks_in_45191_page2.s4 .c.s1_4 .c-pad,#stacks_in_45191_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45191_page2.s4 .c.s2_4 .c-pad,#stacks_in_45191_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45191_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45191_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45191_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45192_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45192_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45192_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45192_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45192_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45192_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45192_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45192_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45192_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45194_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45194_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45194_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45194_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45194_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45194_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45194_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45194_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45194_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45194_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45194_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45194_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45194_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45194_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45201_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45201_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45201_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45201_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45201_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45201_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45201_page2.responsive.open{max-height:500px}}#stacks_in_45201_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45201_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45201_page2_container.responsive{height:500px}}
#stacks_in_45202_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45202_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45202_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45202_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45202_page2.s3 .c.s2_3 .count,#stacks_in_45202_page2.s4 .c.s2_4 .count,#stacks_in_45202_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45202_page2.s2 .c.s1_2 .c-pad,#stacks_in_45202_page2.s3 .c.s1_3 .c-pad,#stacks_in_45202_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45202_page2.s3 .c.s2_3 .c-pad,#stacks_in_45202_page2.s4 .c.s2_4 .c-pad,#stacks_in_45202_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45202_page2.s2 .c.s2_2 .c-pad,#stacks_in_45202_page2.s3 .c.s3_3 .c-pad,#stacks_in_45202_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45202_page2 .c+.c .count,
	#stacks_in_45202_page2.s3 .c.s2_3 .count,
	#stacks_in_45202_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45202_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45202_page2 .c:first-child,#stacks_in_45202_page2.s4 .c.s1_4,#stacks_in_45202_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45202_page2 .c:last-child,#stacks_in_45202_page2.s4 .c.s3_4,#stacks_in_45202_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45202_page2.s2 .c-pad,#stacks_in_45202_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45202_page2.s4 .c.s2_4 .count,
	#stacks_in_45202_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45202_page2.s4 .c {width: 49.2%;}
	#stacks_in_45202_page2.s4 .c.s1_4 .c-pad,#stacks_in_45202_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45202_page2.s4 .c.s2_4 .c-pad,#stacks_in_45202_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45202_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45202_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45202_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44351_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44351_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44351_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44351_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44351_page2.s3 .c.s2_3 .count,#stacks_in_44351_page2.s4 .c.s2_4 .count,#stacks_in_44351_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44351_page2.s2 .c.s1_2 .c-pad,#stacks_in_44351_page2.s3 .c.s1_3 .c-pad,#stacks_in_44351_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44351_page2.s3 .c.s2_3 .c-pad,#stacks_in_44351_page2.s4 .c.s2_4 .c-pad,#stacks_in_44351_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44351_page2.s2 .c.s2_2 .c-pad,#stacks_in_44351_page2.s3 .c.s3_3 .c-pad,#stacks_in_44351_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44351_page2 .c+.c .count,
	#stacks_in_44351_page2.s3 .c.s2_3 .count,
	#stacks_in_44351_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44351_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44351_page2 .c:first-child,#stacks_in_44351_page2.s4 .c.s1_4,#stacks_in_44351_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44351_page2 .c:last-child,#stacks_in_44351_page2.s4 .c.s3_4,#stacks_in_44351_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44351_page2.s2 .c-pad,#stacks_in_44351_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44351_page2.s4 .c.s2_4 .count,
	#stacks_in_44351_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44351_page2.s4 .c {width: 49.2%;}
	#stacks_in_44351_page2.s4 .c.s1_4 .c-pad,#stacks_in_44351_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44351_page2.s4 .c.s2_4 .c-pad,#stacks_in_44351_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44351_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44351_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44351_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44352_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44352_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44352_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44352_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44352_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44352_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44352_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44352_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44352_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44354_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44354_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44354_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44354_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44354_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44354_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44354_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44354_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44354_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44354_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44354_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44354_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44354_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44354_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44361_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44361_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44361_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44361_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44361_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44361_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44361_page2.responsive.open{max-height:500px}}#stacks_in_44361_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44361_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44361_page2_container.responsive{height:500px}}
#stacks_in_44362_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44362_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44362_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44362_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44362_page2.s3 .c.s2_3 .count,#stacks_in_44362_page2.s4 .c.s2_4 .count,#stacks_in_44362_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44362_page2.s2 .c.s1_2 .c-pad,#stacks_in_44362_page2.s3 .c.s1_3 .c-pad,#stacks_in_44362_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44362_page2.s3 .c.s2_3 .c-pad,#stacks_in_44362_page2.s4 .c.s2_4 .c-pad,#stacks_in_44362_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44362_page2.s2 .c.s2_2 .c-pad,#stacks_in_44362_page2.s3 .c.s3_3 .c-pad,#stacks_in_44362_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44362_page2 .c+.c .count,
	#stacks_in_44362_page2.s3 .c.s2_3 .count,
	#stacks_in_44362_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44362_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44362_page2 .c:first-child,#stacks_in_44362_page2.s4 .c.s1_4,#stacks_in_44362_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44362_page2 .c:last-child,#stacks_in_44362_page2.s4 .c.s3_4,#stacks_in_44362_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44362_page2.s2 .c-pad,#stacks_in_44362_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44362_page2.s4 .c.s2_4 .count,
	#stacks_in_44362_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44362_page2.s4 .c {width: 49.2%;}
	#stacks_in_44362_page2.s4 .c.s1_4 .c-pad,#stacks_in_44362_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44362_page2.s4 .c.s2_4 .c-pad,#stacks_in_44362_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44362_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44362_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44362_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45159_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45159_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45159_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45159_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45159_page2.s3 .c.s2_3 .count,#stacks_in_45159_page2.s4 .c.s2_4 .count,#stacks_in_45159_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45159_page2.s2 .c.s1_2 .c-pad,#stacks_in_45159_page2.s3 .c.s1_3 .c-pad,#stacks_in_45159_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45159_page2.s3 .c.s2_3 .c-pad,#stacks_in_45159_page2.s4 .c.s2_4 .c-pad,#stacks_in_45159_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45159_page2.s2 .c.s2_2 .c-pad,#stacks_in_45159_page2.s3 .c.s3_3 .c-pad,#stacks_in_45159_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45159_page2 .c+.c .count,
	#stacks_in_45159_page2.s3 .c.s2_3 .count,
	#stacks_in_45159_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45159_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45159_page2 .c:first-child,#stacks_in_45159_page2.s4 .c.s1_4,#stacks_in_45159_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45159_page2 .c:last-child,#stacks_in_45159_page2.s4 .c.s3_4,#stacks_in_45159_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45159_page2.s2 .c-pad,#stacks_in_45159_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45159_page2.s4 .c.s2_4 .count,
	#stacks_in_45159_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45159_page2.s4 .c {width: 49.2%;}
	#stacks_in_45159_page2.s4 .c.s1_4 .c-pad,#stacks_in_45159_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45159_page2.s4 .c.s2_4 .c-pad,#stacks_in_45159_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45159_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45159_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45159_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45160_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45160_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45160_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45160_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45160_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45160_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45160_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45160_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45160_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45162_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45162_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45162_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45162_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45162_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45162_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45162_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45162_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45162_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45162_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45162_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45162_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45162_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45162_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45169_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45169_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45169_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45169_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45169_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45169_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45169_page2.responsive.open{max-height:500px}}#stacks_in_45169_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45169_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45169_page2_container.responsive{height:500px}}
#stacks_in_45170_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45170_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45170_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45170_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45170_page2.s3 .c.s2_3 .count,#stacks_in_45170_page2.s4 .c.s2_4 .count,#stacks_in_45170_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45170_page2.s2 .c.s1_2 .c-pad,#stacks_in_45170_page2.s3 .c.s1_3 .c-pad,#stacks_in_45170_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45170_page2.s3 .c.s2_3 .c-pad,#stacks_in_45170_page2.s4 .c.s2_4 .c-pad,#stacks_in_45170_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45170_page2.s2 .c.s2_2 .c-pad,#stacks_in_45170_page2.s3 .c.s3_3 .c-pad,#stacks_in_45170_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45170_page2 .c+.c .count,
	#stacks_in_45170_page2.s3 .c.s2_3 .count,
	#stacks_in_45170_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45170_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45170_page2 .c:first-child,#stacks_in_45170_page2.s4 .c.s1_4,#stacks_in_45170_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45170_page2 .c:last-child,#stacks_in_45170_page2.s4 .c.s3_4,#stacks_in_45170_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45170_page2.s2 .c-pad,#stacks_in_45170_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45170_page2.s4 .c.s2_4 .count,
	#stacks_in_45170_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45170_page2.s4 .c {width: 49.2%;}
	#stacks_in_45170_page2.s4 .c.s1_4 .c-pad,#stacks_in_45170_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45170_page2.s4 .c.s2_4 .c-pad,#stacks_in_45170_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45170_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45170_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45170_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_45127_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45127_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45127_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45127_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45127_page2.s3 .c.s2_3 .count,#stacks_in_45127_page2.s4 .c.s2_4 .count,#stacks_in_45127_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45127_page2.s2 .c.s1_2 .c-pad,#stacks_in_45127_page2.s3 .c.s1_3 .c-pad,#stacks_in_45127_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45127_page2.s3 .c.s2_3 .c-pad,#stacks_in_45127_page2.s4 .c.s2_4 .c-pad,#stacks_in_45127_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45127_page2.s2 .c.s2_2 .c-pad,#stacks_in_45127_page2.s3 .c.s3_3 .c-pad,#stacks_in_45127_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45127_page2 .c+.c .count,
	#stacks_in_45127_page2.s3 .c.s2_3 .count,
	#stacks_in_45127_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45127_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45127_page2 .c:first-child,#stacks_in_45127_page2.s4 .c.s1_4,#stacks_in_45127_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45127_page2 .c:last-child,#stacks_in_45127_page2.s4 .c.s3_4,#stacks_in_45127_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45127_page2.s2 .c-pad,#stacks_in_45127_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45127_page2.s4 .c.s2_4 .count,
	#stacks_in_45127_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45127_page2.s4 .c {width: 49.2%;}
	#stacks_in_45127_page2.s4 .c.s1_4 .c-pad,#stacks_in_45127_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45127_page2.s4 .c.s2_4 .c-pad,#stacks_in_45127_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45127_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45127_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45127_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45128_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45128_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45128_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45128_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45128_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45128_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45128_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45128_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45128_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45130_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45130_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45130_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45130_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45130_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45130_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45130_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45130_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45130_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45130_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45130_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45130_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45130_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45130_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45137_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45137_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45137_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45137_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45137_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45137_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45137_page2.responsive.open{max-height:500px}}#stacks_in_45137_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45137_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45137_page2_container.responsive{height:500px}}
#stacks_in_45138_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45138_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45138_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45138_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45138_page2.s3 .c.s2_3 .count,#stacks_in_45138_page2.s4 .c.s2_4 .count,#stacks_in_45138_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45138_page2.s2 .c.s1_2 .c-pad,#stacks_in_45138_page2.s3 .c.s1_3 .c-pad,#stacks_in_45138_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45138_page2.s3 .c.s2_3 .c-pad,#stacks_in_45138_page2.s4 .c.s2_4 .c-pad,#stacks_in_45138_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45138_page2.s2 .c.s2_2 .c-pad,#stacks_in_45138_page2.s3 .c.s3_3 .c-pad,#stacks_in_45138_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45138_page2 .c+.c .count,
	#stacks_in_45138_page2.s3 .c.s2_3 .count,
	#stacks_in_45138_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45138_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45138_page2 .c:first-child,#stacks_in_45138_page2.s4 .c.s1_4,#stacks_in_45138_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45138_page2 .c:last-child,#stacks_in_45138_page2.s4 .c.s3_4,#stacks_in_45138_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45138_page2.s2 .c-pad,#stacks_in_45138_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45138_page2.s4 .c.s2_4 .count,
	#stacks_in_45138_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45138_page2.s4 .c {width: 49.2%;}
	#stacks_in_45138_page2.s4 .c.s1_4 .c-pad,#stacks_in_45138_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45138_page2.s4 .c.s2_4 .c-pad,#stacks_in_45138_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45138_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45138_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45138_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44272_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44272_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44272_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44272_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44272_page2.s3 .c.s2_3 .count,#stacks_in_44272_page2.s4 .c.s2_4 .count,#stacks_in_44272_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44272_page2.s2 .c.s1_2 .c-pad,#stacks_in_44272_page2.s3 .c.s1_3 .c-pad,#stacks_in_44272_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44272_page2.s3 .c.s2_3 .c-pad,#stacks_in_44272_page2.s4 .c.s2_4 .c-pad,#stacks_in_44272_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44272_page2.s2 .c.s2_2 .c-pad,#stacks_in_44272_page2.s3 .c.s3_3 .c-pad,#stacks_in_44272_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44272_page2 .c+.c .count,
	#stacks_in_44272_page2.s3 .c.s2_3 .count,
	#stacks_in_44272_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44272_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44272_page2 .c:first-child,#stacks_in_44272_page2.s4 .c.s1_4,#stacks_in_44272_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44272_page2 .c:last-child,#stacks_in_44272_page2.s4 .c.s3_4,#stacks_in_44272_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44272_page2.s2 .c-pad,#stacks_in_44272_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44272_page2.s4 .c.s2_4 .count,
	#stacks_in_44272_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44272_page2.s4 .c {width: 49.2%;}
	#stacks_in_44272_page2.s4 .c.s1_4 .c-pad,#stacks_in_44272_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44272_page2.s4 .c.s2_4 .c-pad,#stacks_in_44272_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44272_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44272_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44272_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44272_page2 {
	padding:  1px;
}
#stacks_in_44623_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44623_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44623_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44623_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44623_page2.s3 .c.s2_3 .count,#stacks_in_44623_page2.s4 .c.s2_4 .count,#stacks_in_44623_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44623_page2.s2 .c.s1_2 .c-pad,#stacks_in_44623_page2.s3 .c.s1_3 .c-pad,#stacks_in_44623_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44623_page2.s3 .c.s2_3 .c-pad,#stacks_in_44623_page2.s4 .c.s2_4 .c-pad,#stacks_in_44623_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44623_page2.s2 .c.s2_2 .c-pad,#stacks_in_44623_page2.s3 .c.s3_3 .c-pad,#stacks_in_44623_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44623_page2 .c+.c .count,
	#stacks_in_44623_page2.s3 .c.s2_3 .count,
	#stacks_in_44623_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44623_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44623_page2 .c:first-child,#stacks_in_44623_page2.s4 .c.s1_4,#stacks_in_44623_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44623_page2 .c:last-child,#stacks_in_44623_page2.s4 .c.s3_4,#stacks_in_44623_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44623_page2.s2 .c-pad,#stacks_in_44623_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44623_page2.s4 .c.s2_4 .count,
	#stacks_in_44623_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44623_page2.s4 .c {width: 49.2%;}
	#stacks_in_44623_page2.s4 .c.s1_4 .c-pad,#stacks_in_44623_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44623_page2.s4 .c.s2_4 .c-pad,#stacks_in_44623_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44623_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44623_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44623_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44624_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44624_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44624_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44624_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44624_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44624_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44624_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44624_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44624_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44626_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44626_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44626_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44626_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44626_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44626_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44626_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44626_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44626_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44626_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44626_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44626_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44626_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44626_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44633_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44633_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44633_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44633_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44633_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44633_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44633_page2.responsive.open{max-height:500px}}#stacks_in_44633_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44633_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44633_page2_container.responsive{height:500px}}
#stacks_in_44634_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44634_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44634_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44634_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44634_page2.s3 .c.s2_3 .count,#stacks_in_44634_page2.s4 .c.s2_4 .count,#stacks_in_44634_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44634_page2.s2 .c.s1_2 .c-pad,#stacks_in_44634_page2.s3 .c.s1_3 .c-pad,#stacks_in_44634_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44634_page2.s3 .c.s2_3 .c-pad,#stacks_in_44634_page2.s4 .c.s2_4 .c-pad,#stacks_in_44634_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44634_page2.s2 .c.s2_2 .c-pad,#stacks_in_44634_page2.s3 .c.s3_3 .c-pad,#stacks_in_44634_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44634_page2 .c+.c .count,
	#stacks_in_44634_page2.s3 .c.s2_3 .count,
	#stacks_in_44634_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44634_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44634_page2 .c:first-child,#stacks_in_44634_page2.s4 .c.s1_4,#stacks_in_44634_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44634_page2 .c:last-child,#stacks_in_44634_page2.s4 .c.s3_4,#stacks_in_44634_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44634_page2.s2 .c-pad,#stacks_in_44634_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44634_page2.s4 .c.s2_4 .count,
	#stacks_in_44634_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44634_page2.s4 .c {width: 49.2%;}
	#stacks_in_44634_page2.s4 .c.s1_4 .c-pad,#stacks_in_44634_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44634_page2.s4 .c.s2_4 .c-pad,#stacks_in_44634_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44634_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44634_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44634_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44709_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44709_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44709_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44709_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44709_page2.s3 .c.s2_3 .count,#stacks_in_44709_page2.s4 .c.s2_4 .count,#stacks_in_44709_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44709_page2.s2 .c.s1_2 .c-pad,#stacks_in_44709_page2.s3 .c.s1_3 .c-pad,#stacks_in_44709_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44709_page2.s3 .c.s2_3 .c-pad,#stacks_in_44709_page2.s4 .c.s2_4 .c-pad,#stacks_in_44709_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44709_page2.s2 .c.s2_2 .c-pad,#stacks_in_44709_page2.s3 .c.s3_3 .c-pad,#stacks_in_44709_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44709_page2 .c+.c .count,
	#stacks_in_44709_page2.s3 .c.s2_3 .count,
	#stacks_in_44709_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44709_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44709_page2 .c:first-child,#stacks_in_44709_page2.s4 .c.s1_4,#stacks_in_44709_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44709_page2 .c:last-child,#stacks_in_44709_page2.s4 .c.s3_4,#stacks_in_44709_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44709_page2.s2 .c-pad,#stacks_in_44709_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44709_page2.s4 .c.s2_4 .count,
	#stacks_in_44709_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44709_page2.s4 .c {width: 49.2%;}
	#stacks_in_44709_page2.s4 .c.s1_4 .c-pad,#stacks_in_44709_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44709_page2.s4 .c.s2_4 .c-pad,#stacks_in_44709_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44709_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44709_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44709_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44710_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44710_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44710_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44710_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44710_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44710_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44710_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44710_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44710_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44712_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44712_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44712_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44712_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44712_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44712_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44712_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44712_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44712_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44712_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44712_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44712_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44712_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44712_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44719_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44719_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44719_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44719_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44719_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44719_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44719_page2.responsive.open{max-height:500px}}#stacks_in_44719_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44719_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44719_page2_container.responsive{height:500px}}
#stacks_in_44720_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44720_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44720_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44720_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44720_page2.s3 .c.s2_3 .count,#stacks_in_44720_page2.s4 .c.s2_4 .count,#stacks_in_44720_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44720_page2.s2 .c.s1_2 .c-pad,#stacks_in_44720_page2.s3 .c.s1_3 .c-pad,#stacks_in_44720_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44720_page2.s3 .c.s2_3 .c-pad,#stacks_in_44720_page2.s4 .c.s2_4 .c-pad,#stacks_in_44720_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44720_page2.s2 .c.s2_2 .c-pad,#stacks_in_44720_page2.s3 .c.s3_3 .c-pad,#stacks_in_44720_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44720_page2 .c+.c .count,
	#stacks_in_44720_page2.s3 .c.s2_3 .count,
	#stacks_in_44720_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44720_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44720_page2 .c:first-child,#stacks_in_44720_page2.s4 .c.s1_4,#stacks_in_44720_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44720_page2 .c:last-child,#stacks_in_44720_page2.s4 .c.s3_4,#stacks_in_44720_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44720_page2.s2 .c-pad,#stacks_in_44720_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44720_page2.s4 .c.s2_4 .count,
	#stacks_in_44720_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44720_page2.s4 .c {width: 49.2%;}
	#stacks_in_44720_page2.s4 .c.s1_4 .c-pad,#stacks_in_44720_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44720_page2.s4 .c.s2_4 .c-pad,#stacks_in_44720_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44720_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44720_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44720_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44691_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44691_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44691_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44691_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44691_page2.s3 .c.s2_3 .count,#stacks_in_44691_page2.s4 .c.s2_4 .count,#stacks_in_44691_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44691_page2.s2 .c.s1_2 .c-pad,#stacks_in_44691_page2.s3 .c.s1_3 .c-pad,#stacks_in_44691_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44691_page2.s3 .c.s2_3 .c-pad,#stacks_in_44691_page2.s4 .c.s2_4 .c-pad,#stacks_in_44691_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44691_page2.s2 .c.s2_2 .c-pad,#stacks_in_44691_page2.s3 .c.s3_3 .c-pad,#stacks_in_44691_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44691_page2 .c+.c .count,
	#stacks_in_44691_page2.s3 .c.s2_3 .count,
	#stacks_in_44691_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44691_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44691_page2 .c:first-child,#stacks_in_44691_page2.s4 .c.s1_4,#stacks_in_44691_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44691_page2 .c:last-child,#stacks_in_44691_page2.s4 .c.s3_4,#stacks_in_44691_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44691_page2.s2 .c-pad,#stacks_in_44691_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44691_page2.s4 .c.s2_4 .count,
	#stacks_in_44691_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44691_page2.s4 .c {width: 49.2%;}
	#stacks_in_44691_page2.s4 .c.s1_4 .c-pad,#stacks_in_44691_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44691_page2.s4 .c.s2_4 .c-pad,#stacks_in_44691_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44691_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44691_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44691_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44692_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44692_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44692_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44692_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44692_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44692_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44692_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44692_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44692_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44694_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44694_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44694_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44694_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44694_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44694_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44694_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44694_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44694_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44694_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44694_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44694_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44694_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44694_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44701_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44701_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44701_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44701_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44701_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44701_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44701_page2.responsive.open{max-height:500px}}#stacks_in_44701_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44701_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44701_page2_container.responsive{height:500px}}
#stacks_in_44702_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44702_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44702_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44702_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44702_page2.s3 .c.s2_3 .count,#stacks_in_44702_page2.s4 .c.s2_4 .count,#stacks_in_44702_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44702_page2.s2 .c.s1_2 .c-pad,#stacks_in_44702_page2.s3 .c.s1_3 .c-pad,#stacks_in_44702_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44702_page2.s3 .c.s2_3 .c-pad,#stacks_in_44702_page2.s4 .c.s2_4 .c-pad,#stacks_in_44702_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44702_page2.s2 .c.s2_2 .c-pad,#stacks_in_44702_page2.s3 .c.s3_3 .c-pad,#stacks_in_44702_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44702_page2 .c+.c .count,
	#stacks_in_44702_page2.s3 .c.s2_3 .count,
	#stacks_in_44702_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44702_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44702_page2 .c:first-child,#stacks_in_44702_page2.s4 .c.s1_4,#stacks_in_44702_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44702_page2 .c:last-child,#stacks_in_44702_page2.s4 .c.s3_4,#stacks_in_44702_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44702_page2.s2 .c-pad,#stacks_in_44702_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44702_page2.s4 .c.s2_4 .count,
	#stacks_in_44702_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44702_page2.s4 .c {width: 49.2%;}
	#stacks_in_44702_page2.s4 .c.s1_4 .c-pad,#stacks_in_44702_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44702_page2.s4 .c.s2_4 .c-pad,#stacks_in_44702_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44702_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44702_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44702_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44659_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44659_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44659_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44659_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44659_page2.s3 .c.s2_3 .count,#stacks_in_44659_page2.s4 .c.s2_4 .count,#stacks_in_44659_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44659_page2.s2 .c.s1_2 .c-pad,#stacks_in_44659_page2.s3 .c.s1_3 .c-pad,#stacks_in_44659_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44659_page2.s3 .c.s2_3 .c-pad,#stacks_in_44659_page2.s4 .c.s2_4 .c-pad,#stacks_in_44659_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44659_page2.s2 .c.s2_2 .c-pad,#stacks_in_44659_page2.s3 .c.s3_3 .c-pad,#stacks_in_44659_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44659_page2 .c+.c .count,
	#stacks_in_44659_page2.s3 .c.s2_3 .count,
	#stacks_in_44659_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44659_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44659_page2 .c:first-child,#stacks_in_44659_page2.s4 .c.s1_4,#stacks_in_44659_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44659_page2 .c:last-child,#stacks_in_44659_page2.s4 .c.s3_4,#stacks_in_44659_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44659_page2.s2 .c-pad,#stacks_in_44659_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44659_page2.s4 .c.s2_4 .count,
	#stacks_in_44659_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44659_page2.s4 .c {width: 49.2%;}
	#stacks_in_44659_page2.s4 .c.s1_4 .c-pad,#stacks_in_44659_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44659_page2.s4 .c.s2_4 .c-pad,#stacks_in_44659_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44659_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44659_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44659_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44660_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44660_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44660_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44660_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44660_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44660_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44660_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44660_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44660_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44662_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44662_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44662_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44662_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44662_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44662_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44662_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44662_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44662_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44662_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44662_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44662_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44662_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44662_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44669_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44669_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44669_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44669_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44669_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44669_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44669_page2.responsive.open{max-height:500px}}#stacks_in_44669_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44669_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44669_page2_container.responsive{height:500px}}
#stacks_in_44670_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44670_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44670_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44670_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44670_page2.s3 .c.s2_3 .count,#stacks_in_44670_page2.s4 .c.s2_4 .count,#stacks_in_44670_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44670_page2.s2 .c.s1_2 .c-pad,#stacks_in_44670_page2.s3 .c.s1_3 .c-pad,#stacks_in_44670_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44670_page2.s3 .c.s2_3 .c-pad,#stacks_in_44670_page2.s4 .c.s2_4 .c-pad,#stacks_in_44670_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44670_page2.s2 .c.s2_2 .c-pad,#stacks_in_44670_page2.s3 .c.s3_3 .c-pad,#stacks_in_44670_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44670_page2 .c+.c .count,
	#stacks_in_44670_page2.s3 .c.s2_3 .count,
	#stacks_in_44670_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44670_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44670_page2 .c:first-child,#stacks_in_44670_page2.s4 .c.s1_4,#stacks_in_44670_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44670_page2 .c:last-child,#stacks_in_44670_page2.s4 .c.s3_4,#stacks_in_44670_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44670_page2.s2 .c-pad,#stacks_in_44670_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44670_page2.s4 .c.s2_4 .count,
	#stacks_in_44670_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44670_page2.s4 .c {width: 49.2%;}
	#stacks_in_44670_page2.s4 .c.s1_4 .c-pad,#stacks_in_44670_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44670_page2.s4 .c.s2_4 .c-pad,#stacks_in_44670_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44670_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44670_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44670_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44591_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44591_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44591_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44591_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44591_page2.s3 .c.s2_3 .count,#stacks_in_44591_page2.s4 .c.s2_4 .count,#stacks_in_44591_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44591_page2.s2 .c.s1_2 .c-pad,#stacks_in_44591_page2.s3 .c.s1_3 .c-pad,#stacks_in_44591_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44591_page2.s3 .c.s2_3 .c-pad,#stacks_in_44591_page2.s4 .c.s2_4 .c-pad,#stacks_in_44591_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44591_page2.s2 .c.s2_2 .c-pad,#stacks_in_44591_page2.s3 .c.s3_3 .c-pad,#stacks_in_44591_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44591_page2 .c+.c .count,
	#stacks_in_44591_page2.s3 .c.s2_3 .count,
	#stacks_in_44591_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44591_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44591_page2 .c:first-child,#stacks_in_44591_page2.s4 .c.s1_4,#stacks_in_44591_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44591_page2 .c:last-child,#stacks_in_44591_page2.s4 .c.s3_4,#stacks_in_44591_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44591_page2.s2 .c-pad,#stacks_in_44591_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44591_page2.s4 .c.s2_4 .count,
	#stacks_in_44591_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44591_page2.s4 .c {width: 49.2%;}
	#stacks_in_44591_page2.s4 .c.s1_4 .c-pad,#stacks_in_44591_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44591_page2.s4 .c.s2_4 .c-pad,#stacks_in_44591_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44591_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44591_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44591_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44592_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44592_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44592_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44592_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44592_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44592_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44592_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44592_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44592_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44594_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44594_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44594_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44594_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44594_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44594_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44594_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44594_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44594_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44594_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44594_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44594_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44594_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44594_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44601_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44601_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44601_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44601_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44601_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44601_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44601_page2.responsive.open{max-height:500px}}#stacks_in_44601_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44601_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44601_page2_container.responsive{height:500px}}
#stacks_in_44602_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44602_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44602_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44602_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44602_page2.s3 .c.s2_3 .count,#stacks_in_44602_page2.s4 .c.s2_4 .count,#stacks_in_44602_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44602_page2.s2 .c.s1_2 .c-pad,#stacks_in_44602_page2.s3 .c.s1_3 .c-pad,#stacks_in_44602_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44602_page2.s3 .c.s2_3 .c-pad,#stacks_in_44602_page2.s4 .c.s2_4 .c-pad,#stacks_in_44602_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44602_page2.s2 .c.s2_2 .c-pad,#stacks_in_44602_page2.s3 .c.s3_3 .c-pad,#stacks_in_44602_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44602_page2 .c+.c .count,
	#stacks_in_44602_page2.s3 .c.s2_3 .count,
	#stacks_in_44602_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44602_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44602_page2 .c:first-child,#stacks_in_44602_page2.s4 .c.s1_4,#stacks_in_44602_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44602_page2 .c:last-child,#stacks_in_44602_page2.s4 .c.s3_4,#stacks_in_44602_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44602_page2.s2 .c-pad,#stacks_in_44602_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44602_page2.s4 .c.s2_4 .count,
	#stacks_in_44602_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44602_page2.s4 .c {width: 49.2%;}
	#stacks_in_44602_page2.s4 .c.s1_4 .c-pad,#stacks_in_44602_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44602_page2.s4 .c.s2_4 .c-pad,#stacks_in_44602_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44602_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44602_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44602_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44727_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44727_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44727_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44727_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44727_page2.s3 .c.s2_3 .count,#stacks_in_44727_page2.s4 .c.s2_4 .count,#stacks_in_44727_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44727_page2.s2 .c.s1_2 .c-pad,#stacks_in_44727_page2.s3 .c.s1_3 .c-pad,#stacks_in_44727_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44727_page2.s3 .c.s2_3 .c-pad,#stacks_in_44727_page2.s4 .c.s2_4 .c-pad,#stacks_in_44727_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44727_page2.s2 .c.s2_2 .c-pad,#stacks_in_44727_page2.s3 .c.s3_3 .c-pad,#stacks_in_44727_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44727_page2 .c+.c .count,
	#stacks_in_44727_page2.s3 .c.s2_3 .count,
	#stacks_in_44727_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44727_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44727_page2 .c:first-child,#stacks_in_44727_page2.s4 .c.s1_4,#stacks_in_44727_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44727_page2 .c:last-child,#stacks_in_44727_page2.s4 .c.s3_4,#stacks_in_44727_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44727_page2.s2 .c-pad,#stacks_in_44727_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44727_page2.s4 .c.s2_4 .count,
	#stacks_in_44727_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44727_page2.s4 .c {width: 49.2%;}
	#stacks_in_44727_page2.s4 .c.s1_4 .c-pad,#stacks_in_44727_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44727_page2.s4 .c.s2_4 .c-pad,#stacks_in_44727_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44727_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44727_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44727_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44728_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44728_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44728_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44728_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44728_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44728_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44728_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44728_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44728_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44730_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44730_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44730_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44730_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44730_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44730_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44730_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44730_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44730_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44730_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44730_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44730_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44730_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44730_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44737_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44737_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44737_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44737_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44737_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44737_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44737_page2.responsive.open{max-height:500px}}#stacks_in_44737_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44737_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44737_page2_container.responsive{height:500px}}
#stacks_in_44738_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44738_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44738_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44738_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44738_page2.s3 .c.s2_3 .count,#stacks_in_44738_page2.s4 .c.s2_4 .count,#stacks_in_44738_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44738_page2.s2 .c.s1_2 .c-pad,#stacks_in_44738_page2.s3 .c.s1_3 .c-pad,#stacks_in_44738_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44738_page2.s3 .c.s2_3 .c-pad,#stacks_in_44738_page2.s4 .c.s2_4 .c-pad,#stacks_in_44738_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44738_page2.s2 .c.s2_2 .c-pad,#stacks_in_44738_page2.s3 .c.s3_3 .c-pad,#stacks_in_44738_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44738_page2 .c+.c .count,
	#stacks_in_44738_page2.s3 .c.s2_3 .count,
	#stacks_in_44738_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44738_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44738_page2 .c:first-child,#stacks_in_44738_page2.s4 .c.s1_4,#stacks_in_44738_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44738_page2 .c:last-child,#stacks_in_44738_page2.s4 .c.s3_4,#stacks_in_44738_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44738_page2.s2 .c-pad,#stacks_in_44738_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44738_page2.s4 .c.s2_4 .count,
	#stacks_in_44738_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44738_page2.s4 .c {width: 49.2%;}
	#stacks_in_44738_page2.s4 .c.s1_4 .c-pad,#stacks_in_44738_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44738_page2.s4 .c.s2_4 .c-pad,#stacks_in_44738_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44738_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44738_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44738_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44477_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44477_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44477_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44477_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44477_page2.s3 .c.s2_3 .count,#stacks_in_44477_page2.s4 .c.s2_4 .count,#stacks_in_44477_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44477_page2.s2 .c.s1_2 .c-pad,#stacks_in_44477_page2.s3 .c.s1_3 .c-pad,#stacks_in_44477_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44477_page2.s3 .c.s2_3 .c-pad,#stacks_in_44477_page2.s4 .c.s2_4 .c-pad,#stacks_in_44477_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44477_page2.s2 .c.s2_2 .c-pad,#stacks_in_44477_page2.s3 .c.s3_3 .c-pad,#stacks_in_44477_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44477_page2 .c+.c .count,
	#stacks_in_44477_page2.s3 .c.s2_3 .count,
	#stacks_in_44477_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44477_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44477_page2 .c:first-child,#stacks_in_44477_page2.s4 .c.s1_4,#stacks_in_44477_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44477_page2 .c:last-child,#stacks_in_44477_page2.s4 .c.s3_4,#stacks_in_44477_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44477_page2.s2 .c-pad,#stacks_in_44477_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44477_page2.s4 .c.s2_4 .count,
	#stacks_in_44477_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44477_page2.s4 .c {width: 49.2%;}
	#stacks_in_44477_page2.s4 .c.s1_4 .c-pad,#stacks_in_44477_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44477_page2.s4 .c.s2_4 .c-pad,#stacks_in_44477_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44477_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44477_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44477_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44478_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44478_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44478_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44478_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44478_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44478_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44478_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44478_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44478_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44480_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44480_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44480_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44480_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44480_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44480_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44480_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44480_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44480_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44480_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44480_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44480_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44480_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44480_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44487_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44487_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44487_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44487_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44487_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44487_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44487_page2.responsive.open{max-height:500px}}#stacks_in_44487_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44487_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44487_page2_container.responsive{height:500px}}
#stacks_in_44488_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44488_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44488_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44488_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44488_page2.s3 .c.s2_3 .count,#stacks_in_44488_page2.s4 .c.s2_4 .count,#stacks_in_44488_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44488_page2.s2 .c.s1_2 .c-pad,#stacks_in_44488_page2.s3 .c.s1_3 .c-pad,#stacks_in_44488_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44488_page2.s3 .c.s2_3 .c-pad,#stacks_in_44488_page2.s4 .c.s2_4 .c-pad,#stacks_in_44488_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44488_page2.s2 .c.s2_2 .c-pad,#stacks_in_44488_page2.s3 .c.s3_3 .c-pad,#stacks_in_44488_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44488_page2 .c+.c .count,
	#stacks_in_44488_page2.s3 .c.s2_3 .count,
	#stacks_in_44488_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44488_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44488_page2 .c:first-child,#stacks_in_44488_page2.s4 .c.s1_4,#stacks_in_44488_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44488_page2 .c:last-child,#stacks_in_44488_page2.s4 .c.s3_4,#stacks_in_44488_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44488_page2.s2 .c-pad,#stacks_in_44488_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44488_page2.s4 .c.s2_4 .count,
	#stacks_in_44488_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44488_page2.s4 .c {width: 49.2%;}
	#stacks_in_44488_page2.s4 .c.s1_4 .c-pad,#stacks_in_44488_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44488_page2.s4 .c.s2_4 .c-pad,#stacks_in_44488_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44488_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44488_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44488_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44641_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44641_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44641_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44641_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44641_page2.s3 .c.s2_3 .count,#stacks_in_44641_page2.s4 .c.s2_4 .count,#stacks_in_44641_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44641_page2.s2 .c.s1_2 .c-pad,#stacks_in_44641_page2.s3 .c.s1_3 .c-pad,#stacks_in_44641_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44641_page2.s3 .c.s2_3 .c-pad,#stacks_in_44641_page2.s4 .c.s2_4 .c-pad,#stacks_in_44641_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44641_page2.s2 .c.s2_2 .c-pad,#stacks_in_44641_page2.s3 .c.s3_3 .c-pad,#stacks_in_44641_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44641_page2 .c+.c .count,
	#stacks_in_44641_page2.s3 .c.s2_3 .count,
	#stacks_in_44641_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44641_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44641_page2 .c:first-child,#stacks_in_44641_page2.s4 .c.s1_4,#stacks_in_44641_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44641_page2 .c:last-child,#stacks_in_44641_page2.s4 .c.s3_4,#stacks_in_44641_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44641_page2.s2 .c-pad,#stacks_in_44641_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44641_page2.s4 .c.s2_4 .count,
	#stacks_in_44641_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44641_page2.s4 .c {width: 49.2%;}
	#stacks_in_44641_page2.s4 .c.s1_4 .c-pad,#stacks_in_44641_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44641_page2.s4 .c.s2_4 .c-pad,#stacks_in_44641_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44641_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44641_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44641_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44642_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44642_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44642_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44642_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44642_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44642_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44642_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44642_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44642_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44644_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44644_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44644_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44644_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44644_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44644_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44644_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44644_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44644_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44644_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44644_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44644_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44644_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44644_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44651_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44651_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44651_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44651_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44651_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44651_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44651_page2.responsive.open{max-height:500px}}#stacks_in_44651_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44651_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44651_page2_container.responsive{height:500px}}
#stacks_in_44652_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44652_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44652_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44652_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44652_page2.s3 .c.s2_3 .count,#stacks_in_44652_page2.s4 .c.s2_4 .count,#stacks_in_44652_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44652_page2.s2 .c.s1_2 .c-pad,#stacks_in_44652_page2.s3 .c.s1_3 .c-pad,#stacks_in_44652_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44652_page2.s3 .c.s2_3 .c-pad,#stacks_in_44652_page2.s4 .c.s2_4 .c-pad,#stacks_in_44652_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44652_page2.s2 .c.s2_2 .c-pad,#stacks_in_44652_page2.s3 .c.s3_3 .c-pad,#stacks_in_44652_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44652_page2 .c+.c .count,
	#stacks_in_44652_page2.s3 .c.s2_3 .count,
	#stacks_in_44652_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44652_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44652_page2 .c:first-child,#stacks_in_44652_page2.s4 .c.s1_4,#stacks_in_44652_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44652_page2 .c:last-child,#stacks_in_44652_page2.s4 .c.s3_4,#stacks_in_44652_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44652_page2.s2 .c-pad,#stacks_in_44652_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44652_page2.s4 .c.s2_4 .count,
	#stacks_in_44652_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44652_page2.s4 .c {width: 49.2%;}
	#stacks_in_44652_page2.s4 .c.s1_4 .c-pad,#stacks_in_44652_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44652_page2.s4 .c.s2_4 .c-pad,#stacks_in_44652_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44652_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44652_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44652_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44293_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44293_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44293_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44293_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44293_page2.s3 .c.s2_3 .count,#stacks_in_44293_page2.s4 .c.s2_4 .count,#stacks_in_44293_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44293_page2.s2 .c.s1_2 .c-pad,#stacks_in_44293_page2.s3 .c.s1_3 .c-pad,#stacks_in_44293_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44293_page2.s3 .c.s2_3 .c-pad,#stacks_in_44293_page2.s4 .c.s2_4 .c-pad,#stacks_in_44293_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44293_page2.s2 .c.s2_2 .c-pad,#stacks_in_44293_page2.s3 .c.s3_3 .c-pad,#stacks_in_44293_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44293_page2 .c+.c .count,
	#stacks_in_44293_page2.s3 .c.s2_3 .count,
	#stacks_in_44293_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44293_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44293_page2 .c:first-child,#stacks_in_44293_page2.s4 .c.s1_4,#stacks_in_44293_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44293_page2 .c:last-child,#stacks_in_44293_page2.s4 .c.s3_4,#stacks_in_44293_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44293_page2.s2 .c-pad,#stacks_in_44293_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44293_page2.s4 .c.s2_4 .count,
	#stacks_in_44293_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44293_page2.s4 .c {width: 49.2%;}
	#stacks_in_44293_page2.s4 .c.s1_4 .c-pad,#stacks_in_44293_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44293_page2.s4 .c.s2_4 .c-pad,#stacks_in_44293_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44293_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44293_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44293_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44294_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44294_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44294_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44294_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44294_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44294_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44294_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44294_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44294_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44296_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44296_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44296_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44296_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44296_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44296_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44296_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44296_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44296_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44296_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44296_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44296_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44296_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44296_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44303_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44303_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44303_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44303_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44303_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44303_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44303_page2.responsive.open{max-height:500px}}#stacks_in_44303_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44303_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44303_page2_container.responsive{height:500px}}
#stacks_in_44304_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44304_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44304_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44304_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44304_page2.s3 .c.s2_3 .count,#stacks_in_44304_page2.s4 .c.s2_4 .count,#stacks_in_44304_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44304_page2.s2 .c.s1_2 .c-pad,#stacks_in_44304_page2.s3 .c.s1_3 .c-pad,#stacks_in_44304_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44304_page2.s3 .c.s2_3 .c-pad,#stacks_in_44304_page2.s4 .c.s2_4 .c-pad,#stacks_in_44304_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44304_page2.s2 .c.s2_2 .c-pad,#stacks_in_44304_page2.s3 .c.s3_3 .c-pad,#stacks_in_44304_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44304_page2 .c+.c .count,
	#stacks_in_44304_page2.s3 .c.s2_3 .count,
	#stacks_in_44304_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44304_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44304_page2 .c:first-child,#stacks_in_44304_page2.s4 .c.s1_4,#stacks_in_44304_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44304_page2 .c:last-child,#stacks_in_44304_page2.s4 .c.s3_4,#stacks_in_44304_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44304_page2.s2 .c-pad,#stacks_in_44304_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44304_page2.s4 .c.s2_4 .count,
	#stacks_in_44304_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44304_page2.s4 .c {width: 49.2%;}
	#stacks_in_44304_page2.s4 .c.s1_4 .c-pad,#stacks_in_44304_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44304_page2.s4 .c.s2_4 .c-pad,#stacks_in_44304_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44304_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44304_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44304_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44230_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44230_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44230_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44230_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44230_page2.s3 .c.s2_3 .count,#stacks_in_44230_page2.s4 .c.s2_4 .count,#stacks_in_44230_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44230_page2.s2 .c.s1_2 .c-pad,#stacks_in_44230_page2.s3 .c.s1_3 .c-pad,#stacks_in_44230_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44230_page2.s3 .c.s2_3 .c-pad,#stacks_in_44230_page2.s4 .c.s2_4 .c-pad,#stacks_in_44230_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44230_page2.s2 .c.s2_2 .c-pad,#stacks_in_44230_page2.s3 .c.s3_3 .c-pad,#stacks_in_44230_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44230_page2 .c+.c .count,
	#stacks_in_44230_page2.s3 .c.s2_3 .count,
	#stacks_in_44230_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44230_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44230_page2 .c:first-child,#stacks_in_44230_page2.s4 .c.s1_4,#stacks_in_44230_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44230_page2 .c:last-child,#stacks_in_44230_page2.s4 .c.s3_4,#stacks_in_44230_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44230_page2.s2 .c-pad,#stacks_in_44230_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44230_page2.s4 .c.s2_4 .count,
	#stacks_in_44230_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44230_page2.s4 .c {width: 49.2%;}
	#stacks_in_44230_page2.s4 .c.s1_4 .c-pad,#stacks_in_44230_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44230_page2.s4 .c.s2_4 .c-pad,#stacks_in_44230_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44230_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44230_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44230_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44230_page2 {
	padding:  1px;
}
#stacks_in_44573_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44573_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44573_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44573_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44573_page2.s3 .c.s2_3 .count,#stacks_in_44573_page2.s4 .c.s2_4 .count,#stacks_in_44573_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44573_page2.s2 .c.s1_2 .c-pad,#stacks_in_44573_page2.s3 .c.s1_3 .c-pad,#stacks_in_44573_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44573_page2.s3 .c.s2_3 .c-pad,#stacks_in_44573_page2.s4 .c.s2_4 .c-pad,#stacks_in_44573_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44573_page2.s2 .c.s2_2 .c-pad,#stacks_in_44573_page2.s3 .c.s3_3 .c-pad,#stacks_in_44573_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44573_page2 .c+.c .count,
	#stacks_in_44573_page2.s3 .c.s2_3 .count,
	#stacks_in_44573_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44573_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44573_page2 .c:first-child,#stacks_in_44573_page2.s4 .c.s1_4,#stacks_in_44573_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44573_page2 .c:last-child,#stacks_in_44573_page2.s4 .c.s3_4,#stacks_in_44573_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44573_page2.s2 .c-pad,#stacks_in_44573_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44573_page2.s4 .c.s2_4 .count,
	#stacks_in_44573_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44573_page2.s4 .c {width: 49.2%;}
	#stacks_in_44573_page2.s4 .c.s1_4 .c-pad,#stacks_in_44573_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44573_page2.s4 .c.s2_4 .c-pad,#stacks_in_44573_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44573_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44573_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44573_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44574_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44574_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44574_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44574_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44574_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44574_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44574_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44574_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44574_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44576_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44576_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44576_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44576_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44576_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44576_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44576_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44576_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44576_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44576_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44576_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44576_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44576_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44576_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44583_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44583_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44583_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44583_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44583_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44583_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44583_page2.responsive.open{max-height:500px}}#stacks_in_44583_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44583_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44583_page2_container.responsive{height:500px}}
#stacks_in_44584_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44584_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44584_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44584_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44584_page2.s3 .c.s2_3 .count,#stacks_in_44584_page2.s4 .c.s2_4 .count,#stacks_in_44584_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44584_page2.s2 .c.s1_2 .c-pad,#stacks_in_44584_page2.s3 .c.s1_3 .c-pad,#stacks_in_44584_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44584_page2.s3 .c.s2_3 .c-pad,#stacks_in_44584_page2.s4 .c.s2_4 .c-pad,#stacks_in_44584_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44584_page2.s2 .c.s2_2 .c-pad,#stacks_in_44584_page2.s3 .c.s3_3 .c-pad,#stacks_in_44584_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44584_page2 .c+.c .count,
	#stacks_in_44584_page2.s3 .c.s2_3 .count,
	#stacks_in_44584_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44584_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44584_page2 .c:first-child,#stacks_in_44584_page2.s4 .c.s1_4,#stacks_in_44584_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44584_page2 .c:last-child,#stacks_in_44584_page2.s4 .c.s3_4,#stacks_in_44584_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44584_page2.s2 .c-pad,#stacks_in_44584_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44584_page2.s4 .c.s2_4 .count,
	#stacks_in_44584_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44584_page2.s4 .c {width: 49.2%;}
	#stacks_in_44584_page2.s4 .c.s1_4 .c-pad,#stacks_in_44584_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44584_page2.s4 .c.s2_4 .c-pad,#stacks_in_44584_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44584_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44584_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44584_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44541_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44541_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44541_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44541_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44541_page2.s3 .c.s2_3 .count,#stacks_in_44541_page2.s4 .c.s2_4 .count,#stacks_in_44541_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44541_page2.s2 .c.s1_2 .c-pad,#stacks_in_44541_page2.s3 .c.s1_3 .c-pad,#stacks_in_44541_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44541_page2.s3 .c.s2_3 .c-pad,#stacks_in_44541_page2.s4 .c.s2_4 .c-pad,#stacks_in_44541_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44541_page2.s2 .c.s2_2 .c-pad,#stacks_in_44541_page2.s3 .c.s3_3 .c-pad,#stacks_in_44541_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44541_page2 .c+.c .count,
	#stacks_in_44541_page2.s3 .c.s2_3 .count,
	#stacks_in_44541_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44541_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44541_page2 .c:first-child,#stacks_in_44541_page2.s4 .c.s1_4,#stacks_in_44541_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44541_page2 .c:last-child,#stacks_in_44541_page2.s4 .c.s3_4,#stacks_in_44541_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44541_page2.s2 .c-pad,#stacks_in_44541_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44541_page2.s4 .c.s2_4 .count,
	#stacks_in_44541_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44541_page2.s4 .c {width: 49.2%;}
	#stacks_in_44541_page2.s4 .c.s1_4 .c-pad,#stacks_in_44541_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44541_page2.s4 .c.s2_4 .c-pad,#stacks_in_44541_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44541_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44541_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44541_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44542_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44542_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44542_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44542_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44542_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44542_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44542_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44542_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44542_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44544_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44544_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44544_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44544_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44544_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44544_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44544_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44544_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44544_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44544_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44544_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44544_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44544_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44544_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44551_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44551_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44551_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44551_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44551_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44551_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44551_page2.responsive.open{max-height:500px}}#stacks_in_44551_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44551_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44551_page2_container.responsive{height:500px}}
#stacks_in_44552_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44552_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44552_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44552_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44552_page2.s3 .c.s2_3 .count,#stacks_in_44552_page2.s4 .c.s2_4 .count,#stacks_in_44552_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44552_page2.s2 .c.s1_2 .c-pad,#stacks_in_44552_page2.s3 .c.s1_3 .c-pad,#stacks_in_44552_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44552_page2.s3 .c.s2_3 .c-pad,#stacks_in_44552_page2.s4 .c.s2_4 .c-pad,#stacks_in_44552_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44552_page2.s2 .c.s2_2 .c-pad,#stacks_in_44552_page2.s3 .c.s3_3 .c-pad,#stacks_in_44552_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44552_page2 .c+.c .count,
	#stacks_in_44552_page2.s3 .c.s2_3 .count,
	#stacks_in_44552_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44552_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44552_page2 .c:first-child,#stacks_in_44552_page2.s4 .c.s1_4,#stacks_in_44552_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44552_page2 .c:last-child,#stacks_in_44552_page2.s4 .c.s3_4,#stacks_in_44552_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44552_page2.s2 .c-pad,#stacks_in_44552_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44552_page2.s4 .c.s2_4 .count,
	#stacks_in_44552_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44552_page2.s4 .c {width: 49.2%;}
	#stacks_in_44552_page2.s4 .c.s1_4 .c-pad,#stacks_in_44552_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44552_page2.s4 .c.s2_4 .c-pad,#stacks_in_44552_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44552_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44552_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44552_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44445_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44445_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44445_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44445_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44445_page2.s3 .c.s2_3 .count,#stacks_in_44445_page2.s4 .c.s2_4 .count,#stacks_in_44445_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44445_page2.s2 .c.s1_2 .c-pad,#stacks_in_44445_page2.s3 .c.s1_3 .c-pad,#stacks_in_44445_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44445_page2.s3 .c.s2_3 .c-pad,#stacks_in_44445_page2.s4 .c.s2_4 .c-pad,#stacks_in_44445_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44445_page2.s2 .c.s2_2 .c-pad,#stacks_in_44445_page2.s3 .c.s3_3 .c-pad,#stacks_in_44445_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44445_page2 .c+.c .count,
	#stacks_in_44445_page2.s3 .c.s2_3 .count,
	#stacks_in_44445_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44445_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44445_page2 .c:first-child,#stacks_in_44445_page2.s4 .c.s1_4,#stacks_in_44445_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44445_page2 .c:last-child,#stacks_in_44445_page2.s4 .c.s3_4,#stacks_in_44445_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44445_page2.s2 .c-pad,#stacks_in_44445_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44445_page2.s4 .c.s2_4 .count,
	#stacks_in_44445_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44445_page2.s4 .c {width: 49.2%;}
	#stacks_in_44445_page2.s4 .c.s1_4 .c-pad,#stacks_in_44445_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44445_page2.s4 .c.s2_4 .c-pad,#stacks_in_44445_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44445_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44445_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44445_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44446_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44446_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44446_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44446_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44446_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44446_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44446_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44446_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44446_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44448_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44448_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44448_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44448_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44448_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44448_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44448_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44448_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44448_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44448_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44448_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44448_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44448_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44448_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44455_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44455_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44455_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44455_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44455_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44455_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44455_page2.responsive.open{max-height:500px}}#stacks_in_44455_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44455_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44455_page2_container.responsive{height:500px}}
#stacks_in_44456_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44456_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44456_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44456_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44456_page2.s3 .c.s2_3 .count,#stacks_in_44456_page2.s4 .c.s2_4 .count,#stacks_in_44456_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44456_page2.s2 .c.s1_2 .c-pad,#stacks_in_44456_page2.s3 .c.s1_3 .c-pad,#stacks_in_44456_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44456_page2.s3 .c.s2_3 .c-pad,#stacks_in_44456_page2.s4 .c.s2_4 .c-pad,#stacks_in_44456_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44456_page2.s2 .c.s2_2 .c-pad,#stacks_in_44456_page2.s3 .c.s3_3 .c-pad,#stacks_in_44456_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44456_page2 .c+.c .count,
	#stacks_in_44456_page2.s3 .c.s2_3 .count,
	#stacks_in_44456_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44456_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44456_page2 .c:first-child,#stacks_in_44456_page2.s4 .c.s1_4,#stacks_in_44456_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44456_page2 .c:last-child,#stacks_in_44456_page2.s4 .c.s3_4,#stacks_in_44456_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44456_page2.s2 .c-pad,#stacks_in_44456_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44456_page2.s4 .c.s2_4 .count,
	#stacks_in_44456_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44456_page2.s4 .c {width: 49.2%;}
	#stacks_in_44456_page2.s4 .c.s1_4 .c-pad,#stacks_in_44456_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44456_page2.s4 .c.s2_4 .c-pad,#stacks_in_44456_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44456_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44456_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44456_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44233_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44233_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44233_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44233_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44233_page2.s3 .c.s2_3 .count,#stacks_in_44233_page2.s4 .c.s2_4 .count,#stacks_in_44233_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44233_page2.s2 .c.s1_2 .c-pad,#stacks_in_44233_page2.s3 .c.s1_3 .c-pad,#stacks_in_44233_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44233_page2.s3 .c.s2_3 .c-pad,#stacks_in_44233_page2.s4 .c.s2_4 .c-pad,#stacks_in_44233_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44233_page2.s2 .c.s2_2 .c-pad,#stacks_in_44233_page2.s3 .c.s3_3 .c-pad,#stacks_in_44233_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44233_page2 .c+.c .count,
	#stacks_in_44233_page2.s3 .c.s2_3 .count,
	#stacks_in_44233_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44233_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44233_page2 .c:first-child,#stacks_in_44233_page2.s4 .c.s1_4,#stacks_in_44233_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44233_page2 .c:last-child,#stacks_in_44233_page2.s4 .c.s3_4,#stacks_in_44233_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44233_page2.s2 .c-pad,#stacks_in_44233_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44233_page2.s4 .c.s2_4 .count,
	#stacks_in_44233_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44233_page2.s4 .c {width: 49.2%;}
	#stacks_in_44233_page2.s4 .c.s1_4 .c-pad,#stacks_in_44233_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44233_page2.s4 .c.s2_4 .c-pad,#stacks_in_44233_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44233_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44233_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44233_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44234_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44234_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44234_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44234_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44234_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44234_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44234_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44234_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44234_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44236_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44236_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44236_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44236_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44236_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44236_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44236_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44236_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44236_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44236_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44236_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44236_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44236_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44236_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44243_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44243_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44243_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44243_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44243_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44243_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44243_page2.responsive.open{max-height:500px}}#stacks_in_44243_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44243_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44243_page2_container.responsive{height:500px}}
#stacks_in_44244_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44244_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44244_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44244_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44244_page2.s3 .c.s2_3 .count,#stacks_in_44244_page2.s4 .c.s2_4 .count,#stacks_in_44244_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44244_page2.s2 .c.s1_2 .c-pad,#stacks_in_44244_page2.s3 .c.s1_3 .c-pad,#stacks_in_44244_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44244_page2.s3 .c.s2_3 .c-pad,#stacks_in_44244_page2.s4 .c.s2_4 .c-pad,#stacks_in_44244_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44244_page2.s2 .c.s2_2 .c-pad,#stacks_in_44244_page2.s3 .c.s3_3 .c-pad,#stacks_in_44244_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44244_page2 .c+.c .count,
	#stacks_in_44244_page2.s3 .c.s2_3 .count,
	#stacks_in_44244_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44244_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44244_page2 .c:first-child,#stacks_in_44244_page2.s4 .c.s1_4,#stacks_in_44244_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44244_page2 .c:last-child,#stacks_in_44244_page2.s4 .c.s3_4,#stacks_in_44244_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44244_page2.s2 .c-pad,#stacks_in_44244_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44244_page2.s4 .c.s2_4 .count,
	#stacks_in_44244_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44244_page2.s4 .c {width: 49.2%;}
	#stacks_in_44244_page2.s4 .c.s1_4 .c-pad,#stacks_in_44244_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44244_page2.s4 .c.s2_4 .c-pad,#stacks_in_44244_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44244_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44244_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44244_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44509_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44509_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44509_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44509_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44509_page2.s3 .c.s2_3 .count,#stacks_in_44509_page2.s4 .c.s2_4 .count,#stacks_in_44509_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44509_page2.s2 .c.s1_2 .c-pad,#stacks_in_44509_page2.s3 .c.s1_3 .c-pad,#stacks_in_44509_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44509_page2.s3 .c.s2_3 .c-pad,#stacks_in_44509_page2.s4 .c.s2_4 .c-pad,#stacks_in_44509_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44509_page2.s2 .c.s2_2 .c-pad,#stacks_in_44509_page2.s3 .c.s3_3 .c-pad,#stacks_in_44509_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44509_page2 .c+.c .count,
	#stacks_in_44509_page2.s3 .c.s2_3 .count,
	#stacks_in_44509_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44509_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44509_page2 .c:first-child,#stacks_in_44509_page2.s4 .c.s1_4,#stacks_in_44509_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44509_page2 .c:last-child,#stacks_in_44509_page2.s4 .c.s3_4,#stacks_in_44509_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44509_page2.s2 .c-pad,#stacks_in_44509_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44509_page2.s4 .c.s2_4 .count,
	#stacks_in_44509_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44509_page2.s4 .c {width: 49.2%;}
	#stacks_in_44509_page2.s4 .c.s1_4 .c-pad,#stacks_in_44509_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44509_page2.s4 .c.s2_4 .c-pad,#stacks_in_44509_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44509_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44509_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44509_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44510_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44510_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44510_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44510_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44510_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44510_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44510_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44510_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44510_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44512_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44512_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44512_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44512_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44512_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44512_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44512_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44512_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44512_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44512_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44512_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44512_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44512_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44512_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44519_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44519_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44519_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44519_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44519_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44519_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44519_page2.responsive.open{max-height:500px}}#stacks_in_44519_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44519_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44519_page2_container.responsive{height:500px}}
#stacks_in_44520_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44520_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44520_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44520_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44520_page2.s3 .c.s2_3 .count,#stacks_in_44520_page2.s4 .c.s2_4 .count,#stacks_in_44520_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44520_page2.s2 .c.s1_2 .c-pad,#stacks_in_44520_page2.s3 .c.s1_3 .c-pad,#stacks_in_44520_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44520_page2.s3 .c.s2_3 .c-pad,#stacks_in_44520_page2.s4 .c.s2_4 .c-pad,#stacks_in_44520_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44520_page2.s2 .c.s2_2 .c-pad,#stacks_in_44520_page2.s3 .c.s3_3 .c-pad,#stacks_in_44520_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44520_page2 .c+.c .count,
	#stacks_in_44520_page2.s3 .c.s2_3 .count,
	#stacks_in_44520_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44520_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44520_page2 .c:first-child,#stacks_in_44520_page2.s4 .c.s1_4,#stacks_in_44520_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44520_page2 .c:last-child,#stacks_in_44520_page2.s4 .c.s3_4,#stacks_in_44520_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44520_page2.s2 .c-pad,#stacks_in_44520_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44520_page2.s4 .c.s2_4 .count,
	#stacks_in_44520_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44520_page2.s4 .c {width: 49.2%;}
	#stacks_in_44520_page2.s4 .c.s1_4 .c-pad,#stacks_in_44520_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44520_page2.s4 .c.s2_4 .c-pad,#stacks_in_44520_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44520_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44520_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44520_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44275_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44275_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44275_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44275_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44275_page2.s3 .c.s2_3 .count,#stacks_in_44275_page2.s4 .c.s2_4 .count,#stacks_in_44275_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44275_page2.s2 .c.s1_2 .c-pad,#stacks_in_44275_page2.s3 .c.s1_3 .c-pad,#stacks_in_44275_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44275_page2.s3 .c.s2_3 .c-pad,#stacks_in_44275_page2.s4 .c.s2_4 .c-pad,#stacks_in_44275_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44275_page2.s2 .c.s2_2 .c-pad,#stacks_in_44275_page2.s3 .c.s3_3 .c-pad,#stacks_in_44275_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44275_page2 .c+.c .count,
	#stacks_in_44275_page2.s3 .c.s2_3 .count,
	#stacks_in_44275_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44275_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44275_page2 .c:first-child,#stacks_in_44275_page2.s4 .c.s1_4,#stacks_in_44275_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44275_page2 .c:last-child,#stacks_in_44275_page2.s4 .c.s3_4,#stacks_in_44275_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44275_page2.s2 .c-pad,#stacks_in_44275_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44275_page2.s4 .c.s2_4 .count,
	#stacks_in_44275_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44275_page2.s4 .c {width: 49.2%;}
	#stacks_in_44275_page2.s4 .c.s1_4 .c-pad,#stacks_in_44275_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44275_page2.s4 .c.s2_4 .c-pad,#stacks_in_44275_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44275_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44275_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44275_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44276_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44276_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44276_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44276_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44276_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44276_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44276_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44276_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44276_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44278_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44278_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44278_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44278_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44278_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44278_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44278_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44278_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44278_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44278_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44278_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44278_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44278_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44278_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44285_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44285_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44285_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44285_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44285_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44285_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44285_page2.responsive.open{max-height:500px}}#stacks_in_44285_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44285_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44285_page2_container.responsive{height:500px}}
#stacks_in_44286_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44286_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44286_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44286_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44286_page2.s3 .c.s2_3 .count,#stacks_in_44286_page2.s4 .c.s2_4 .count,#stacks_in_44286_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44286_page2.s2 .c.s1_2 .c-pad,#stacks_in_44286_page2.s3 .c.s1_3 .c-pad,#stacks_in_44286_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44286_page2.s3 .c.s2_3 .c-pad,#stacks_in_44286_page2.s4 .c.s2_4 .c-pad,#stacks_in_44286_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44286_page2.s2 .c.s2_2 .c-pad,#stacks_in_44286_page2.s3 .c.s3_3 .c-pad,#stacks_in_44286_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44286_page2 .c+.c .count,
	#stacks_in_44286_page2.s3 .c.s2_3 .count,
	#stacks_in_44286_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44286_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44286_page2 .c:first-child,#stacks_in_44286_page2.s4 .c.s1_4,#stacks_in_44286_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44286_page2 .c:last-child,#stacks_in_44286_page2.s4 .c.s3_4,#stacks_in_44286_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44286_page2.s2 .c-pad,#stacks_in_44286_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44286_page2.s4 .c.s2_4 .count,
	#stacks_in_44286_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44286_page2.s4 .c {width: 49.2%;}
	#stacks_in_44286_page2.s4 .c.s1_4 .c-pad,#stacks_in_44286_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44286_page2.s4 .c.s2_4 .c-pad,#stacks_in_44286_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44286_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44286_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44286_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_44251_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44251_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44251_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44251_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44251_page2.s3 .c.s2_3 .count,#stacks_in_44251_page2.s4 .c.s2_4 .count,#stacks_in_44251_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44251_page2.s2 .c.s1_2 .c-pad,#stacks_in_44251_page2.s3 .c.s1_3 .c-pad,#stacks_in_44251_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44251_page2.s3 .c.s2_3 .c-pad,#stacks_in_44251_page2.s4 .c.s2_4 .c-pad,#stacks_in_44251_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44251_page2.s2 .c.s2_2 .c-pad,#stacks_in_44251_page2.s3 .c.s3_3 .c-pad,#stacks_in_44251_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44251_page2 .c+.c .count,
	#stacks_in_44251_page2.s3 .c.s2_3 .count,
	#stacks_in_44251_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44251_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44251_page2 .c:first-child,#stacks_in_44251_page2.s4 .c.s1_4,#stacks_in_44251_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44251_page2 .c:last-child,#stacks_in_44251_page2.s4 .c.s3_4,#stacks_in_44251_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44251_page2.s2 .c-pad,#stacks_in_44251_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44251_page2.s4 .c.s2_4 .count,
	#stacks_in_44251_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44251_page2.s4 .c {width: 49.2%;}
	#stacks_in_44251_page2.s4 .c.s1_4 .c-pad,#stacks_in_44251_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44251_page2.s4 .c.s2_4 .c-pad,#stacks_in_44251_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44251_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44251_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44251_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_44252_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_44252_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_44252_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_44252_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_44252_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_44252_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_44252_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_44252_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_44252_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_44254_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_44254_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_44254_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_44254_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_44254_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_44254_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_44254_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_44254_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_44254_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_44254_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_44254_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_44254_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_44254_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_44254_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_44261_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_44261_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_44261_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_44261_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_44261_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_44261_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_44261_page2.responsive.open{max-height:500px}}#stacks_in_44261_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_44261_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_44261_page2_container.responsive{height:500px}}
#stacks_in_44262_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_44262_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_44262_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_44262_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_44262_page2.s3 .c.s2_3 .count,#stacks_in_44262_page2.s4 .c.s2_4 .count,#stacks_in_44262_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_44262_page2.s2 .c.s1_2 .c-pad,#stacks_in_44262_page2.s3 .c.s1_3 .c-pad,#stacks_in_44262_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_44262_page2.s3 .c.s2_3 .c-pad,#stacks_in_44262_page2.s4 .c.s2_4 .c-pad,#stacks_in_44262_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_44262_page2.s2 .c.s2_2 .c-pad,#stacks_in_44262_page2.s3 .c.s3_3 .c-pad,#stacks_in_44262_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_44262_page2 .c+.c .count,
	#stacks_in_44262_page2.s3 .c.s2_3 .count,
	#stacks_in_44262_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_44262_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_44262_page2 .c:first-child,#stacks_in_44262_page2.s4 .c.s1_4,#stacks_in_44262_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_44262_page2 .c:last-child,#stacks_in_44262_page2.s4 .c.s3_4,#stacks_in_44262_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_44262_page2.s2 .c-pad,#stacks_in_44262_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_44262_page2.s4 .c.s2_4 .count,
	#stacks_in_44262_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_44262_page2.s4 .c {width: 49.2%;}
	#stacks_in_44262_page2.s4 .c.s1_4 .c-pad,#stacks_in_44262_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_44262_page2.s4 .c.s2_4 .c-pad,#stacks_in_44262_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_44262_page2 .count{ margin-left: 0 !important;}
	#stacks_in_44262_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_44262_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43560_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43560_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43560_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43560_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43560_page2.s3 .c.s2_3 .count,#stacks_in_43560_page2.s4 .c.s2_4 .count,#stacks_in_43560_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43560_page2.s2 .c.s1_2 .c-pad,#stacks_in_43560_page2.s3 .c.s1_3 .c-pad,#stacks_in_43560_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43560_page2.s3 .c.s2_3 .c-pad,#stacks_in_43560_page2.s4 .c.s2_4 .c-pad,#stacks_in_43560_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43560_page2.s2 .c.s2_2 .c-pad,#stacks_in_43560_page2.s3 .c.s3_3 .c-pad,#stacks_in_43560_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43560_page2 .c+.c .count,
	#stacks_in_43560_page2.s3 .c.s2_3 .count,
	#stacks_in_43560_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43560_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43560_page2 .c:first-child,#stacks_in_43560_page2.s4 .c.s1_4,#stacks_in_43560_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43560_page2 .c:last-child,#stacks_in_43560_page2.s4 .c.s3_4,#stacks_in_43560_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43560_page2.s2 .c-pad,#stacks_in_43560_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43560_page2.s4 .c.s2_4 .count,
	#stacks_in_43560_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43560_page2.s4 .c {width: 49.2%;}
	#stacks_in_43560_page2.s4 .c.s1_4 .c-pad,#stacks_in_43560_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43560_page2.s4 .c.s2_4 .c-pad,#stacks_in_43560_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43560_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43560_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43560_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43560_page2 {
	padding:  1px;
}
#stacks_in_43563_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43563_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43563_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43563_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43563_page2.s3 .c.s2_3 .count,#stacks_in_43563_page2.s4 .c.s2_4 .count,#stacks_in_43563_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43563_page2.s2 .c.s1_2 .c-pad,#stacks_in_43563_page2.s3 .c.s1_3 .c-pad,#stacks_in_43563_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43563_page2.s3 .c.s2_3 .c-pad,#stacks_in_43563_page2.s4 .c.s2_4 .c-pad,#stacks_in_43563_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43563_page2.s2 .c.s2_2 .c-pad,#stacks_in_43563_page2.s3 .c.s3_3 .c-pad,#stacks_in_43563_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43563_page2 .c+.c .count,
	#stacks_in_43563_page2.s3 .c.s2_3 .count,
	#stacks_in_43563_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43563_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43563_page2 .c:first-child,#stacks_in_43563_page2.s4 .c.s1_4,#stacks_in_43563_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43563_page2 .c:last-child,#stacks_in_43563_page2.s4 .c.s3_4,#stacks_in_43563_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43563_page2.s2 .c-pad,#stacks_in_43563_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43563_page2.s4 .c.s2_4 .count,
	#stacks_in_43563_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43563_page2.s4 .c {width: 49.2%;}
	#stacks_in_43563_page2.s4 .c.s1_4 .c-pad,#stacks_in_43563_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43563_page2.s4 .c.s2_4 .c-pad,#stacks_in_43563_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43563_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43563_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43563_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43564_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43564_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43564_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43564_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43564_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43564_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43564_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43564_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43564_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43566_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43566_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43566_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43566_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43566_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43566_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43566_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43566_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43566_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43566_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43566_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43566_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43566_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43566_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43573_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43573_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43573_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43573_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43573_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43573_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43573_page2.responsive.open{max-height:500px}}#stacks_in_43573_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43573_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43573_page2_container.responsive{height:500px}}
#stacks_in_43574_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43574_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43574_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43574_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43574_page2.s3 .c.s2_3 .count,#stacks_in_43574_page2.s4 .c.s2_4 .count,#stacks_in_43574_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43574_page2.s2 .c.s1_2 .c-pad,#stacks_in_43574_page2.s3 .c.s1_3 .c-pad,#stacks_in_43574_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43574_page2.s3 .c.s2_3 .c-pad,#stacks_in_43574_page2.s4 .c.s2_4 .c-pad,#stacks_in_43574_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43574_page2.s2 .c.s2_2 .c-pad,#stacks_in_43574_page2.s3 .c.s3_3 .c-pad,#stacks_in_43574_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43574_page2 .c+.c .count,
	#stacks_in_43574_page2.s3 .c.s2_3 .count,
	#stacks_in_43574_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43574_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43574_page2 .c:first-child,#stacks_in_43574_page2.s4 .c.s1_4,#stacks_in_43574_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43574_page2 .c:last-child,#stacks_in_43574_page2.s4 .c.s3_4,#stacks_in_43574_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43574_page2.s2 .c-pad,#stacks_in_43574_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43574_page2.s4 .c.s2_4 .count,
	#stacks_in_43574_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43574_page2.s4 .c {width: 49.2%;}
	#stacks_in_43574_page2.s4 .c.s1_4 .c-pad,#stacks_in_43574_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43574_page2.s4 .c.s2_4 .c-pad,#stacks_in_43574_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43574_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43574_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43574_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43581_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43581_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43581_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43581_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43581_page2.s3 .c.s2_3 .count,#stacks_in_43581_page2.s4 .c.s2_4 .count,#stacks_in_43581_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43581_page2.s2 .c.s1_2 .c-pad,#stacks_in_43581_page2.s3 .c.s1_3 .c-pad,#stacks_in_43581_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43581_page2.s3 .c.s2_3 .c-pad,#stacks_in_43581_page2.s4 .c.s2_4 .c-pad,#stacks_in_43581_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43581_page2.s2 .c.s2_2 .c-pad,#stacks_in_43581_page2.s3 .c.s3_3 .c-pad,#stacks_in_43581_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43581_page2 .c+.c .count,
	#stacks_in_43581_page2.s3 .c.s2_3 .count,
	#stacks_in_43581_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43581_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43581_page2 .c:first-child,#stacks_in_43581_page2.s4 .c.s1_4,#stacks_in_43581_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43581_page2 .c:last-child,#stacks_in_43581_page2.s4 .c.s3_4,#stacks_in_43581_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43581_page2.s2 .c-pad,#stacks_in_43581_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43581_page2.s4 .c.s2_4 .count,
	#stacks_in_43581_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43581_page2.s4 .c {width: 49.2%;}
	#stacks_in_43581_page2.s4 .c.s1_4 .c-pad,#stacks_in_43581_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43581_page2.s4 .c.s2_4 .c-pad,#stacks_in_43581_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43581_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43581_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43581_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43582_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43582_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43582_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43582_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43582_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43582_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43582_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43582_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43582_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43584_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43584_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43584_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43584_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43584_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43584_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43584_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43584_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43584_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43584_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43584_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43584_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43584_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43584_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43591_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43591_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43591_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43591_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43591_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43591_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43591_page2.responsive.open{max-height:500px}}#stacks_in_43591_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43591_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43591_page2_container.responsive{height:500px}}
#stacks_in_43592_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43592_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43592_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43592_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43592_page2.s3 .c.s2_3 .count,#stacks_in_43592_page2.s4 .c.s2_4 .count,#stacks_in_43592_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43592_page2.s2 .c.s1_2 .c-pad,#stacks_in_43592_page2.s3 .c.s1_3 .c-pad,#stacks_in_43592_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43592_page2.s3 .c.s2_3 .c-pad,#stacks_in_43592_page2.s4 .c.s2_4 .c-pad,#stacks_in_43592_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43592_page2.s2 .c.s2_2 .c-pad,#stacks_in_43592_page2.s3 .c.s3_3 .c-pad,#stacks_in_43592_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43592_page2 .c+.c .count,
	#stacks_in_43592_page2.s3 .c.s2_3 .count,
	#stacks_in_43592_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43592_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43592_page2 .c:first-child,#stacks_in_43592_page2.s4 .c.s1_4,#stacks_in_43592_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43592_page2 .c:last-child,#stacks_in_43592_page2.s4 .c.s3_4,#stacks_in_43592_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43592_page2.s2 .c-pad,#stacks_in_43592_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43592_page2.s4 .c.s2_4 .count,
	#stacks_in_43592_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43592_page2.s4 .c {width: 49.2%;}
	#stacks_in_43592_page2.s4 .c.s1_4 .c-pad,#stacks_in_43592_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43592_page2.s4 .c.s2_4 .c-pad,#stacks_in_43592_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43592_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43592_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43592_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43599_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43599_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43599_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43599_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43599_page2.s3 .c.s2_3 .count,#stacks_in_43599_page2.s4 .c.s2_4 .count,#stacks_in_43599_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43599_page2.s2 .c.s1_2 .c-pad,#stacks_in_43599_page2.s3 .c.s1_3 .c-pad,#stacks_in_43599_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43599_page2.s3 .c.s2_3 .c-pad,#stacks_in_43599_page2.s4 .c.s2_4 .c-pad,#stacks_in_43599_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43599_page2.s2 .c.s2_2 .c-pad,#stacks_in_43599_page2.s3 .c.s3_3 .c-pad,#stacks_in_43599_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43599_page2 .c+.c .count,
	#stacks_in_43599_page2.s3 .c.s2_3 .count,
	#stacks_in_43599_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43599_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43599_page2 .c:first-child,#stacks_in_43599_page2.s4 .c.s1_4,#stacks_in_43599_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43599_page2 .c:last-child,#stacks_in_43599_page2.s4 .c.s3_4,#stacks_in_43599_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43599_page2.s2 .c-pad,#stacks_in_43599_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43599_page2.s4 .c.s2_4 .count,
	#stacks_in_43599_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43599_page2.s4 .c {width: 49.2%;}
	#stacks_in_43599_page2.s4 .c.s1_4 .c-pad,#stacks_in_43599_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43599_page2.s4 .c.s2_4 .c-pad,#stacks_in_43599_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43599_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43599_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43599_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43600_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43600_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43600_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43600_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43600_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43600_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43600_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43600_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43600_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43602_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43602_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43602_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43602_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43602_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43602_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43602_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43602_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43602_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43602_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43602_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43602_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43602_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43602_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43609_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43609_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43609_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43609_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43609_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43609_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43609_page2.responsive.open{max-height:500px}}#stacks_in_43609_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43609_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43609_page2_container.responsive{height:500px}}
#stacks_in_43610_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43610_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43610_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43610_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43610_page2.s3 .c.s2_3 .count,#stacks_in_43610_page2.s4 .c.s2_4 .count,#stacks_in_43610_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43610_page2.s2 .c.s1_2 .c-pad,#stacks_in_43610_page2.s3 .c.s1_3 .c-pad,#stacks_in_43610_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43610_page2.s3 .c.s2_3 .c-pad,#stacks_in_43610_page2.s4 .c.s2_4 .c-pad,#stacks_in_43610_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43610_page2.s2 .c.s2_2 .c-pad,#stacks_in_43610_page2.s3 .c.s3_3 .c-pad,#stacks_in_43610_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43610_page2 .c+.c .count,
	#stacks_in_43610_page2.s3 .c.s2_3 .count,
	#stacks_in_43610_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43610_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43610_page2 .c:first-child,#stacks_in_43610_page2.s4 .c.s1_4,#stacks_in_43610_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43610_page2 .c:last-child,#stacks_in_43610_page2.s4 .c.s3_4,#stacks_in_43610_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43610_page2.s2 .c-pad,#stacks_in_43610_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43610_page2.s4 .c.s2_4 .count,
	#stacks_in_43610_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43610_page2.s4 .c {width: 49.2%;}
	#stacks_in_43610_page2.s4 .c.s1_4 .c-pad,#stacks_in_43610_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43610_page2.s4 .c.s2_4 .c-pad,#stacks_in_43610_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43610_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43610_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43610_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43617_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43617_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43617_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43617_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43617_page2.s3 .c.s2_3 .count,#stacks_in_43617_page2.s4 .c.s2_4 .count,#stacks_in_43617_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43617_page2.s2 .c.s1_2 .c-pad,#stacks_in_43617_page2.s3 .c.s1_3 .c-pad,#stacks_in_43617_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43617_page2.s3 .c.s2_3 .c-pad,#stacks_in_43617_page2.s4 .c.s2_4 .c-pad,#stacks_in_43617_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43617_page2.s2 .c.s2_2 .c-pad,#stacks_in_43617_page2.s3 .c.s3_3 .c-pad,#stacks_in_43617_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43617_page2 .c+.c .count,
	#stacks_in_43617_page2.s3 .c.s2_3 .count,
	#stacks_in_43617_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43617_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43617_page2 .c:first-child,#stacks_in_43617_page2.s4 .c.s1_4,#stacks_in_43617_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43617_page2 .c:last-child,#stacks_in_43617_page2.s4 .c.s3_4,#stacks_in_43617_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43617_page2.s2 .c-pad,#stacks_in_43617_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43617_page2.s4 .c.s2_4 .count,
	#stacks_in_43617_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43617_page2.s4 .c {width: 49.2%;}
	#stacks_in_43617_page2.s4 .c.s1_4 .c-pad,#stacks_in_43617_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43617_page2.s4 .c.s2_4 .c-pad,#stacks_in_43617_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43617_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43617_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43617_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43618_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43618_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43618_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43618_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43618_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43618_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43618_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43618_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43618_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43620_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43620_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43620_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43620_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43620_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43620_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43620_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43620_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43620_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43620_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43620_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43620_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43620_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43620_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43627_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43627_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43627_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43627_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43627_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43627_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43627_page2.responsive.open{max-height:500px}}#stacks_in_43627_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43627_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43627_page2_container.responsive{height:500px}}
#stacks_in_43628_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43628_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43628_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43628_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43628_page2.s3 .c.s2_3 .count,#stacks_in_43628_page2.s4 .c.s2_4 .count,#stacks_in_43628_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43628_page2.s2 .c.s1_2 .c-pad,#stacks_in_43628_page2.s3 .c.s1_3 .c-pad,#stacks_in_43628_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43628_page2.s3 .c.s2_3 .c-pad,#stacks_in_43628_page2.s4 .c.s2_4 .c-pad,#stacks_in_43628_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43628_page2.s2 .c.s2_2 .c-pad,#stacks_in_43628_page2.s3 .c.s3_3 .c-pad,#stacks_in_43628_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43628_page2 .c+.c .count,
	#stacks_in_43628_page2.s3 .c.s2_3 .count,
	#stacks_in_43628_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43628_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43628_page2 .c:first-child,#stacks_in_43628_page2.s4 .c.s1_4,#stacks_in_43628_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43628_page2 .c:last-child,#stacks_in_43628_page2.s4 .c.s3_4,#stacks_in_43628_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43628_page2.s2 .c-pad,#stacks_in_43628_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43628_page2.s4 .c.s2_4 .count,
	#stacks_in_43628_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43628_page2.s4 .c {width: 49.2%;}
	#stacks_in_43628_page2.s4 .c.s1_4 .c-pad,#stacks_in_43628_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43628_page2.s4 .c.s2_4 .c-pad,#stacks_in_43628_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43628_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43628_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43628_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43635_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43635_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43635_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43635_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43635_page2.s3 .c.s2_3 .count,#stacks_in_43635_page2.s4 .c.s2_4 .count,#stacks_in_43635_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43635_page2.s2 .c.s1_2 .c-pad,#stacks_in_43635_page2.s3 .c.s1_3 .c-pad,#stacks_in_43635_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43635_page2.s3 .c.s2_3 .c-pad,#stacks_in_43635_page2.s4 .c.s2_4 .c-pad,#stacks_in_43635_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43635_page2.s2 .c.s2_2 .c-pad,#stacks_in_43635_page2.s3 .c.s3_3 .c-pad,#stacks_in_43635_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43635_page2 .c+.c .count,
	#stacks_in_43635_page2.s3 .c.s2_3 .count,
	#stacks_in_43635_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43635_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43635_page2 .c:first-child,#stacks_in_43635_page2.s4 .c.s1_4,#stacks_in_43635_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43635_page2 .c:last-child,#stacks_in_43635_page2.s4 .c.s3_4,#stacks_in_43635_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43635_page2.s2 .c-pad,#stacks_in_43635_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43635_page2.s4 .c.s2_4 .count,
	#stacks_in_43635_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43635_page2.s4 .c {width: 49.2%;}
	#stacks_in_43635_page2.s4 .c.s1_4 .c-pad,#stacks_in_43635_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43635_page2.s4 .c.s2_4 .c-pad,#stacks_in_43635_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43635_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43635_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43635_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43636_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43636_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43636_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43636_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43636_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43636_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43636_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43636_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43636_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43638_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43638_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43638_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43638_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43638_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43638_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43638_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43638_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43638_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43638_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43638_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43638_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43638_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43638_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43645_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43645_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43645_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43645_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43645_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43645_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43645_page2.responsive.open{max-height:500px}}#stacks_in_43645_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43645_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43645_page2_container.responsive{height:500px}}
#stacks_in_43646_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43646_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43646_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43646_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43646_page2.s3 .c.s2_3 .count,#stacks_in_43646_page2.s4 .c.s2_4 .count,#stacks_in_43646_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43646_page2.s2 .c.s1_2 .c-pad,#stacks_in_43646_page2.s3 .c.s1_3 .c-pad,#stacks_in_43646_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43646_page2.s3 .c.s2_3 .c-pad,#stacks_in_43646_page2.s4 .c.s2_4 .c-pad,#stacks_in_43646_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43646_page2.s2 .c.s2_2 .c-pad,#stacks_in_43646_page2.s3 .c.s3_3 .c-pad,#stacks_in_43646_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43646_page2 .c+.c .count,
	#stacks_in_43646_page2.s3 .c.s2_3 .count,
	#stacks_in_43646_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43646_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43646_page2 .c:first-child,#stacks_in_43646_page2.s4 .c.s1_4,#stacks_in_43646_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43646_page2 .c:last-child,#stacks_in_43646_page2.s4 .c.s3_4,#stacks_in_43646_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43646_page2.s2 .c-pad,#stacks_in_43646_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43646_page2.s4 .c.s2_4 .count,
	#stacks_in_43646_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43646_page2.s4 .c {width: 49.2%;}
	#stacks_in_43646_page2.s4 .c.s1_4 .c-pad,#stacks_in_43646_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43646_page2.s4 .c.s2_4 .c-pad,#stacks_in_43646_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43646_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43646_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43646_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43653_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43653_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43653_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43653_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43653_page2.s3 .c.s2_3 .count,#stacks_in_43653_page2.s4 .c.s2_4 .count,#stacks_in_43653_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43653_page2.s2 .c.s1_2 .c-pad,#stacks_in_43653_page2.s3 .c.s1_3 .c-pad,#stacks_in_43653_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43653_page2.s3 .c.s2_3 .c-pad,#stacks_in_43653_page2.s4 .c.s2_4 .c-pad,#stacks_in_43653_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43653_page2.s2 .c.s2_2 .c-pad,#stacks_in_43653_page2.s3 .c.s3_3 .c-pad,#stacks_in_43653_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43653_page2 .c+.c .count,
	#stacks_in_43653_page2.s3 .c.s2_3 .count,
	#stacks_in_43653_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43653_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43653_page2 .c:first-child,#stacks_in_43653_page2.s4 .c.s1_4,#stacks_in_43653_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43653_page2 .c:last-child,#stacks_in_43653_page2.s4 .c.s3_4,#stacks_in_43653_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43653_page2.s2 .c-pad,#stacks_in_43653_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43653_page2.s4 .c.s2_4 .count,
	#stacks_in_43653_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43653_page2.s4 .c {width: 49.2%;}
	#stacks_in_43653_page2.s4 .c.s1_4 .c-pad,#stacks_in_43653_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43653_page2.s4 .c.s2_4 .c-pad,#stacks_in_43653_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43653_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43653_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43653_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43654_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43654_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43654_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43654_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43654_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43654_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43654_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43654_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43654_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43656_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43656_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43656_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43656_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43656_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43656_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43656_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43656_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43656_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43656_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43656_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43656_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43656_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43656_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43663_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43663_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43663_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43663_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43663_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43663_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43663_page2.responsive.open{max-height:500px}}#stacks_in_43663_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43663_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43663_page2_container.responsive{height:500px}}
#stacks_in_43664_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43664_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43664_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43664_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43664_page2.s3 .c.s2_3 .count,#stacks_in_43664_page2.s4 .c.s2_4 .count,#stacks_in_43664_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43664_page2.s2 .c.s1_2 .c-pad,#stacks_in_43664_page2.s3 .c.s1_3 .c-pad,#stacks_in_43664_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43664_page2.s3 .c.s2_3 .c-pad,#stacks_in_43664_page2.s4 .c.s2_4 .c-pad,#stacks_in_43664_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43664_page2.s2 .c.s2_2 .c-pad,#stacks_in_43664_page2.s3 .c.s3_3 .c-pad,#stacks_in_43664_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43664_page2 .c+.c .count,
	#stacks_in_43664_page2.s3 .c.s2_3 .count,
	#stacks_in_43664_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43664_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43664_page2 .c:first-child,#stacks_in_43664_page2.s4 .c.s1_4,#stacks_in_43664_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43664_page2 .c:last-child,#stacks_in_43664_page2.s4 .c.s3_4,#stacks_in_43664_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43664_page2.s2 .c-pad,#stacks_in_43664_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43664_page2.s4 .c.s2_4 .count,
	#stacks_in_43664_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43664_page2.s4 .c {width: 49.2%;}
	#stacks_in_43664_page2.s4 .c.s1_4 .c-pad,#stacks_in_43664_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43664_page2.s4 .c.s2_4 .c-pad,#stacks_in_43664_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43664_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43664_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43664_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43671_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43671_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43671_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43671_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43671_page2.s3 .c.s2_3 .count,#stacks_in_43671_page2.s4 .c.s2_4 .count,#stacks_in_43671_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43671_page2.s2 .c.s1_2 .c-pad,#stacks_in_43671_page2.s3 .c.s1_3 .c-pad,#stacks_in_43671_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43671_page2.s3 .c.s2_3 .c-pad,#stacks_in_43671_page2.s4 .c.s2_4 .c-pad,#stacks_in_43671_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43671_page2.s2 .c.s2_2 .c-pad,#stacks_in_43671_page2.s3 .c.s3_3 .c-pad,#stacks_in_43671_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43671_page2 .c+.c .count,
	#stacks_in_43671_page2.s3 .c.s2_3 .count,
	#stacks_in_43671_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43671_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43671_page2 .c:first-child,#stacks_in_43671_page2.s4 .c.s1_4,#stacks_in_43671_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43671_page2 .c:last-child,#stacks_in_43671_page2.s4 .c.s3_4,#stacks_in_43671_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43671_page2.s2 .c-pad,#stacks_in_43671_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43671_page2.s4 .c.s2_4 .count,
	#stacks_in_43671_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43671_page2.s4 .c {width: 49.2%;}
	#stacks_in_43671_page2.s4 .c.s1_4 .c-pad,#stacks_in_43671_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43671_page2.s4 .c.s2_4 .c-pad,#stacks_in_43671_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43671_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43671_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43671_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43672_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43672_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43672_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43672_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43672_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43672_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43672_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43672_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43672_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43674_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43674_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43674_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43674_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43674_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43674_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43674_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43674_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43674_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43674_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43674_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43674_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43674_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43674_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43681_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43681_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43681_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43681_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43681_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43681_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43681_page2.responsive.open{max-height:500px}}#stacks_in_43681_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43681_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43681_page2_container.responsive{height:500px}}
#stacks_in_43682_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43682_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43682_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43682_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43682_page2.s3 .c.s2_3 .count,#stacks_in_43682_page2.s4 .c.s2_4 .count,#stacks_in_43682_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43682_page2.s2 .c.s1_2 .c-pad,#stacks_in_43682_page2.s3 .c.s1_3 .c-pad,#stacks_in_43682_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43682_page2.s3 .c.s2_3 .c-pad,#stacks_in_43682_page2.s4 .c.s2_4 .c-pad,#stacks_in_43682_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43682_page2.s2 .c.s2_2 .c-pad,#stacks_in_43682_page2.s3 .c.s3_3 .c-pad,#stacks_in_43682_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43682_page2 .c+.c .count,
	#stacks_in_43682_page2.s3 .c.s2_3 .count,
	#stacks_in_43682_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43682_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43682_page2 .c:first-child,#stacks_in_43682_page2.s4 .c.s1_4,#stacks_in_43682_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43682_page2 .c:last-child,#stacks_in_43682_page2.s4 .c.s3_4,#stacks_in_43682_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43682_page2.s2 .c-pad,#stacks_in_43682_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43682_page2.s4 .c.s2_4 .count,
	#stacks_in_43682_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43682_page2.s4 .c {width: 49.2%;}
	#stacks_in_43682_page2.s4 .c.s1_4 .c-pad,#stacks_in_43682_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43682_page2.s4 .c.s2_4 .c-pad,#stacks_in_43682_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43682_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43682_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43682_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43689_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43689_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43689_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43689_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43689_page2.s3 .c.s2_3 .count,#stacks_in_43689_page2.s4 .c.s2_4 .count,#stacks_in_43689_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43689_page2.s2 .c.s1_2 .c-pad,#stacks_in_43689_page2.s3 .c.s1_3 .c-pad,#stacks_in_43689_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43689_page2.s3 .c.s2_3 .c-pad,#stacks_in_43689_page2.s4 .c.s2_4 .c-pad,#stacks_in_43689_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43689_page2.s2 .c.s2_2 .c-pad,#stacks_in_43689_page2.s3 .c.s3_3 .c-pad,#stacks_in_43689_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43689_page2 .c+.c .count,
	#stacks_in_43689_page2.s3 .c.s2_3 .count,
	#stacks_in_43689_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43689_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43689_page2 .c:first-child,#stacks_in_43689_page2.s4 .c.s1_4,#stacks_in_43689_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43689_page2 .c:last-child,#stacks_in_43689_page2.s4 .c.s3_4,#stacks_in_43689_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43689_page2.s2 .c-pad,#stacks_in_43689_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43689_page2.s4 .c.s2_4 .count,
	#stacks_in_43689_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43689_page2.s4 .c {width: 49.2%;}
	#stacks_in_43689_page2.s4 .c.s1_4 .c-pad,#stacks_in_43689_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43689_page2.s4 .c.s2_4 .c-pad,#stacks_in_43689_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43689_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43689_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43689_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43690_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43690_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43690_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43690_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43690_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43690_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43690_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43690_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43690_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43692_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43692_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43692_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43692_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43692_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43692_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43692_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43692_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43692_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43692_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43692_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43692_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43692_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43692_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43699_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43699_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43699_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43699_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43699_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43699_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43699_page2.responsive.open{max-height:500px}}#stacks_in_43699_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43699_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43699_page2_container.responsive{height:500px}}
#stacks_in_43700_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43700_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43700_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43700_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43700_page2.s3 .c.s2_3 .count,#stacks_in_43700_page2.s4 .c.s2_4 .count,#stacks_in_43700_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43700_page2.s2 .c.s1_2 .c-pad,#stacks_in_43700_page2.s3 .c.s1_3 .c-pad,#stacks_in_43700_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43700_page2.s3 .c.s2_3 .c-pad,#stacks_in_43700_page2.s4 .c.s2_4 .c-pad,#stacks_in_43700_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43700_page2.s2 .c.s2_2 .c-pad,#stacks_in_43700_page2.s3 .c.s3_3 .c-pad,#stacks_in_43700_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43700_page2 .c+.c .count,
	#stacks_in_43700_page2.s3 .c.s2_3 .count,
	#stacks_in_43700_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43700_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43700_page2 .c:first-child,#stacks_in_43700_page2.s4 .c.s1_4,#stacks_in_43700_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43700_page2 .c:last-child,#stacks_in_43700_page2.s4 .c.s3_4,#stacks_in_43700_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43700_page2.s2 .c-pad,#stacks_in_43700_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43700_page2.s4 .c.s2_4 .count,
	#stacks_in_43700_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43700_page2.s4 .c {width: 49.2%;}
	#stacks_in_43700_page2.s4 .c.s1_4 .c-pad,#stacks_in_43700_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43700_page2.s4 .c.s2_4 .c-pad,#stacks_in_43700_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43700_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43700_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43700_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43707_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43707_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43707_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43707_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43707_page2.s3 .c.s2_3 .count,#stacks_in_43707_page2.s4 .c.s2_4 .count,#stacks_in_43707_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43707_page2.s2 .c.s1_2 .c-pad,#stacks_in_43707_page2.s3 .c.s1_3 .c-pad,#stacks_in_43707_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43707_page2.s3 .c.s2_3 .c-pad,#stacks_in_43707_page2.s4 .c.s2_4 .c-pad,#stacks_in_43707_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43707_page2.s2 .c.s2_2 .c-pad,#stacks_in_43707_page2.s3 .c.s3_3 .c-pad,#stacks_in_43707_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43707_page2 .c+.c .count,
	#stacks_in_43707_page2.s3 .c.s2_3 .count,
	#stacks_in_43707_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43707_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43707_page2 .c:first-child,#stacks_in_43707_page2.s4 .c.s1_4,#stacks_in_43707_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43707_page2 .c:last-child,#stacks_in_43707_page2.s4 .c.s3_4,#stacks_in_43707_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43707_page2.s2 .c-pad,#stacks_in_43707_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43707_page2.s4 .c.s2_4 .count,
	#stacks_in_43707_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43707_page2.s4 .c {width: 49.2%;}
	#stacks_in_43707_page2.s4 .c.s1_4 .c-pad,#stacks_in_43707_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43707_page2.s4 .c.s2_4 .c-pad,#stacks_in_43707_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43707_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43707_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43707_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43708_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43708_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43708_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43708_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43708_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43708_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43708_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43708_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43708_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43710_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43710_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43710_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43710_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43710_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43710_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43710_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43710_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43710_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43710_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43710_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43710_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43710_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43710_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43717_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43717_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43717_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43717_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43717_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43717_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43717_page2.responsive.open{max-height:500px}}#stacks_in_43717_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43717_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43717_page2_container.responsive{height:500px}}
#stacks_in_43718_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43718_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43718_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43718_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43718_page2.s3 .c.s2_3 .count,#stacks_in_43718_page2.s4 .c.s2_4 .count,#stacks_in_43718_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43718_page2.s2 .c.s1_2 .c-pad,#stacks_in_43718_page2.s3 .c.s1_3 .c-pad,#stacks_in_43718_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43718_page2.s3 .c.s2_3 .c-pad,#stacks_in_43718_page2.s4 .c.s2_4 .c-pad,#stacks_in_43718_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43718_page2.s2 .c.s2_2 .c-pad,#stacks_in_43718_page2.s3 .c.s3_3 .c-pad,#stacks_in_43718_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43718_page2 .c+.c .count,
	#stacks_in_43718_page2.s3 .c.s2_3 .count,
	#stacks_in_43718_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43718_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43718_page2 .c:first-child,#stacks_in_43718_page2.s4 .c.s1_4,#stacks_in_43718_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43718_page2 .c:last-child,#stacks_in_43718_page2.s4 .c.s3_4,#stacks_in_43718_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43718_page2.s2 .c-pad,#stacks_in_43718_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43718_page2.s4 .c.s2_4 .count,
	#stacks_in_43718_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43718_page2.s4 .c {width: 49.2%;}
	#stacks_in_43718_page2.s4 .c.s1_4 .c-pad,#stacks_in_43718_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43718_page2.s4 .c.s2_4 .c-pad,#stacks_in_43718_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43718_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43718_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43718_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43725_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43725_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43725_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43725_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43725_page2.s3 .c.s2_3 .count,#stacks_in_43725_page2.s4 .c.s2_4 .count,#stacks_in_43725_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43725_page2.s2 .c.s1_2 .c-pad,#stacks_in_43725_page2.s3 .c.s1_3 .c-pad,#stacks_in_43725_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43725_page2.s3 .c.s2_3 .c-pad,#stacks_in_43725_page2.s4 .c.s2_4 .c-pad,#stacks_in_43725_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43725_page2.s2 .c.s2_2 .c-pad,#stacks_in_43725_page2.s3 .c.s3_3 .c-pad,#stacks_in_43725_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43725_page2 .c+.c .count,
	#stacks_in_43725_page2.s3 .c.s2_3 .count,
	#stacks_in_43725_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43725_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43725_page2 .c:first-child,#stacks_in_43725_page2.s4 .c.s1_4,#stacks_in_43725_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43725_page2 .c:last-child,#stacks_in_43725_page2.s4 .c.s3_4,#stacks_in_43725_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43725_page2.s2 .c-pad,#stacks_in_43725_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43725_page2.s4 .c.s2_4 .count,
	#stacks_in_43725_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43725_page2.s4 .c {width: 49.2%;}
	#stacks_in_43725_page2.s4 .c.s1_4 .c-pad,#stacks_in_43725_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43725_page2.s4 .c.s2_4 .c-pad,#stacks_in_43725_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43725_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43725_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43725_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43726_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43726_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43726_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43726_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43726_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43726_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43726_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43726_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43726_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43728_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43728_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43728_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43728_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43728_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43728_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43728_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43728_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43728_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43728_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43728_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43728_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43728_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43728_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43735_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43735_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43735_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43735_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43735_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43735_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43735_page2.responsive.open{max-height:500px}}#stacks_in_43735_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43735_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43735_page2_container.responsive{height:500px}}
#stacks_in_43736_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43736_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43736_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43736_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43736_page2.s3 .c.s2_3 .count,#stacks_in_43736_page2.s4 .c.s2_4 .count,#stacks_in_43736_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43736_page2.s2 .c.s1_2 .c-pad,#stacks_in_43736_page2.s3 .c.s1_3 .c-pad,#stacks_in_43736_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43736_page2.s3 .c.s2_3 .c-pad,#stacks_in_43736_page2.s4 .c.s2_4 .c-pad,#stacks_in_43736_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43736_page2.s2 .c.s2_2 .c-pad,#stacks_in_43736_page2.s3 .c.s3_3 .c-pad,#stacks_in_43736_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43736_page2 .c+.c .count,
	#stacks_in_43736_page2.s3 .c.s2_3 .count,
	#stacks_in_43736_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43736_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43736_page2 .c:first-child,#stacks_in_43736_page2.s4 .c.s1_4,#stacks_in_43736_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43736_page2 .c:last-child,#stacks_in_43736_page2.s4 .c.s3_4,#stacks_in_43736_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43736_page2.s2 .c-pad,#stacks_in_43736_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43736_page2.s4 .c.s2_4 .count,
	#stacks_in_43736_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43736_page2.s4 .c {width: 49.2%;}
	#stacks_in_43736_page2.s4 .c.s1_4 .c-pad,#stacks_in_43736_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43736_page2.s4 .c.s2_4 .c-pad,#stacks_in_43736_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43736_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43736_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43736_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43743_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43743_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43743_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43743_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43743_page2.s3 .c.s2_3 .count,#stacks_in_43743_page2.s4 .c.s2_4 .count,#stacks_in_43743_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43743_page2.s2 .c.s1_2 .c-pad,#stacks_in_43743_page2.s3 .c.s1_3 .c-pad,#stacks_in_43743_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43743_page2.s3 .c.s2_3 .c-pad,#stacks_in_43743_page2.s4 .c.s2_4 .c-pad,#stacks_in_43743_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43743_page2.s2 .c.s2_2 .c-pad,#stacks_in_43743_page2.s3 .c.s3_3 .c-pad,#stacks_in_43743_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43743_page2 .c+.c .count,
	#stacks_in_43743_page2.s3 .c.s2_3 .count,
	#stacks_in_43743_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43743_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43743_page2 .c:first-child,#stacks_in_43743_page2.s4 .c.s1_4,#stacks_in_43743_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43743_page2 .c:last-child,#stacks_in_43743_page2.s4 .c.s3_4,#stacks_in_43743_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43743_page2.s2 .c-pad,#stacks_in_43743_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43743_page2.s4 .c.s2_4 .count,
	#stacks_in_43743_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43743_page2.s4 .c {width: 49.2%;}
	#stacks_in_43743_page2.s4 .c.s1_4 .c-pad,#stacks_in_43743_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43743_page2.s4 .c.s2_4 .c-pad,#stacks_in_43743_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43743_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43743_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43743_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43744_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43744_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43744_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43744_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43744_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43744_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43744_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43744_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43744_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43746_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43746_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43746_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43746_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43746_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43746_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43746_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43746_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43746_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43746_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43746_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43746_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43746_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43746_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43753_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43753_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43753_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43753_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43753_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43753_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43753_page2.responsive.open{max-height:500px}}#stacks_in_43753_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43753_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43753_page2_container.responsive{height:500px}}
#stacks_in_43754_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43754_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43754_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43754_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43754_page2.s3 .c.s2_3 .count,#stacks_in_43754_page2.s4 .c.s2_4 .count,#stacks_in_43754_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43754_page2.s2 .c.s1_2 .c-pad,#stacks_in_43754_page2.s3 .c.s1_3 .c-pad,#stacks_in_43754_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43754_page2.s3 .c.s2_3 .c-pad,#stacks_in_43754_page2.s4 .c.s2_4 .c-pad,#stacks_in_43754_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43754_page2.s2 .c.s2_2 .c-pad,#stacks_in_43754_page2.s3 .c.s3_3 .c-pad,#stacks_in_43754_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43754_page2 .c+.c .count,
	#stacks_in_43754_page2.s3 .c.s2_3 .count,
	#stacks_in_43754_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43754_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43754_page2 .c:first-child,#stacks_in_43754_page2.s4 .c.s1_4,#stacks_in_43754_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43754_page2 .c:last-child,#stacks_in_43754_page2.s4 .c.s3_4,#stacks_in_43754_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43754_page2.s2 .c-pad,#stacks_in_43754_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43754_page2.s4 .c.s2_4 .count,
	#stacks_in_43754_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43754_page2.s4 .c {width: 49.2%;}
	#stacks_in_43754_page2.s4 .c.s1_4 .c-pad,#stacks_in_43754_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43754_page2.s4 .c.s2_4 .c-pad,#stacks_in_43754_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43754_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43754_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43754_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43761_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43761_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43761_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43761_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43761_page2.s3 .c.s2_3 .count,#stacks_in_43761_page2.s4 .c.s2_4 .count,#stacks_in_43761_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43761_page2.s2 .c.s1_2 .c-pad,#stacks_in_43761_page2.s3 .c.s1_3 .c-pad,#stacks_in_43761_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43761_page2.s3 .c.s2_3 .c-pad,#stacks_in_43761_page2.s4 .c.s2_4 .c-pad,#stacks_in_43761_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43761_page2.s2 .c.s2_2 .c-pad,#stacks_in_43761_page2.s3 .c.s3_3 .c-pad,#stacks_in_43761_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43761_page2 .c+.c .count,
	#stacks_in_43761_page2.s3 .c.s2_3 .count,
	#stacks_in_43761_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43761_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43761_page2 .c:first-child,#stacks_in_43761_page2.s4 .c.s1_4,#stacks_in_43761_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43761_page2 .c:last-child,#stacks_in_43761_page2.s4 .c.s3_4,#stacks_in_43761_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43761_page2.s2 .c-pad,#stacks_in_43761_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43761_page2.s4 .c.s2_4 .count,
	#stacks_in_43761_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43761_page2.s4 .c {width: 49.2%;}
	#stacks_in_43761_page2.s4 .c.s1_4 .c-pad,#stacks_in_43761_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43761_page2.s4 .c.s2_4 .c-pad,#stacks_in_43761_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43761_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43761_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43761_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43762_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43762_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43762_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43762_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43762_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43762_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43762_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43762_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43762_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43764_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43764_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43764_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43764_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43764_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43764_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43764_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43764_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43764_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43764_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43764_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43764_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43764_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43764_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43771_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43771_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43771_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43771_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43771_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43771_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43771_page2.responsive.open{max-height:500px}}#stacks_in_43771_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43771_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43771_page2_container.responsive{height:500px}}
#stacks_in_43772_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43772_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43772_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43772_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43772_page2.s3 .c.s2_3 .count,#stacks_in_43772_page2.s4 .c.s2_4 .count,#stacks_in_43772_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43772_page2.s2 .c.s1_2 .c-pad,#stacks_in_43772_page2.s3 .c.s1_3 .c-pad,#stacks_in_43772_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43772_page2.s3 .c.s2_3 .c-pad,#stacks_in_43772_page2.s4 .c.s2_4 .c-pad,#stacks_in_43772_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43772_page2.s2 .c.s2_2 .c-pad,#stacks_in_43772_page2.s3 .c.s3_3 .c-pad,#stacks_in_43772_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43772_page2 .c+.c .count,
	#stacks_in_43772_page2.s3 .c.s2_3 .count,
	#stacks_in_43772_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43772_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43772_page2 .c:first-child,#stacks_in_43772_page2.s4 .c.s1_4,#stacks_in_43772_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43772_page2 .c:last-child,#stacks_in_43772_page2.s4 .c.s3_4,#stacks_in_43772_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43772_page2.s2 .c-pad,#stacks_in_43772_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43772_page2.s4 .c.s2_4 .count,
	#stacks_in_43772_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43772_page2.s4 .c {width: 49.2%;}
	#stacks_in_43772_page2.s4 .c.s1_4 .c-pad,#stacks_in_43772_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43772_page2.s4 .c.s2_4 .c-pad,#stacks_in_43772_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43772_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43772_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43772_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_43779_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43779_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43779_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43779_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43779_page2.s3 .c.s2_3 .count,#stacks_in_43779_page2.s4 .c.s2_4 .count,#stacks_in_43779_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43779_page2.s2 .c.s1_2 .c-pad,#stacks_in_43779_page2.s3 .c.s1_3 .c-pad,#stacks_in_43779_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43779_page2.s3 .c.s2_3 .c-pad,#stacks_in_43779_page2.s4 .c.s2_4 .c-pad,#stacks_in_43779_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43779_page2.s2 .c.s2_2 .c-pad,#stacks_in_43779_page2.s3 .c.s3_3 .c-pad,#stacks_in_43779_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43779_page2 .c+.c .count,
	#stacks_in_43779_page2.s3 .c.s2_3 .count,
	#stacks_in_43779_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43779_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43779_page2 .c:first-child,#stacks_in_43779_page2.s4 .c.s1_4,#stacks_in_43779_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43779_page2 .c:last-child,#stacks_in_43779_page2.s4 .c.s3_4,#stacks_in_43779_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43779_page2.s2 .c-pad,#stacks_in_43779_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43779_page2.s4 .c.s2_4 .count,
	#stacks_in_43779_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43779_page2.s4 .c {width: 49.2%;}
	#stacks_in_43779_page2.s4 .c.s1_4 .c-pad,#stacks_in_43779_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43779_page2.s4 .c.s2_4 .c-pad,#stacks_in_43779_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43779_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43779_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43779_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_43780_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_43780_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_43780_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_43780_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_43780_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_43780_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_43780_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_43780_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_43780_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_43782_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_43782_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_43782_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_43782_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_43782_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_43782_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_43782_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_43782_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_43782_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_43782_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_43782_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_43782_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_43782_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_43782_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_43789_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_43789_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_43789_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_43789_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_43789_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_43789_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_43789_page2.responsive.open{max-height:500px}}#stacks_in_43789_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_43789_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_43789_page2_container.responsive{height:500px}}
#stacks_in_43790_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_43790_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_43790_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_43790_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_43790_page2.s3 .c.s2_3 .count,#stacks_in_43790_page2.s4 .c.s2_4 .count,#stacks_in_43790_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_43790_page2.s2 .c.s1_2 .c-pad,#stacks_in_43790_page2.s3 .c.s1_3 .c-pad,#stacks_in_43790_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_43790_page2.s3 .c.s2_3 .c-pad,#stacks_in_43790_page2.s4 .c.s2_4 .c-pad,#stacks_in_43790_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_43790_page2.s2 .c.s2_2 .c-pad,#stacks_in_43790_page2.s3 .c.s3_3 .c-pad,#stacks_in_43790_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_43790_page2 .c+.c .count,
	#stacks_in_43790_page2.s3 .c.s2_3 .count,
	#stacks_in_43790_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_43790_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_43790_page2 .c:first-child,#stacks_in_43790_page2.s4 .c.s1_4,#stacks_in_43790_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_43790_page2 .c:last-child,#stacks_in_43790_page2.s4 .c.s3_4,#stacks_in_43790_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_43790_page2.s2 .c-pad,#stacks_in_43790_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_43790_page2.s4 .c.s2_4 .count,
	#stacks_in_43790_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_43790_page2.s4 .c {width: 49.2%;}
	#stacks_in_43790_page2.s4 .c.s1_4 .c-pad,#stacks_in_43790_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_43790_page2.s4 .c.s2_4 .c-pad,#stacks_in_43790_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_43790_page2 .count{ margin-left: 0 !important;}
	#stacks_in_43790_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_43790_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_41890_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41890_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41890_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41890_page2 .c+.c .count{margin-left: 0px;}
#stacks_in_41890_page2.s3 .c.s2_3 .count,#stacks_in_41890_page2.s4 .c.s2_4 .count,#stacks_in_41890_page2.s4 .c.s3_4 .count{ margin-left: 0px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41890_page2.s2 .c.s1_2 .c-pad,#stacks_in_41890_page2.s3 .c.s1_3 .c-pad,#stacks_in_41890_page2.s4 .c.s1_4 .c-pad{padding: 0 0px 0 0;}
#stacks_in_41890_page2.s3 .c.s2_3 .c-pad,#stacks_in_41890_page2.s4 .c.s2_4 .c-pad,#stacks_in_41890_page2.s4 .c.s3_4 .c-pad{ padding: 0 0px;}
#stacks_in_41890_page2.s2 .c.s2_2 .c-pad,#stacks_in_41890_page2.s3 .c.s3_3 .c-pad,#stacks_in_41890_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41890_page2 .c+.c .count,
	#stacks_in_41890_page2.s3 .c.s2_3 .count,
	#stacks_in_41890_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41890_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41890_page2 .c:first-child,#stacks_in_41890_page2.s4 .c.s1_4,#stacks_in_41890_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41890_page2 .c:last-child,#stacks_in_41890_page2.s4 .c.s3_4,#stacks_in_41890_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41890_page2.s2 .c-pad,#stacks_in_41890_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41890_page2.s4 .c.s2_4 .count,
	#stacks_in_41890_page2.s4 .c.s4_4 .count{ margin-left: 0px;}
	#stacks_in_41890_page2.s4 .c {width: 49.2%;}
	#stacks_in_41890_page2.s4 .c.s1_4 .c-pad,#stacks_in_41890_page2.s4 .c.s3_4 .c-pad{ padding: 0 0px 0 0;}
	#stacks_in_41890_page2.s4 .c.s2_4 .c-pad,#stacks_in_41890_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41890_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41890_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41890_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_41890_page2 {
	padding:  1px;
}
#stacks_in_42581_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42581_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42581_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42581_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42581_page2.s3 .c.s2_3 .count,#stacks_in_42581_page2.s4 .c.s2_4 .count,#stacks_in_42581_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42581_page2.s2 .c.s1_2 .c-pad,#stacks_in_42581_page2.s3 .c.s1_3 .c-pad,#stacks_in_42581_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42581_page2.s3 .c.s2_3 .c-pad,#stacks_in_42581_page2.s4 .c.s2_4 .c-pad,#stacks_in_42581_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42581_page2.s2 .c.s2_2 .c-pad,#stacks_in_42581_page2.s3 .c.s3_3 .c-pad,#stacks_in_42581_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42581_page2 .c+.c .count,
	#stacks_in_42581_page2.s3 .c.s2_3 .count,
	#stacks_in_42581_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42581_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42581_page2 .c:first-child,#stacks_in_42581_page2.s4 .c.s1_4,#stacks_in_42581_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42581_page2 .c:last-child,#stacks_in_42581_page2.s4 .c.s3_4,#stacks_in_42581_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42581_page2.s2 .c-pad,#stacks_in_42581_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42581_page2.s4 .c.s2_4 .count,
	#stacks_in_42581_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42581_page2.s4 .c {width: 49.2%;}
	#stacks_in_42581_page2.s4 .c.s1_4 .c-pad,#stacks_in_42581_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42581_page2.s4 .c.s2_4 .c-pad,#stacks_in_42581_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42581_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42581_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42581_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42582_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42582_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42582_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42582_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42582_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42582_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42582_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42582_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42582_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42584_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42584_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42584_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42584_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42584_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42584_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42584_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42584_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42584_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42584_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42584_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42584_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42584_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42584_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42591_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42591_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42591_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42591_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42591_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42591_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42591_page2.responsive.open{max-height:500px}}#stacks_in_42591_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42591_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42591_page2_container.responsive{height:500px}}
#stacks_in_42592_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42592_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42592_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42592_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42592_page2.s3 .c.s2_3 .count,#stacks_in_42592_page2.s4 .c.s2_4 .count,#stacks_in_42592_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42592_page2.s2 .c.s1_2 .c-pad,#stacks_in_42592_page2.s3 .c.s1_3 .c-pad,#stacks_in_42592_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42592_page2.s3 .c.s2_3 .c-pad,#stacks_in_42592_page2.s4 .c.s2_4 .c-pad,#stacks_in_42592_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42592_page2.s2 .c.s2_2 .c-pad,#stacks_in_42592_page2.s3 .c.s3_3 .c-pad,#stacks_in_42592_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42592_page2 .c+.c .count,
	#stacks_in_42592_page2.s3 .c.s2_3 .count,
	#stacks_in_42592_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42592_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42592_page2 .c:first-child,#stacks_in_42592_page2.s4 .c.s1_4,#stacks_in_42592_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42592_page2 .c:last-child,#stacks_in_42592_page2.s4 .c.s3_4,#stacks_in_42592_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42592_page2.s2 .c-pad,#stacks_in_42592_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42592_page2.s4 .c.s2_4 .count,
	#stacks_in_42592_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42592_page2.s4 .c {width: 49.2%;}
	#stacks_in_42592_page2.s4 .c.s1_4 .c-pad,#stacks_in_42592_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42592_page2.s4 .c.s2_4 .c-pad,#stacks_in_42592_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42592_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42592_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42592_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42615_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42615_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42615_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42615_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42615_page2.s3 .c.s2_3 .count,#stacks_in_42615_page2.s4 .c.s2_4 .count,#stacks_in_42615_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42615_page2.s2 .c.s1_2 .c-pad,#stacks_in_42615_page2.s3 .c.s1_3 .c-pad,#stacks_in_42615_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42615_page2.s3 .c.s2_3 .c-pad,#stacks_in_42615_page2.s4 .c.s2_4 .c-pad,#stacks_in_42615_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42615_page2.s2 .c.s2_2 .c-pad,#stacks_in_42615_page2.s3 .c.s3_3 .c-pad,#stacks_in_42615_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42615_page2 .c+.c .count,
	#stacks_in_42615_page2.s3 .c.s2_3 .count,
	#stacks_in_42615_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42615_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42615_page2 .c:first-child,#stacks_in_42615_page2.s4 .c.s1_4,#stacks_in_42615_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42615_page2 .c:last-child,#stacks_in_42615_page2.s4 .c.s3_4,#stacks_in_42615_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42615_page2.s2 .c-pad,#stacks_in_42615_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42615_page2.s4 .c.s2_4 .count,
	#stacks_in_42615_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42615_page2.s4 .c {width: 49.2%;}
	#stacks_in_42615_page2.s4 .c.s1_4 .c-pad,#stacks_in_42615_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42615_page2.s4 .c.s2_4 .c-pad,#stacks_in_42615_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42615_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42615_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42615_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42616_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42616_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42616_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42616_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42616_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42616_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42616_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42616_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42616_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42618_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42618_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42618_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42618_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42618_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42618_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42618_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42618_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42618_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42618_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42618_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42618_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42618_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42618_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42625_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42625_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42625_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42625_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42625_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42625_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42625_page2.responsive.open{max-height:500px}}#stacks_in_42625_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42625_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42625_page2_container.responsive{height:500px}}
#stacks_in_42626_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42626_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42626_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42626_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42626_page2.s3 .c.s2_3 .count,#stacks_in_42626_page2.s4 .c.s2_4 .count,#stacks_in_42626_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42626_page2.s2 .c.s1_2 .c-pad,#stacks_in_42626_page2.s3 .c.s1_3 .c-pad,#stacks_in_42626_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42626_page2.s3 .c.s2_3 .c-pad,#stacks_in_42626_page2.s4 .c.s2_4 .c-pad,#stacks_in_42626_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42626_page2.s2 .c.s2_2 .c-pad,#stacks_in_42626_page2.s3 .c.s3_3 .c-pad,#stacks_in_42626_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42626_page2 .c+.c .count,
	#stacks_in_42626_page2.s3 .c.s2_3 .count,
	#stacks_in_42626_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42626_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42626_page2 .c:first-child,#stacks_in_42626_page2.s4 .c.s1_4,#stacks_in_42626_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42626_page2 .c:last-child,#stacks_in_42626_page2.s4 .c.s3_4,#stacks_in_42626_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42626_page2.s2 .c-pad,#stacks_in_42626_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42626_page2.s4 .c.s2_4 .count,
	#stacks_in_42626_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42626_page2.s4 .c {width: 49.2%;}
	#stacks_in_42626_page2.s4 .c.s1_4 .c-pad,#stacks_in_42626_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42626_page2.s4 .c.s2_4 .c-pad,#stacks_in_42626_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42626_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42626_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42626_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42547_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42547_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42547_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42547_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42547_page2.s3 .c.s2_3 .count,#stacks_in_42547_page2.s4 .c.s2_4 .count,#stacks_in_42547_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42547_page2.s2 .c.s1_2 .c-pad,#stacks_in_42547_page2.s3 .c.s1_3 .c-pad,#stacks_in_42547_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42547_page2.s3 .c.s2_3 .c-pad,#stacks_in_42547_page2.s4 .c.s2_4 .c-pad,#stacks_in_42547_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42547_page2.s2 .c.s2_2 .c-pad,#stacks_in_42547_page2.s3 .c.s3_3 .c-pad,#stacks_in_42547_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42547_page2 .c+.c .count,
	#stacks_in_42547_page2.s3 .c.s2_3 .count,
	#stacks_in_42547_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42547_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42547_page2 .c:first-child,#stacks_in_42547_page2.s4 .c.s1_4,#stacks_in_42547_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42547_page2 .c:last-child,#stacks_in_42547_page2.s4 .c.s3_4,#stacks_in_42547_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42547_page2.s2 .c-pad,#stacks_in_42547_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42547_page2.s4 .c.s2_4 .count,
	#stacks_in_42547_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42547_page2.s4 .c {width: 49.2%;}
	#stacks_in_42547_page2.s4 .c.s1_4 .c-pad,#stacks_in_42547_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42547_page2.s4 .c.s2_4 .c-pad,#stacks_in_42547_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42547_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42547_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42547_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42548_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42548_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42548_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42548_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42548_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42548_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42548_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42548_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42548_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42550_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42550_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42550_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42550_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42550_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42550_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42550_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42550_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42550_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42550_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42550_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42550_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42550_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42550_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42557_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42557_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42557_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42557_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42557_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42557_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42557_page2.responsive.open{max-height:500px}}#stacks_in_42557_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42557_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42557_page2_container.responsive{height:500px}}
#stacks_in_42558_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42558_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42558_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42558_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42558_page2.s3 .c.s2_3 .count,#stacks_in_42558_page2.s4 .c.s2_4 .count,#stacks_in_42558_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42558_page2.s2 .c.s1_2 .c-pad,#stacks_in_42558_page2.s3 .c.s1_3 .c-pad,#stacks_in_42558_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42558_page2.s3 .c.s2_3 .c-pad,#stacks_in_42558_page2.s4 .c.s2_4 .c-pad,#stacks_in_42558_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42558_page2.s2 .c.s2_2 .c-pad,#stacks_in_42558_page2.s3 .c.s3_3 .c-pad,#stacks_in_42558_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42558_page2 .c+.c .count,
	#stacks_in_42558_page2.s3 .c.s2_3 .count,
	#stacks_in_42558_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42558_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42558_page2 .c:first-child,#stacks_in_42558_page2.s4 .c.s1_4,#stacks_in_42558_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42558_page2 .c:last-child,#stacks_in_42558_page2.s4 .c.s3_4,#stacks_in_42558_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42558_page2.s2 .c-pad,#stacks_in_42558_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42558_page2.s4 .c.s2_4 .count,
	#stacks_in_42558_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42558_page2.s4 .c {width: 49.2%;}
	#stacks_in_42558_page2.s4 .c.s1_4 .c-pad,#stacks_in_42558_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42558_page2.s4 .c.s2_4 .c-pad,#stacks_in_42558_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42558_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42558_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42558_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42493_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42493_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42493_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42493_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42493_page2.s3 .c.s2_3 .count,#stacks_in_42493_page2.s4 .c.s2_4 .count,#stacks_in_42493_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42493_page2.s2 .c.s1_2 .c-pad,#stacks_in_42493_page2.s3 .c.s1_3 .c-pad,#stacks_in_42493_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42493_page2.s3 .c.s2_3 .c-pad,#stacks_in_42493_page2.s4 .c.s2_4 .c-pad,#stacks_in_42493_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42493_page2.s2 .c.s2_2 .c-pad,#stacks_in_42493_page2.s3 .c.s3_3 .c-pad,#stacks_in_42493_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42493_page2 .c+.c .count,
	#stacks_in_42493_page2.s3 .c.s2_3 .count,
	#stacks_in_42493_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42493_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42493_page2 .c:first-child,#stacks_in_42493_page2.s4 .c.s1_4,#stacks_in_42493_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42493_page2 .c:last-child,#stacks_in_42493_page2.s4 .c.s3_4,#stacks_in_42493_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42493_page2.s2 .c-pad,#stacks_in_42493_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42493_page2.s4 .c.s2_4 .count,
	#stacks_in_42493_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42493_page2.s4 .c {width: 49.2%;}
	#stacks_in_42493_page2.s4 .c.s1_4 .c-pad,#stacks_in_42493_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42493_page2.s4 .c.s2_4 .c-pad,#stacks_in_42493_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42493_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42493_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42493_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42494_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42494_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42494_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42494_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42494_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42494_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42494_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42494_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42494_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42496_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42496_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42496_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42496_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42496_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42496_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42496_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42496_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42496_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42496_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42496_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42496_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42496_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42496_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42503_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42503_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42503_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42503_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42503_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42503_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42503_page2.responsive.open{max-height:500px}}#stacks_in_42503_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42503_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42503_page2_container.responsive{height:500px}}
#stacks_in_42504_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42504_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42504_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42504_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42504_page2.s3 .c.s2_3 .count,#stacks_in_42504_page2.s4 .c.s2_4 .count,#stacks_in_42504_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42504_page2.s2 .c.s1_2 .c-pad,#stacks_in_42504_page2.s3 .c.s1_3 .c-pad,#stacks_in_42504_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42504_page2.s3 .c.s2_3 .c-pad,#stacks_in_42504_page2.s4 .c.s2_4 .c-pad,#stacks_in_42504_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42504_page2.s2 .c.s2_2 .c-pad,#stacks_in_42504_page2.s3 .c.s3_3 .c-pad,#stacks_in_42504_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42504_page2 .c+.c .count,
	#stacks_in_42504_page2.s3 .c.s2_3 .count,
	#stacks_in_42504_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42504_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42504_page2 .c:first-child,#stacks_in_42504_page2.s4 .c.s1_4,#stacks_in_42504_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42504_page2 .c:last-child,#stacks_in_42504_page2.s4 .c.s3_4,#stacks_in_42504_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42504_page2.s2 .c-pad,#stacks_in_42504_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42504_page2.s4 .c.s2_4 .count,
	#stacks_in_42504_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42504_page2.s4 .c {width: 49.2%;}
	#stacks_in_42504_page2.s4 .c.s1_4 .c-pad,#stacks_in_42504_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42504_page2.s4 .c.s2_4 .c-pad,#stacks_in_42504_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42504_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42504_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42504_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42457_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42457_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42457_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42457_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42457_page2.s3 .c.s2_3 .count,#stacks_in_42457_page2.s4 .c.s2_4 .count,#stacks_in_42457_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42457_page2.s2 .c.s1_2 .c-pad,#stacks_in_42457_page2.s3 .c.s1_3 .c-pad,#stacks_in_42457_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42457_page2.s3 .c.s2_3 .c-pad,#stacks_in_42457_page2.s4 .c.s2_4 .c-pad,#stacks_in_42457_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42457_page2.s2 .c.s2_2 .c-pad,#stacks_in_42457_page2.s3 .c.s3_3 .c-pad,#stacks_in_42457_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42457_page2 .c+.c .count,
	#stacks_in_42457_page2.s3 .c.s2_3 .count,
	#stacks_in_42457_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42457_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42457_page2 .c:first-child,#stacks_in_42457_page2.s4 .c.s1_4,#stacks_in_42457_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42457_page2 .c:last-child,#stacks_in_42457_page2.s4 .c.s3_4,#stacks_in_42457_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42457_page2.s2 .c-pad,#stacks_in_42457_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42457_page2.s4 .c.s2_4 .count,
	#stacks_in_42457_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42457_page2.s4 .c {width: 49.2%;}
	#stacks_in_42457_page2.s4 .c.s1_4 .c-pad,#stacks_in_42457_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42457_page2.s4 .c.s2_4 .c-pad,#stacks_in_42457_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42457_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42457_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42457_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42458_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42458_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42458_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42458_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42458_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42458_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42458_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42458_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42458_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42460_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42460_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42460_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42460_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42460_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42460_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42460_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42460_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42460_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42460_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42460_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42460_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42460_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42460_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42467_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42467_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42467_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42467_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42467_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42467_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42467_page2.responsive.open{max-height:500px}}#stacks_in_42467_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42467_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42467_page2_container.responsive{height:500px}}
#stacks_in_42468_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42468_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42468_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42468_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42468_page2.s3 .c.s2_3 .count,#stacks_in_42468_page2.s4 .c.s2_4 .count,#stacks_in_42468_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42468_page2.s2 .c.s1_2 .c-pad,#stacks_in_42468_page2.s3 .c.s1_3 .c-pad,#stacks_in_42468_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42468_page2.s3 .c.s2_3 .c-pad,#stacks_in_42468_page2.s4 .c.s2_4 .c-pad,#stacks_in_42468_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42468_page2.s2 .c.s2_2 .c-pad,#stacks_in_42468_page2.s3 .c.s3_3 .c-pad,#stacks_in_42468_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42468_page2 .c+.c .count,
	#stacks_in_42468_page2.s3 .c.s2_3 .count,
	#stacks_in_42468_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42468_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42468_page2 .c:first-child,#stacks_in_42468_page2.s4 .c.s1_4,#stacks_in_42468_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42468_page2 .c:last-child,#stacks_in_42468_page2.s4 .c.s3_4,#stacks_in_42468_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42468_page2.s2 .c-pad,#stacks_in_42468_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42468_page2.s4 .c.s2_4 .count,
	#stacks_in_42468_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42468_page2.s4 .c {width: 49.2%;}
	#stacks_in_42468_page2.s4 .c.s1_4 .c-pad,#stacks_in_42468_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42468_page2.s4 .c.s2_4 .c-pad,#stacks_in_42468_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42468_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42468_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42468_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42409_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42409_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42409_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42409_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42409_page2.s3 .c.s2_3 .count,#stacks_in_42409_page2.s4 .c.s2_4 .count,#stacks_in_42409_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42409_page2.s2 .c.s1_2 .c-pad,#stacks_in_42409_page2.s3 .c.s1_3 .c-pad,#stacks_in_42409_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42409_page2.s3 .c.s2_3 .c-pad,#stacks_in_42409_page2.s4 .c.s2_4 .c-pad,#stacks_in_42409_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42409_page2.s2 .c.s2_2 .c-pad,#stacks_in_42409_page2.s3 .c.s3_3 .c-pad,#stacks_in_42409_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42409_page2 .c+.c .count,
	#stacks_in_42409_page2.s3 .c.s2_3 .count,
	#stacks_in_42409_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42409_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42409_page2 .c:first-child,#stacks_in_42409_page2.s4 .c.s1_4,#stacks_in_42409_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42409_page2 .c:last-child,#stacks_in_42409_page2.s4 .c.s3_4,#stacks_in_42409_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42409_page2.s2 .c-pad,#stacks_in_42409_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42409_page2.s4 .c.s2_4 .count,
	#stacks_in_42409_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42409_page2.s4 .c {width: 49.2%;}
	#stacks_in_42409_page2.s4 .c.s1_4 .c-pad,#stacks_in_42409_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42409_page2.s4 .c.s2_4 .c-pad,#stacks_in_42409_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42409_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42409_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42409_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42410_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42410_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42410_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42410_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42410_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42410_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42410_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42410_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42410_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42412_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42412_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42412_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42412_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42412_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42412_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42412_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42412_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42412_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42412_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42412_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42412_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42412_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42412_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42419_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42419_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42419_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42419_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42419_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42419_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42419_page2.responsive.open{max-height:500px}}#stacks_in_42419_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42419_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42419_page2_container.responsive{height:500px}}
#stacks_in_42420_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42420_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42420_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42420_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42420_page2.s3 .c.s2_3 .count,#stacks_in_42420_page2.s4 .c.s2_4 .count,#stacks_in_42420_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42420_page2.s2 .c.s1_2 .c-pad,#stacks_in_42420_page2.s3 .c.s1_3 .c-pad,#stacks_in_42420_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42420_page2.s3 .c.s2_3 .c-pad,#stacks_in_42420_page2.s4 .c.s2_4 .c-pad,#stacks_in_42420_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42420_page2.s2 .c.s2_2 .c-pad,#stacks_in_42420_page2.s3 .c.s3_3 .c-pad,#stacks_in_42420_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42420_page2 .c+.c .count,
	#stacks_in_42420_page2.s3 .c.s2_3 .count,
	#stacks_in_42420_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42420_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42420_page2 .c:first-child,#stacks_in_42420_page2.s4 .c.s1_4,#stacks_in_42420_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42420_page2 .c:last-child,#stacks_in_42420_page2.s4 .c.s3_4,#stacks_in_42420_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42420_page2.s2 .c-pad,#stacks_in_42420_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42420_page2.s4 .c.s2_4 .count,
	#stacks_in_42420_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42420_page2.s4 .c {width: 49.2%;}
	#stacks_in_42420_page2.s4 .c.s1_4 .c-pad,#stacks_in_42420_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42420_page2.s4 .c.s2_4 .c-pad,#stacks_in_42420_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42420_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42420_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42420_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42513_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42513_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42513_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42513_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42513_page2.s3 .c.s2_3 .count,#stacks_in_42513_page2.s4 .c.s2_4 .count,#stacks_in_42513_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42513_page2.s2 .c.s1_2 .c-pad,#stacks_in_42513_page2.s3 .c.s1_3 .c-pad,#stacks_in_42513_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42513_page2.s3 .c.s2_3 .c-pad,#stacks_in_42513_page2.s4 .c.s2_4 .c-pad,#stacks_in_42513_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42513_page2.s2 .c.s2_2 .c-pad,#stacks_in_42513_page2.s3 .c.s3_3 .c-pad,#stacks_in_42513_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42513_page2 .c+.c .count,
	#stacks_in_42513_page2.s3 .c.s2_3 .count,
	#stacks_in_42513_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42513_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42513_page2 .c:first-child,#stacks_in_42513_page2.s4 .c.s1_4,#stacks_in_42513_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42513_page2 .c:last-child,#stacks_in_42513_page2.s4 .c.s3_4,#stacks_in_42513_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42513_page2.s2 .c-pad,#stacks_in_42513_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42513_page2.s4 .c.s2_4 .count,
	#stacks_in_42513_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42513_page2.s4 .c {width: 49.2%;}
	#stacks_in_42513_page2.s4 .c.s1_4 .c-pad,#stacks_in_42513_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42513_page2.s4 .c.s2_4 .c-pad,#stacks_in_42513_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42513_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42513_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42513_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42514_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42514_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42514_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42514_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42514_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42514_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42514_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42514_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42514_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42516_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42516_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42516_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42516_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42516_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42516_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42516_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42516_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42516_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42516_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42516_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42516_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42516_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42516_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42523_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42523_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42523_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42523_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42523_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42523_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42523_page2.responsive.open{max-height:500px}}#stacks_in_42523_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42523_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42523_page2_container.responsive{height:500px}}
#stacks_in_42524_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42524_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42524_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42524_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42524_page2.s3 .c.s2_3 .count,#stacks_in_42524_page2.s4 .c.s2_4 .count,#stacks_in_42524_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42524_page2.s2 .c.s1_2 .c-pad,#stacks_in_42524_page2.s3 .c.s1_3 .c-pad,#stacks_in_42524_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42524_page2.s3 .c.s2_3 .c-pad,#stacks_in_42524_page2.s4 .c.s2_4 .c-pad,#stacks_in_42524_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42524_page2.s2 .c.s2_2 .c-pad,#stacks_in_42524_page2.s3 .c.s3_3 .c-pad,#stacks_in_42524_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42524_page2 .c+.c .count,
	#stacks_in_42524_page2.s3 .c.s2_3 .count,
	#stacks_in_42524_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42524_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42524_page2 .c:first-child,#stacks_in_42524_page2.s4 .c.s1_4,#stacks_in_42524_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42524_page2 .c:last-child,#stacks_in_42524_page2.s4 .c.s3_4,#stacks_in_42524_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42524_page2.s2 .c-pad,#stacks_in_42524_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42524_page2.s4 .c.s2_4 .count,
	#stacks_in_42524_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42524_page2.s4 .c {width: 49.2%;}
	#stacks_in_42524_page2.s4 .c.s1_4 .c-pad,#stacks_in_42524_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42524_page2.s4 .c.s2_4 .c-pad,#stacks_in_42524_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42524_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42524_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42524_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42355_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42355_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42355_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42355_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42355_page2.s3 .c.s2_3 .count,#stacks_in_42355_page2.s4 .c.s2_4 .count,#stacks_in_42355_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42355_page2.s2 .c.s1_2 .c-pad,#stacks_in_42355_page2.s3 .c.s1_3 .c-pad,#stacks_in_42355_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42355_page2.s3 .c.s2_3 .c-pad,#stacks_in_42355_page2.s4 .c.s2_4 .c-pad,#stacks_in_42355_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42355_page2.s2 .c.s2_2 .c-pad,#stacks_in_42355_page2.s3 .c.s3_3 .c-pad,#stacks_in_42355_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42355_page2 .c+.c .count,
	#stacks_in_42355_page2.s3 .c.s2_3 .count,
	#stacks_in_42355_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42355_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42355_page2 .c:first-child,#stacks_in_42355_page2.s4 .c.s1_4,#stacks_in_42355_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42355_page2 .c:last-child,#stacks_in_42355_page2.s4 .c.s3_4,#stacks_in_42355_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42355_page2.s2 .c-pad,#stacks_in_42355_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42355_page2.s4 .c.s2_4 .count,
	#stacks_in_42355_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42355_page2.s4 .c {width: 49.2%;}
	#stacks_in_42355_page2.s4 .c.s1_4 .c-pad,#stacks_in_42355_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42355_page2.s4 .c.s2_4 .c-pad,#stacks_in_42355_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42355_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42355_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42355_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42356_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42356_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42356_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42356_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42356_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42356_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42356_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42356_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42356_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42358_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42358_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42358_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42358_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42358_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42358_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42358_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42358_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42358_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42358_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42358_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42358_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42358_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42358_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42365_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42365_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42365_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42365_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42365_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42365_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42365_page2.responsive.open{max-height:500px}}#stacks_in_42365_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42365_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42365_page2_container.responsive{height:500px}}
#stacks_in_42366_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42366_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42366_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42366_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42366_page2.s3 .c.s2_3 .count,#stacks_in_42366_page2.s4 .c.s2_4 .count,#stacks_in_42366_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42366_page2.s2 .c.s1_2 .c-pad,#stacks_in_42366_page2.s3 .c.s1_3 .c-pad,#stacks_in_42366_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42366_page2.s3 .c.s2_3 .c-pad,#stacks_in_42366_page2.s4 .c.s2_4 .c-pad,#stacks_in_42366_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42366_page2.s2 .c.s2_2 .c-pad,#stacks_in_42366_page2.s3 .c.s3_3 .c-pad,#stacks_in_42366_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42366_page2 .c+.c .count,
	#stacks_in_42366_page2.s3 .c.s2_3 .count,
	#stacks_in_42366_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42366_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42366_page2 .c:first-child,#stacks_in_42366_page2.s4 .c.s1_4,#stacks_in_42366_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42366_page2 .c:last-child,#stacks_in_42366_page2.s4 .c.s3_4,#stacks_in_42366_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42366_page2.s2 .c-pad,#stacks_in_42366_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42366_page2.s4 .c.s2_4 .count,
	#stacks_in_42366_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42366_page2.s4 .c {width: 49.2%;}
	#stacks_in_42366_page2.s4 .c.s1_4 .c-pad,#stacks_in_42366_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42366_page2.s4 .c.s2_4 .c-pad,#stacks_in_42366_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42366_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42366_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42366_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42389_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42389_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42389_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42389_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42389_page2.s3 .c.s2_3 .count,#stacks_in_42389_page2.s4 .c.s2_4 .count,#stacks_in_42389_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42389_page2.s2 .c.s1_2 .c-pad,#stacks_in_42389_page2.s3 .c.s1_3 .c-pad,#stacks_in_42389_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42389_page2.s3 .c.s2_3 .c-pad,#stacks_in_42389_page2.s4 .c.s2_4 .c-pad,#stacks_in_42389_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42389_page2.s2 .c.s2_2 .c-pad,#stacks_in_42389_page2.s3 .c.s3_3 .c-pad,#stacks_in_42389_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42389_page2 .c+.c .count,
	#stacks_in_42389_page2.s3 .c.s2_3 .count,
	#stacks_in_42389_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42389_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42389_page2 .c:first-child,#stacks_in_42389_page2.s4 .c.s1_4,#stacks_in_42389_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42389_page2 .c:last-child,#stacks_in_42389_page2.s4 .c.s3_4,#stacks_in_42389_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42389_page2.s2 .c-pad,#stacks_in_42389_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42389_page2.s4 .c.s2_4 .count,
	#stacks_in_42389_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42389_page2.s4 .c {width: 49.2%;}
	#stacks_in_42389_page2.s4 .c.s1_4 .c-pad,#stacks_in_42389_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42389_page2.s4 .c.s2_4 .c-pad,#stacks_in_42389_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42389_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42389_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42389_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42390_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42390_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42390_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42390_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42390_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42390_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42390_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42390_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42390_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42392_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42392_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42392_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42392_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42392_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42392_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42392_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42392_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42392_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42392_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42392_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42392_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42392_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42392_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42399_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42399_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42399_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42399_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42399_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42399_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42399_page2.responsive.open{max-height:500px}}#stacks_in_42399_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42399_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42399_page2_container.responsive{height:500px}}
#stacks_in_42400_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42400_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42400_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42400_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42400_page2.s3 .c.s2_3 .count,#stacks_in_42400_page2.s4 .c.s2_4 .count,#stacks_in_42400_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42400_page2.s2 .c.s1_2 .c-pad,#stacks_in_42400_page2.s3 .c.s1_3 .c-pad,#stacks_in_42400_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42400_page2.s3 .c.s2_3 .c-pad,#stacks_in_42400_page2.s4 .c.s2_4 .c-pad,#stacks_in_42400_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42400_page2.s2 .c.s2_2 .c-pad,#stacks_in_42400_page2.s3 .c.s3_3 .c-pad,#stacks_in_42400_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42400_page2 .c+.c .count,
	#stacks_in_42400_page2.s3 .c.s2_3 .count,
	#stacks_in_42400_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42400_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42400_page2 .c:first-child,#stacks_in_42400_page2.s4 .c.s1_4,#stacks_in_42400_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42400_page2 .c:last-child,#stacks_in_42400_page2.s4 .c.s3_4,#stacks_in_42400_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42400_page2.s2 .c-pad,#stacks_in_42400_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42400_page2.s4 .c.s2_4 .count,
	#stacks_in_42400_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42400_page2.s4 .c {width: 49.2%;}
	#stacks_in_42400_page2.s4 .c.s1_4 .c-pad,#stacks_in_42400_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42400_page2.s4 .c.s2_4 .c-pad,#stacks_in_42400_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42400_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42400_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42400_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42323_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42323_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42323_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42323_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42323_page2.s3 .c.s2_3 .count,#stacks_in_42323_page2.s4 .c.s2_4 .count,#stacks_in_42323_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42323_page2.s2 .c.s1_2 .c-pad,#stacks_in_42323_page2.s3 .c.s1_3 .c-pad,#stacks_in_42323_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42323_page2.s3 .c.s2_3 .c-pad,#stacks_in_42323_page2.s4 .c.s2_4 .c-pad,#stacks_in_42323_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42323_page2.s2 .c.s2_2 .c-pad,#stacks_in_42323_page2.s3 .c.s3_3 .c-pad,#stacks_in_42323_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42323_page2 .c+.c .count,
	#stacks_in_42323_page2.s3 .c.s2_3 .count,
	#stacks_in_42323_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42323_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42323_page2 .c:first-child,#stacks_in_42323_page2.s4 .c.s1_4,#stacks_in_42323_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42323_page2 .c:last-child,#stacks_in_42323_page2.s4 .c.s3_4,#stacks_in_42323_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42323_page2.s2 .c-pad,#stacks_in_42323_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42323_page2.s4 .c.s2_4 .count,
	#stacks_in_42323_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42323_page2.s4 .c {width: 49.2%;}
	#stacks_in_42323_page2.s4 .c.s1_4 .c-pad,#stacks_in_42323_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42323_page2.s4 .c.s2_4 .c-pad,#stacks_in_42323_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42323_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42323_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42323_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42324_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42324_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42324_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42324_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42324_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42324_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42324_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42324_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42324_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42326_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42326_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42326_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42326_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42326_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42326_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42326_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42326_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42326_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42326_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42326_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42326_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42326_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42326_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42333_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42333_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42333_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42333_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42333_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42333_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42333_page2.responsive.open{max-height:500px}}#stacks_in_42333_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42333_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42333_page2_container.responsive{height:500px}}
#stacks_in_42334_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42334_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42334_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42334_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42334_page2.s3 .c.s2_3 .count,#stacks_in_42334_page2.s4 .c.s2_4 .count,#stacks_in_42334_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42334_page2.s2 .c.s1_2 .c-pad,#stacks_in_42334_page2.s3 .c.s1_3 .c-pad,#stacks_in_42334_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42334_page2.s3 .c.s2_3 .c-pad,#stacks_in_42334_page2.s4 .c.s2_4 .c-pad,#stacks_in_42334_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42334_page2.s2 .c.s2_2 .c-pad,#stacks_in_42334_page2.s3 .c.s3_3 .c-pad,#stacks_in_42334_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42334_page2 .c+.c .count,
	#stacks_in_42334_page2.s3 .c.s2_3 .count,
	#stacks_in_42334_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42334_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42334_page2 .c:first-child,#stacks_in_42334_page2.s4 .c.s1_4,#stacks_in_42334_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42334_page2 .c:last-child,#stacks_in_42334_page2.s4 .c.s3_4,#stacks_in_42334_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42334_page2.s2 .c-pad,#stacks_in_42334_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42334_page2.s4 .c.s2_4 .count,
	#stacks_in_42334_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42334_page2.s4 .c {width: 49.2%;}
	#stacks_in_42334_page2.s4 .c.s1_4 .c-pad,#stacks_in_42334_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42334_page2.s4 .c.s2_4 .c-pad,#stacks_in_42334_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42334_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42334_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42334_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42259_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42259_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42259_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42259_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42259_page2.s3 .c.s2_3 .count,#stacks_in_42259_page2.s4 .c.s2_4 .count,#stacks_in_42259_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42259_page2.s2 .c.s1_2 .c-pad,#stacks_in_42259_page2.s3 .c.s1_3 .c-pad,#stacks_in_42259_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42259_page2.s3 .c.s2_3 .c-pad,#stacks_in_42259_page2.s4 .c.s2_4 .c-pad,#stacks_in_42259_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42259_page2.s2 .c.s2_2 .c-pad,#stacks_in_42259_page2.s3 .c.s3_3 .c-pad,#stacks_in_42259_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42259_page2 .c+.c .count,
	#stacks_in_42259_page2.s3 .c.s2_3 .count,
	#stacks_in_42259_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42259_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42259_page2 .c:first-child,#stacks_in_42259_page2.s4 .c.s1_4,#stacks_in_42259_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42259_page2 .c:last-child,#stacks_in_42259_page2.s4 .c.s3_4,#stacks_in_42259_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42259_page2.s2 .c-pad,#stacks_in_42259_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42259_page2.s4 .c.s2_4 .count,
	#stacks_in_42259_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42259_page2.s4 .c {width: 49.2%;}
	#stacks_in_42259_page2.s4 .c.s1_4 .c-pad,#stacks_in_42259_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42259_page2.s4 .c.s2_4 .c-pad,#stacks_in_42259_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42259_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42259_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42259_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42260_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42260_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42260_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42260_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42260_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42260_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42260_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42260_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42260_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42262_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42262_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42262_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42262_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42262_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42262_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42262_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42262_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42262_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42262_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42262_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42262_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42262_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42262_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42269_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42269_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42269_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42269_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42269_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42269_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42269_page2.responsive.open{max-height:500px}}#stacks_in_42269_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42269_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42269_page2_container.responsive{height:500px}}
#stacks_in_42270_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42270_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42270_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42270_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42270_page2.s3 .c.s2_3 .count,#stacks_in_42270_page2.s4 .c.s2_4 .count,#stacks_in_42270_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42270_page2.s2 .c.s1_2 .c-pad,#stacks_in_42270_page2.s3 .c.s1_3 .c-pad,#stacks_in_42270_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42270_page2.s3 .c.s2_3 .c-pad,#stacks_in_42270_page2.s4 .c.s2_4 .c-pad,#stacks_in_42270_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42270_page2.s2 .c.s2_2 .c-pad,#stacks_in_42270_page2.s3 .c.s3_3 .c-pad,#stacks_in_42270_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42270_page2 .c+.c .count,
	#stacks_in_42270_page2.s3 .c.s2_3 .count,
	#stacks_in_42270_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42270_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42270_page2 .c:first-child,#stacks_in_42270_page2.s4 .c.s1_4,#stacks_in_42270_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42270_page2 .c:last-child,#stacks_in_42270_page2.s4 .c.s3_4,#stacks_in_42270_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42270_page2.s2 .c-pad,#stacks_in_42270_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42270_page2.s4 .c.s2_4 .count,
	#stacks_in_42270_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42270_page2.s4 .c {width: 49.2%;}
	#stacks_in_42270_page2.s4 .c.s1_4 .c-pad,#stacks_in_42270_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42270_page2.s4 .c.s2_4 .c-pad,#stacks_in_42270_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42270_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42270_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42270_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42277_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42277_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42277_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42277_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42277_page2.s3 .c.s2_3 .count,#stacks_in_42277_page2.s4 .c.s2_4 .count,#stacks_in_42277_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42277_page2.s2 .c.s1_2 .c-pad,#stacks_in_42277_page2.s3 .c.s1_3 .c-pad,#stacks_in_42277_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42277_page2.s3 .c.s2_3 .c-pad,#stacks_in_42277_page2.s4 .c.s2_4 .c-pad,#stacks_in_42277_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42277_page2.s2 .c.s2_2 .c-pad,#stacks_in_42277_page2.s3 .c.s3_3 .c-pad,#stacks_in_42277_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42277_page2 .c+.c .count,
	#stacks_in_42277_page2.s3 .c.s2_3 .count,
	#stacks_in_42277_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42277_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42277_page2 .c:first-child,#stacks_in_42277_page2.s4 .c.s1_4,#stacks_in_42277_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42277_page2 .c:last-child,#stacks_in_42277_page2.s4 .c.s3_4,#stacks_in_42277_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42277_page2.s2 .c-pad,#stacks_in_42277_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42277_page2.s4 .c.s2_4 .count,
	#stacks_in_42277_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42277_page2.s4 .c {width: 49.2%;}
	#stacks_in_42277_page2.s4 .c.s1_4 .c-pad,#stacks_in_42277_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42277_page2.s4 .c.s2_4 .c-pad,#stacks_in_42277_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42277_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42277_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42277_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42278_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42278_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42278_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42278_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42278_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42278_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42278_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42278_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42278_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42280_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42280_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42280_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42280_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42280_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42280_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42280_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42280_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42280_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42280_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42280_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42280_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42280_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42280_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42287_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42287_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42287_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42287_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42287_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42287_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42287_page2.responsive.open{max-height:500px}}#stacks_in_42287_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42287_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42287_page2_container.responsive{height:500px}}
#stacks_in_42288_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42288_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42288_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42288_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42288_page2.s3 .c.s2_3 .count,#stacks_in_42288_page2.s4 .c.s2_4 .count,#stacks_in_42288_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42288_page2.s2 .c.s1_2 .c-pad,#stacks_in_42288_page2.s3 .c.s1_3 .c-pad,#stacks_in_42288_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42288_page2.s3 .c.s2_3 .c-pad,#stacks_in_42288_page2.s4 .c.s2_4 .c-pad,#stacks_in_42288_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42288_page2.s2 .c.s2_2 .c-pad,#stacks_in_42288_page2.s3 .c.s3_3 .c-pad,#stacks_in_42288_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42288_page2 .c+.c .count,
	#stacks_in_42288_page2.s3 .c.s2_3 .count,
	#stacks_in_42288_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42288_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42288_page2 .c:first-child,#stacks_in_42288_page2.s4 .c.s1_4,#stacks_in_42288_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42288_page2 .c:last-child,#stacks_in_42288_page2.s4 .c.s3_4,#stacks_in_42288_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42288_page2.s2 .c-pad,#stacks_in_42288_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42288_page2.s4 .c.s2_4 .count,
	#stacks_in_42288_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42288_page2.s4 .c {width: 49.2%;}
	#stacks_in_42288_page2.s4 .c.s1_4 .c-pad,#stacks_in_42288_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42288_page2.s4 .c.s2_4 .c-pad,#stacks_in_42288_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42288_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42288_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42288_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42227_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42227_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42227_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42227_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42227_page2.s3 .c.s2_3 .count,#stacks_in_42227_page2.s4 .c.s2_4 .count,#stacks_in_42227_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42227_page2.s2 .c.s1_2 .c-pad,#stacks_in_42227_page2.s3 .c.s1_3 .c-pad,#stacks_in_42227_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42227_page2.s3 .c.s2_3 .c-pad,#stacks_in_42227_page2.s4 .c.s2_4 .c-pad,#stacks_in_42227_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42227_page2.s2 .c.s2_2 .c-pad,#stacks_in_42227_page2.s3 .c.s3_3 .c-pad,#stacks_in_42227_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42227_page2 .c+.c .count,
	#stacks_in_42227_page2.s3 .c.s2_3 .count,
	#stacks_in_42227_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42227_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42227_page2 .c:first-child,#stacks_in_42227_page2.s4 .c.s1_4,#stacks_in_42227_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42227_page2 .c:last-child,#stacks_in_42227_page2.s4 .c.s3_4,#stacks_in_42227_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42227_page2.s2 .c-pad,#stacks_in_42227_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42227_page2.s4 .c.s2_4 .count,
	#stacks_in_42227_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42227_page2.s4 .c {width: 49.2%;}
	#stacks_in_42227_page2.s4 .c.s1_4 .c-pad,#stacks_in_42227_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42227_page2.s4 .c.s2_4 .c-pad,#stacks_in_42227_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42227_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42227_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42227_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42228_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42228_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42228_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42228_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42228_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42228_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42228_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42228_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42228_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42230_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42230_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42230_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42230_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42230_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42230_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42230_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42230_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42230_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42230_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42230_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42230_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42230_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42230_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42237_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42237_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42237_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42237_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42237_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42237_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42237_page2.responsive.open{max-height:500px}}#stacks_in_42237_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42237_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42237_page2_container.responsive{height:500px}}
#stacks_in_42238_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42238_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42238_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42238_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42238_page2.s3 .c.s2_3 .count,#stacks_in_42238_page2.s4 .c.s2_4 .count,#stacks_in_42238_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42238_page2.s2 .c.s1_2 .c-pad,#stacks_in_42238_page2.s3 .c.s1_3 .c-pad,#stacks_in_42238_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42238_page2.s3 .c.s2_3 .c-pad,#stacks_in_42238_page2.s4 .c.s2_4 .c-pad,#stacks_in_42238_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42238_page2.s2 .c.s2_2 .c-pad,#stacks_in_42238_page2.s3 .c.s3_3 .c-pad,#stacks_in_42238_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42238_page2 .c+.c .count,
	#stacks_in_42238_page2.s3 .c.s2_3 .count,
	#stacks_in_42238_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42238_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42238_page2 .c:first-child,#stacks_in_42238_page2.s4 .c.s1_4,#stacks_in_42238_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42238_page2 .c:last-child,#stacks_in_42238_page2.s4 .c.s3_4,#stacks_in_42238_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42238_page2.s2 .c-pad,#stacks_in_42238_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42238_page2.s4 .c.s2_4 .count,
	#stacks_in_42238_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42238_page2.s4 .c {width: 49.2%;}
	#stacks_in_42238_page2.s4 .c.s1_4 .c-pad,#stacks_in_42238_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42238_page2.s4 .c.s2_4 .c-pad,#stacks_in_42238_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42238_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42238_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42238_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42131_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42131_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42131_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42131_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42131_page2.s3 .c.s2_3 .count,#stacks_in_42131_page2.s4 .c.s2_4 .count,#stacks_in_42131_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42131_page2.s2 .c.s1_2 .c-pad,#stacks_in_42131_page2.s3 .c.s1_3 .c-pad,#stacks_in_42131_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42131_page2.s3 .c.s2_3 .c-pad,#stacks_in_42131_page2.s4 .c.s2_4 .c-pad,#stacks_in_42131_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42131_page2.s2 .c.s2_2 .c-pad,#stacks_in_42131_page2.s3 .c.s3_3 .c-pad,#stacks_in_42131_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42131_page2 .c+.c .count,
	#stacks_in_42131_page2.s3 .c.s2_3 .count,
	#stacks_in_42131_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42131_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42131_page2 .c:first-child,#stacks_in_42131_page2.s4 .c.s1_4,#stacks_in_42131_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42131_page2 .c:last-child,#stacks_in_42131_page2.s4 .c.s3_4,#stacks_in_42131_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42131_page2.s2 .c-pad,#stacks_in_42131_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42131_page2.s4 .c.s2_4 .count,
	#stacks_in_42131_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42131_page2.s4 .c {width: 49.2%;}
	#stacks_in_42131_page2.s4 .c.s1_4 .c-pad,#stacks_in_42131_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42131_page2.s4 .c.s2_4 .c-pad,#stacks_in_42131_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42131_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42131_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42131_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42132_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42132_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42132_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42132_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42132_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42132_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42132_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42132_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42132_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42134_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42134_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42134_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42134_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42134_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42134_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42134_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42134_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42134_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42134_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42134_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42134_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42134_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42134_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42141_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42141_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42141_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42141_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42141_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42141_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42141_page2.responsive.open{max-height:500px}}#stacks_in_42141_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42141_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42141_page2_container.responsive{height:500px}}
#stacks_in_42142_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42142_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42142_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42142_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42142_page2.s3 .c.s2_3 .count,#stacks_in_42142_page2.s4 .c.s2_4 .count,#stacks_in_42142_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42142_page2.s2 .c.s1_2 .c-pad,#stacks_in_42142_page2.s3 .c.s1_3 .c-pad,#stacks_in_42142_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42142_page2.s3 .c.s2_3 .c-pad,#stacks_in_42142_page2.s4 .c.s2_4 .c-pad,#stacks_in_42142_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42142_page2.s2 .c.s2_2 .c-pad,#stacks_in_42142_page2.s3 .c.s3_3 .c-pad,#stacks_in_42142_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42142_page2 .c+.c .count,
	#stacks_in_42142_page2.s3 .c.s2_3 .count,
	#stacks_in_42142_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42142_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42142_page2 .c:first-child,#stacks_in_42142_page2.s4 .c.s1_4,#stacks_in_42142_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42142_page2 .c:last-child,#stacks_in_42142_page2.s4 .c.s3_4,#stacks_in_42142_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42142_page2.s2 .c-pad,#stacks_in_42142_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42142_page2.s4 .c.s2_4 .count,
	#stacks_in_42142_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42142_page2.s4 .c {width: 49.2%;}
	#stacks_in_42142_page2.s4 .c.s1_4 .c-pad,#stacks_in_42142_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42142_page2.s4 .c.s2_4 .c-pad,#stacks_in_42142_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42142_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42142_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42142_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42149_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42149_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42149_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42149_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42149_page2.s3 .c.s2_3 .count,#stacks_in_42149_page2.s4 .c.s2_4 .count,#stacks_in_42149_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42149_page2.s2 .c.s1_2 .c-pad,#stacks_in_42149_page2.s3 .c.s1_3 .c-pad,#stacks_in_42149_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42149_page2.s3 .c.s2_3 .c-pad,#stacks_in_42149_page2.s4 .c.s2_4 .c-pad,#stacks_in_42149_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42149_page2.s2 .c.s2_2 .c-pad,#stacks_in_42149_page2.s3 .c.s3_3 .c-pad,#stacks_in_42149_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42149_page2 .c+.c .count,
	#stacks_in_42149_page2.s3 .c.s2_3 .count,
	#stacks_in_42149_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42149_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42149_page2 .c:first-child,#stacks_in_42149_page2.s4 .c.s1_4,#stacks_in_42149_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42149_page2 .c:last-child,#stacks_in_42149_page2.s4 .c.s3_4,#stacks_in_42149_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42149_page2.s2 .c-pad,#stacks_in_42149_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42149_page2.s4 .c.s2_4 .count,
	#stacks_in_42149_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42149_page2.s4 .c {width: 49.2%;}
	#stacks_in_42149_page2.s4 .c.s1_4 .c-pad,#stacks_in_42149_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42149_page2.s4 .c.s2_4 .c-pad,#stacks_in_42149_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42149_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42149_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42149_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42150_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42150_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42150_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42150_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42150_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42150_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42150_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42150_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42150_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42152_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42152_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42152_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42152_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42152_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42152_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42152_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42152_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42152_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42152_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42152_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42152_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42152_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42152_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42159_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42159_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42159_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42159_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42159_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42159_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42159_page2.responsive.open{max-height:500px}}#stacks_in_42159_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42159_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42159_page2_container.responsive{height:500px}}
#stacks_in_42160_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42160_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42160_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42160_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42160_page2.s3 .c.s2_3 .count,#stacks_in_42160_page2.s4 .c.s2_4 .count,#stacks_in_42160_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42160_page2.s2 .c.s1_2 .c-pad,#stacks_in_42160_page2.s3 .c.s1_3 .c-pad,#stacks_in_42160_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42160_page2.s3 .c.s2_3 .c-pad,#stacks_in_42160_page2.s4 .c.s2_4 .c-pad,#stacks_in_42160_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42160_page2.s2 .c.s2_2 .c-pad,#stacks_in_42160_page2.s3 .c.s3_3 .c-pad,#stacks_in_42160_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42160_page2 .c+.c .count,
	#stacks_in_42160_page2.s3 .c.s2_3 .count,
	#stacks_in_42160_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42160_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42160_page2 .c:first-child,#stacks_in_42160_page2.s4 .c.s1_4,#stacks_in_42160_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42160_page2 .c:last-child,#stacks_in_42160_page2.s4 .c.s3_4,#stacks_in_42160_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42160_page2.s2 .c-pad,#stacks_in_42160_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42160_page2.s4 .c.s2_4 .count,
	#stacks_in_42160_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42160_page2.s4 .c {width: 49.2%;}
	#stacks_in_42160_page2.s4 .c.s1_4 .c-pad,#stacks_in_42160_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42160_page2.s4 .c.s2_4 .c-pad,#stacks_in_42160_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42160_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42160_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42160_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_42167_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42167_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42167_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42167_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42167_page2.s3 .c.s2_3 .count,#stacks_in_42167_page2.s4 .c.s2_4 .count,#stacks_in_42167_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42167_page2.s2 .c.s1_2 .c-pad,#stacks_in_42167_page2.s3 .c.s1_3 .c-pad,#stacks_in_42167_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42167_page2.s3 .c.s2_3 .c-pad,#stacks_in_42167_page2.s4 .c.s2_4 .c-pad,#stacks_in_42167_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42167_page2.s2 .c.s2_2 .c-pad,#stacks_in_42167_page2.s3 .c.s3_3 .c-pad,#stacks_in_42167_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42167_page2 .c+.c .count,
	#stacks_in_42167_page2.s3 .c.s2_3 .count,
	#stacks_in_42167_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42167_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42167_page2 .c:first-child,#stacks_in_42167_page2.s4 .c.s1_4,#stacks_in_42167_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42167_page2 .c:last-child,#stacks_in_42167_page2.s4 .c.s3_4,#stacks_in_42167_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42167_page2.s2 .c-pad,#stacks_in_42167_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42167_page2.s4 .c.s2_4 .count,
	#stacks_in_42167_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42167_page2.s4 .c {width: 49.2%;}
	#stacks_in_42167_page2.s4 .c.s1_4 .c-pad,#stacks_in_42167_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42167_page2.s4 .c.s2_4 .c-pad,#stacks_in_42167_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42167_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42167_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42167_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_42168_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_42168_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_42168_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_42168_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_42168_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_42168_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_42168_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_42168_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_42168_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_42170_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_42170_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_42170_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_42170_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_42170_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_42170_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_42170_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_42170_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_42170_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_42170_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_42170_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_42170_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_42170_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_42170_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_42177_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_42177_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_42177_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_42177_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_42177_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_42177_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_42177_page2.responsive.open{max-height:500px}}#stacks_in_42177_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_42177_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_42177_page2_container.responsive{height:500px}}
#stacks_in_42178_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_42178_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_42178_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_42178_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_42178_page2.s3 .c.s2_3 .count,#stacks_in_42178_page2.s4 .c.s2_4 .count,#stacks_in_42178_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_42178_page2.s2 .c.s1_2 .c-pad,#stacks_in_42178_page2.s3 .c.s1_3 .c-pad,#stacks_in_42178_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_42178_page2.s3 .c.s2_3 .c-pad,#stacks_in_42178_page2.s4 .c.s2_4 .c-pad,#stacks_in_42178_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_42178_page2.s2 .c.s2_2 .c-pad,#stacks_in_42178_page2.s3 .c.s3_3 .c-pad,#stacks_in_42178_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_42178_page2 .c+.c .count,
	#stacks_in_42178_page2.s3 .c.s2_3 .count,
	#stacks_in_42178_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_42178_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_42178_page2 .c:first-child,#stacks_in_42178_page2.s4 .c.s1_4,#stacks_in_42178_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_42178_page2 .c:last-child,#stacks_in_42178_page2.s4 .c.s3_4,#stacks_in_42178_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_42178_page2.s2 .c-pad,#stacks_in_42178_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_42178_page2.s4 .c.s2_4 .count,
	#stacks_in_42178_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_42178_page2.s4 .c {width: 49.2%;}
	#stacks_in_42178_page2.s4 .c.s1_4 .c-pad,#stacks_in_42178_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_42178_page2.s4 .c.s2_4 .c-pad,#stacks_in_42178_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_42178_page2 .count{ margin-left: 0 !important;}
	#stacks_in_42178_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_42178_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_41893_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41893_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41893_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41893_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41893_page2.s3 .c.s2_3 .count,#stacks_in_41893_page2.s4 .c.s2_4 .count,#stacks_in_41893_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41893_page2.s2 .c.s1_2 .c-pad,#stacks_in_41893_page2.s3 .c.s1_3 .c-pad,#stacks_in_41893_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41893_page2.s3 .c.s2_3 .c-pad,#stacks_in_41893_page2.s4 .c.s2_4 .c-pad,#stacks_in_41893_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41893_page2.s2 .c.s2_2 .c-pad,#stacks_in_41893_page2.s3 .c.s3_3 .c-pad,#stacks_in_41893_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41893_page2 .c+.c .count,
	#stacks_in_41893_page2.s3 .c.s2_3 .count,
	#stacks_in_41893_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41893_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41893_page2 .c:first-child,#stacks_in_41893_page2.s4 .c.s1_4,#stacks_in_41893_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41893_page2 .c:last-child,#stacks_in_41893_page2.s4 .c.s3_4,#stacks_in_41893_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41893_page2.s2 .c-pad,#stacks_in_41893_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41893_page2.s4 .c.s2_4 .count,
	#stacks_in_41893_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41893_page2.s4 .c {width: 49.2%;}
	#stacks_in_41893_page2.s4 .c.s1_4 .c-pad,#stacks_in_41893_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41893_page2.s4 .c.s2_4 .c-pad,#stacks_in_41893_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41893_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41893_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41893_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_41894_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_41894_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_41894_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_41894_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_41894_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_41894_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_41894_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_41894_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_41894_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_41896_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_41896_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_41896_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_41896_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_41896_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_41896_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_41896_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_41896_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_41896_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_41896_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_41896_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_41896_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_41896_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_41896_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_41903_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_41903_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_41903_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_41903_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_41903_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_41903_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_41903_page2.responsive.open{max-height:500px}}#stacks_in_41903_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_41903_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_41903_page2_container.responsive{height:500px}}
#stacks_in_41904_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41904_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41904_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41904_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41904_page2.s3 .c.s2_3 .count,#stacks_in_41904_page2.s4 .c.s2_4 .count,#stacks_in_41904_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41904_page2.s2 .c.s1_2 .c-pad,#stacks_in_41904_page2.s3 .c.s1_3 .c-pad,#stacks_in_41904_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41904_page2.s3 .c.s2_3 .c-pad,#stacks_in_41904_page2.s4 .c.s2_4 .c-pad,#stacks_in_41904_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41904_page2.s2 .c.s2_2 .c-pad,#stacks_in_41904_page2.s3 .c.s3_3 .c-pad,#stacks_in_41904_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41904_page2 .c+.c .count,
	#stacks_in_41904_page2.s3 .c.s2_3 .count,
	#stacks_in_41904_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41904_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41904_page2 .c:first-child,#stacks_in_41904_page2.s4 .c.s1_4,#stacks_in_41904_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41904_page2 .c:last-child,#stacks_in_41904_page2.s4 .c.s3_4,#stacks_in_41904_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41904_page2.s2 .c-pad,#stacks_in_41904_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41904_page2.s4 .c.s2_4 .count,
	#stacks_in_41904_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41904_page2.s4 .c {width: 49.2%;}
	#stacks_in_41904_page2.s4 .c.s1_4 .c-pad,#stacks_in_41904_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41904_page2.s4 .c.s2_4 .c-pad,#stacks_in_41904_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41904_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41904_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41904_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_30320_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_30320_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_30320_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_30320_page2 .c+.c .count{margin-left: 0px;}
#stacks_in_30320_page2.s3 .c.s2_3 .count,#stacks_in_30320_page2.s4 .c.s2_4 .count,#stacks_in_30320_page2.s4 .c.s3_4 .count{ margin-left: 0px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_30320_page2.s2 .c.s1_2 .c-pad,#stacks_in_30320_page2.s3 .c.s1_3 .c-pad,#stacks_in_30320_page2.s4 .c.s1_4 .c-pad{padding: 0 0px 0 0;}
#stacks_in_30320_page2.s3 .c.s2_3 .c-pad,#stacks_in_30320_page2.s4 .c.s2_4 .c-pad,#stacks_in_30320_page2.s4 .c.s3_4 .c-pad{ padding: 0 0px;}
#stacks_in_30320_page2.s2 .c.s2_2 .c-pad,#stacks_in_30320_page2.s3 .c.s3_3 .c-pad,#stacks_in_30320_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_30320_page2 .c+.c .count,
	#stacks_in_30320_page2.s3 .c.s2_3 .count,
	#stacks_in_30320_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_30320_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_30320_page2 .c:first-child,#stacks_in_30320_page2.s4 .c.s1_4,#stacks_in_30320_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_30320_page2 .c:last-child,#stacks_in_30320_page2.s4 .c.s3_4,#stacks_in_30320_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_30320_page2.s2 .c-pad,#stacks_in_30320_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_30320_page2.s4 .c.s2_4 .count,
	#stacks_in_30320_page2.s4 .c.s4_4 .count{ margin-left: 0px;}
	#stacks_in_30320_page2.s4 .c {width: 49.2%;}
	#stacks_in_30320_page2.s4 .c.s1_4 .c-pad,#stacks_in_30320_page2.s4 .c.s3_4 .c-pad{ padding: 0 0px 0 0;}
	#stacks_in_30320_page2.s4 .c.s2_4 .c-pad,#stacks_in_30320_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_30320_page2 .count{ margin-left: 0 !important;}
	#stacks_in_30320_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_30320_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_30320_page2 {
	padding:  1px;
}
#stacks_in_41852_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41852_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41852_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41852_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41852_page2.s3 .c.s2_3 .count,#stacks_in_41852_page2.s4 .c.s2_4 .count,#stacks_in_41852_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41852_page2.s2 .c.s1_2 .c-pad,#stacks_in_41852_page2.s3 .c.s1_3 .c-pad,#stacks_in_41852_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41852_page2.s3 .c.s2_3 .c-pad,#stacks_in_41852_page2.s4 .c.s2_4 .c-pad,#stacks_in_41852_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41852_page2.s2 .c.s2_2 .c-pad,#stacks_in_41852_page2.s3 .c.s3_3 .c-pad,#stacks_in_41852_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41852_page2 .c+.c .count,
	#stacks_in_41852_page2.s3 .c.s2_3 .count,
	#stacks_in_41852_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41852_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41852_page2 .c:first-child,#stacks_in_41852_page2.s4 .c.s1_4,#stacks_in_41852_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41852_page2 .c:last-child,#stacks_in_41852_page2.s4 .c.s3_4,#stacks_in_41852_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41852_page2.s2 .c-pad,#stacks_in_41852_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41852_page2.s4 .c.s2_4 .count,
	#stacks_in_41852_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41852_page2.s4 .c {width: 49.2%;}
	#stacks_in_41852_page2.s4 .c.s1_4 .c-pad,#stacks_in_41852_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41852_page2.s4 .c.s2_4 .c-pad,#stacks_in_41852_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41852_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41852_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41852_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_41853_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_41853_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_41853_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_41853_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_41853_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_41853_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_41853_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_41853_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_41853_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_41855_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_41855_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_41855_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_41855_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_41855_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_41855_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_41855_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_41855_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_41855_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_41855_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_41855_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_41855_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_41855_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_41855_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_41862_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_41862_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_41862_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_41862_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_41862_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_41862_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_41862_page2.responsive.open{max-height:500px}}#stacks_in_41862_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_41862_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_41862_page2_container.responsive{height:500px}}
#stacks_in_41863_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41863_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41863_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41863_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41863_page2.s3 .c.s2_3 .count,#stacks_in_41863_page2.s4 .c.s2_4 .count,#stacks_in_41863_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41863_page2.s2 .c.s1_2 .c-pad,#stacks_in_41863_page2.s3 .c.s1_3 .c-pad,#stacks_in_41863_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41863_page2.s3 .c.s2_3 .c-pad,#stacks_in_41863_page2.s4 .c.s2_4 .c-pad,#stacks_in_41863_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41863_page2.s2 .c.s2_2 .c-pad,#stacks_in_41863_page2.s3 .c.s3_3 .c-pad,#stacks_in_41863_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41863_page2 .c+.c .count,
	#stacks_in_41863_page2.s3 .c.s2_3 .count,
	#stacks_in_41863_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41863_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41863_page2 .c:first-child,#stacks_in_41863_page2.s4 .c.s1_4,#stacks_in_41863_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41863_page2 .c:last-child,#stacks_in_41863_page2.s4 .c.s3_4,#stacks_in_41863_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41863_page2.s2 .c-pad,#stacks_in_41863_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41863_page2.s4 .c.s2_4 .count,
	#stacks_in_41863_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41863_page2.s4 .c {width: 49.2%;}
	#stacks_in_41863_page2.s4 .c.s1_4 .c-pad,#stacks_in_41863_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41863_page2.s4 .c.s2_4 .c-pad,#stacks_in_41863_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41863_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41863_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41863_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_41818_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41818_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41818_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41818_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41818_page2.s3 .c.s2_3 .count,#stacks_in_41818_page2.s4 .c.s2_4 .count,#stacks_in_41818_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41818_page2.s2 .c.s1_2 .c-pad,#stacks_in_41818_page2.s3 .c.s1_3 .c-pad,#stacks_in_41818_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41818_page2.s3 .c.s2_3 .c-pad,#stacks_in_41818_page2.s4 .c.s2_4 .c-pad,#stacks_in_41818_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41818_page2.s2 .c.s2_2 .c-pad,#stacks_in_41818_page2.s3 .c.s3_3 .c-pad,#stacks_in_41818_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41818_page2 .c+.c .count,
	#stacks_in_41818_page2.s3 .c.s2_3 .count,
	#stacks_in_41818_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41818_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41818_page2 .c:first-child,#stacks_in_41818_page2.s4 .c.s1_4,#stacks_in_41818_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41818_page2 .c:last-child,#stacks_in_41818_page2.s4 .c.s3_4,#stacks_in_41818_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41818_page2.s2 .c-pad,#stacks_in_41818_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41818_page2.s4 .c.s2_4 .count,
	#stacks_in_41818_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41818_page2.s4 .c {width: 49.2%;}
	#stacks_in_41818_page2.s4 .c.s1_4 .c-pad,#stacks_in_41818_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41818_page2.s4 .c.s2_4 .c-pad,#stacks_in_41818_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41818_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41818_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41818_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_41819_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_41819_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_41819_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_41819_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_41819_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_41819_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_41819_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_41819_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_41819_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_41821_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_41821_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_41821_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_41821_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_41821_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_41821_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_41821_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_41821_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_41821_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_41821_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_41821_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_41821_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_41821_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_41821_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_41828_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_41828_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_41828_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_41828_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_41828_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_41828_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_41828_page2.responsive.open{max-height:500px}}#stacks_in_41828_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_41828_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_41828_page2_container.responsive{height:500px}}
#stacks_in_41829_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41829_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41829_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41829_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41829_page2.s3 .c.s2_3 .count,#stacks_in_41829_page2.s4 .c.s2_4 .count,#stacks_in_41829_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41829_page2.s2 .c.s1_2 .c-pad,#stacks_in_41829_page2.s3 .c.s1_3 .c-pad,#stacks_in_41829_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41829_page2.s3 .c.s2_3 .c-pad,#stacks_in_41829_page2.s4 .c.s2_4 .c-pad,#stacks_in_41829_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41829_page2.s2 .c.s2_2 .c-pad,#stacks_in_41829_page2.s3 .c.s3_3 .c-pad,#stacks_in_41829_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41829_page2 .c+.c .count,
	#stacks_in_41829_page2.s3 .c.s2_3 .count,
	#stacks_in_41829_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41829_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41829_page2 .c:first-child,#stacks_in_41829_page2.s4 .c.s1_4,#stacks_in_41829_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41829_page2 .c:last-child,#stacks_in_41829_page2.s4 .c.s3_4,#stacks_in_41829_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41829_page2.s2 .c-pad,#stacks_in_41829_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41829_page2.s4 .c.s2_4 .count,
	#stacks_in_41829_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41829_page2.s4 .c {width: 49.2%;}
	#stacks_in_41829_page2.s4 .c.s1_4 .c-pad,#stacks_in_41829_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41829_page2.s4 .c.s2_4 .c-pad,#stacks_in_41829_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41829_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41829_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41829_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_41754_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41754_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41754_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41754_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41754_page2.s3 .c.s2_3 .count,#stacks_in_41754_page2.s4 .c.s2_4 .count,#stacks_in_41754_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41754_page2.s2 .c.s1_2 .c-pad,#stacks_in_41754_page2.s3 .c.s1_3 .c-pad,#stacks_in_41754_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41754_page2.s3 .c.s2_3 .c-pad,#stacks_in_41754_page2.s4 .c.s2_4 .c-pad,#stacks_in_41754_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41754_page2.s2 .c.s2_2 .c-pad,#stacks_in_41754_page2.s3 .c.s3_3 .c-pad,#stacks_in_41754_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41754_page2 .c+.c .count,
	#stacks_in_41754_page2.s3 .c.s2_3 .count,
	#stacks_in_41754_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41754_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41754_page2 .c:first-child,#stacks_in_41754_page2.s4 .c.s1_4,#stacks_in_41754_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41754_page2 .c:last-child,#stacks_in_41754_page2.s4 .c.s3_4,#stacks_in_41754_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41754_page2.s2 .c-pad,#stacks_in_41754_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41754_page2.s4 .c.s2_4 .count,
	#stacks_in_41754_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41754_page2.s4 .c {width: 49.2%;}
	#stacks_in_41754_page2.s4 .c.s1_4 .c-pad,#stacks_in_41754_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41754_page2.s4 .c.s2_4 .c-pad,#stacks_in_41754_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41754_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41754_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41754_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_41755_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_41755_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_41755_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_41755_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_41755_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_41755_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_41755_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_41755_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_41755_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_41757_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_41757_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_41757_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_41757_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_41757_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_41757_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_41757_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_41757_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_41757_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_41757_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_41757_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_41757_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_41757_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_41757_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_41764_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_41764_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_41764_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_41764_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_41764_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_41764_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_41764_page2.responsive.open{max-height:500px}}#stacks_in_41764_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_41764_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_41764_page2_container.responsive{height:500px}}
#stacks_in_41765_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41765_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41765_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41765_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41765_page2.s3 .c.s2_3 .count,#stacks_in_41765_page2.s4 .c.s2_4 .count,#stacks_in_41765_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41765_page2.s2 .c.s1_2 .c-pad,#stacks_in_41765_page2.s3 .c.s1_3 .c-pad,#stacks_in_41765_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41765_page2.s3 .c.s2_3 .c-pad,#stacks_in_41765_page2.s4 .c.s2_4 .c-pad,#stacks_in_41765_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41765_page2.s2 .c.s2_2 .c-pad,#stacks_in_41765_page2.s3 .c.s3_3 .c-pad,#stacks_in_41765_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41765_page2 .c+.c .count,
	#stacks_in_41765_page2.s3 .c.s2_3 .count,
	#stacks_in_41765_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41765_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41765_page2 .c:first-child,#stacks_in_41765_page2.s4 .c.s1_4,#stacks_in_41765_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41765_page2 .c:last-child,#stacks_in_41765_page2.s4 .c.s3_4,#stacks_in_41765_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41765_page2.s2 .c-pad,#stacks_in_41765_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41765_page2.s4 .c.s2_4 .count,
	#stacks_in_41765_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41765_page2.s4 .c {width: 49.2%;}
	#stacks_in_41765_page2.s4 .c.s1_4 .c-pad,#stacks_in_41765_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41765_page2.s4 .c.s2_4 .c-pad,#stacks_in_41765_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41765_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41765_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41765_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_33130_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_33130_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_33130_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_33130_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_33130_page2.s3 .c.s2_3 .count,#stacks_in_33130_page2.s4 .c.s2_4 .count,#stacks_in_33130_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_33130_page2.s2 .c.s1_2 .c-pad,#stacks_in_33130_page2.s3 .c.s1_3 .c-pad,#stacks_in_33130_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_33130_page2.s3 .c.s2_3 .c-pad,#stacks_in_33130_page2.s4 .c.s2_4 .c-pad,#stacks_in_33130_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_33130_page2.s2 .c.s2_2 .c-pad,#stacks_in_33130_page2.s3 .c.s3_3 .c-pad,#stacks_in_33130_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_33130_page2 .c+.c .count,
	#stacks_in_33130_page2.s3 .c.s2_3 .count,
	#stacks_in_33130_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_33130_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_33130_page2 .c:first-child,#stacks_in_33130_page2.s4 .c.s1_4,#stacks_in_33130_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_33130_page2 .c:last-child,#stacks_in_33130_page2.s4 .c.s3_4,#stacks_in_33130_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_33130_page2.s2 .c-pad,#stacks_in_33130_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_33130_page2.s4 .c.s2_4 .count,
	#stacks_in_33130_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_33130_page2.s4 .c {width: 49.2%;}
	#stacks_in_33130_page2.s4 .c.s1_4 .c-pad,#stacks_in_33130_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_33130_page2.s4 .c.s2_4 .c-pad,#stacks_in_33130_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_33130_page2 .count{ margin-left: 0 !important;}
	#stacks_in_33130_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_33130_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_33132_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_33132_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_33132_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_33132_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_33132_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_33132_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_33132_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_33132_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_33132_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_33137_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_33137_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_33137_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_33137_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_33137_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_33137_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_33137_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_33137_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_33137_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_33137_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_33137_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_33137_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_33137_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_33137_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_33143_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_33143_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_33143_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_33143_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_33143_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_33143_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_33143_page2.responsive.open{max-height:500px}}#stacks_in_33143_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_33143_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_33143_page2_container.responsive{height:500px}}
#stacks_in_33145_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_33145_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_33145_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_33145_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_33145_page2.s3 .c.s2_3 .count,#stacks_in_33145_page2.s4 .c.s2_4 .count,#stacks_in_33145_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_33145_page2.s2 .c.s1_2 .c-pad,#stacks_in_33145_page2.s3 .c.s1_3 .c-pad,#stacks_in_33145_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_33145_page2.s3 .c.s2_3 .c-pad,#stacks_in_33145_page2.s4 .c.s2_4 .c-pad,#stacks_in_33145_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_33145_page2.s2 .c.s2_2 .c-pad,#stacks_in_33145_page2.s3 .c.s3_3 .c-pad,#stacks_in_33145_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_33145_page2 .c+.c .count,
	#stacks_in_33145_page2.s3 .c.s2_3 .count,
	#stacks_in_33145_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_33145_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_33145_page2 .c:first-child,#stacks_in_33145_page2.s4 .c.s1_4,#stacks_in_33145_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_33145_page2 .c:last-child,#stacks_in_33145_page2.s4 .c.s3_4,#stacks_in_33145_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_33145_page2.s2 .c-pad,#stacks_in_33145_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_33145_page2.s4 .c.s2_4 .count,
	#stacks_in_33145_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_33145_page2.s4 .c {width: 49.2%;}
	#stacks_in_33145_page2.s4 .c.s1_4 .c-pad,#stacks_in_33145_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_33145_page2.s4 .c.s2_4 .c-pad,#stacks_in_33145_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_33145_page2 .count{ margin-left: 0 !important;}
	#stacks_in_33145_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_33145_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_41786_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41786_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41786_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41786_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41786_page2.s3 .c.s2_3 .count,#stacks_in_41786_page2.s4 .c.s2_4 .count,#stacks_in_41786_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41786_page2.s2 .c.s1_2 .c-pad,#stacks_in_41786_page2.s3 .c.s1_3 .c-pad,#stacks_in_41786_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41786_page2.s3 .c.s2_3 .c-pad,#stacks_in_41786_page2.s4 .c.s2_4 .c-pad,#stacks_in_41786_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41786_page2.s2 .c.s2_2 .c-pad,#stacks_in_41786_page2.s3 .c.s3_3 .c-pad,#stacks_in_41786_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41786_page2 .c+.c .count,
	#stacks_in_41786_page2.s3 .c.s2_3 .count,
	#stacks_in_41786_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41786_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41786_page2 .c:first-child,#stacks_in_41786_page2.s4 .c.s1_4,#stacks_in_41786_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41786_page2 .c:last-child,#stacks_in_41786_page2.s4 .c.s3_4,#stacks_in_41786_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41786_page2.s2 .c-pad,#stacks_in_41786_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41786_page2.s4 .c.s2_4 .count,
	#stacks_in_41786_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41786_page2.s4 .c {width: 49.2%;}
	#stacks_in_41786_page2.s4 .c.s1_4 .c-pad,#stacks_in_41786_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41786_page2.s4 .c.s2_4 .c-pad,#stacks_in_41786_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41786_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41786_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41786_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_41787_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_41787_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_41787_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_41787_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_41787_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_41787_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_41787_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_41787_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_41787_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_41789_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_41789_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_41789_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_41789_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_41789_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_41789_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_41789_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_41789_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_41789_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_41789_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_41789_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_41789_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_41789_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_41789_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_41796_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_41796_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_41796_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_41796_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_41796_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_41796_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_41796_page2.responsive.open{max-height:500px}}#stacks_in_41796_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_41796_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_41796_page2_container.responsive{height:500px}}
#stacks_in_41797_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41797_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41797_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41797_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41797_page2.s3 .c.s2_3 .count,#stacks_in_41797_page2.s4 .c.s2_4 .count,#stacks_in_41797_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41797_page2.s2 .c.s1_2 .c-pad,#stacks_in_41797_page2.s3 .c.s1_3 .c-pad,#stacks_in_41797_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41797_page2.s3 .c.s2_3 .c-pad,#stacks_in_41797_page2.s4 .c.s2_4 .c-pad,#stacks_in_41797_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41797_page2.s2 .c.s2_2 .c-pad,#stacks_in_41797_page2.s3 .c.s3_3 .c-pad,#stacks_in_41797_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41797_page2 .c+.c .count,
	#stacks_in_41797_page2.s3 .c.s2_3 .count,
	#stacks_in_41797_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41797_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41797_page2 .c:first-child,#stacks_in_41797_page2.s4 .c.s1_4,#stacks_in_41797_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41797_page2 .c:last-child,#stacks_in_41797_page2.s4 .c.s3_4,#stacks_in_41797_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41797_page2.s2 .c-pad,#stacks_in_41797_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41797_page2.s4 .c.s2_4 .count,
	#stacks_in_41797_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41797_page2.s4 .c {width: 49.2%;}
	#stacks_in_41797_page2.s4 .c.s1_4 .c-pad,#stacks_in_41797_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41797_page2.s4 .c.s2_4 .c-pad,#stacks_in_41797_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41797_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41797_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41797_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_41722_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41722_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41722_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41722_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41722_page2.s3 .c.s2_3 .count,#stacks_in_41722_page2.s4 .c.s2_4 .count,#stacks_in_41722_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41722_page2.s2 .c.s1_2 .c-pad,#stacks_in_41722_page2.s3 .c.s1_3 .c-pad,#stacks_in_41722_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41722_page2.s3 .c.s2_3 .c-pad,#stacks_in_41722_page2.s4 .c.s2_4 .c-pad,#stacks_in_41722_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41722_page2.s2 .c.s2_2 .c-pad,#stacks_in_41722_page2.s3 .c.s3_3 .c-pad,#stacks_in_41722_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41722_page2 .c+.c .count,
	#stacks_in_41722_page2.s3 .c.s2_3 .count,
	#stacks_in_41722_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41722_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41722_page2 .c:first-child,#stacks_in_41722_page2.s4 .c.s1_4,#stacks_in_41722_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41722_page2 .c:last-child,#stacks_in_41722_page2.s4 .c.s3_4,#stacks_in_41722_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41722_page2.s2 .c-pad,#stacks_in_41722_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41722_page2.s4 .c.s2_4 .count,
	#stacks_in_41722_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41722_page2.s4 .c {width: 49.2%;}
	#stacks_in_41722_page2.s4 .c.s1_4 .c-pad,#stacks_in_41722_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41722_page2.s4 .c.s2_4 .c-pad,#stacks_in_41722_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41722_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41722_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41722_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_41723_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_41723_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_41723_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_41723_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_41723_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_41723_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_41723_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_41723_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_41723_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_41725_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_41725_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_41725_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_41725_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_41725_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_41725_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_41725_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_41725_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_41725_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_41725_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_41725_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_41725_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_41725_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_41725_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_41732_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_41732_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_41732_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_41732_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_41732_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_41732_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_41732_page2.responsive.open{max-height:500px}}#stacks_in_41732_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_41732_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_41732_page2_container.responsive{height:500px}}
#stacks_in_41733_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41733_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41733_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41733_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41733_page2.s3 .c.s2_3 .count,#stacks_in_41733_page2.s4 .c.s2_4 .count,#stacks_in_41733_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41733_page2.s2 .c.s1_2 .c-pad,#stacks_in_41733_page2.s3 .c.s1_3 .c-pad,#stacks_in_41733_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41733_page2.s3 .c.s2_3 .c-pad,#stacks_in_41733_page2.s4 .c.s2_4 .c-pad,#stacks_in_41733_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41733_page2.s2 .c.s2_2 .c-pad,#stacks_in_41733_page2.s3 .c.s3_3 .c-pad,#stacks_in_41733_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41733_page2 .c+.c .count,
	#stacks_in_41733_page2.s3 .c.s2_3 .count,
	#stacks_in_41733_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41733_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41733_page2 .c:first-child,#stacks_in_41733_page2.s4 .c.s1_4,#stacks_in_41733_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41733_page2 .c:last-child,#stacks_in_41733_page2.s4 .c.s3_4,#stacks_in_41733_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41733_page2.s2 .c-pad,#stacks_in_41733_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41733_page2.s4 .c.s2_4 .count,
	#stacks_in_41733_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41733_page2.s4 .c {width: 49.2%;}
	#stacks_in_41733_page2.s4 .c.s1_4 .c-pad,#stacks_in_41733_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41733_page2.s4 .c.s2_4 .c-pad,#stacks_in_41733_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41733_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41733_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41733_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_41658_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41658_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41658_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41658_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41658_page2.s3 .c.s2_3 .count,#stacks_in_41658_page2.s4 .c.s2_4 .count,#stacks_in_41658_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41658_page2.s2 .c.s1_2 .c-pad,#stacks_in_41658_page2.s3 .c.s1_3 .c-pad,#stacks_in_41658_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41658_page2.s3 .c.s2_3 .c-pad,#stacks_in_41658_page2.s4 .c.s2_4 .c-pad,#stacks_in_41658_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41658_page2.s2 .c.s2_2 .c-pad,#stacks_in_41658_page2.s3 .c.s3_3 .c-pad,#stacks_in_41658_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41658_page2 .c+.c .count,
	#stacks_in_41658_page2.s3 .c.s2_3 .count,
	#stacks_in_41658_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41658_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41658_page2 .c:first-child,#stacks_in_41658_page2.s4 .c.s1_4,#stacks_in_41658_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41658_page2 .c:last-child,#stacks_in_41658_page2.s4 .c.s3_4,#stacks_in_41658_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41658_page2.s2 .c-pad,#stacks_in_41658_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41658_page2.s4 .c.s2_4 .count,
	#stacks_in_41658_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41658_page2.s4 .c {width: 49.2%;}
	#stacks_in_41658_page2.s4 .c.s1_4 .c-pad,#stacks_in_41658_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41658_page2.s4 .c.s2_4 .c-pad,#stacks_in_41658_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41658_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41658_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41658_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_41659_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_41659_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_41659_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_41659_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_41659_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_41659_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_41659_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_41659_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_41659_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_41661_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_41661_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_41661_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_41661_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_41661_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_41661_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_41661_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_41661_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_41661_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_41661_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_41661_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_41661_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_41661_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_41661_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_41668_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_41668_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_41668_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_41668_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_41668_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_41668_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_41668_page2.responsive.open{max-height:500px}}#stacks_in_41668_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_41668_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_41668_page2_container.responsive{height:500px}}
#stacks_in_41669_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41669_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41669_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41669_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41669_page2.s3 .c.s2_3 .count,#stacks_in_41669_page2.s4 .c.s2_4 .count,#stacks_in_41669_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41669_page2.s2 .c.s1_2 .c-pad,#stacks_in_41669_page2.s3 .c.s1_3 .c-pad,#stacks_in_41669_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41669_page2.s3 .c.s2_3 .c-pad,#stacks_in_41669_page2.s4 .c.s2_4 .c-pad,#stacks_in_41669_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41669_page2.s2 .c.s2_2 .c-pad,#stacks_in_41669_page2.s3 .c.s3_3 .c-pad,#stacks_in_41669_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41669_page2 .c+.c .count,
	#stacks_in_41669_page2.s3 .c.s2_3 .count,
	#stacks_in_41669_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41669_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41669_page2 .c:first-child,#stacks_in_41669_page2.s4 .c.s1_4,#stacks_in_41669_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41669_page2 .c:last-child,#stacks_in_41669_page2.s4 .c.s3_4,#stacks_in_41669_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41669_page2.s2 .c-pad,#stacks_in_41669_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41669_page2.s4 .c.s2_4 .count,
	#stacks_in_41669_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41669_page2.s4 .c {width: 49.2%;}
	#stacks_in_41669_page2.s4 .c.s1_4 .c-pad,#stacks_in_41669_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41669_page2.s4 .c.s2_4 .c-pad,#stacks_in_41669_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41669_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41669_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41669_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_41626_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41626_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41626_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41626_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41626_page2.s3 .c.s2_3 .count,#stacks_in_41626_page2.s4 .c.s2_4 .count,#stacks_in_41626_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41626_page2.s2 .c.s1_2 .c-pad,#stacks_in_41626_page2.s3 .c.s1_3 .c-pad,#stacks_in_41626_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41626_page2.s3 .c.s2_3 .c-pad,#stacks_in_41626_page2.s4 .c.s2_4 .c-pad,#stacks_in_41626_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41626_page2.s2 .c.s2_2 .c-pad,#stacks_in_41626_page2.s3 .c.s3_3 .c-pad,#stacks_in_41626_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41626_page2 .c+.c .count,
	#stacks_in_41626_page2.s3 .c.s2_3 .count,
	#stacks_in_41626_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41626_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41626_page2 .c:first-child,#stacks_in_41626_page2.s4 .c.s1_4,#stacks_in_41626_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41626_page2 .c:last-child,#stacks_in_41626_page2.s4 .c.s3_4,#stacks_in_41626_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41626_page2.s2 .c-pad,#stacks_in_41626_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41626_page2.s4 .c.s2_4 .count,
	#stacks_in_41626_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41626_page2.s4 .c {width: 49.2%;}
	#stacks_in_41626_page2.s4 .c.s1_4 .c-pad,#stacks_in_41626_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41626_page2.s4 .c.s2_4 .c-pad,#stacks_in_41626_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41626_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41626_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41626_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_41627_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_41627_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_41627_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_41627_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_41627_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_41627_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_41627_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_41627_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_41627_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_41629_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_41629_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_41629_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_41629_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_41629_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_41629_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_41629_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_41629_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_41629_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_41629_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_41629_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_41629_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_41629_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_41629_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_41636_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_41636_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_41636_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_41636_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_41636_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_41636_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_41636_page2.responsive.open{max-height:500px}}#stacks_in_41636_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_41636_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_41636_page2_container.responsive{height:500px}}
#stacks_in_41637_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41637_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41637_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41637_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41637_page2.s3 .c.s2_3 .count,#stacks_in_41637_page2.s4 .c.s2_4 .count,#stacks_in_41637_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41637_page2.s2 .c.s1_2 .c-pad,#stacks_in_41637_page2.s3 .c.s1_3 .c-pad,#stacks_in_41637_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41637_page2.s3 .c.s2_3 .c-pad,#stacks_in_41637_page2.s4 .c.s2_4 .c-pad,#stacks_in_41637_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41637_page2.s2 .c.s2_2 .c-pad,#stacks_in_41637_page2.s3 .c.s3_3 .c-pad,#stacks_in_41637_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41637_page2 .c+.c .count,
	#stacks_in_41637_page2.s3 .c.s2_3 .count,
	#stacks_in_41637_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41637_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41637_page2 .c:first-child,#stacks_in_41637_page2.s4 .c.s1_4,#stacks_in_41637_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41637_page2 .c:last-child,#stacks_in_41637_page2.s4 .c.s3_4,#stacks_in_41637_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41637_page2.s2 .c-pad,#stacks_in_41637_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41637_page2.s4 .c.s2_4 .count,
	#stacks_in_41637_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41637_page2.s4 .c {width: 49.2%;}
	#stacks_in_41637_page2.s4 .c.s1_4 .c-pad,#stacks_in_41637_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41637_page2.s4 .c.s2_4 .c-pad,#stacks_in_41637_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41637_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41637_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41637_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_33066_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_33066_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_33066_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_33066_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_33066_page2.s3 .c.s2_3 .count,#stacks_in_33066_page2.s4 .c.s2_4 .count,#stacks_in_33066_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_33066_page2.s2 .c.s1_2 .c-pad,#stacks_in_33066_page2.s3 .c.s1_3 .c-pad,#stacks_in_33066_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_33066_page2.s3 .c.s2_3 .c-pad,#stacks_in_33066_page2.s4 .c.s2_4 .c-pad,#stacks_in_33066_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_33066_page2.s2 .c.s2_2 .c-pad,#stacks_in_33066_page2.s3 .c.s3_3 .c-pad,#stacks_in_33066_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_33066_page2 .c+.c .count,
	#stacks_in_33066_page2.s3 .c.s2_3 .count,
	#stacks_in_33066_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_33066_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_33066_page2 .c:first-child,#stacks_in_33066_page2.s4 .c.s1_4,#stacks_in_33066_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_33066_page2 .c:last-child,#stacks_in_33066_page2.s4 .c.s3_4,#stacks_in_33066_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_33066_page2.s2 .c-pad,#stacks_in_33066_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_33066_page2.s4 .c.s2_4 .count,
	#stacks_in_33066_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_33066_page2.s4 .c {width: 49.2%;}
	#stacks_in_33066_page2.s4 .c.s1_4 .c-pad,#stacks_in_33066_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_33066_page2.s4 .c.s2_4 .c-pad,#stacks_in_33066_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_33066_page2 .count{ margin-left: 0 !important;}
	#stacks_in_33066_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_33066_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_33068_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_33068_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_33068_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_33068_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_33068_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_33068_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_33068_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_33068_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_33068_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_33073_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_33073_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_33073_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_33073_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_33073_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_33073_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_33073_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_33073_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_33073_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_33073_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_33073_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_33073_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_33073_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_33073_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_33079_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_33079_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_33079_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_33079_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_33079_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_33079_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_33079_page2.responsive.open{max-height:500px}}#stacks_in_33079_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_33079_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_33079_page2_container.responsive{height:500px}}
#stacks_in_33081_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_33081_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_33081_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_33081_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_33081_page2.s3 .c.s2_3 .count,#stacks_in_33081_page2.s4 .c.s2_4 .count,#stacks_in_33081_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_33081_page2.s2 .c.s1_2 .c-pad,#stacks_in_33081_page2.s3 .c.s1_3 .c-pad,#stacks_in_33081_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_33081_page2.s3 .c.s2_3 .c-pad,#stacks_in_33081_page2.s4 .c.s2_4 .c-pad,#stacks_in_33081_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_33081_page2.s2 .c.s2_2 .c-pad,#stacks_in_33081_page2.s3 .c.s3_3 .c-pad,#stacks_in_33081_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_33081_page2 .c+.c .count,
	#stacks_in_33081_page2.s3 .c.s2_3 .count,
	#stacks_in_33081_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_33081_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_33081_page2 .c:first-child,#stacks_in_33081_page2.s4 .c.s1_4,#stacks_in_33081_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_33081_page2 .c:last-child,#stacks_in_33081_page2.s4 .c.s3_4,#stacks_in_33081_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_33081_page2.s2 .c-pad,#stacks_in_33081_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_33081_page2.s4 .c.s2_4 .count,
	#stacks_in_33081_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_33081_page2.s4 .c {width: 49.2%;}
	#stacks_in_33081_page2.s4 .c.s1_4 .c-pad,#stacks_in_33081_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_33081_page2.s4 .c.s2_4 .c-pad,#stacks_in_33081_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_33081_page2 .count{ margin-left: 0 !important;}
	#stacks_in_33081_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_33081_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_33002_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_33002_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_33002_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_33002_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_33002_page2.s3 .c.s2_3 .count,#stacks_in_33002_page2.s4 .c.s2_4 .count,#stacks_in_33002_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_33002_page2.s2 .c.s1_2 .c-pad,#stacks_in_33002_page2.s3 .c.s1_3 .c-pad,#stacks_in_33002_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_33002_page2.s3 .c.s2_3 .c-pad,#stacks_in_33002_page2.s4 .c.s2_4 .c-pad,#stacks_in_33002_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_33002_page2.s2 .c.s2_2 .c-pad,#stacks_in_33002_page2.s3 .c.s3_3 .c-pad,#stacks_in_33002_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_33002_page2 .c+.c .count,
	#stacks_in_33002_page2.s3 .c.s2_3 .count,
	#stacks_in_33002_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_33002_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_33002_page2 .c:first-child,#stacks_in_33002_page2.s4 .c.s1_4,#stacks_in_33002_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_33002_page2 .c:last-child,#stacks_in_33002_page2.s4 .c.s3_4,#stacks_in_33002_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_33002_page2.s2 .c-pad,#stacks_in_33002_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_33002_page2.s4 .c.s2_4 .count,
	#stacks_in_33002_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_33002_page2.s4 .c {width: 49.2%;}
	#stacks_in_33002_page2.s4 .c.s1_4 .c-pad,#stacks_in_33002_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_33002_page2.s4 .c.s2_4 .c-pad,#stacks_in_33002_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_33002_page2 .count{ margin-left: 0 !important;}
	#stacks_in_33002_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_33002_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_33004_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_33004_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_33004_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_33004_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_33004_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_33004_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_33004_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_33004_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_33004_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_33009_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_33009_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_33009_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_33009_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_33009_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_33009_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_33009_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_33009_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_33009_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_33009_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_33009_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_33009_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_33009_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_33009_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_33015_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_33015_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_33015_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_33015_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_33015_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_33015_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_33015_page2.responsive.open{max-height:500px}}#stacks_in_33015_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_33015_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_33015_page2_container.responsive{height:500px}}
#stacks_in_33017_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_33017_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_33017_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_33017_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_33017_page2.s3 .c.s2_3 .count,#stacks_in_33017_page2.s4 .c.s2_4 .count,#stacks_in_33017_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_33017_page2.s2 .c.s1_2 .c-pad,#stacks_in_33017_page2.s3 .c.s1_3 .c-pad,#stacks_in_33017_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_33017_page2.s3 .c.s2_3 .c-pad,#stacks_in_33017_page2.s4 .c.s2_4 .c-pad,#stacks_in_33017_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_33017_page2.s2 .c.s2_2 .c-pad,#stacks_in_33017_page2.s3 .c.s3_3 .c-pad,#stacks_in_33017_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_33017_page2 .c+.c .count,
	#stacks_in_33017_page2.s3 .c.s2_3 .count,
	#stacks_in_33017_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_33017_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_33017_page2 .c:first-child,#stacks_in_33017_page2.s4 .c.s1_4,#stacks_in_33017_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_33017_page2 .c:last-child,#stacks_in_33017_page2.s4 .c.s3_4,#stacks_in_33017_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_33017_page2.s2 .c-pad,#stacks_in_33017_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_33017_page2.s4 .c.s2_4 .count,
	#stacks_in_33017_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_33017_page2.s4 .c {width: 49.2%;}
	#stacks_in_33017_page2.s4 .c.s1_4 .c-pad,#stacks_in_33017_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_33017_page2.s4 .c.s2_4 .c-pad,#stacks_in_33017_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_33017_page2 .count{ margin-left: 0 !important;}
	#stacks_in_33017_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_33017_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_32938_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_32938_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_32938_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_32938_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_32938_page2.s3 .c.s2_3 .count,#stacks_in_32938_page2.s4 .c.s2_4 .count,#stacks_in_32938_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_32938_page2.s2 .c.s1_2 .c-pad,#stacks_in_32938_page2.s3 .c.s1_3 .c-pad,#stacks_in_32938_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_32938_page2.s3 .c.s2_3 .c-pad,#stacks_in_32938_page2.s4 .c.s2_4 .c-pad,#stacks_in_32938_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_32938_page2.s2 .c.s2_2 .c-pad,#stacks_in_32938_page2.s3 .c.s3_3 .c-pad,#stacks_in_32938_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_32938_page2 .c+.c .count,
	#stacks_in_32938_page2.s3 .c.s2_3 .count,
	#stacks_in_32938_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_32938_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_32938_page2 .c:first-child,#stacks_in_32938_page2.s4 .c.s1_4,#stacks_in_32938_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_32938_page2 .c:last-child,#stacks_in_32938_page2.s4 .c.s3_4,#stacks_in_32938_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_32938_page2.s2 .c-pad,#stacks_in_32938_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_32938_page2.s4 .c.s2_4 .count,
	#stacks_in_32938_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_32938_page2.s4 .c {width: 49.2%;}
	#stacks_in_32938_page2.s4 .c.s1_4 .c-pad,#stacks_in_32938_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_32938_page2.s4 .c.s2_4 .c-pad,#stacks_in_32938_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_32938_page2 .count{ margin-left: 0 !important;}
	#stacks_in_32938_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_32938_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32940_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32940_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32940_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32940_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32940_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32940_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32940_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32940_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32940_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32945_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32945_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32945_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32945_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32945_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32945_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32945_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32945_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32945_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32945_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32945_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32945_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32945_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32945_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_32951_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_32951_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_32951_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_32951_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_32951_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_32951_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_32951_page2.responsive.open{max-height:500px}}#stacks_in_32951_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_32951_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_32951_page2_container.responsive{height:500px}}
#stacks_in_32953_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_32953_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_32953_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_32953_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_32953_page2.s3 .c.s2_3 .count,#stacks_in_32953_page2.s4 .c.s2_4 .count,#stacks_in_32953_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_32953_page2.s2 .c.s1_2 .c-pad,#stacks_in_32953_page2.s3 .c.s1_3 .c-pad,#stacks_in_32953_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_32953_page2.s3 .c.s2_3 .c-pad,#stacks_in_32953_page2.s4 .c.s2_4 .c-pad,#stacks_in_32953_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_32953_page2.s2 .c.s2_2 .c-pad,#stacks_in_32953_page2.s3 .c.s3_3 .c-pad,#stacks_in_32953_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_32953_page2 .c+.c .count,
	#stacks_in_32953_page2.s3 .c.s2_3 .count,
	#stacks_in_32953_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_32953_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_32953_page2 .c:first-child,#stacks_in_32953_page2.s4 .c.s1_4,#stacks_in_32953_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_32953_page2 .c:last-child,#stacks_in_32953_page2.s4 .c.s3_4,#stacks_in_32953_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_32953_page2.s2 .c-pad,#stacks_in_32953_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_32953_page2.s4 .c.s2_4 .count,
	#stacks_in_32953_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_32953_page2.s4 .c {width: 49.2%;}
	#stacks_in_32953_page2.s4 .c.s1_4 .c-pad,#stacks_in_32953_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_32953_page2.s4 .c.s2_4 .c-pad,#stacks_in_32953_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_32953_page2 .count{ margin-left: 0 !important;}
	#stacks_in_32953_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_32953_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_32874_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_32874_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_32874_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_32874_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_32874_page2.s3 .c.s2_3 .count,#stacks_in_32874_page2.s4 .c.s2_4 .count,#stacks_in_32874_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_32874_page2.s2 .c.s1_2 .c-pad,#stacks_in_32874_page2.s3 .c.s1_3 .c-pad,#stacks_in_32874_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_32874_page2.s3 .c.s2_3 .c-pad,#stacks_in_32874_page2.s4 .c.s2_4 .c-pad,#stacks_in_32874_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_32874_page2.s2 .c.s2_2 .c-pad,#stacks_in_32874_page2.s3 .c.s3_3 .c-pad,#stacks_in_32874_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_32874_page2 .c+.c .count,
	#stacks_in_32874_page2.s3 .c.s2_3 .count,
	#stacks_in_32874_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_32874_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_32874_page2 .c:first-child,#stacks_in_32874_page2.s4 .c.s1_4,#stacks_in_32874_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_32874_page2 .c:last-child,#stacks_in_32874_page2.s4 .c.s3_4,#stacks_in_32874_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_32874_page2.s2 .c-pad,#stacks_in_32874_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_32874_page2.s4 .c.s2_4 .count,
	#stacks_in_32874_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_32874_page2.s4 .c {width: 49.2%;}
	#stacks_in_32874_page2.s4 .c.s1_4 .c-pad,#stacks_in_32874_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_32874_page2.s4 .c.s2_4 .c-pad,#stacks_in_32874_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_32874_page2 .count{ margin-left: 0 !important;}
	#stacks_in_32874_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_32874_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32876_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32876_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32876_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32876_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32876_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32876_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32876_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32876_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32876_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32881_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32881_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32881_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32881_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32881_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32881_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32881_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32881_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32881_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32881_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32881_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32881_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32881_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32881_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_32887_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_32887_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_32887_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_32887_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_32887_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_32887_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_32887_page2.responsive.open{max-height:500px}}#stacks_in_32887_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_32887_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_32887_page2_container.responsive{height:500px}}
#stacks_in_32889_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_32889_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_32889_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_32889_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_32889_page2.s3 .c.s2_3 .count,#stacks_in_32889_page2.s4 .c.s2_4 .count,#stacks_in_32889_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_32889_page2.s2 .c.s1_2 .c-pad,#stacks_in_32889_page2.s3 .c.s1_3 .c-pad,#stacks_in_32889_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_32889_page2.s3 .c.s2_3 .c-pad,#stacks_in_32889_page2.s4 .c.s2_4 .c-pad,#stacks_in_32889_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_32889_page2.s2 .c.s2_2 .c-pad,#stacks_in_32889_page2.s3 .c.s3_3 .c-pad,#stacks_in_32889_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_32889_page2 .c+.c .count,
	#stacks_in_32889_page2.s3 .c.s2_3 .count,
	#stacks_in_32889_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_32889_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_32889_page2 .c:first-child,#stacks_in_32889_page2.s4 .c.s1_4,#stacks_in_32889_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_32889_page2 .c:last-child,#stacks_in_32889_page2.s4 .c.s3_4,#stacks_in_32889_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_32889_page2.s2 .c-pad,#stacks_in_32889_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_32889_page2.s4 .c.s2_4 .count,
	#stacks_in_32889_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_32889_page2.s4 .c {width: 49.2%;}
	#stacks_in_32889_page2.s4 .c.s1_4 .c-pad,#stacks_in_32889_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_32889_page2.s4 .c.s2_4 .c-pad,#stacks_in_32889_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_32889_page2 .count{ margin-left: 0 !important;}
	#stacks_in_32889_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_32889_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5485_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5485_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5485_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5485_page2 .c+.c .count{margin-left: 0px;}
#stacks_in_5485_page2.s3 .c.s2_3 .count,#stacks_in_5485_page2.s4 .c.s2_4 .count,#stacks_in_5485_page2.s4 .c.s3_4 .count{ margin-left: 0px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5485_page2.s2 .c.s1_2 .c-pad,#stacks_in_5485_page2.s3 .c.s1_3 .c-pad,#stacks_in_5485_page2.s4 .c.s1_4 .c-pad{padding: 0 0px 0 0;}
#stacks_in_5485_page2.s3 .c.s2_3 .c-pad,#stacks_in_5485_page2.s4 .c.s2_4 .c-pad,#stacks_in_5485_page2.s4 .c.s3_4 .c-pad{ padding: 0 0px;}
#stacks_in_5485_page2.s2 .c.s2_2 .c-pad,#stacks_in_5485_page2.s3 .c.s3_3 .c-pad,#stacks_in_5485_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5485_page2 .c+.c .count,
	#stacks_in_5485_page2.s3 .c.s2_3 .count,
	#stacks_in_5485_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5485_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5485_page2 .c:first-child,#stacks_in_5485_page2.s4 .c.s1_4,#stacks_in_5485_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5485_page2 .c:last-child,#stacks_in_5485_page2.s4 .c.s3_4,#stacks_in_5485_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5485_page2.s2 .c-pad,#stacks_in_5485_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5485_page2.s4 .c.s2_4 .count,
	#stacks_in_5485_page2.s4 .c.s4_4 .count{ margin-left: 0px;}
	#stacks_in_5485_page2.s4 .c {width: 49.2%;}
	#stacks_in_5485_page2.s4 .c.s1_4 .c-pad,#stacks_in_5485_page2.s4 .c.s3_4 .c-pad{ padding: 0 0px 0 0;}
	#stacks_in_5485_page2.s4 .c.s2_4 .c-pad,#stacks_in_5485_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5485_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5485_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5485_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_5485_page2 {
	padding:  1px;
}
#stacks_in_8117_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_8117_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_8117_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_8117_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_8117_page2.s3 .c.s2_3 .count,#stacks_in_8117_page2.s4 .c.s2_4 .count,#stacks_in_8117_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_8117_page2.s2 .c.s1_2 .c-pad,#stacks_in_8117_page2.s3 .c.s1_3 .c-pad,#stacks_in_8117_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_8117_page2.s3 .c.s2_3 .c-pad,#stacks_in_8117_page2.s4 .c.s2_4 .c-pad,#stacks_in_8117_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_8117_page2.s2 .c.s2_2 .c-pad,#stacks_in_8117_page2.s3 .c.s3_3 .c-pad,#stacks_in_8117_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_8117_page2 .c+.c .count,
	#stacks_in_8117_page2.s3 .c.s2_3 .count,
	#stacks_in_8117_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_8117_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_8117_page2 .c:first-child,#stacks_in_8117_page2.s4 .c.s1_4,#stacks_in_8117_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_8117_page2 .c:last-child,#stacks_in_8117_page2.s4 .c.s3_4,#stacks_in_8117_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_8117_page2.s2 .c-pad,#stacks_in_8117_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_8117_page2.s4 .c.s2_4 .count,
	#stacks_in_8117_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_8117_page2.s4 .c {width: 49.2%;}
	#stacks_in_8117_page2.s4 .c.s1_4 .c-pad,#stacks_in_8117_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_8117_page2.s4 .c.s2_4 .c-pad,#stacks_in_8117_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_8117_page2 .count{ margin-left: 0 !important;}
	#stacks_in_8117_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_8117_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32626_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32626_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32626_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32626_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32626_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32626_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32626_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32626_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32626_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32631_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32631_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32631_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32631_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32631_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32631_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32631_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32631_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32631_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32631_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32631_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32631_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32631_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32631_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_8123_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_8123_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_8123_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_8123_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_8123_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_8123_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_8123_page2.responsive.open{max-height:500px}}#stacks_in_8123_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_8123_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_8123_page2_container.responsive{height:500px}}
#stacks_in_8125_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_8125_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_8125_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_8125_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_8125_page2.s3 .c.s2_3 .count,#stacks_in_8125_page2.s4 .c.s2_4 .count,#stacks_in_8125_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_8125_page2.s2 .c.s1_2 .c-pad,#stacks_in_8125_page2.s3 .c.s1_3 .c-pad,#stacks_in_8125_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_8125_page2.s3 .c.s2_3 .c-pad,#stacks_in_8125_page2.s4 .c.s2_4 .c-pad,#stacks_in_8125_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_8125_page2.s2 .c.s2_2 .c-pad,#stacks_in_8125_page2.s3 .c.s3_3 .c-pad,#stacks_in_8125_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_8125_page2 .c+.c .count,
	#stacks_in_8125_page2.s3 .c.s2_3 .count,
	#stacks_in_8125_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_8125_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_8125_page2 .c:first-child,#stacks_in_8125_page2.s4 .c.s1_4,#stacks_in_8125_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_8125_page2 .c:last-child,#stacks_in_8125_page2.s4 .c.s3_4,#stacks_in_8125_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_8125_page2.s2 .c-pad,#stacks_in_8125_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_8125_page2.s4 .c.s2_4 .count,
	#stacks_in_8125_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_8125_page2.s4 .c {width: 49.2%;}
	#stacks_in_8125_page2.s4 .c.s1_4 .c-pad,#stacks_in_8125_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_8125_page2.s4 .c.s2_4 .c-pad,#stacks_in_8125_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_8125_page2 .count{ margin-left: 0 !important;}
	#stacks_in_8125_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_8125_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_7944_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7944_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7944_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7944_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7944_page2.s3 .c.s2_3 .count,#stacks_in_7944_page2.s4 .c.s2_4 .count,#stacks_in_7944_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7944_page2.s2 .c.s1_2 .c-pad,#stacks_in_7944_page2.s3 .c.s1_3 .c-pad,#stacks_in_7944_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7944_page2.s3 .c.s2_3 .c-pad,#stacks_in_7944_page2.s4 .c.s2_4 .c-pad,#stacks_in_7944_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7944_page2.s2 .c.s2_2 .c-pad,#stacks_in_7944_page2.s3 .c.s3_3 .c-pad,#stacks_in_7944_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7944_page2 .c+.c .count,
	#stacks_in_7944_page2.s3 .c.s2_3 .count,
	#stacks_in_7944_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7944_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7944_page2 .c:first-child,#stacks_in_7944_page2.s4 .c.s1_4,#stacks_in_7944_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7944_page2 .c:last-child,#stacks_in_7944_page2.s4 .c.s3_4,#stacks_in_7944_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7944_page2.s2 .c-pad,#stacks_in_7944_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7944_page2.s4 .c.s2_4 .count,
	#stacks_in_7944_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7944_page2.s4 .c {width: 49.2%;}
	#stacks_in_7944_page2.s4 .c.s1_4 .c-pad,#stacks_in_7944_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7944_page2.s4 .c.s2_4 .c-pad,#stacks_in_7944_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7944_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7944_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7944_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32578_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32578_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32578_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32578_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32578_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32578_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32578_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32578_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32578_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32583_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32583_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32583_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32583_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32583_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32583_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32583_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32583_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32583_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32583_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32583_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32583_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32583_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32583_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_7950_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_7950_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_7950_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_7950_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_7950_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_7950_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_7950_page2.responsive.open{max-height:500px}}#stacks_in_7950_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_7950_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_7950_page2_container.responsive{height:500px}}
#stacks_in_7952_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7952_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7952_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7952_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7952_page2.s3 .c.s2_3 .count,#stacks_in_7952_page2.s4 .c.s2_4 .count,#stacks_in_7952_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7952_page2.s2 .c.s1_2 .c-pad,#stacks_in_7952_page2.s3 .c.s1_3 .c-pad,#stacks_in_7952_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7952_page2.s3 .c.s2_3 .c-pad,#stacks_in_7952_page2.s4 .c.s2_4 .c-pad,#stacks_in_7952_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7952_page2.s2 .c.s2_2 .c-pad,#stacks_in_7952_page2.s3 .c.s3_3 .c-pad,#stacks_in_7952_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7952_page2 .c+.c .count,
	#stacks_in_7952_page2.s3 .c.s2_3 .count,
	#stacks_in_7952_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7952_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7952_page2 .c:first-child,#stacks_in_7952_page2.s4 .c.s1_4,#stacks_in_7952_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7952_page2 .c:last-child,#stacks_in_7952_page2.s4 .c.s3_4,#stacks_in_7952_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7952_page2.s2 .c-pad,#stacks_in_7952_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7952_page2.s4 .c.s2_4 .count,
	#stacks_in_7952_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7952_page2.s4 .c {width: 49.2%;}
	#stacks_in_7952_page2.s4 .c.s1_4 .c-pad,#stacks_in_7952_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7952_page2.s4 .c.s2_4 .c-pad,#stacks_in_7952_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7952_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7952_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7952_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_8039_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_8039_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_8039_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_8039_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_8039_page2.s3 .c.s2_3 .count,#stacks_in_8039_page2.s4 .c.s2_4 .count,#stacks_in_8039_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_8039_page2.s2 .c.s1_2 .c-pad,#stacks_in_8039_page2.s3 .c.s1_3 .c-pad,#stacks_in_8039_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_8039_page2.s3 .c.s2_3 .c-pad,#stacks_in_8039_page2.s4 .c.s2_4 .c-pad,#stacks_in_8039_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_8039_page2.s2 .c.s2_2 .c-pad,#stacks_in_8039_page2.s3 .c.s3_3 .c-pad,#stacks_in_8039_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_8039_page2 .c+.c .count,
	#stacks_in_8039_page2.s3 .c.s2_3 .count,
	#stacks_in_8039_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_8039_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_8039_page2 .c:first-child,#stacks_in_8039_page2.s4 .c.s1_4,#stacks_in_8039_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_8039_page2 .c:last-child,#stacks_in_8039_page2.s4 .c.s3_4,#stacks_in_8039_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_8039_page2.s2 .c-pad,#stacks_in_8039_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_8039_page2.s4 .c.s2_4 .count,
	#stacks_in_8039_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_8039_page2.s4 .c {width: 49.2%;}
	#stacks_in_8039_page2.s4 .c.s1_4 .c-pad,#stacks_in_8039_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_8039_page2.s4 .c.s2_4 .c-pad,#stacks_in_8039_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_8039_page2 .count{ margin-left: 0 !important;}
	#stacks_in_8039_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_8039_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32530_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32530_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32530_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32530_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32530_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32530_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32530_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32530_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32530_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32535_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32535_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32535_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32535_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32535_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32535_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32535_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32535_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32535_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32535_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32535_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32535_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32535_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32535_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_8045_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_8045_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_8045_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_8045_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_8045_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_8045_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_8045_page2.responsive.open{max-height:500px}}#stacks_in_8045_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_8045_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_8045_page2_container.responsive{height:500px}}
#stacks_in_8047_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_8047_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_8047_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_8047_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_8047_page2.s3 .c.s2_3 .count,#stacks_in_8047_page2.s4 .c.s2_4 .count,#stacks_in_8047_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_8047_page2.s2 .c.s1_2 .c-pad,#stacks_in_8047_page2.s3 .c.s1_3 .c-pad,#stacks_in_8047_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_8047_page2.s3 .c.s2_3 .c-pad,#stacks_in_8047_page2.s4 .c.s2_4 .c-pad,#stacks_in_8047_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_8047_page2.s2 .c.s2_2 .c-pad,#stacks_in_8047_page2.s3 .c.s3_3 .c-pad,#stacks_in_8047_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_8047_page2 .c+.c .count,
	#stacks_in_8047_page2.s3 .c.s2_3 .count,
	#stacks_in_8047_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_8047_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_8047_page2 .c:first-child,#stacks_in_8047_page2.s4 .c.s1_4,#stacks_in_8047_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_8047_page2 .c:last-child,#stacks_in_8047_page2.s4 .c.s3_4,#stacks_in_8047_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_8047_page2.s2 .c-pad,#stacks_in_8047_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_8047_page2.s4 .c.s2_4 .count,
	#stacks_in_8047_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_8047_page2.s4 .c {width: 49.2%;}
	#stacks_in_8047_page2.s4 .c.s1_4 .c-pad,#stacks_in_8047_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_8047_page2.s4 .c.s2_4 .c-pad,#stacks_in_8047_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_8047_page2 .count{ margin-left: 0 !important;}
	#stacks_in_8047_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_8047_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_41690_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41690_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41690_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41690_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41690_page2.s3 .c.s2_3 .count,#stacks_in_41690_page2.s4 .c.s2_4 .count,#stacks_in_41690_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41690_page2.s2 .c.s1_2 .c-pad,#stacks_in_41690_page2.s3 .c.s1_3 .c-pad,#stacks_in_41690_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41690_page2.s3 .c.s2_3 .c-pad,#stacks_in_41690_page2.s4 .c.s2_4 .c-pad,#stacks_in_41690_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41690_page2.s2 .c.s2_2 .c-pad,#stacks_in_41690_page2.s3 .c.s3_3 .c-pad,#stacks_in_41690_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41690_page2 .c+.c .count,
	#stacks_in_41690_page2.s3 .c.s2_3 .count,
	#stacks_in_41690_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41690_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41690_page2 .c:first-child,#stacks_in_41690_page2.s4 .c.s1_4,#stacks_in_41690_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41690_page2 .c:last-child,#stacks_in_41690_page2.s4 .c.s3_4,#stacks_in_41690_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41690_page2.s2 .c-pad,#stacks_in_41690_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41690_page2.s4 .c.s2_4 .count,
	#stacks_in_41690_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41690_page2.s4 .c {width: 49.2%;}
	#stacks_in_41690_page2.s4 .c.s1_4 .c-pad,#stacks_in_41690_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41690_page2.s4 .c.s2_4 .c-pad,#stacks_in_41690_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41690_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41690_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41690_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_41691_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_41691_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_41691_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_41691_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_41691_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_41691_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_41691_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_41691_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_41691_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_41693_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_41693_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_41693_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_41693_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_41693_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_41693_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_41693_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_41693_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_41693_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_41693_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_41693_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_41693_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_41693_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_41693_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_41700_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_41700_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_41700_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_41700_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_41700_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_41700_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_41700_page2.responsive.open{max-height:500px}}#stacks_in_41700_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_41700_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_41700_page2_container.responsive{height:500px}}
#stacks_in_41701_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_41701_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_41701_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_41701_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_41701_page2.s3 .c.s2_3 .count,#stacks_in_41701_page2.s4 .c.s2_4 .count,#stacks_in_41701_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_41701_page2.s2 .c.s1_2 .c-pad,#stacks_in_41701_page2.s3 .c.s1_3 .c-pad,#stacks_in_41701_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_41701_page2.s3 .c.s2_3 .c-pad,#stacks_in_41701_page2.s4 .c.s2_4 .c-pad,#stacks_in_41701_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_41701_page2.s2 .c.s2_2 .c-pad,#stacks_in_41701_page2.s3 .c.s3_3 .c-pad,#stacks_in_41701_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_41701_page2 .c+.c .count,
	#stacks_in_41701_page2.s3 .c.s2_3 .count,
	#stacks_in_41701_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_41701_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_41701_page2 .c:first-child,#stacks_in_41701_page2.s4 .c.s1_4,#stacks_in_41701_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_41701_page2 .c:last-child,#stacks_in_41701_page2.s4 .c.s3_4,#stacks_in_41701_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_41701_page2.s2 .c-pad,#stacks_in_41701_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_41701_page2.s4 .c.s2_4 .count,
	#stacks_in_41701_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_41701_page2.s4 .c {width: 49.2%;}
	#stacks_in_41701_page2.s4 .c.s1_4 .c-pad,#stacks_in_41701_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_41701_page2.s4 .c.s2_4 .c-pad,#stacks_in_41701_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_41701_page2 .count{ margin-left: 0 !important;}
	#stacks_in_41701_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_41701_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_7323_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7323_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7323_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7323_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7323_page2.s3 .c.s2_3 .count,#stacks_in_7323_page2.s4 .c.s2_4 .count,#stacks_in_7323_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7323_page2.s2 .c.s1_2 .c-pad,#stacks_in_7323_page2.s3 .c.s1_3 .c-pad,#stacks_in_7323_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7323_page2.s3 .c.s2_3 .c-pad,#stacks_in_7323_page2.s4 .c.s2_4 .c-pad,#stacks_in_7323_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7323_page2.s2 .c.s2_2 .c-pad,#stacks_in_7323_page2.s3 .c.s3_3 .c-pad,#stacks_in_7323_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7323_page2 .c+.c .count,
	#stacks_in_7323_page2.s3 .c.s2_3 .count,
	#stacks_in_7323_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7323_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7323_page2 .c:first-child,#stacks_in_7323_page2.s4 .c.s1_4,#stacks_in_7323_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7323_page2 .c:last-child,#stacks_in_7323_page2.s4 .c.s3_4,#stacks_in_7323_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7323_page2.s2 .c-pad,#stacks_in_7323_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7323_page2.s4 .c.s2_4 .count,
	#stacks_in_7323_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7323_page2.s4 .c {width: 49.2%;}
	#stacks_in_7323_page2.s4 .c.s1_4 .c-pad,#stacks_in_7323_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7323_page2.s4 .c.s2_4 .c-pad,#stacks_in_7323_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7323_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7323_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7323_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32482_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32482_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32482_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32482_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32482_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32482_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32482_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32482_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32482_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32487_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32487_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32487_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32487_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32487_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32487_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32487_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32487_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32487_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32487_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32487_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32487_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32487_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32487_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_7329_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_7329_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_7329_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_7329_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_7329_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_7329_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_7329_page2.responsive.open{max-height:500px}}#stacks_in_7329_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_7329_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_7329_page2_container.responsive{height:500px}}
#stacks_in_7331_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7331_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7331_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7331_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7331_page2.s3 .c.s2_3 .count,#stacks_in_7331_page2.s4 .c.s2_4 .count,#stacks_in_7331_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7331_page2.s2 .c.s1_2 .c-pad,#stacks_in_7331_page2.s3 .c.s1_3 .c-pad,#stacks_in_7331_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7331_page2.s3 .c.s2_3 .c-pad,#stacks_in_7331_page2.s4 .c.s2_4 .c-pad,#stacks_in_7331_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7331_page2.s2 .c.s2_2 .c-pad,#stacks_in_7331_page2.s3 .c.s3_3 .c-pad,#stacks_in_7331_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7331_page2 .c+.c .count,
	#stacks_in_7331_page2.s3 .c.s2_3 .count,
	#stacks_in_7331_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7331_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7331_page2 .c:first-child,#stacks_in_7331_page2.s4 .c.s1_4,#stacks_in_7331_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7331_page2 .c:last-child,#stacks_in_7331_page2.s4 .c.s3_4,#stacks_in_7331_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7331_page2.s2 .c-pad,#stacks_in_7331_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7331_page2.s4 .c.s2_4 .count,
	#stacks_in_7331_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7331_page2.s4 .c {width: 49.2%;}
	#stacks_in_7331_page2.s4 .c.s1_4 .c-pad,#stacks_in_7331_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7331_page2.s4 .c.s2_4 .c-pad,#stacks_in_7331_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7331_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7331_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7331_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_8279_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_8279_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_8279_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_8279_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_8279_page2.s3 .c.s2_3 .count,#stacks_in_8279_page2.s4 .c.s2_4 .count,#stacks_in_8279_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_8279_page2.s2 .c.s1_2 .c-pad,#stacks_in_8279_page2.s3 .c.s1_3 .c-pad,#stacks_in_8279_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_8279_page2.s3 .c.s2_3 .c-pad,#stacks_in_8279_page2.s4 .c.s2_4 .c-pad,#stacks_in_8279_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_8279_page2.s2 .c.s2_2 .c-pad,#stacks_in_8279_page2.s3 .c.s3_3 .c-pad,#stacks_in_8279_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_8279_page2 .c+.c .count,
	#stacks_in_8279_page2.s3 .c.s2_3 .count,
	#stacks_in_8279_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_8279_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_8279_page2 .c:first-child,#stacks_in_8279_page2.s4 .c.s1_4,#stacks_in_8279_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_8279_page2 .c:last-child,#stacks_in_8279_page2.s4 .c.s3_4,#stacks_in_8279_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_8279_page2.s2 .c-pad,#stacks_in_8279_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_8279_page2.s4 .c.s2_4 .count,
	#stacks_in_8279_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_8279_page2.s4 .c {width: 49.2%;}
	#stacks_in_8279_page2.s4 .c.s1_4 .c-pad,#stacks_in_8279_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_8279_page2.s4 .c.s2_4 .c-pad,#stacks_in_8279_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_8279_page2 .count{ margin-left: 0 !important;}
	#stacks_in_8279_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_8279_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32434_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32434_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32434_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32434_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32434_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32434_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32434_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32434_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32434_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32439_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32439_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32439_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32439_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32439_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32439_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32439_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32439_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32439_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32439_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32439_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32439_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32439_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32439_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_8285_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_8285_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_8285_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_8285_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_8285_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_8285_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_8285_page2.responsive.open{max-height:500px}}#stacks_in_8285_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_8285_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_8285_page2_container.responsive{height:500px}}
#stacks_in_8287_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_8287_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_8287_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_8287_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_8287_page2.s3 .c.s2_3 .count,#stacks_in_8287_page2.s4 .c.s2_4 .count,#stacks_in_8287_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_8287_page2.s2 .c.s1_2 .c-pad,#stacks_in_8287_page2.s3 .c.s1_3 .c-pad,#stacks_in_8287_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_8287_page2.s3 .c.s2_3 .c-pad,#stacks_in_8287_page2.s4 .c.s2_4 .c-pad,#stacks_in_8287_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_8287_page2.s2 .c.s2_2 .c-pad,#stacks_in_8287_page2.s3 .c.s3_3 .c-pad,#stacks_in_8287_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_8287_page2 .c+.c .count,
	#stacks_in_8287_page2.s3 .c.s2_3 .count,
	#stacks_in_8287_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_8287_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_8287_page2 .c:first-child,#stacks_in_8287_page2.s4 .c.s1_4,#stacks_in_8287_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_8287_page2 .c:last-child,#stacks_in_8287_page2.s4 .c.s3_4,#stacks_in_8287_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_8287_page2.s2 .c-pad,#stacks_in_8287_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_8287_page2.s4 .c.s2_4 .count,
	#stacks_in_8287_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_8287_page2.s4 .c {width: 49.2%;}
	#stacks_in_8287_page2.s4 .c.s1_4 .c-pad,#stacks_in_8287_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_8287_page2.s4 .c.s2_4 .c-pad,#stacks_in_8287_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_8287_page2 .count{ margin-left: 0 !important;}
	#stacks_in_8287_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_8287_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_7786_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7786_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7786_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7786_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7786_page2.s3 .c.s2_3 .count,#stacks_in_7786_page2.s4 .c.s2_4 .count,#stacks_in_7786_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7786_page2.s2 .c.s1_2 .c-pad,#stacks_in_7786_page2.s3 .c.s1_3 .c-pad,#stacks_in_7786_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7786_page2.s3 .c.s2_3 .c-pad,#stacks_in_7786_page2.s4 .c.s2_4 .c-pad,#stacks_in_7786_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7786_page2.s2 .c.s2_2 .c-pad,#stacks_in_7786_page2.s3 .c.s3_3 .c-pad,#stacks_in_7786_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7786_page2 .c+.c .count,
	#stacks_in_7786_page2.s3 .c.s2_3 .count,
	#stacks_in_7786_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7786_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7786_page2 .c:first-child,#stacks_in_7786_page2.s4 .c.s1_4,#stacks_in_7786_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7786_page2 .c:last-child,#stacks_in_7786_page2.s4 .c.s3_4,#stacks_in_7786_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7786_page2.s2 .c-pad,#stacks_in_7786_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7786_page2.s4 .c.s2_4 .count,
	#stacks_in_7786_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7786_page2.s4 .c {width: 49.2%;}
	#stacks_in_7786_page2.s4 .c.s1_4 .c-pad,#stacks_in_7786_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7786_page2.s4 .c.s2_4 .c-pad,#stacks_in_7786_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7786_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7786_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7786_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32722_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32722_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32722_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32722_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32722_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32722_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32722_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32722_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32722_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32727_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32727_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32727_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32727_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32727_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32727_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32727_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32727_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32727_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32727_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32727_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32727_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32727_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32727_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_7792_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_7792_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_7792_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_7792_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_7792_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_7792_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_7792_page2.responsive.open{max-height:500px}}#stacks_in_7792_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_7792_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_7792_page2_container.responsive{height:500px}}
#stacks_in_7794_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7794_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7794_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7794_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7794_page2.s3 .c.s2_3 .count,#stacks_in_7794_page2.s4 .c.s2_4 .count,#stacks_in_7794_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7794_page2.s2 .c.s1_2 .c-pad,#stacks_in_7794_page2.s3 .c.s1_3 .c-pad,#stacks_in_7794_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7794_page2.s3 .c.s2_3 .c-pad,#stacks_in_7794_page2.s4 .c.s2_4 .c-pad,#stacks_in_7794_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7794_page2.s2 .c.s2_2 .c-pad,#stacks_in_7794_page2.s3 .c.s3_3 .c-pad,#stacks_in_7794_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7794_page2 .c+.c .count,
	#stacks_in_7794_page2.s3 .c.s2_3 .count,
	#stacks_in_7794_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7794_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7794_page2 .c:first-child,#stacks_in_7794_page2.s4 .c.s1_4,#stacks_in_7794_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7794_page2 .c:last-child,#stacks_in_7794_page2.s4 .c.s3_4,#stacks_in_7794_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7794_page2.s2 .c-pad,#stacks_in_7794_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7794_page2.s4 .c.s2_4 .count,
	#stacks_in_7794_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7794_page2.s4 .c {width: 49.2%;}
	#stacks_in_7794_page2.s4 .c.s1_4 .c-pad,#stacks_in_7794_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7794_page2.s4 .c.s2_4 .c-pad,#stacks_in_7794_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7794_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7794_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7794_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_7706_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7706_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7706_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7706_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7706_page2.s3 .c.s2_3 .count,#stacks_in_7706_page2.s4 .c.s2_4 .count,#stacks_in_7706_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7706_page2.s2 .c.s1_2 .c-pad,#stacks_in_7706_page2.s3 .c.s1_3 .c-pad,#stacks_in_7706_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7706_page2.s3 .c.s2_3 .c-pad,#stacks_in_7706_page2.s4 .c.s2_4 .c-pad,#stacks_in_7706_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7706_page2.s2 .c.s2_2 .c-pad,#stacks_in_7706_page2.s3 .c.s3_3 .c-pad,#stacks_in_7706_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7706_page2 .c+.c .count,
	#stacks_in_7706_page2.s3 .c.s2_3 .count,
	#stacks_in_7706_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7706_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7706_page2 .c:first-child,#stacks_in_7706_page2.s4 .c.s1_4,#stacks_in_7706_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7706_page2 .c:last-child,#stacks_in_7706_page2.s4 .c.s3_4,#stacks_in_7706_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7706_page2.s2 .c-pad,#stacks_in_7706_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7706_page2.s4 .c.s2_4 .count,
	#stacks_in_7706_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7706_page2.s4 .c {width: 49.2%;}
	#stacks_in_7706_page2.s4 .c.s1_4 .c-pad,#stacks_in_7706_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7706_page2.s4 .c.s2_4 .c-pad,#stacks_in_7706_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7706_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7706_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7706_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32386_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32386_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32386_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32386_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32386_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32386_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32386_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32386_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32386_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32391_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32391_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32391_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32391_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32391_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32391_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32391_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32391_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32391_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32391_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32391_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32391_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32391_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32391_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_7712_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_7712_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_7712_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_7712_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_7712_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_7712_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_7712_page2.responsive.open{max-height:500px}}#stacks_in_7712_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_7712_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_7712_page2_container.responsive{height:500px}}
#stacks_in_7714_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7714_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7714_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7714_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7714_page2.s3 .c.s2_3 .count,#stacks_in_7714_page2.s4 .c.s2_4 .count,#stacks_in_7714_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7714_page2.s2 .c.s1_2 .c-pad,#stacks_in_7714_page2.s3 .c.s1_3 .c-pad,#stacks_in_7714_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7714_page2.s3 .c.s2_3 .c-pad,#stacks_in_7714_page2.s4 .c.s2_4 .c-pad,#stacks_in_7714_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7714_page2.s2 .c.s2_2 .c-pad,#stacks_in_7714_page2.s3 .c.s3_3 .c-pad,#stacks_in_7714_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7714_page2 .c+.c .count,
	#stacks_in_7714_page2.s3 .c.s2_3 .count,
	#stacks_in_7714_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7714_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7714_page2 .c:first-child,#stacks_in_7714_page2.s4 .c.s1_4,#stacks_in_7714_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7714_page2 .c:last-child,#stacks_in_7714_page2.s4 .c.s3_4,#stacks_in_7714_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7714_page2.s2 .c-pad,#stacks_in_7714_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7714_page2.s4 .c.s2_4 .count,
	#stacks_in_7714_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7714_page2.s4 .c {width: 49.2%;}
	#stacks_in_7714_page2.s4 .c.s1_4 .c-pad,#stacks_in_7714_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7714_page2.s4 .c.s2_4 .c-pad,#stacks_in_7714_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7714_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7714_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7714_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_7466_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7466_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7466_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7466_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7466_page2.s3 .c.s2_3 .count,#stacks_in_7466_page2.s4 .c.s2_4 .count,#stacks_in_7466_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7466_page2.s2 .c.s1_2 .c-pad,#stacks_in_7466_page2.s3 .c.s1_3 .c-pad,#stacks_in_7466_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7466_page2.s3 .c.s2_3 .c-pad,#stacks_in_7466_page2.s4 .c.s2_4 .c-pad,#stacks_in_7466_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7466_page2.s2 .c.s2_2 .c-pad,#stacks_in_7466_page2.s3 .c.s3_3 .c-pad,#stacks_in_7466_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7466_page2 .c+.c .count,
	#stacks_in_7466_page2.s3 .c.s2_3 .count,
	#stacks_in_7466_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7466_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7466_page2 .c:first-child,#stacks_in_7466_page2.s4 .c.s1_4,#stacks_in_7466_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7466_page2 .c:last-child,#stacks_in_7466_page2.s4 .c.s3_4,#stacks_in_7466_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7466_page2.s2 .c-pad,#stacks_in_7466_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7466_page2.s4 .c.s2_4 .count,
	#stacks_in_7466_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7466_page2.s4 .c {width: 49.2%;}
	#stacks_in_7466_page2.s4 .c.s1_4 .c-pad,#stacks_in_7466_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7466_page2.s4 .c.s2_4 .c-pad,#stacks_in_7466_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7466_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7466_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7466_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32338_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32338_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32338_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32338_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32338_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32338_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32338_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32338_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32338_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32343_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32343_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32343_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32343_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32343_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32343_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32343_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32343_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32343_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32343_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32343_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32343_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32343_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32343_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_7472_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_7472_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_7472_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_7472_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_7472_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_7472_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_7472_page2.responsive.open{max-height:500px}}#stacks_in_7472_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_7472_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_7472_page2_container.responsive{height:500px}}
#stacks_in_7474_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7474_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7474_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7474_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7474_page2.s3 .c.s2_3 .count,#stacks_in_7474_page2.s4 .c.s2_4 .count,#stacks_in_7474_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7474_page2.s2 .c.s1_2 .c-pad,#stacks_in_7474_page2.s3 .c.s1_3 .c-pad,#stacks_in_7474_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7474_page2.s3 .c.s2_3 .c-pad,#stacks_in_7474_page2.s4 .c.s2_4 .c-pad,#stacks_in_7474_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7474_page2.s2 .c.s2_2 .c-pad,#stacks_in_7474_page2.s3 .c.s3_3 .c-pad,#stacks_in_7474_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7474_page2 .c+.c .count,
	#stacks_in_7474_page2.s3 .c.s2_3 .count,
	#stacks_in_7474_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7474_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7474_page2 .c:first-child,#stacks_in_7474_page2.s4 .c.s1_4,#stacks_in_7474_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7474_page2 .c:last-child,#stacks_in_7474_page2.s4 .c.s3_4,#stacks_in_7474_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7474_page2.s2 .c-pad,#stacks_in_7474_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7474_page2.s4 .c.s2_4 .count,
	#stacks_in_7474_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7474_page2.s4 .c {width: 49.2%;}
	#stacks_in_7474_page2.s4 .c.s1_4 .c-pad,#stacks_in_7474_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7474_page2.s4 .c.s2_4 .c-pad,#stacks_in_7474_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7474_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7474_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7474_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_7151_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7151_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7151_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7151_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7151_page2.s3 .c.s2_3 .count,#stacks_in_7151_page2.s4 .c.s2_4 .count,#stacks_in_7151_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7151_page2.s2 .c.s1_2 .c-pad,#stacks_in_7151_page2.s3 .c.s1_3 .c-pad,#stacks_in_7151_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7151_page2.s3 .c.s2_3 .c-pad,#stacks_in_7151_page2.s4 .c.s2_4 .c-pad,#stacks_in_7151_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7151_page2.s2 .c.s2_2 .c-pad,#stacks_in_7151_page2.s3 .c.s3_3 .c-pad,#stacks_in_7151_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7151_page2 .c+.c .count,
	#stacks_in_7151_page2.s3 .c.s2_3 .count,
	#stacks_in_7151_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7151_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7151_page2 .c:first-child,#stacks_in_7151_page2.s4 .c.s1_4,#stacks_in_7151_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7151_page2 .c:last-child,#stacks_in_7151_page2.s4 .c.s3_4,#stacks_in_7151_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7151_page2.s2 .c-pad,#stacks_in_7151_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7151_page2.s4 .c.s2_4 .count,
	#stacks_in_7151_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7151_page2.s4 .c {width: 49.2%;}
	#stacks_in_7151_page2.s4 .c.s1_4 .c-pad,#stacks_in_7151_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7151_page2.s4 .c.s2_4 .c-pad,#stacks_in_7151_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7151_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7151_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7151_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32770_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32770_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32770_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32770_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32770_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32770_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32770_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32770_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32770_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32775_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32775_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32775_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32775_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32775_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32775_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32775_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32775_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32775_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32775_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32775_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32775_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32775_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32775_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_7157_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_7157_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_7157_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_7157_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_7157_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_7157_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_7157_page2.responsive.open{max-height:500px}}#stacks_in_7157_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_7157_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_7157_page2_container.responsive{height:500px}}
#stacks_in_7159_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7159_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7159_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7159_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7159_page2.s3 .c.s2_3 .count,#stacks_in_7159_page2.s4 .c.s2_4 .count,#stacks_in_7159_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7159_page2.s2 .c.s1_2 .c-pad,#stacks_in_7159_page2.s3 .c.s1_3 .c-pad,#stacks_in_7159_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7159_page2.s3 .c.s2_3 .c-pad,#stacks_in_7159_page2.s4 .c.s2_4 .c-pad,#stacks_in_7159_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7159_page2.s2 .c.s2_2 .c-pad,#stacks_in_7159_page2.s3 .c.s3_3 .c-pad,#stacks_in_7159_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7159_page2 .c+.c .count,
	#stacks_in_7159_page2.s3 .c.s2_3 .count,
	#stacks_in_7159_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7159_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7159_page2 .c:first-child,#stacks_in_7159_page2.s4 .c.s1_4,#stacks_in_7159_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7159_page2 .c:last-child,#stacks_in_7159_page2.s4 .c.s3_4,#stacks_in_7159_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7159_page2.s2 .c-pad,#stacks_in_7159_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7159_page2.s4 .c.s2_4 .count,
	#stacks_in_7159_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7159_page2.s4 .c {width: 49.2%;}
	#stacks_in_7159_page2.s4 .c.s1_4 .c-pad,#stacks_in_7159_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7159_page2.s4 .c.s2_4 .c-pad,#stacks_in_7159_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7159_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7159_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7159_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_8199_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_8199_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_8199_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_8199_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_8199_page2.s3 .c.s2_3 .count,#stacks_in_8199_page2.s4 .c.s2_4 .count,#stacks_in_8199_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_8199_page2.s2 .c.s1_2 .c-pad,#stacks_in_8199_page2.s3 .c.s1_3 .c-pad,#stacks_in_8199_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_8199_page2.s3 .c.s2_3 .c-pad,#stacks_in_8199_page2.s4 .c.s2_4 .c-pad,#stacks_in_8199_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_8199_page2.s2 .c.s2_2 .c-pad,#stacks_in_8199_page2.s3 .c.s3_3 .c-pad,#stacks_in_8199_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_8199_page2 .c+.c .count,
	#stacks_in_8199_page2.s3 .c.s2_3 .count,
	#stacks_in_8199_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_8199_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_8199_page2 .c:first-child,#stacks_in_8199_page2.s4 .c.s1_4,#stacks_in_8199_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_8199_page2 .c:last-child,#stacks_in_8199_page2.s4 .c.s3_4,#stacks_in_8199_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_8199_page2.s2 .c-pad,#stacks_in_8199_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_8199_page2.s4 .c.s2_4 .count,
	#stacks_in_8199_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_8199_page2.s4 .c {width: 49.2%;}
	#stacks_in_8199_page2.s4 .c.s1_4 .c-pad,#stacks_in_8199_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_8199_page2.s4 .c.s2_4 .c-pad,#stacks_in_8199_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_8199_page2 .count{ margin-left: 0 !important;}
	#stacks_in_8199_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_8199_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32290_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32290_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32290_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32290_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32290_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32290_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32290_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32290_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32290_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32295_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32295_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32295_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32295_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32295_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32295_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32295_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32295_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32295_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32295_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32295_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32295_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32295_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32295_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_8205_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_8205_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_8205_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_8205_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_8205_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_8205_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_8205_page2.responsive.open{max-height:500px}}#stacks_in_8205_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_8205_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_8205_page2_container.responsive{height:500px}}
#stacks_in_8207_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_8207_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_8207_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_8207_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_8207_page2.s3 .c.s2_3 .count,#stacks_in_8207_page2.s4 .c.s2_4 .count,#stacks_in_8207_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_8207_page2.s2 .c.s1_2 .c-pad,#stacks_in_8207_page2.s3 .c.s1_3 .c-pad,#stacks_in_8207_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_8207_page2.s3 .c.s2_3 .c-pad,#stacks_in_8207_page2.s4 .c.s2_4 .c-pad,#stacks_in_8207_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_8207_page2.s2 .c.s2_2 .c-pad,#stacks_in_8207_page2.s3 .c.s3_3 .c-pad,#stacks_in_8207_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_8207_page2 .c+.c .count,
	#stacks_in_8207_page2.s3 .c.s2_3 .count,
	#stacks_in_8207_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_8207_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_8207_page2 .c:first-child,#stacks_in_8207_page2.s4 .c.s1_4,#stacks_in_8207_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_8207_page2 .c:last-child,#stacks_in_8207_page2.s4 .c.s3_4,#stacks_in_8207_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_8207_page2.s2 .c-pad,#stacks_in_8207_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_8207_page2.s4 .c.s2_4 .count,
	#stacks_in_8207_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_8207_page2.s4 .c {width: 49.2%;}
	#stacks_in_8207_page2.s4 .c.s1_4 .c-pad,#stacks_in_8207_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_8207_page2.s4 .c.s2_4 .c-pad,#stacks_in_8207_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_8207_page2 .count{ margin-left: 0 !important;}
	#stacks_in_8207_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_8207_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_7866_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7866_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7866_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7866_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7866_page2.s3 .c.s2_3 .count,#stacks_in_7866_page2.s4 .c.s2_4 .count,#stacks_in_7866_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7866_page2.s2 .c.s1_2 .c-pad,#stacks_in_7866_page2.s3 .c.s1_3 .c-pad,#stacks_in_7866_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7866_page2.s3 .c.s2_3 .c-pad,#stacks_in_7866_page2.s4 .c.s2_4 .c-pad,#stacks_in_7866_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7866_page2.s2 .c.s2_2 .c-pad,#stacks_in_7866_page2.s3 .c.s3_3 .c-pad,#stacks_in_7866_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7866_page2 .c+.c .count,
	#stacks_in_7866_page2.s3 .c.s2_3 .count,
	#stacks_in_7866_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7866_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7866_page2 .c:first-child,#stacks_in_7866_page2.s4 .c.s1_4,#stacks_in_7866_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7866_page2 .c:last-child,#stacks_in_7866_page2.s4 .c.s3_4,#stacks_in_7866_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7866_page2.s2 .c-pad,#stacks_in_7866_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7866_page2.s4 .c.s2_4 .count,
	#stacks_in_7866_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7866_page2.s4 .c {width: 49.2%;}
	#stacks_in_7866_page2.s4 .c.s1_4 .c-pad,#stacks_in_7866_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7866_page2.s4 .c.s2_4 .c-pad,#stacks_in_7866_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7866_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7866_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7866_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32242_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32242_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32242_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32242_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32242_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32242_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32242_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32242_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32242_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32247_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32247_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32247_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32247_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32247_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32247_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32247_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32247_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32247_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32247_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32247_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32247_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32247_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32247_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_7872_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_7872_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_7872_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_7872_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_7872_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_7872_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_7872_page2.responsive.open{max-height:500px}}#stacks_in_7872_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_7872_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_7872_page2_container.responsive{height:500px}}
#stacks_in_7874_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7874_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7874_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7874_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7874_page2.s3 .c.s2_3 .count,#stacks_in_7874_page2.s4 .c.s2_4 .count,#stacks_in_7874_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7874_page2.s2 .c.s1_2 .c-pad,#stacks_in_7874_page2.s3 .c.s1_3 .c-pad,#stacks_in_7874_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7874_page2.s3 .c.s2_3 .c-pad,#stacks_in_7874_page2.s4 .c.s2_4 .c-pad,#stacks_in_7874_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7874_page2.s2 .c.s2_2 .c-pad,#stacks_in_7874_page2.s3 .c.s3_3 .c-pad,#stacks_in_7874_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7874_page2 .c+.c .count,
	#stacks_in_7874_page2.s3 .c.s2_3 .count,
	#stacks_in_7874_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7874_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7874_page2 .c:first-child,#stacks_in_7874_page2.s4 .c.s1_4,#stacks_in_7874_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7874_page2 .c:last-child,#stacks_in_7874_page2.s4 .c.s3_4,#stacks_in_7874_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7874_page2.s2 .c-pad,#stacks_in_7874_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7874_page2.s4 .c.s2_4 .count,
	#stacks_in_7874_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7874_page2.s4 .c {width: 49.2%;}
	#stacks_in_7874_page2.s4 .c.s1_4 .c-pad,#stacks_in_7874_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7874_page2.s4 .c.s2_4 .c-pad,#stacks_in_7874_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7874_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7874_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7874_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_6981_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6981_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6981_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6981_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6981_page2.s3 .c.s2_3 .count,#stacks_in_6981_page2.s4 .c.s2_4 .count,#stacks_in_6981_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6981_page2.s2 .c.s1_2 .c-pad,#stacks_in_6981_page2.s3 .c.s1_3 .c-pad,#stacks_in_6981_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6981_page2.s3 .c.s2_3 .c-pad,#stacks_in_6981_page2.s4 .c.s2_4 .c-pad,#stacks_in_6981_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6981_page2.s2 .c.s2_2 .c-pad,#stacks_in_6981_page2.s3 .c.s3_3 .c-pad,#stacks_in_6981_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6981_page2 .c+.c .count,
	#stacks_in_6981_page2.s3 .c.s2_3 .count,
	#stacks_in_6981_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6981_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6981_page2 .c:first-child,#stacks_in_6981_page2.s4 .c.s1_4,#stacks_in_6981_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6981_page2 .c:last-child,#stacks_in_6981_page2.s4 .c.s3_4,#stacks_in_6981_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6981_page2.s2 .c-pad,#stacks_in_6981_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6981_page2.s4 .c.s2_4 .count,
	#stacks_in_6981_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6981_page2.s4 .c {width: 49.2%;}
	#stacks_in_6981_page2.s4 .c.s1_4 .c-pad,#stacks_in_6981_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6981_page2.s4 .c.s2_4 .c-pad,#stacks_in_6981_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6981_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6981_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6981_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32818_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32818_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32818_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32818_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32818_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32818_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32818_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32818_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32818_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32823_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32823_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32823_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32823_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32823_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32823_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32823_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32823_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32823_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32823_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32823_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32823_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32823_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32823_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6843_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6843_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6843_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6843_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6843_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6843_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6843_page2.responsive.open{max-height:500px}}#stacks_in_6843_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6843_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6843_page2_container.responsive{height:500px}}
#stacks_in_6845_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6845_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6845_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6845_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6845_page2.s3 .c.s2_3 .count,#stacks_in_6845_page2.s4 .c.s2_4 .count,#stacks_in_6845_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6845_page2.s2 .c.s1_2 .c-pad,#stacks_in_6845_page2.s3 .c.s1_3 .c-pad,#stacks_in_6845_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6845_page2.s3 .c.s2_3 .c-pad,#stacks_in_6845_page2.s4 .c.s2_4 .c-pad,#stacks_in_6845_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6845_page2.s2 .c.s2_2 .c-pad,#stacks_in_6845_page2.s3 .c.s3_3 .c-pad,#stacks_in_6845_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6845_page2 .c+.c .count,
	#stacks_in_6845_page2.s3 .c.s2_3 .count,
	#stacks_in_6845_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6845_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6845_page2 .c:first-child,#stacks_in_6845_page2.s4 .c.s1_4,#stacks_in_6845_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6845_page2 .c:last-child,#stacks_in_6845_page2.s4 .c.s3_4,#stacks_in_6845_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6845_page2.s2 .c-pad,#stacks_in_6845_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6845_page2.s4 .c.s2_4 .count,
	#stacks_in_6845_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6845_page2.s4 .c {width: 49.2%;}
	#stacks_in_6845_page2.s4 .c.s1_4 .c-pad,#stacks_in_6845_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6845_page2.s4 .c.s2_4 .c-pad,#stacks_in_6845_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6845_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6845_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6845_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_6837_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6837_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6837_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6837_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6837_page2.s3 .c.s2_3 .count,#stacks_in_6837_page2.s4 .c.s2_4 .count,#stacks_in_6837_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6837_page2.s2 .c.s1_2 .c-pad,#stacks_in_6837_page2.s3 .c.s1_3 .c-pad,#stacks_in_6837_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6837_page2.s3 .c.s2_3 .c-pad,#stacks_in_6837_page2.s4 .c.s2_4 .c-pad,#stacks_in_6837_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6837_page2.s2 .c.s2_2 .c-pad,#stacks_in_6837_page2.s3 .c.s3_3 .c-pad,#stacks_in_6837_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6837_page2 .c+.c .count,
	#stacks_in_6837_page2.s3 .c.s2_3 .count,
	#stacks_in_6837_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6837_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6837_page2 .c:first-child,#stacks_in_6837_page2.s4 .c.s1_4,#stacks_in_6837_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6837_page2 .c:last-child,#stacks_in_6837_page2.s4 .c.s3_4,#stacks_in_6837_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6837_page2.s2 .c-pad,#stacks_in_6837_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6837_page2.s4 .c.s2_4 .count,
	#stacks_in_6837_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6837_page2.s4 .c {width: 49.2%;}
	#stacks_in_6837_page2.s4 .c.s1_4 .c-pad,#stacks_in_6837_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6837_page2.s4 .c.s2_4 .c-pad,#stacks_in_6837_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6837_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6837_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6837_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32674_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32674_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32674_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32674_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32674_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32674_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32674_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32674_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32674_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32679_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32679_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32679_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32679_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32679_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32679_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32679_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32679_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32679_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32679_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32679_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32679_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32679_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32679_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_7014_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_7014_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_7014_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_7014_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_7014_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_7014_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_7014_page2.responsive.open{max-height:500px}}#stacks_in_7014_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_7014_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_7014_page2_container.responsive{height:500px}}
#stacks_in_7016_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7016_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7016_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7016_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7016_page2.s3 .c.s2_3 .count,#stacks_in_7016_page2.s4 .c.s2_4 .count,#stacks_in_7016_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7016_page2.s2 .c.s1_2 .c-pad,#stacks_in_7016_page2.s3 .c.s1_3 .c-pad,#stacks_in_7016_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7016_page2.s3 .c.s2_3 .c-pad,#stacks_in_7016_page2.s4 .c.s2_4 .c-pad,#stacks_in_7016_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7016_page2.s2 .c.s2_2 .c-pad,#stacks_in_7016_page2.s3 .c.s3_3 .c-pad,#stacks_in_7016_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7016_page2 .c+.c .count,
	#stacks_in_7016_page2.s3 .c.s2_3 .count,
	#stacks_in_7016_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7016_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7016_page2 .c:first-child,#stacks_in_7016_page2.s4 .c.s1_4,#stacks_in_7016_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7016_page2 .c:last-child,#stacks_in_7016_page2.s4 .c.s3_4,#stacks_in_7016_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7016_page2.s2 .c-pad,#stacks_in_7016_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7016_page2.s4 .c.s2_4 .count,
	#stacks_in_7016_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7016_page2.s4 .c {width: 49.2%;}
	#stacks_in_7016_page2.s4 .c.s1_4 .c-pad,#stacks_in_7016_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7016_page2.s4 .c.s2_4 .c-pad,#stacks_in_7016_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7016_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7016_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7016_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_6328_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6328_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6328_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6328_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6328_page2.s3 .c.s2_3 .count,#stacks_in_6328_page2.s4 .c.s2_4 .count,#stacks_in_6328_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6328_page2.s2 .c.s1_2 .c-pad,#stacks_in_6328_page2.s3 .c.s1_3 .c-pad,#stacks_in_6328_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6328_page2.s3 .c.s2_3 .c-pad,#stacks_in_6328_page2.s4 .c.s2_4 .c-pad,#stacks_in_6328_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6328_page2.s2 .c.s2_2 .c-pad,#stacks_in_6328_page2.s3 .c.s3_3 .c-pad,#stacks_in_6328_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6328_page2 .c+.c .count,
	#stacks_in_6328_page2.s3 .c.s2_3 .count,
	#stacks_in_6328_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6328_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6328_page2 .c:first-child,#stacks_in_6328_page2.s4 .c.s1_4,#stacks_in_6328_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6328_page2 .c:last-child,#stacks_in_6328_page2.s4 .c.s3_4,#stacks_in_6328_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6328_page2.s2 .c-pad,#stacks_in_6328_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6328_page2.s4 .c.s2_4 .count,
	#stacks_in_6328_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6328_page2.s4 .c {width: 49.2%;}
	#stacks_in_6328_page2.s4 .c.s1_4 .c-pad,#stacks_in_6328_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6328_page2.s4 .c.s2_4 .c-pad,#stacks_in_6328_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6328_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6328_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6328_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32194_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32194_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32194_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32194_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32194_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32194_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32194_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32194_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32194_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32199_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32199_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32199_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32199_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32199_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32199_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32199_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32199_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32199_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32199_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32199_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32199_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32199_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32199_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6334_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6334_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6334_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6334_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6334_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6334_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6334_page2.responsive.open{max-height:500px}}#stacks_in_6334_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6334_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6334_page2_container.responsive{height:500px}}
#stacks_in_6336_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6336_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6336_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6336_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6336_page2.s3 .c.s2_3 .count,#stacks_in_6336_page2.s4 .c.s2_4 .count,#stacks_in_6336_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6336_page2.s2 .c.s1_2 .c-pad,#stacks_in_6336_page2.s3 .c.s1_3 .c-pad,#stacks_in_6336_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6336_page2.s3 .c.s2_3 .c-pad,#stacks_in_6336_page2.s4 .c.s2_4 .c-pad,#stacks_in_6336_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6336_page2.s2 .c.s2_2 .c-pad,#stacks_in_6336_page2.s3 .c.s3_3 .c-pad,#stacks_in_6336_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6336_page2 .c+.c .count,
	#stacks_in_6336_page2.s3 .c.s2_3 .count,
	#stacks_in_6336_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6336_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6336_page2 .c:first-child,#stacks_in_6336_page2.s4 .c.s1_4,#stacks_in_6336_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6336_page2 .c:last-child,#stacks_in_6336_page2.s4 .c.s3_4,#stacks_in_6336_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6336_page2.s2 .c-pad,#stacks_in_6336_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6336_page2.s4 .c.s2_4 .count,
	#stacks_in_6336_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6336_page2.s4 .c {width: 49.2%;}
	#stacks_in_6336_page2.s4 .c.s1_4 .c-pad,#stacks_in_6336_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6336_page2.s4 .c.s2_4 .c-pad,#stacks_in_6336_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6336_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6336_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6336_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_6525_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6525_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6525_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6525_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6525_page2.s3 .c.s2_3 .count,#stacks_in_6525_page2.s4 .c.s2_4 .count,#stacks_in_6525_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6525_page2.s2 .c.s1_2 .c-pad,#stacks_in_6525_page2.s3 .c.s1_3 .c-pad,#stacks_in_6525_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6525_page2.s3 .c.s2_3 .c-pad,#stacks_in_6525_page2.s4 .c.s2_4 .c-pad,#stacks_in_6525_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6525_page2.s2 .c.s2_2 .c-pad,#stacks_in_6525_page2.s3 .c.s3_3 .c-pad,#stacks_in_6525_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6525_page2 .c+.c .count,
	#stacks_in_6525_page2.s3 .c.s2_3 .count,
	#stacks_in_6525_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6525_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6525_page2 .c:first-child,#stacks_in_6525_page2.s4 .c.s1_4,#stacks_in_6525_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6525_page2 .c:last-child,#stacks_in_6525_page2.s4 .c.s3_4,#stacks_in_6525_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6525_page2.s2 .c-pad,#stacks_in_6525_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6525_page2.s4 .c.s2_4 .count,
	#stacks_in_6525_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6525_page2.s4 .c {width: 49.2%;}
	#stacks_in_6525_page2.s4 .c.s1_4 .c-pad,#stacks_in_6525_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6525_page2.s4 .c.s2_4 .c-pad,#stacks_in_6525_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6525_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6525_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6525_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32146_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32146_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32146_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32146_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32146_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32146_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32146_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32146_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32146_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32151_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32151_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32151_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32151_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32151_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32151_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32151_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32151_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32151_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32151_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32151_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32151_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32151_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32151_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6531_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6531_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6531_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6531_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6531_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6531_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6531_page2.responsive.open{max-height:500px}}#stacks_in_6531_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6531_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6531_page2_container.responsive{height:500px}}
#stacks_in_6533_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6533_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6533_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6533_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6533_page2.s3 .c.s2_3 .count,#stacks_in_6533_page2.s4 .c.s2_4 .count,#stacks_in_6533_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6533_page2.s2 .c.s1_2 .c-pad,#stacks_in_6533_page2.s3 .c.s1_3 .c-pad,#stacks_in_6533_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6533_page2.s3 .c.s2_3 .c-pad,#stacks_in_6533_page2.s4 .c.s2_4 .c-pad,#stacks_in_6533_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6533_page2.s2 .c.s2_2 .c-pad,#stacks_in_6533_page2.s3 .c.s3_3 .c-pad,#stacks_in_6533_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6533_page2 .c+.c .count,
	#stacks_in_6533_page2.s3 .c.s2_3 .count,
	#stacks_in_6533_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6533_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6533_page2 .c:first-child,#stacks_in_6533_page2.s4 .c.s1_4,#stacks_in_6533_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6533_page2 .c:last-child,#stacks_in_6533_page2.s4 .c.s3_4,#stacks_in_6533_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6533_page2.s2 .c-pad,#stacks_in_6533_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6533_page2.s4 .c.s2_4 .count,
	#stacks_in_6533_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6533_page2.s4 .c {width: 49.2%;}
	#stacks_in_6533_page2.s4 .c.s1_4 .c-pad,#stacks_in_6533_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6533_page2.s4 .c.s2_4 .c-pad,#stacks_in_6533_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6533_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6533_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6533_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5587_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5587_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5587_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5587_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5587_page2.s3 .c.s2_3 .count,#stacks_in_5587_page2.s4 .c.s2_4 .count,#stacks_in_5587_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5587_page2.s2 .c.s1_2 .c-pad,#stacks_in_5587_page2.s3 .c.s1_3 .c-pad,#stacks_in_5587_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5587_page2.s3 .c.s2_3 .c-pad,#stacks_in_5587_page2.s4 .c.s2_4 .c-pad,#stacks_in_5587_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5587_page2.s2 .c.s2_2 .c-pad,#stacks_in_5587_page2.s3 .c.s3_3 .c-pad,#stacks_in_5587_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5587_page2 .c+.c .count,
	#stacks_in_5587_page2.s3 .c.s2_3 .count,
	#stacks_in_5587_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5587_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5587_page2 .c:first-child,#stacks_in_5587_page2.s4 .c.s1_4,#stacks_in_5587_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5587_page2 .c:last-child,#stacks_in_5587_page2.s4 .c.s3_4,#stacks_in_5587_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5587_page2.s2 .c-pad,#stacks_in_5587_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5587_page2.s4 .c.s2_4 .count,
	#stacks_in_5587_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5587_page2.s4 .c {width: 49.2%;}
	#stacks_in_5587_page2.s4 .c.s1_4 .c-pad,#stacks_in_5587_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5587_page2.s4 .c.s2_4 .c-pad,#stacks_in_5587_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5587_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5587_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5587_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32098_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32098_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32098_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32098_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32098_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32098_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32098_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32098_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32098_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32103_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32103_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32103_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32103_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32103_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32103_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32103_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32103_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32103_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32103_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32103_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32103_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32103_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32103_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5616_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5616_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5616_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5616_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5616_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5616_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5616_page2.responsive.open{max-height:500px}}#stacks_in_5616_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5616_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5616_page2_container.responsive{height:500px}}
#stacks_in_5618_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5618_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5618_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5618_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5618_page2.s3 .c.s2_3 .count,#stacks_in_5618_page2.s4 .c.s2_4 .count,#stacks_in_5618_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5618_page2.s2 .c.s1_2 .c-pad,#stacks_in_5618_page2.s3 .c.s1_3 .c-pad,#stacks_in_5618_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5618_page2.s3 .c.s2_3 .c-pad,#stacks_in_5618_page2.s4 .c.s2_4 .c-pad,#stacks_in_5618_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5618_page2.s2 .c.s2_2 .c-pad,#stacks_in_5618_page2.s3 .c.s3_3 .c-pad,#stacks_in_5618_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5618_page2 .c+.c .count,
	#stacks_in_5618_page2.s3 .c.s2_3 .count,
	#stacks_in_5618_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5618_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5618_page2 .c:first-child,#stacks_in_5618_page2.s4 .c.s1_4,#stacks_in_5618_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5618_page2 .c:last-child,#stacks_in_5618_page2.s4 .c.s3_4,#stacks_in_5618_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5618_page2.s2 .c-pad,#stacks_in_5618_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5618_page2.s4 .c.s2_4 .count,
	#stacks_in_5618_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5618_page2.s4 .c {width: 49.2%;}
	#stacks_in_5618_page2.s4 .c.s1_4 .c-pad,#stacks_in_5618_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5618_page2.s4 .c.s2_4 .c-pad,#stacks_in_5618_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5618_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5618_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5618_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5905_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5905_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5905_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5905_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5905_page2.s3 .c.s2_3 .count,#stacks_in_5905_page2.s4 .c.s2_4 .count,#stacks_in_5905_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5905_page2.s2 .c.s1_2 .c-pad,#stacks_in_5905_page2.s3 .c.s1_3 .c-pad,#stacks_in_5905_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5905_page2.s3 .c.s2_3 .c-pad,#stacks_in_5905_page2.s4 .c.s2_4 .c-pad,#stacks_in_5905_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5905_page2.s2 .c.s2_2 .c-pad,#stacks_in_5905_page2.s3 .c.s3_3 .c-pad,#stacks_in_5905_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5905_page2 .c+.c .count,
	#stacks_in_5905_page2.s3 .c.s2_3 .count,
	#stacks_in_5905_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5905_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5905_page2 .c:first-child,#stacks_in_5905_page2.s4 .c.s1_4,#stacks_in_5905_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5905_page2 .c:last-child,#stacks_in_5905_page2.s4 .c.s3_4,#stacks_in_5905_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5905_page2.s2 .c-pad,#stacks_in_5905_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5905_page2.s4 .c.s2_4 .count,
	#stacks_in_5905_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5905_page2.s4 .c {width: 49.2%;}
	#stacks_in_5905_page2.s4 .c.s1_4 .c-pad,#stacks_in_5905_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5905_page2.s4 .c.s2_4 .c-pad,#stacks_in_5905_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5905_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5905_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5905_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_32050_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_32050_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_32050_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_32050_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_32050_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_32050_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_32050_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_32050_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_32050_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32055_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32055_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32055_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32055_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32055_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32055_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32055_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32055_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32055_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32055_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32055_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32055_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32055_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32055_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5911_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5911_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5911_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5911_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5911_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5911_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5911_page2.responsive.open{max-height:500px}}#stacks_in_5911_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5911_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5911_page2_container.responsive{height:500px}}
#stacks_in_5913_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5913_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5913_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5913_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5913_page2.s3 .c.s2_3 .count,#stacks_in_5913_page2.s4 .c.s2_4 .count,#stacks_in_5913_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5913_page2.s2 .c.s1_2 .c-pad,#stacks_in_5913_page2.s3 .c.s1_3 .c-pad,#stacks_in_5913_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5913_page2.s3 .c.s2_3 .c-pad,#stacks_in_5913_page2.s4 .c.s2_4 .c-pad,#stacks_in_5913_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5913_page2.s2 .c.s2_2 .c-pad,#stacks_in_5913_page2.s3 .c.s3_3 .c-pad,#stacks_in_5913_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5913_page2 .c+.c .count,
	#stacks_in_5913_page2.s3 .c.s2_3 .count,
	#stacks_in_5913_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5913_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5913_page2 .c:first-child,#stacks_in_5913_page2.s4 .c.s1_4,#stacks_in_5913_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5913_page2 .c:last-child,#stacks_in_5913_page2.s4 .c.s3_4,#stacks_in_5913_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5913_page2.s2 .c-pad,#stacks_in_5913_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5913_page2.s4 .c.s2_4 .count,
	#stacks_in_5913_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5913_page2.s4 .c {width: 49.2%;}
	#stacks_in_5913_page2.s4 .c.s1_4 .c-pad,#stacks_in_5913_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5913_page2.s4 .c.s2_4 .c-pad,#stacks_in_5913_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5913_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5913_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5913_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5430_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5430_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5430_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5430_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5430_page2.s3 .c.s2_3 .count,#stacks_in_5430_page2.s4 .c.s2_4 .count,#stacks_in_5430_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5430_page2.s2 .c.s1_2 .c-pad,#stacks_in_5430_page2.s3 .c.s1_3 .c-pad,#stacks_in_5430_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5430_page2.s3 .c.s2_3 .c-pad,#stacks_in_5430_page2.s4 .c.s2_4 .c-pad,#stacks_in_5430_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5430_page2.s2 .c.s2_2 .c-pad,#stacks_in_5430_page2.s3 .c.s3_3 .c-pad,#stacks_in_5430_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5430_page2 .c+.c .count,
	#stacks_in_5430_page2.s3 .c.s2_3 .count,
	#stacks_in_5430_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5430_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5430_page2 .c:first-child,#stacks_in_5430_page2.s4 .c.s1_4,#stacks_in_5430_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5430_page2 .c:last-child,#stacks_in_5430_page2.s4 .c.s3_4,#stacks_in_5430_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5430_page2.s2 .c-pad,#stacks_in_5430_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5430_page2.s4 .c.s2_4 .count,
	#stacks_in_5430_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5430_page2.s4 .c {width: 49.2%;}
	#stacks_in_5430_page2.s4 .c.s1_4 .c-pad,#stacks_in_5430_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5430_page2.s4 .c.s2_4 .c-pad,#stacks_in_5430_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5430_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5430_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5430_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31999_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31999_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31999_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31999_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31999_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31999_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31999_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31999_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31999_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_32005_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_32005_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_32005_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_32005_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_32005_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_32005_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_32005_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_32005_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_32005_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_32005_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_32005_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_32005_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_32005_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_32005_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5439_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5439_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5439_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5439_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5439_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5439_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5439_page2.responsive.open{max-height:500px}}#stacks_in_5439_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5439_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5439_page2_container.responsive{height:500px}}
#stacks_in_5444_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5444_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5444_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5444_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5444_page2.s3 .c.s2_3 .count,#stacks_in_5444_page2.s4 .c.s2_4 .count,#stacks_in_5444_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5444_page2.s2 .c.s1_2 .c-pad,#stacks_in_5444_page2.s3 .c.s1_3 .c-pad,#stacks_in_5444_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5444_page2.s3 .c.s2_3 .c-pad,#stacks_in_5444_page2.s4 .c.s2_4 .c-pad,#stacks_in_5444_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5444_page2.s2 .c.s2_2 .c-pad,#stacks_in_5444_page2.s3 .c.s3_3 .c-pad,#stacks_in_5444_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5444_page2 .c+.c .count,
	#stacks_in_5444_page2.s3 .c.s2_3 .count,
	#stacks_in_5444_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5444_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5444_page2 .c:first-child,#stacks_in_5444_page2.s4 .c.s1_4,#stacks_in_5444_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5444_page2 .c:last-child,#stacks_in_5444_page2.s4 .c.s3_4,#stacks_in_5444_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5444_page2.s2 .c-pad,#stacks_in_5444_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5444_page2.s4 .c.s2_4 .count,
	#stacks_in_5444_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5444_page2.s4 .c {width: 49.2%;}
	#stacks_in_5444_page2.s4 .c.s1_4 .c-pad,#stacks_in_5444_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5444_page2.s4 .c.s2_4 .c-pad,#stacks_in_5444_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5444_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5444_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5444_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_4028_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_4028_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_4028_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_4028_page2 .c+.c .count{margin-left: 0px;}
#stacks_in_4028_page2.s3 .c.s2_3 .count,#stacks_in_4028_page2.s4 .c.s2_4 .count,#stacks_in_4028_page2.s4 .c.s3_4 .count{ margin-left: 0px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_4028_page2.s2 .c.s1_2 .c-pad,#stacks_in_4028_page2.s3 .c.s1_3 .c-pad,#stacks_in_4028_page2.s4 .c.s1_4 .c-pad{padding: 0 0px 0 0;}
#stacks_in_4028_page2.s3 .c.s2_3 .c-pad,#stacks_in_4028_page2.s4 .c.s2_4 .c-pad,#stacks_in_4028_page2.s4 .c.s3_4 .c-pad{ padding: 0 0px;}
#stacks_in_4028_page2.s2 .c.s2_2 .c-pad,#stacks_in_4028_page2.s3 .c.s3_3 .c-pad,#stacks_in_4028_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_4028_page2 .c+.c .count,
	#stacks_in_4028_page2.s3 .c.s2_3 .count,
	#stacks_in_4028_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_4028_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_4028_page2 .c:first-child,#stacks_in_4028_page2.s4 .c.s1_4,#stacks_in_4028_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_4028_page2 .c:last-child,#stacks_in_4028_page2.s4 .c.s3_4,#stacks_in_4028_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_4028_page2.s2 .c-pad,#stacks_in_4028_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_4028_page2.s4 .c.s2_4 .count,
	#stacks_in_4028_page2.s4 .c.s4_4 .count{ margin-left: 0px;}
	#stacks_in_4028_page2.s4 .c {width: 49.2%;}
	#stacks_in_4028_page2.s4 .c.s1_4 .c-pad,#stacks_in_4028_page2.s4 .c.s3_4 .c-pad{ padding: 0 0px 0 0;}
	#stacks_in_4028_page2.s4 .c.s2_4 .c-pad,#stacks_in_4028_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_4028_page2 .count{ margin-left: 0 !important;}
	#stacks_in_4028_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_4028_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_4028_page2 {
	padding:  1px;
}
#stacks_in_6431_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6431_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6431_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6431_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6431_page2.s3 .c.s2_3 .count,#stacks_in_6431_page2.s4 .c.s2_4 .count,#stacks_in_6431_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6431_page2.s2 .c.s1_2 .c-pad,#stacks_in_6431_page2.s3 .c.s1_3 .c-pad,#stacks_in_6431_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6431_page2.s3 .c.s2_3 .c-pad,#stacks_in_6431_page2.s4 .c.s2_4 .c-pad,#stacks_in_6431_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6431_page2.s2 .c.s2_2 .c-pad,#stacks_in_6431_page2.s3 .c.s3_3 .c-pad,#stacks_in_6431_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6431_page2 .c+.c .count,
	#stacks_in_6431_page2.s3 .c.s2_3 .count,
	#stacks_in_6431_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6431_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6431_page2 .c:first-child,#stacks_in_6431_page2.s4 .c.s1_4,#stacks_in_6431_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6431_page2 .c:last-child,#stacks_in_6431_page2.s4 .c.s3_4,#stacks_in_6431_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6431_page2.s2 .c-pad,#stacks_in_6431_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6431_page2.s4 .c.s2_4 .count,
	#stacks_in_6431_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6431_page2.s4 .c {width: 49.2%;}
	#stacks_in_6431_page2.s4 .c.s1_4 .c-pad,#stacks_in_6431_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6431_page2.s4 .c.s2_4 .c-pad,#stacks_in_6431_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6431_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6431_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6431_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31899_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31899_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31899_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31899_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31899_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31899_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31899_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31899_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31899_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31905_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31905_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31905_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31905_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31905_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31905_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31905_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31905_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31905_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31905_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31905_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31905_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31905_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31905_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6437_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6437_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6437_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6437_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6437_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6437_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6437_page2.responsive.open{max-height:500px}}#stacks_in_6437_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6437_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6437_page2_container.responsive{height:500px}}
#stacks_in_6439_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6439_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6439_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6439_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6439_page2.s3 .c.s2_3 .count,#stacks_in_6439_page2.s4 .c.s2_4 .count,#stacks_in_6439_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6439_page2.s2 .c.s1_2 .c-pad,#stacks_in_6439_page2.s3 .c.s1_3 .c-pad,#stacks_in_6439_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6439_page2.s3 .c.s2_3 .c-pad,#stacks_in_6439_page2.s4 .c.s2_4 .c-pad,#stacks_in_6439_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6439_page2.s2 .c.s2_2 .c-pad,#stacks_in_6439_page2.s3 .c.s3_3 .c-pad,#stacks_in_6439_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6439_page2 .c+.c .count,
	#stacks_in_6439_page2.s3 .c.s2_3 .count,
	#stacks_in_6439_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6439_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6439_page2 .c:first-child,#stacks_in_6439_page2.s4 .c.s1_4,#stacks_in_6439_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6439_page2 .c:last-child,#stacks_in_6439_page2.s4 .c.s3_4,#stacks_in_6439_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6439_page2.s2 .c-pad,#stacks_in_6439_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6439_page2.s4 .c.s2_4 .count,
	#stacks_in_6439_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6439_page2.s4 .c {width: 49.2%;}
	#stacks_in_6439_page2.s4 .c.s1_4 .c-pad,#stacks_in_6439_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6439_page2.s4 .c.s2_4 .c-pad,#stacks_in_6439_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6439_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6439_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6439_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5270_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5270_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5270_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5270_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5270_page2.s3 .c.s2_3 .count,#stacks_in_5270_page2.s4 .c.s2_4 .count,#stacks_in_5270_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5270_page2.s2 .c.s1_2 .c-pad,#stacks_in_5270_page2.s3 .c.s1_3 .c-pad,#stacks_in_5270_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5270_page2.s3 .c.s2_3 .c-pad,#stacks_in_5270_page2.s4 .c.s2_4 .c-pad,#stacks_in_5270_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5270_page2.s2 .c.s2_2 .c-pad,#stacks_in_5270_page2.s3 .c.s3_3 .c-pad,#stacks_in_5270_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5270_page2 .c+.c .count,
	#stacks_in_5270_page2.s3 .c.s2_3 .count,
	#stacks_in_5270_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5270_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5270_page2 .c:first-child,#stacks_in_5270_page2.s4 .c.s1_4,#stacks_in_5270_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5270_page2 .c:last-child,#stacks_in_5270_page2.s4 .c.s3_4,#stacks_in_5270_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5270_page2.s2 .c-pad,#stacks_in_5270_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5270_page2.s4 .c.s2_4 .count,
	#stacks_in_5270_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5270_page2.s4 .c {width: 49.2%;}
	#stacks_in_5270_page2.s4 .c.s1_4 .c-pad,#stacks_in_5270_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5270_page2.s4 .c.s2_4 .c-pad,#stacks_in_5270_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5270_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5270_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5270_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31849_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31849_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31849_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31849_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31849_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31849_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31849_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31849_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31849_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31855_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31855_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31855_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31855_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31855_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31855_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31855_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31855_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31855_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31855_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31855_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31855_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31855_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31855_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5292_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5292_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5292_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5292_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5292_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5292_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5292_page2.responsive.open{max-height:500px}}#stacks_in_5292_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5292_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5292_page2_container.responsive{height:500px}}
#stacks_in_5294_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5294_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5294_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5294_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5294_page2.s3 .c.s2_3 .count,#stacks_in_5294_page2.s4 .c.s2_4 .count,#stacks_in_5294_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5294_page2.s2 .c.s1_2 .c-pad,#stacks_in_5294_page2.s3 .c.s1_3 .c-pad,#stacks_in_5294_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5294_page2.s3 .c.s2_3 .c-pad,#stacks_in_5294_page2.s4 .c.s2_4 .c-pad,#stacks_in_5294_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5294_page2.s2 .c.s2_2 .c-pad,#stacks_in_5294_page2.s3 .c.s3_3 .c-pad,#stacks_in_5294_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5294_page2 .c+.c .count,
	#stacks_in_5294_page2.s3 .c.s2_3 .count,
	#stacks_in_5294_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5294_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5294_page2 .c:first-child,#stacks_in_5294_page2.s4 .c.s1_4,#stacks_in_5294_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5294_page2 .c:last-child,#stacks_in_5294_page2.s4 .c.s3_4,#stacks_in_5294_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5294_page2.s2 .c-pad,#stacks_in_5294_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5294_page2.s4 .c.s2_4 .count,
	#stacks_in_5294_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5294_page2.s4 .c {width: 49.2%;}
	#stacks_in_5294_page2.s4 .c.s1_4 .c-pad,#stacks_in_5294_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5294_page2.s4 .c.s2_4 .c-pad,#stacks_in_5294_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5294_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5294_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5294_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5571_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5571_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5571_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5571_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5571_page2.s3 .c.s2_3 .count,#stacks_in_5571_page2.s4 .c.s2_4 .count,#stacks_in_5571_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5571_page2.s2 .c.s1_2 .c-pad,#stacks_in_5571_page2.s3 .c.s1_3 .c-pad,#stacks_in_5571_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5571_page2.s3 .c.s2_3 .c-pad,#stacks_in_5571_page2.s4 .c.s2_4 .c-pad,#stacks_in_5571_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5571_page2.s2 .c.s2_2 .c-pad,#stacks_in_5571_page2.s3 .c.s3_3 .c-pad,#stacks_in_5571_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5571_page2 .c+.c .count,
	#stacks_in_5571_page2.s3 .c.s2_3 .count,
	#stacks_in_5571_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5571_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5571_page2 .c:first-child,#stacks_in_5571_page2.s4 .c.s1_4,#stacks_in_5571_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5571_page2 .c:last-child,#stacks_in_5571_page2.s4 .c.s3_4,#stacks_in_5571_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5571_page2.s2 .c-pad,#stacks_in_5571_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5571_page2.s4 .c.s2_4 .count,
	#stacks_in_5571_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5571_page2.s4 .c {width: 49.2%;}
	#stacks_in_5571_page2.s4 .c.s1_4 .c-pad,#stacks_in_5571_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5571_page2.s4 .c.s2_4 .c-pad,#stacks_in_5571_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5571_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5571_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5571_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31949_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31949_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31949_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31949_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31949_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31949_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31949_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31949_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31949_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31955_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31955_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31955_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31955_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31955_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31955_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31955_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31955_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31955_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31955_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31955_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31955_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31955_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31955_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5589_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5589_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5589_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5589_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5589_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5589_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5589_page2.responsive.open{max-height:500px}}#stacks_in_5589_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5589_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5589_page2_container.responsive{height:500px}}
#stacks_in_5591_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5591_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5591_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5591_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5591_page2.s3 .c.s2_3 .count,#stacks_in_5591_page2.s4 .c.s2_4 .count,#stacks_in_5591_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5591_page2.s2 .c.s1_2 .c-pad,#stacks_in_5591_page2.s3 .c.s1_3 .c-pad,#stacks_in_5591_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5591_page2.s3 .c.s2_3 .c-pad,#stacks_in_5591_page2.s4 .c.s2_4 .c-pad,#stacks_in_5591_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5591_page2.s2 .c.s2_2 .c-pad,#stacks_in_5591_page2.s3 .c.s3_3 .c-pad,#stacks_in_5591_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5591_page2 .c+.c .count,
	#stacks_in_5591_page2.s3 .c.s2_3 .count,
	#stacks_in_5591_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5591_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5591_page2 .c:first-child,#stacks_in_5591_page2.s4 .c.s1_4,#stacks_in_5591_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5591_page2 .c:last-child,#stacks_in_5591_page2.s4 .c.s3_4,#stacks_in_5591_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5591_page2.s2 .c-pad,#stacks_in_5591_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5591_page2.s4 .c.s2_4 .count,
	#stacks_in_5591_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5591_page2.s4 .c {width: 49.2%;}
	#stacks_in_5591_page2.s4 .c.s1_4 .c-pad,#stacks_in_5591_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5591_page2.s4 .c.s2_4 .c-pad,#stacks_in_5591_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5591_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5591_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5591_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5344_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5344_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5344_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5344_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5344_page2.s3 .c.s2_3 .count,#stacks_in_5344_page2.s4 .c.s2_4 .count,#stacks_in_5344_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5344_page2.s2 .c.s1_2 .c-pad,#stacks_in_5344_page2.s3 .c.s1_3 .c-pad,#stacks_in_5344_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5344_page2.s3 .c.s2_3 .c-pad,#stacks_in_5344_page2.s4 .c.s2_4 .c-pad,#stacks_in_5344_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5344_page2.s2 .c.s2_2 .c-pad,#stacks_in_5344_page2.s3 .c.s3_3 .c-pad,#stacks_in_5344_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5344_page2 .c+.c .count,
	#stacks_in_5344_page2.s3 .c.s2_3 .count,
	#stacks_in_5344_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5344_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5344_page2 .c:first-child,#stacks_in_5344_page2.s4 .c.s1_4,#stacks_in_5344_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5344_page2 .c:last-child,#stacks_in_5344_page2.s4 .c.s3_4,#stacks_in_5344_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5344_page2.s2 .c-pad,#stacks_in_5344_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5344_page2.s4 .c.s2_4 .count,
	#stacks_in_5344_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5344_page2.s4 .c {width: 49.2%;}
	#stacks_in_5344_page2.s4 .c.s1_4 .c-pad,#stacks_in_5344_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5344_page2.s4 .c.s2_4 .c-pad,#stacks_in_5344_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5344_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5344_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5344_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31799_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31799_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31799_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31799_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31799_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31799_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31799_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31799_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31799_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31805_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31805_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31805_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31805_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31805_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31805_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31805_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31805_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31805_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31805_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31805_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31805_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31805_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31805_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5354_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5354_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5354_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5354_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5354_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5354_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5354_page2.responsive.open{max-height:500px}}#stacks_in_5354_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5354_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5354_page2_container.responsive{height:500px}}
#stacks_in_5356_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5356_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5356_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5356_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5356_page2.s3 .c.s2_3 .count,#stacks_in_5356_page2.s4 .c.s2_4 .count,#stacks_in_5356_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5356_page2.s2 .c.s1_2 .c-pad,#stacks_in_5356_page2.s3 .c.s1_3 .c-pad,#stacks_in_5356_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5356_page2.s3 .c.s2_3 .c-pad,#stacks_in_5356_page2.s4 .c.s2_4 .c-pad,#stacks_in_5356_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5356_page2.s2 .c.s2_2 .c-pad,#stacks_in_5356_page2.s3 .c.s3_3 .c-pad,#stacks_in_5356_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5356_page2 .c+.c .count,
	#stacks_in_5356_page2.s3 .c.s2_3 .count,
	#stacks_in_5356_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5356_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5356_page2 .c:first-child,#stacks_in_5356_page2.s4 .c.s1_4,#stacks_in_5356_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5356_page2 .c:last-child,#stacks_in_5356_page2.s4 .c.s3_4,#stacks_in_5356_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5356_page2.s2 .c-pad,#stacks_in_5356_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5356_page2.s4 .c.s2_4 .count,
	#stacks_in_5356_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5356_page2.s4 .c {width: 49.2%;}
	#stacks_in_5356_page2.s4 .c.s1_4 .c-pad,#stacks_in_5356_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5356_page2.s4 .c.s2_4 .c-pad,#stacks_in_5356_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5356_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5356_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5356_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5118_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5118_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5118_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5118_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5118_page2.s3 .c.s2_3 .count,#stacks_in_5118_page2.s4 .c.s2_4 .count,#stacks_in_5118_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5118_page2.s2 .c.s1_2 .c-pad,#stacks_in_5118_page2.s3 .c.s1_3 .c-pad,#stacks_in_5118_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5118_page2.s3 .c.s2_3 .c-pad,#stacks_in_5118_page2.s4 .c.s2_4 .c-pad,#stacks_in_5118_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5118_page2.s2 .c.s2_2 .c-pad,#stacks_in_5118_page2.s3 .c.s3_3 .c-pad,#stacks_in_5118_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5118_page2 .c+.c .count,
	#stacks_in_5118_page2.s3 .c.s2_3 .count,
	#stacks_in_5118_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5118_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5118_page2 .c:first-child,#stacks_in_5118_page2.s4 .c.s1_4,#stacks_in_5118_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5118_page2 .c:last-child,#stacks_in_5118_page2.s4 .c.s3_4,#stacks_in_5118_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5118_page2.s2 .c-pad,#stacks_in_5118_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5118_page2.s4 .c.s2_4 .count,
	#stacks_in_5118_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5118_page2.s4 .c {width: 49.2%;}
	#stacks_in_5118_page2.s4 .c.s1_4 .c-pad,#stacks_in_5118_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5118_page2.s4 .c.s2_4 .c-pad,#stacks_in_5118_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5118_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5118_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5118_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31749_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31749_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31749_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31749_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31749_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31749_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31749_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31749_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31749_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31755_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31755_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31755_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31755_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31755_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31755_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31755_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31755_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31755_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31755_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31755_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31755_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31755_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31755_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5030_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5030_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5030_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5030_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5030_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5030_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5030_page2.responsive.open{max-height:500px}}#stacks_in_5030_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5030_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5030_page2_container.responsive{height:500px}}
#stacks_in_5032_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5032_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5032_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5032_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5032_page2.s3 .c.s2_3 .count,#stacks_in_5032_page2.s4 .c.s2_4 .count,#stacks_in_5032_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5032_page2.s2 .c.s1_2 .c-pad,#stacks_in_5032_page2.s3 .c.s1_3 .c-pad,#stacks_in_5032_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5032_page2.s3 .c.s2_3 .c-pad,#stacks_in_5032_page2.s4 .c.s2_4 .c-pad,#stacks_in_5032_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5032_page2.s2 .c.s2_2 .c-pad,#stacks_in_5032_page2.s3 .c.s3_3 .c-pad,#stacks_in_5032_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5032_page2 .c+.c .count,
	#stacks_in_5032_page2.s3 .c.s2_3 .count,
	#stacks_in_5032_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5032_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5032_page2 .c:first-child,#stacks_in_5032_page2.s4 .c.s1_4,#stacks_in_5032_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5032_page2 .c:last-child,#stacks_in_5032_page2.s4 .c.s3_4,#stacks_in_5032_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5032_page2.s2 .c-pad,#stacks_in_5032_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5032_page2.s4 .c.s2_4 .count,
	#stacks_in_5032_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5032_page2.s4 .c {width: 49.2%;}
	#stacks_in_5032_page2.s4 .c.s1_4 .c-pad,#stacks_in_5032_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5032_page2.s4 .c.s2_4 .c-pad,#stacks_in_5032_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5032_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5032_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5032_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5251_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5251_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5251_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5251_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5251_page2.s3 .c.s2_3 .count,#stacks_in_5251_page2.s4 .c.s2_4 .count,#stacks_in_5251_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5251_page2.s2 .c.s1_2 .c-pad,#stacks_in_5251_page2.s3 .c.s1_3 .c-pad,#stacks_in_5251_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5251_page2.s3 .c.s2_3 .c-pad,#stacks_in_5251_page2.s4 .c.s2_4 .c-pad,#stacks_in_5251_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5251_page2.s2 .c.s2_2 .c-pad,#stacks_in_5251_page2.s3 .c.s3_3 .c-pad,#stacks_in_5251_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5251_page2 .c+.c .count,
	#stacks_in_5251_page2.s3 .c.s2_3 .count,
	#stacks_in_5251_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5251_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5251_page2 .c:first-child,#stacks_in_5251_page2.s4 .c.s1_4,#stacks_in_5251_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5251_page2 .c:last-child,#stacks_in_5251_page2.s4 .c.s3_4,#stacks_in_5251_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5251_page2.s2 .c-pad,#stacks_in_5251_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5251_page2.s4 .c.s2_4 .count,
	#stacks_in_5251_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5251_page2.s4 .c {width: 49.2%;}
	#stacks_in_5251_page2.s4 .c.s1_4 .c-pad,#stacks_in_5251_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5251_page2.s4 .c.s2_4 .c-pad,#stacks_in_5251_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5251_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5251_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5251_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31699_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31699_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31699_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31699_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31699_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31699_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31699_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31699_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31699_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31705_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31705_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31705_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31705_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31705_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31705_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31705_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31705_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31705_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31705_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31705_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31705_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31705_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31705_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5257_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5257_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5257_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5257_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5257_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5257_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5257_page2.responsive.open{max-height:500px}}#stacks_in_5257_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5257_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5257_page2_container.responsive{height:500px}}
#stacks_in_5259_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5259_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5259_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5259_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5259_page2.s3 .c.s2_3 .count,#stacks_in_5259_page2.s4 .c.s2_4 .count,#stacks_in_5259_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5259_page2.s2 .c.s1_2 .c-pad,#stacks_in_5259_page2.s3 .c.s1_3 .c-pad,#stacks_in_5259_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5259_page2.s3 .c.s2_3 .c-pad,#stacks_in_5259_page2.s4 .c.s2_4 .c-pad,#stacks_in_5259_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5259_page2.s2 .c.s2_2 .c-pad,#stacks_in_5259_page2.s3 .c.s3_3 .c-pad,#stacks_in_5259_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5259_page2 .c+.c .count,
	#stacks_in_5259_page2.s3 .c.s2_3 .count,
	#stacks_in_5259_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5259_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5259_page2 .c:first-child,#stacks_in_5259_page2.s4 .c.s1_4,#stacks_in_5259_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5259_page2 .c:last-child,#stacks_in_5259_page2.s4 .c.s3_4,#stacks_in_5259_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5259_page2.s2 .c-pad,#stacks_in_5259_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5259_page2.s4 .c.s2_4 .count,
	#stacks_in_5259_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5259_page2.s4 .c {width: 49.2%;}
	#stacks_in_5259_page2.s4 .c.s1_4 .c-pad,#stacks_in_5259_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5259_page2.s4 .c.s2_4 .c-pad,#stacks_in_5259_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5259_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5259_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5259_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5625_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5625_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5625_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5625_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5625_page2.s3 .c.s2_3 .count,#stacks_in_5625_page2.s4 .c.s2_4 .count,#stacks_in_5625_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5625_page2.s2 .c.s1_2 .c-pad,#stacks_in_5625_page2.s3 .c.s1_3 .c-pad,#stacks_in_5625_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5625_page2.s3 .c.s2_3 .c-pad,#stacks_in_5625_page2.s4 .c.s2_4 .c-pad,#stacks_in_5625_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5625_page2.s2 .c.s2_2 .c-pad,#stacks_in_5625_page2.s3 .c.s3_3 .c-pad,#stacks_in_5625_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5625_page2 .c+.c .count,
	#stacks_in_5625_page2.s3 .c.s2_3 .count,
	#stacks_in_5625_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5625_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5625_page2 .c:first-child,#stacks_in_5625_page2.s4 .c.s1_4,#stacks_in_5625_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5625_page2 .c:last-child,#stacks_in_5625_page2.s4 .c.s3_4,#stacks_in_5625_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5625_page2.s2 .c-pad,#stacks_in_5625_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5625_page2.s4 .c.s2_4 .count,
	#stacks_in_5625_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5625_page2.s4 .c {width: 49.2%;}
	#stacks_in_5625_page2.s4 .c.s1_4 .c-pad,#stacks_in_5625_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5625_page2.s4 .c.s2_4 .c-pad,#stacks_in_5625_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5625_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5625_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5625_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31649_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31649_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31649_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31649_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31649_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31649_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31649_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31649_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31649_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31655_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31655_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31655_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31655_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31655_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31655_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31655_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31655_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31655_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31655_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31655_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31655_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31655_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31655_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5631_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5631_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5631_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5631_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5631_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5631_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5631_page2.responsive.open{max-height:500px}}#stacks_in_5631_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5631_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5631_page2_container.responsive{height:500px}}
#stacks_in_5634_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5634_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5634_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5634_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5634_page2.s3 .c.s2_3 .count,#stacks_in_5634_page2.s4 .c.s2_4 .count,#stacks_in_5634_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5634_page2.s2 .c.s1_2 .c-pad,#stacks_in_5634_page2.s3 .c.s1_3 .c-pad,#stacks_in_5634_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5634_page2.s3 .c.s2_3 .c-pad,#stacks_in_5634_page2.s4 .c.s2_4 .c-pad,#stacks_in_5634_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5634_page2.s2 .c.s2_2 .c-pad,#stacks_in_5634_page2.s3 .c.s3_3 .c-pad,#stacks_in_5634_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5634_page2 .c+.c .count,
	#stacks_in_5634_page2.s3 .c.s2_3 .count,
	#stacks_in_5634_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5634_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5634_page2 .c:first-child,#stacks_in_5634_page2.s4 .c.s1_4,#stacks_in_5634_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5634_page2 .c:last-child,#stacks_in_5634_page2.s4 .c.s3_4,#stacks_in_5634_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5634_page2.s2 .c-pad,#stacks_in_5634_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5634_page2.s4 .c.s2_4 .count,
	#stacks_in_5634_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5634_page2.s4 .c {width: 49.2%;}
	#stacks_in_5634_page2.s4 .c.s1_4 .c-pad,#stacks_in_5634_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5634_page2.s4 .c.s2_4 .c-pad,#stacks_in_5634_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5634_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5634_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5634_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5740_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5740_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5740_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5740_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5740_page2.s3 .c.s2_3 .count,#stacks_in_5740_page2.s4 .c.s2_4 .count,#stacks_in_5740_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5740_page2.s2 .c.s1_2 .c-pad,#stacks_in_5740_page2.s3 .c.s1_3 .c-pad,#stacks_in_5740_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5740_page2.s3 .c.s2_3 .c-pad,#stacks_in_5740_page2.s4 .c.s2_4 .c-pad,#stacks_in_5740_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5740_page2.s2 .c.s2_2 .c-pad,#stacks_in_5740_page2.s3 .c.s3_3 .c-pad,#stacks_in_5740_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5740_page2 .c+.c .count,
	#stacks_in_5740_page2.s3 .c.s2_3 .count,
	#stacks_in_5740_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5740_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5740_page2 .c:first-child,#stacks_in_5740_page2.s4 .c.s1_4,#stacks_in_5740_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5740_page2 .c:last-child,#stacks_in_5740_page2.s4 .c.s3_4,#stacks_in_5740_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5740_page2.s2 .c-pad,#stacks_in_5740_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5740_page2.s4 .c.s2_4 .count,
	#stacks_in_5740_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5740_page2.s4 .c {width: 49.2%;}
	#stacks_in_5740_page2.s4 .c.s1_4 .c-pad,#stacks_in_5740_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5740_page2.s4 .c.s2_4 .c-pad,#stacks_in_5740_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5740_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5740_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5740_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31599_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31599_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31599_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31599_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31599_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31599_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31599_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31599_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31599_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31605_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31605_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31605_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31605_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31605_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31605_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31605_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31605_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31605_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31605_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31605_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31605_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31605_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31605_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5776_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5776_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5776_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5776_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5776_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5776_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5776_page2.responsive.open{max-height:500px}}#stacks_in_5776_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5776_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5776_page2_container.responsive{height:500px}}
#stacks_in_5778_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5778_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5778_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5778_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5778_page2.s3 .c.s2_3 .count,#stacks_in_5778_page2.s4 .c.s2_4 .count,#stacks_in_5778_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5778_page2.s2 .c.s1_2 .c-pad,#stacks_in_5778_page2.s3 .c.s1_3 .c-pad,#stacks_in_5778_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5778_page2.s3 .c.s2_3 .c-pad,#stacks_in_5778_page2.s4 .c.s2_4 .c-pad,#stacks_in_5778_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5778_page2.s2 .c.s2_2 .c-pad,#stacks_in_5778_page2.s3 .c.s3_3 .c-pad,#stacks_in_5778_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5778_page2 .c+.c .count,
	#stacks_in_5778_page2.s3 .c.s2_3 .count,
	#stacks_in_5778_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5778_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5778_page2 .c:first-child,#stacks_in_5778_page2.s4 .c.s1_4,#stacks_in_5778_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5778_page2 .c:last-child,#stacks_in_5778_page2.s4 .c.s3_4,#stacks_in_5778_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5778_page2.s2 .c-pad,#stacks_in_5778_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5778_page2.s4 .c.s2_4 .count,
	#stacks_in_5778_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5778_page2.s4 .c {width: 49.2%;}
	#stacks_in_5778_page2.s4 .c.s1_4 .c-pad,#stacks_in_5778_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5778_page2.s4 .c.s2_4 .c-pad,#stacks_in_5778_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5778_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5778_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5778_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5933_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5933_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5933_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5933_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5933_page2.s3 .c.s2_3 .count,#stacks_in_5933_page2.s4 .c.s2_4 .count,#stacks_in_5933_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5933_page2.s2 .c.s1_2 .c-pad,#stacks_in_5933_page2.s3 .c.s1_3 .c-pad,#stacks_in_5933_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5933_page2.s3 .c.s2_3 .c-pad,#stacks_in_5933_page2.s4 .c.s2_4 .c-pad,#stacks_in_5933_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5933_page2.s2 .c.s2_2 .c-pad,#stacks_in_5933_page2.s3 .c.s3_3 .c-pad,#stacks_in_5933_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5933_page2 .c+.c .count,
	#stacks_in_5933_page2.s3 .c.s2_3 .count,
	#stacks_in_5933_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5933_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5933_page2 .c:first-child,#stacks_in_5933_page2.s4 .c.s1_4,#stacks_in_5933_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5933_page2 .c:last-child,#stacks_in_5933_page2.s4 .c.s3_4,#stacks_in_5933_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5933_page2.s2 .c-pad,#stacks_in_5933_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5933_page2.s4 .c.s2_4 .count,
	#stacks_in_5933_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5933_page2.s4 .c {width: 49.2%;}
	#stacks_in_5933_page2.s4 .c.s1_4 .c-pad,#stacks_in_5933_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5933_page2.s4 .c.s2_4 .c-pad,#stacks_in_5933_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5933_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5933_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5933_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31549_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31549_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31549_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31549_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31549_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31549_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31549_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31549_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31549_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31555_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31555_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31555_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31555_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31555_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31555_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31555_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31555_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31555_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31555_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31555_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31555_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31555_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31555_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5939_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5939_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5939_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5939_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5939_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5939_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5939_page2.responsive.open{max-height:500px}}#stacks_in_5939_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5939_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5939_page2_container.responsive{height:500px}}
#stacks_in_5943_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5943_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5943_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5943_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5943_page2.s3 .c.s2_3 .count,#stacks_in_5943_page2.s4 .c.s2_4 .count,#stacks_in_5943_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5943_page2.s2 .c.s1_2 .c-pad,#stacks_in_5943_page2.s3 .c.s1_3 .c-pad,#stacks_in_5943_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5943_page2.s3 .c.s2_3 .c-pad,#stacks_in_5943_page2.s4 .c.s2_4 .c-pad,#stacks_in_5943_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5943_page2.s2 .c.s2_2 .c-pad,#stacks_in_5943_page2.s3 .c.s3_3 .c-pad,#stacks_in_5943_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5943_page2 .c+.c .count,
	#stacks_in_5943_page2.s3 .c.s2_3 .count,
	#stacks_in_5943_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5943_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5943_page2 .c:first-child,#stacks_in_5943_page2.s4 .c.s1_4,#stacks_in_5943_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5943_page2 .c:last-child,#stacks_in_5943_page2.s4 .c.s3_4,#stacks_in_5943_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5943_page2.s2 .c-pad,#stacks_in_5943_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5943_page2.s4 .c.s2_4 .count,
	#stacks_in_5943_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5943_page2.s4 .c {width: 49.2%;}
	#stacks_in_5943_page2.s4 .c.s1_4 .c-pad,#stacks_in_5943_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5943_page2.s4 .c.s2_4 .c-pad,#stacks_in_5943_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5943_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5943_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5943_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_6294_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6294_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6294_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6294_page2 .c+.c .count{margin-left: 0px;}
#stacks_in_6294_page2.s3 .c.s2_3 .count,#stacks_in_6294_page2.s4 .c.s2_4 .count,#stacks_in_6294_page2.s4 .c.s3_4 .count{ margin-left: 0px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6294_page2.s2 .c.s1_2 .c-pad,#stacks_in_6294_page2.s3 .c.s1_3 .c-pad,#stacks_in_6294_page2.s4 .c.s1_4 .c-pad{padding: 0 0px 0 0;}
#stacks_in_6294_page2.s3 .c.s2_3 .c-pad,#stacks_in_6294_page2.s4 .c.s2_4 .c-pad,#stacks_in_6294_page2.s4 .c.s3_4 .c-pad{ padding: 0 0px;}
#stacks_in_6294_page2.s2 .c.s2_2 .c-pad,#stacks_in_6294_page2.s3 .c.s3_3 .c-pad,#stacks_in_6294_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6294_page2 .c+.c .count,
	#stacks_in_6294_page2.s3 .c.s2_3 .count,
	#stacks_in_6294_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6294_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6294_page2 .c:first-child,#stacks_in_6294_page2.s4 .c.s1_4,#stacks_in_6294_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6294_page2 .c:last-child,#stacks_in_6294_page2.s4 .c.s3_4,#stacks_in_6294_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6294_page2.s2 .c-pad,#stacks_in_6294_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6294_page2.s4 .c.s2_4 .count,
	#stacks_in_6294_page2.s4 .c.s4_4 .count{ margin-left: 0px;}
	#stacks_in_6294_page2.s4 .c {width: 49.2%;}
	#stacks_in_6294_page2.s4 .c.s1_4 .c-pad,#stacks_in_6294_page2.s4 .c.s3_4 .c-pad{ padding: 0 0px 0 0;}
	#stacks_in_6294_page2.s4 .c.s2_4 .c-pad,#stacks_in_6294_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 0px;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6294_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6294_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6294_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_6294_page2 {
	padding:  1px;
}
#stacks_in_6245_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6245_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6245_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6245_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6245_page2.s3 .c.s2_3 .count,#stacks_in_6245_page2.s4 .c.s2_4 .count,#stacks_in_6245_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6245_page2.s2 .c.s1_2 .c-pad,#stacks_in_6245_page2.s3 .c.s1_3 .c-pad,#stacks_in_6245_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6245_page2.s3 .c.s2_3 .c-pad,#stacks_in_6245_page2.s4 .c.s2_4 .c-pad,#stacks_in_6245_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6245_page2.s2 .c.s2_2 .c-pad,#stacks_in_6245_page2.s3 .c.s3_3 .c-pad,#stacks_in_6245_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6245_page2 .c+.c .count,
	#stacks_in_6245_page2.s3 .c.s2_3 .count,
	#stacks_in_6245_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6245_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6245_page2 .c:first-child,#stacks_in_6245_page2.s4 .c.s1_4,#stacks_in_6245_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6245_page2 .c:last-child,#stacks_in_6245_page2.s4 .c.s3_4,#stacks_in_6245_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6245_page2.s2 .c-pad,#stacks_in_6245_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6245_page2.s4 .c.s2_4 .count,
	#stacks_in_6245_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6245_page2.s4 .c {width: 49.2%;}
	#stacks_in_6245_page2.s4 .c.s1_4 .c-pad,#stacks_in_6245_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6245_page2.s4 .c.s2_4 .c-pad,#stacks_in_6245_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6245_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6245_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6245_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31449_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31449_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31449_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31449_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31449_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31449_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31449_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31449_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31449_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31455_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31455_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31455_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31455_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31455_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31455_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31455_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31455_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31455_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31455_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31455_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31455_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31455_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31455_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6253_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6253_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6253_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6253_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6253_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6253_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6253_page2.responsive.open{max-height:500px}}#stacks_in_6253_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6253_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6253_page2_container.responsive{height:500px}}
#stacks_in_6255_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6255_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6255_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6255_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6255_page2.s3 .c.s2_3 .count,#stacks_in_6255_page2.s4 .c.s2_4 .count,#stacks_in_6255_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6255_page2.s2 .c.s1_2 .c-pad,#stacks_in_6255_page2.s3 .c.s1_3 .c-pad,#stacks_in_6255_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6255_page2.s3 .c.s2_3 .c-pad,#stacks_in_6255_page2.s4 .c.s2_4 .c-pad,#stacks_in_6255_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6255_page2.s2 .c.s2_2 .c-pad,#stacks_in_6255_page2.s3 .c.s3_3 .c-pad,#stacks_in_6255_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6255_page2 .c+.c .count,
	#stacks_in_6255_page2.s3 .c.s2_3 .count,
	#stacks_in_6255_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6255_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6255_page2 .c:first-child,#stacks_in_6255_page2.s4 .c.s1_4,#stacks_in_6255_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6255_page2 .c:last-child,#stacks_in_6255_page2.s4 .c.s3_4,#stacks_in_6255_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6255_page2.s2 .c-pad,#stacks_in_6255_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6255_page2.s4 .c.s2_4 .count,
	#stacks_in_6255_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6255_page2.s4 .c {width: 49.2%;}
	#stacks_in_6255_page2.s4 .c.s1_4 .c-pad,#stacks_in_6255_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6255_page2.s4 .c.s2_4 .c-pad,#stacks_in_6255_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6255_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6255_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6255_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_6088_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6088_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6088_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6088_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6088_page2.s3 .c.s2_3 .count,#stacks_in_6088_page2.s4 .c.s2_4 .count,#stacks_in_6088_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6088_page2.s2 .c.s1_2 .c-pad,#stacks_in_6088_page2.s3 .c.s1_3 .c-pad,#stacks_in_6088_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6088_page2.s3 .c.s2_3 .c-pad,#stacks_in_6088_page2.s4 .c.s2_4 .c-pad,#stacks_in_6088_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6088_page2.s2 .c.s2_2 .c-pad,#stacks_in_6088_page2.s3 .c.s3_3 .c-pad,#stacks_in_6088_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6088_page2 .c+.c .count,
	#stacks_in_6088_page2.s3 .c.s2_3 .count,
	#stacks_in_6088_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6088_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6088_page2 .c:first-child,#stacks_in_6088_page2.s4 .c.s1_4,#stacks_in_6088_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6088_page2 .c:last-child,#stacks_in_6088_page2.s4 .c.s3_4,#stacks_in_6088_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6088_page2.s2 .c-pad,#stacks_in_6088_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6088_page2.s4 .c.s2_4 .count,
	#stacks_in_6088_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6088_page2.s4 .c {width: 49.2%;}
	#stacks_in_6088_page2.s4 .c.s1_4 .c-pad,#stacks_in_6088_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6088_page2.s4 .c.s2_4 .c-pad,#stacks_in_6088_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6088_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6088_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6088_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31499_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31499_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31499_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31499_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31499_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31499_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31499_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31499_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31499_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31505_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31505_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31505_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31505_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31505_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31505_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31505_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31505_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31505_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31505_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31505_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31505_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31505_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31505_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6094_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6094_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6094_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6094_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6094_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6094_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6094_page2.responsive.open{max-height:500px}}#stacks_in_6094_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6094_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6094_page2_container.responsive{height:500px}}
#stacks_in_6096_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6096_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6096_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6096_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6096_page2.s3 .c.s2_3 .count,#stacks_in_6096_page2.s4 .c.s2_4 .count,#stacks_in_6096_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6096_page2.s2 .c.s1_2 .c-pad,#stacks_in_6096_page2.s3 .c.s1_3 .c-pad,#stacks_in_6096_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6096_page2.s3 .c.s2_3 .c-pad,#stacks_in_6096_page2.s4 .c.s2_4 .c-pad,#stacks_in_6096_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6096_page2.s2 .c.s2_2 .c-pad,#stacks_in_6096_page2.s3 .c.s3_3 .c-pad,#stacks_in_6096_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6096_page2 .c+.c .count,
	#stacks_in_6096_page2.s3 .c.s2_3 .count,
	#stacks_in_6096_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6096_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6096_page2 .c:first-child,#stacks_in_6096_page2.s4 .c.s1_4,#stacks_in_6096_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6096_page2 .c:last-child,#stacks_in_6096_page2.s4 .c.s3_4,#stacks_in_6096_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6096_page2.s2 .c-pad,#stacks_in_6096_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6096_page2.s4 .c.s2_4 .count,
	#stacks_in_6096_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6096_page2.s4 .c {width: 49.2%;}
	#stacks_in_6096_page2.s4 .c.s1_4 .c-pad,#stacks_in_6096_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6096_page2.s4 .c.s2_4 .c-pad,#stacks_in_6096_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6096_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6096_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6096_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_25310_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_25310_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_25310_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_25310_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_25310_page2.s3 .c.s2_3 .count,#stacks_in_25310_page2.s4 .c.s2_4 .count,#stacks_in_25310_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_25310_page2.s2 .c.s1_2 .c-pad,#stacks_in_25310_page2.s3 .c.s1_3 .c-pad,#stacks_in_25310_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_25310_page2.s3 .c.s2_3 .c-pad,#stacks_in_25310_page2.s4 .c.s2_4 .c-pad,#stacks_in_25310_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_25310_page2.s2 .c.s2_2 .c-pad,#stacks_in_25310_page2.s3 .c.s3_3 .c-pad,#stacks_in_25310_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_25310_page2 .c+.c .count,
	#stacks_in_25310_page2.s3 .c.s2_3 .count,
	#stacks_in_25310_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_25310_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_25310_page2 .c:first-child,#stacks_in_25310_page2.s4 .c.s1_4,#stacks_in_25310_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_25310_page2 .c:last-child,#stacks_in_25310_page2.s4 .c.s3_4,#stacks_in_25310_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_25310_page2.s2 .c-pad,#stacks_in_25310_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_25310_page2.s4 .c.s2_4 .count,
	#stacks_in_25310_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_25310_page2.s4 .c {width: 49.2%;}
	#stacks_in_25310_page2.s4 .c.s1_4 .c-pad,#stacks_in_25310_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_25310_page2.s4 .c.s2_4 .c-pad,#stacks_in_25310_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_25310_page2 .count{ margin-left: 0 !important;}
	#stacks_in_25310_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_25310_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31399_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31399_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31399_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31399_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31399_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31399_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31399_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31399_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31399_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31405_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31405_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31405_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31405_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31405_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31405_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31405_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31405_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31405_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31405_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31405_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31405_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31405_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31405_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_25316_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_25316_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_25316_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_25316_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_25316_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_25316_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_25316_page2.responsive.open{max-height:500px}}#stacks_in_25316_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_25316_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_25316_page2_container.responsive{height:500px}}
#stacks_in_25318_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_25318_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_25318_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_25318_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_25318_page2.s3 .c.s2_3 .count,#stacks_in_25318_page2.s4 .c.s2_4 .count,#stacks_in_25318_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_25318_page2.s2 .c.s1_2 .c-pad,#stacks_in_25318_page2.s3 .c.s1_3 .c-pad,#stacks_in_25318_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_25318_page2.s3 .c.s2_3 .c-pad,#stacks_in_25318_page2.s4 .c.s2_4 .c-pad,#stacks_in_25318_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_25318_page2.s2 .c.s2_2 .c-pad,#stacks_in_25318_page2.s3 .c.s3_3 .c-pad,#stacks_in_25318_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_25318_page2 .c+.c .count,
	#stacks_in_25318_page2.s3 .c.s2_3 .count,
	#stacks_in_25318_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_25318_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_25318_page2 .c:first-child,#stacks_in_25318_page2.s4 .c.s1_4,#stacks_in_25318_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_25318_page2 .c:last-child,#stacks_in_25318_page2.s4 .c.s3_4,#stacks_in_25318_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_25318_page2.s2 .c-pad,#stacks_in_25318_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_25318_page2.s4 .c.s2_4 .count,
	#stacks_in_25318_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_25318_page2.s4 .c {width: 49.2%;}
	#stacks_in_25318_page2.s4 .c.s1_4 .c-pad,#stacks_in_25318_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_25318_page2.s4 .c.s2_4 .c-pad,#stacks_in_25318_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_25318_page2 .count{ margin-left: 0 !important;}
	#stacks_in_25318_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_25318_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_25388_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_25388_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_25388_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_25388_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_25388_page2.s3 .c.s2_3 .count,#stacks_in_25388_page2.s4 .c.s2_4 .count,#stacks_in_25388_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_25388_page2.s2 .c.s1_2 .c-pad,#stacks_in_25388_page2.s3 .c.s1_3 .c-pad,#stacks_in_25388_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_25388_page2.s3 .c.s2_3 .c-pad,#stacks_in_25388_page2.s4 .c.s2_4 .c-pad,#stacks_in_25388_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_25388_page2.s2 .c.s2_2 .c-pad,#stacks_in_25388_page2.s3 .c.s3_3 .c-pad,#stacks_in_25388_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_25388_page2 .c+.c .count,
	#stacks_in_25388_page2.s3 .c.s2_3 .count,
	#stacks_in_25388_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_25388_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_25388_page2 .c:first-child,#stacks_in_25388_page2.s4 .c.s1_4,#stacks_in_25388_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_25388_page2 .c:last-child,#stacks_in_25388_page2.s4 .c.s3_4,#stacks_in_25388_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_25388_page2.s2 .c-pad,#stacks_in_25388_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_25388_page2.s4 .c.s2_4 .count,
	#stacks_in_25388_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_25388_page2.s4 .c {width: 49.2%;}
	#stacks_in_25388_page2.s4 .c.s1_4 .c-pad,#stacks_in_25388_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_25388_page2.s4 .c.s2_4 .c-pad,#stacks_in_25388_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_25388_page2 .count{ margin-left: 0 !important;}
	#stacks_in_25388_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_25388_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31349_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31349_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31349_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31349_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31349_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31349_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31349_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31349_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31349_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31355_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31355_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31355_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31355_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31355_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31355_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31355_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31355_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31355_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31355_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31355_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31355_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31355_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31355_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_25394_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_25394_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_25394_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_25394_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_25394_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_25394_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_25394_page2.responsive.open{max-height:500px}}#stacks_in_25394_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_25394_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_25394_page2_container.responsive{height:500px}}
#stacks_in_25396_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_25396_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_25396_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_25396_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_25396_page2.s3 .c.s2_3 .count,#stacks_in_25396_page2.s4 .c.s2_4 .count,#stacks_in_25396_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_25396_page2.s2 .c.s1_2 .c-pad,#stacks_in_25396_page2.s3 .c.s1_3 .c-pad,#stacks_in_25396_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_25396_page2.s3 .c.s2_3 .c-pad,#stacks_in_25396_page2.s4 .c.s2_4 .c-pad,#stacks_in_25396_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_25396_page2.s2 .c.s2_2 .c-pad,#stacks_in_25396_page2.s3 .c.s3_3 .c-pad,#stacks_in_25396_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_25396_page2 .c+.c .count,
	#stacks_in_25396_page2.s3 .c.s2_3 .count,
	#stacks_in_25396_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_25396_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_25396_page2 .c:first-child,#stacks_in_25396_page2.s4 .c.s1_4,#stacks_in_25396_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_25396_page2 .c:last-child,#stacks_in_25396_page2.s4 .c.s3_4,#stacks_in_25396_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_25396_page2.s2 .c-pad,#stacks_in_25396_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_25396_page2.s4 .c.s2_4 .count,
	#stacks_in_25396_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_25396_page2.s4 .c {width: 49.2%;}
	#stacks_in_25396_page2.s4 .c.s1_4 .c-pad,#stacks_in_25396_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_25396_page2.s4 .c.s2_4 .c-pad,#stacks_in_25396_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_25396_page2 .count{ margin-left: 0 !important;}
	#stacks_in_25396_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_25396_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_4990_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_4990_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_4990_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_4990_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_4990_page2.s3 .c.s2_3 .count,#stacks_in_4990_page2.s4 .c.s2_4 .count,#stacks_in_4990_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_4990_page2.s2 .c.s1_2 .c-pad,#stacks_in_4990_page2.s3 .c.s1_3 .c-pad,#stacks_in_4990_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_4990_page2.s3 .c.s2_3 .c-pad,#stacks_in_4990_page2.s4 .c.s2_4 .c-pad,#stacks_in_4990_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_4990_page2.s2 .c.s2_2 .c-pad,#stacks_in_4990_page2.s3 .c.s3_3 .c-pad,#stacks_in_4990_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_4990_page2 .c+.c .count,
	#stacks_in_4990_page2.s3 .c.s2_3 .count,
	#stacks_in_4990_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_4990_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_4990_page2 .c:first-child,#stacks_in_4990_page2.s4 .c.s1_4,#stacks_in_4990_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_4990_page2 .c:last-child,#stacks_in_4990_page2.s4 .c.s3_4,#stacks_in_4990_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_4990_page2.s2 .c-pad,#stacks_in_4990_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_4990_page2.s4 .c.s2_4 .count,
	#stacks_in_4990_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_4990_page2.s4 .c {width: 49.2%;}
	#stacks_in_4990_page2.s4 .c.s1_4 .c-pad,#stacks_in_4990_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_4990_page2.s4 .c.s2_4 .c-pad,#stacks_in_4990_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_4990_page2 .count{ margin-left: 0 !important;}
	#stacks_in_4990_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_4990_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31299_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31299_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31299_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31299_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31299_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31299_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31299_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31299_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31299_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31305_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31305_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31305_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31305_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31305_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31305_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31305_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31305_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31305_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31305_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31305_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31305_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31305_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31305_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_4996_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_4996_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_4996_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_4996_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_4996_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_4996_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_4996_page2.responsive.open{max-height:500px}}#stacks_in_4996_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_4996_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_4996_page2_container.responsive{height:500px}}
#stacks_in_4998_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_4998_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_4998_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_4998_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_4998_page2.s3 .c.s2_3 .count,#stacks_in_4998_page2.s4 .c.s2_4 .count,#stacks_in_4998_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_4998_page2.s2 .c.s1_2 .c-pad,#stacks_in_4998_page2.s3 .c.s1_3 .c-pad,#stacks_in_4998_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_4998_page2.s3 .c.s2_3 .c-pad,#stacks_in_4998_page2.s4 .c.s2_4 .c-pad,#stacks_in_4998_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_4998_page2.s2 .c.s2_2 .c-pad,#stacks_in_4998_page2.s3 .c.s3_3 .c-pad,#stacks_in_4998_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_4998_page2 .c+.c .count,
	#stacks_in_4998_page2.s3 .c.s2_3 .count,
	#stacks_in_4998_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_4998_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_4998_page2 .c:first-child,#stacks_in_4998_page2.s4 .c.s1_4,#stacks_in_4998_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_4998_page2 .c:last-child,#stacks_in_4998_page2.s4 .c.s3_4,#stacks_in_4998_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_4998_page2.s2 .c-pad,#stacks_in_4998_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_4998_page2.s4 .c.s2_4 .count,
	#stacks_in_4998_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_4998_page2.s4 .c {width: 49.2%;}
	#stacks_in_4998_page2.s4 .c.s1_4 .c-pad,#stacks_in_4998_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_4998_page2.s4 .c.s2_4 .c-pad,#stacks_in_4998_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_4998_page2 .count{ margin-left: 0 !important;}
	#stacks_in_4998_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_4998_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5155_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5155_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5155_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5155_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5155_page2.s3 .c.s2_3 .count,#stacks_in_5155_page2.s4 .c.s2_4 .count,#stacks_in_5155_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5155_page2.s2 .c.s1_2 .c-pad,#stacks_in_5155_page2.s3 .c.s1_3 .c-pad,#stacks_in_5155_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5155_page2.s3 .c.s2_3 .c-pad,#stacks_in_5155_page2.s4 .c.s2_4 .c-pad,#stacks_in_5155_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5155_page2.s2 .c.s2_2 .c-pad,#stacks_in_5155_page2.s3 .c.s3_3 .c-pad,#stacks_in_5155_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5155_page2 .c+.c .count,
	#stacks_in_5155_page2.s3 .c.s2_3 .count,
	#stacks_in_5155_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5155_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5155_page2 .c:first-child,#stacks_in_5155_page2.s4 .c.s1_4,#stacks_in_5155_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5155_page2 .c:last-child,#stacks_in_5155_page2.s4 .c.s3_4,#stacks_in_5155_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5155_page2.s2 .c-pad,#stacks_in_5155_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5155_page2.s4 .c.s2_4 .count,
	#stacks_in_5155_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5155_page2.s4 .c {width: 49.2%;}
	#stacks_in_5155_page2.s4 .c.s1_4 .c-pad,#stacks_in_5155_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5155_page2.s4 .c.s2_4 .c-pad,#stacks_in_5155_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5155_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5155_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5155_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31249_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31249_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31249_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31249_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31249_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31249_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31249_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31249_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31249_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31255_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31255_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31255_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31255_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31255_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31255_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31255_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31255_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31255_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31255_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31255_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31255_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31255_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31255_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5179_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5179_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5179_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5179_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5179_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5179_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5179_page2.responsive.open{max-height:500px}}#stacks_in_5179_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5179_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5179_page2_container.responsive{height:500px}}
#stacks_in_5181_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5181_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5181_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5181_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5181_page2.s3 .c.s2_3 .count,#stacks_in_5181_page2.s4 .c.s2_4 .count,#stacks_in_5181_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5181_page2.s2 .c.s1_2 .c-pad,#stacks_in_5181_page2.s3 .c.s1_3 .c-pad,#stacks_in_5181_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5181_page2.s3 .c.s2_3 .c-pad,#stacks_in_5181_page2.s4 .c.s2_4 .c-pad,#stacks_in_5181_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5181_page2.s2 .c.s2_2 .c-pad,#stacks_in_5181_page2.s3 .c.s3_3 .c-pad,#stacks_in_5181_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5181_page2 .c+.c .count,
	#stacks_in_5181_page2.s3 .c.s2_3 .count,
	#stacks_in_5181_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5181_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5181_page2 .c:first-child,#stacks_in_5181_page2.s4 .c.s1_4,#stacks_in_5181_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5181_page2 .c:last-child,#stacks_in_5181_page2.s4 .c.s3_4,#stacks_in_5181_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5181_page2.s2 .c-pad,#stacks_in_5181_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5181_page2.s4 .c.s2_4 .count,
	#stacks_in_5181_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5181_page2.s4 .c {width: 49.2%;}
	#stacks_in_5181_page2.s4 .c.s1_4 .c-pad,#stacks_in_5181_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5181_page2.s4 .c.s2_4 .c-pad,#stacks_in_5181_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5181_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5181_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5181_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5326_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5326_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5326_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5326_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5326_page2.s3 .c.s2_3 .count,#stacks_in_5326_page2.s4 .c.s2_4 .count,#stacks_in_5326_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5326_page2.s2 .c.s1_2 .c-pad,#stacks_in_5326_page2.s3 .c.s1_3 .c-pad,#stacks_in_5326_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5326_page2.s3 .c.s2_3 .c-pad,#stacks_in_5326_page2.s4 .c.s2_4 .c-pad,#stacks_in_5326_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5326_page2.s2 .c.s2_2 .c-pad,#stacks_in_5326_page2.s3 .c.s3_3 .c-pad,#stacks_in_5326_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5326_page2 .c+.c .count,
	#stacks_in_5326_page2.s3 .c.s2_3 .count,
	#stacks_in_5326_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5326_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5326_page2 .c:first-child,#stacks_in_5326_page2.s4 .c.s1_4,#stacks_in_5326_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5326_page2 .c:last-child,#stacks_in_5326_page2.s4 .c.s3_4,#stacks_in_5326_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5326_page2.s2 .c-pad,#stacks_in_5326_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5326_page2.s4 .c.s2_4 .count,
	#stacks_in_5326_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5326_page2.s4 .c {width: 49.2%;}
	#stacks_in_5326_page2.s4 .c.s1_4 .c-pad,#stacks_in_5326_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5326_page2.s4 .c.s2_4 .c-pad,#stacks_in_5326_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5326_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5326_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5326_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31199_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31199_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31199_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31199_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31199_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31199_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31199_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31199_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31199_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31205_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31205_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31205_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31205_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31205_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31205_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31205_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31205_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31205_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31205_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31205_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31205_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31205_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31205_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5389_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5389_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5389_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5389_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5389_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5389_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5389_page2.responsive.open{max-height:500px}}#stacks_in_5389_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5389_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5389_page2_container.responsive{height:500px}}
#stacks_in_5391_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5391_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5391_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5391_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5391_page2.s3 .c.s2_3 .count,#stacks_in_5391_page2.s4 .c.s2_4 .count,#stacks_in_5391_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5391_page2.s2 .c.s1_2 .c-pad,#stacks_in_5391_page2.s3 .c.s1_3 .c-pad,#stacks_in_5391_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5391_page2.s3 .c.s2_3 .c-pad,#stacks_in_5391_page2.s4 .c.s2_4 .c-pad,#stacks_in_5391_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5391_page2.s2 .c.s2_2 .c-pad,#stacks_in_5391_page2.s3 .c.s3_3 .c-pad,#stacks_in_5391_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5391_page2 .c+.c .count,
	#stacks_in_5391_page2.s3 .c.s2_3 .count,
	#stacks_in_5391_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5391_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5391_page2 .c:first-child,#stacks_in_5391_page2.s4 .c.s1_4,#stacks_in_5391_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5391_page2 .c:last-child,#stacks_in_5391_page2.s4 .c.s3_4,#stacks_in_5391_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5391_page2.s2 .c-pad,#stacks_in_5391_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5391_page2.s4 .c.s2_4 .count,
	#stacks_in_5391_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5391_page2.s4 .c {width: 49.2%;}
	#stacks_in_5391_page2.s4 .c.s1_4 .c-pad,#stacks_in_5391_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5391_page2.s4 .c.s2_4 .c-pad,#stacks_in_5391_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5391_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5391_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5391_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5508_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5508_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5508_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5508_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5508_page2.s3 .c.s2_3 .count,#stacks_in_5508_page2.s4 .c.s2_4 .count,#stacks_in_5508_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5508_page2.s2 .c.s1_2 .c-pad,#stacks_in_5508_page2.s3 .c.s1_3 .c-pad,#stacks_in_5508_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5508_page2.s3 .c.s2_3 .c-pad,#stacks_in_5508_page2.s4 .c.s2_4 .c-pad,#stacks_in_5508_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5508_page2.s2 .c.s2_2 .c-pad,#stacks_in_5508_page2.s3 .c.s3_3 .c-pad,#stacks_in_5508_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5508_page2 .c+.c .count,
	#stacks_in_5508_page2.s3 .c.s2_3 .count,
	#stacks_in_5508_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5508_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5508_page2 .c:first-child,#stacks_in_5508_page2.s4 .c.s1_4,#stacks_in_5508_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5508_page2 .c:last-child,#stacks_in_5508_page2.s4 .c.s3_4,#stacks_in_5508_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5508_page2.s2 .c-pad,#stacks_in_5508_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5508_page2.s4 .c.s2_4 .count,
	#stacks_in_5508_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5508_page2.s4 .c {width: 49.2%;}
	#stacks_in_5508_page2.s4 .c.s1_4 .c-pad,#stacks_in_5508_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5508_page2.s4 .c.s2_4 .c-pad,#stacks_in_5508_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5508_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5508_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5508_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31149_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31149_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31149_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31149_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31149_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31149_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31149_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31149_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31149_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31155_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31155_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31155_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31155_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31155_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31155_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31155_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31155_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31155_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31155_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31155_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31155_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31155_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31155_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5526_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5526_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5526_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5526_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5526_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5526_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5526_page2.responsive.open{max-height:500px}}#stacks_in_5526_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5526_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5526_page2_container.responsive{height:500px}}
#stacks_in_5528_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5528_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5528_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5528_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5528_page2.s3 .c.s2_3 .count,#stacks_in_5528_page2.s4 .c.s2_4 .count,#stacks_in_5528_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5528_page2.s2 .c.s1_2 .c-pad,#stacks_in_5528_page2.s3 .c.s1_3 .c-pad,#stacks_in_5528_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5528_page2.s3 .c.s2_3 .c-pad,#stacks_in_5528_page2.s4 .c.s2_4 .c-pad,#stacks_in_5528_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5528_page2.s2 .c.s2_2 .c-pad,#stacks_in_5528_page2.s3 .c.s3_3 .c-pad,#stacks_in_5528_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5528_page2 .c+.c .count,
	#stacks_in_5528_page2.s3 .c.s2_3 .count,
	#stacks_in_5528_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5528_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5528_page2 .c:first-child,#stacks_in_5528_page2.s4 .c.s1_4,#stacks_in_5528_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5528_page2 .c:last-child,#stacks_in_5528_page2.s4 .c.s3_4,#stacks_in_5528_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5528_page2.s2 .c-pad,#stacks_in_5528_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5528_page2.s4 .c.s2_4 .count,
	#stacks_in_5528_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5528_page2.s4 .c {width: 49.2%;}
	#stacks_in_5528_page2.s4 .c.s1_4 .c-pad,#stacks_in_5528_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5528_page2.s4 .c.s2_4 .c-pad,#stacks_in_5528_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5528_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5528_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5528_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5730_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5730_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5730_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5730_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5730_page2.s3 .c.s2_3 .count,#stacks_in_5730_page2.s4 .c.s2_4 .count,#stacks_in_5730_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5730_page2.s2 .c.s1_2 .c-pad,#stacks_in_5730_page2.s3 .c.s1_3 .c-pad,#stacks_in_5730_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5730_page2.s3 .c.s2_3 .c-pad,#stacks_in_5730_page2.s4 .c.s2_4 .c-pad,#stacks_in_5730_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5730_page2.s2 .c.s2_2 .c-pad,#stacks_in_5730_page2.s3 .c.s3_3 .c-pad,#stacks_in_5730_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5730_page2 .c+.c .count,
	#stacks_in_5730_page2.s3 .c.s2_3 .count,
	#stacks_in_5730_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5730_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5730_page2 .c:first-child,#stacks_in_5730_page2.s4 .c.s1_4,#stacks_in_5730_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5730_page2 .c:last-child,#stacks_in_5730_page2.s4 .c.s3_4,#stacks_in_5730_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5730_page2.s2 .c-pad,#stacks_in_5730_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5730_page2.s4 .c.s2_4 .count,
	#stacks_in_5730_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5730_page2.s4 .c {width: 49.2%;}
	#stacks_in_5730_page2.s4 .c.s1_4 .c-pad,#stacks_in_5730_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5730_page2.s4 .c.s2_4 .c-pad,#stacks_in_5730_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5730_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5730_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5730_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31099_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31099_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31099_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31099_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31099_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31099_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31099_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31099_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31099_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31105_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31105_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31105_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31105_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31105_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31105_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31105_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31105_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31105_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31105_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31105_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31105_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31105_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31105_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_5736_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_5736_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_5736_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_5736_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_5736_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_5736_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_5736_page2.responsive.open{max-height:500px}}#stacks_in_5736_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_5736_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_5736_page2_container.responsive{height:500px}}
#stacks_in_5738_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5738_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5738_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5738_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5738_page2.s3 .c.s2_3 .count,#stacks_in_5738_page2.s4 .c.s2_4 .count,#stacks_in_5738_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5738_page2.s2 .c.s1_2 .c-pad,#stacks_in_5738_page2.s3 .c.s1_3 .c-pad,#stacks_in_5738_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5738_page2.s3 .c.s2_3 .c-pad,#stacks_in_5738_page2.s4 .c.s2_4 .c-pad,#stacks_in_5738_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5738_page2.s2 .c.s2_2 .c-pad,#stacks_in_5738_page2.s3 .c.s3_3 .c-pad,#stacks_in_5738_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5738_page2 .c+.c .count,
	#stacks_in_5738_page2.s3 .c.s2_3 .count,
	#stacks_in_5738_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5738_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5738_page2 .c:first-child,#stacks_in_5738_page2.s4 .c.s1_4,#stacks_in_5738_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5738_page2 .c:last-child,#stacks_in_5738_page2.s4 .c.s3_4,#stacks_in_5738_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5738_page2.s2 .c-pad,#stacks_in_5738_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5738_page2.s4 .c.s2_4 .count,
	#stacks_in_5738_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5738_page2.s4 .c {width: 49.2%;}
	#stacks_in_5738_page2.s4 .c.s1_4 .c-pad,#stacks_in_5738_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5738_page2.s4 .c.s2_4 .c-pad,#stacks_in_5738_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5738_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5738_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5738_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_5991_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_5991_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_5991_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_5991_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_5991_page2.s3 .c.s2_3 .count,#stacks_in_5991_page2.s4 .c.s2_4 .count,#stacks_in_5991_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_5991_page2.s2 .c.s1_2 .c-pad,#stacks_in_5991_page2.s3 .c.s1_3 .c-pad,#stacks_in_5991_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_5991_page2.s3 .c.s2_3 .c-pad,#stacks_in_5991_page2.s4 .c.s2_4 .c-pad,#stacks_in_5991_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_5991_page2.s2 .c.s2_2 .c-pad,#stacks_in_5991_page2.s3 .c.s3_3 .c-pad,#stacks_in_5991_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_5991_page2 .c+.c .count,
	#stacks_in_5991_page2.s3 .c.s2_3 .count,
	#stacks_in_5991_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_5991_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_5991_page2 .c:first-child,#stacks_in_5991_page2.s4 .c.s1_4,#stacks_in_5991_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_5991_page2 .c:last-child,#stacks_in_5991_page2.s4 .c.s3_4,#stacks_in_5991_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_5991_page2.s2 .c-pad,#stacks_in_5991_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_5991_page2.s4 .c.s2_4 .count,
	#stacks_in_5991_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_5991_page2.s4 .c {width: 49.2%;}
	#stacks_in_5991_page2.s4 .c.s1_4 .c-pad,#stacks_in_5991_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_5991_page2.s4 .c.s2_4 .c-pad,#stacks_in_5991_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_5991_page2 .count{ margin-left: 0 !important;}
	#stacks_in_5991_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_5991_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_31049_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_31049_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_31049_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_31049_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_31049_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_31049_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_31049_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_31049_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_31049_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31055_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31055_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31055_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31055_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31055_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31055_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31055_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31055_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31055_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31055_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31055_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31055_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31055_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31055_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6001_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6001_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6001_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6001_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6001_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6001_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6001_page2.responsive.open{max-height:500px}}#stacks_in_6001_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6001_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6001_page2_container.responsive{height:500px}}
#stacks_in_6012_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6012_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6012_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6012_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6012_page2.s3 .c.s2_3 .count,#stacks_in_6012_page2.s4 .c.s2_4 .count,#stacks_in_6012_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6012_page2.s2 .c.s1_2 .c-pad,#stacks_in_6012_page2.s3 .c.s1_3 .c-pad,#stacks_in_6012_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6012_page2.s3 .c.s2_3 .c-pad,#stacks_in_6012_page2.s4 .c.s2_4 .c-pad,#stacks_in_6012_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6012_page2.s2 .c.s2_2 .c-pad,#stacks_in_6012_page2.s3 .c.s3_3 .c-pad,#stacks_in_6012_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6012_page2 .c+.c .count,
	#stacks_in_6012_page2.s3 .c.s2_3 .count,
	#stacks_in_6012_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6012_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6012_page2 .c:first-child,#stacks_in_6012_page2.s4 .c.s1_4,#stacks_in_6012_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6012_page2 .c:last-child,#stacks_in_6012_page2.s4 .c.s3_4,#stacks_in_6012_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6012_page2.s2 .c-pad,#stacks_in_6012_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6012_page2.s4 .c.s2_4 .count,
	#stacks_in_6012_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6012_page2.s4 .c {width: 49.2%;}
	#stacks_in_6012_page2.s4 .c.s1_4 .c-pad,#stacks_in_6012_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6012_page2.s4 .c.s2_4 .c-pad,#stacks_in_6012_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6012_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6012_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6012_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_6221_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6221_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6221_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6221_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6221_page2.s3 .c.s2_3 .count,#stacks_in_6221_page2.s4 .c.s2_4 .count,#stacks_in_6221_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6221_page2.s2 .c.s1_2 .c-pad,#stacks_in_6221_page2.s3 .c.s1_3 .c-pad,#stacks_in_6221_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6221_page2.s3 .c.s2_3 .c-pad,#stacks_in_6221_page2.s4 .c.s2_4 .c-pad,#stacks_in_6221_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6221_page2.s2 .c.s2_2 .c-pad,#stacks_in_6221_page2.s3 .c.s3_3 .c-pad,#stacks_in_6221_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6221_page2 .c+.c .count,
	#stacks_in_6221_page2.s3 .c.s2_3 .count,
	#stacks_in_6221_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6221_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6221_page2 .c:first-child,#stacks_in_6221_page2.s4 .c.s1_4,#stacks_in_6221_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6221_page2 .c:last-child,#stacks_in_6221_page2.s4 .c.s3_4,#stacks_in_6221_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6221_page2.s2 .c-pad,#stacks_in_6221_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6221_page2.s4 .c.s2_4 .count,
	#stacks_in_6221_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6221_page2.s4 .c {width: 49.2%;}
	#stacks_in_6221_page2.s4 .c.s1_4 .c-pad,#stacks_in_6221_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6221_page2.s4 .c.s2_4 .c-pad,#stacks_in_6221_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6221_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6221_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6221_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_30999_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_30999_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_30999_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_30999_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_30999_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_30999_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_30999_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_30999_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_30999_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_31005_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_31005_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_31005_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_31005_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_31005_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_31005_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_31005_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_31005_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_31005_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_31005_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_31005_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_31005_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_31005_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_31005_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6243_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6243_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6243_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6243_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6243_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6243_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6243_page2.responsive.open{max-height:500px}}#stacks_in_6243_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6243_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6243_page2_container.responsive{height:500px}}
#stacks_in_6258_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6258_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6258_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6258_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6258_page2.s3 .c.s2_3 .count,#stacks_in_6258_page2.s4 .c.s2_4 .count,#stacks_in_6258_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6258_page2.s2 .c.s1_2 .c-pad,#stacks_in_6258_page2.s3 .c.s1_3 .c-pad,#stacks_in_6258_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6258_page2.s3 .c.s2_3 .c-pad,#stacks_in_6258_page2.s4 .c.s2_4 .c-pad,#stacks_in_6258_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6258_page2.s2 .c.s2_2 .c-pad,#stacks_in_6258_page2.s3 .c.s3_3 .c-pad,#stacks_in_6258_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6258_page2 .c+.c .count,
	#stacks_in_6258_page2.s3 .c.s2_3 .count,
	#stacks_in_6258_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6258_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6258_page2 .c:first-child,#stacks_in_6258_page2.s4 .c.s1_4,#stacks_in_6258_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6258_page2 .c:last-child,#stacks_in_6258_page2.s4 .c.s3_4,#stacks_in_6258_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6258_page2.s2 .c-pad,#stacks_in_6258_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6258_page2.s4 .c.s2_4 .count,
	#stacks_in_6258_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6258_page2.s4 .c {width: 49.2%;}
	#stacks_in_6258_page2.s4 .c.s1_4 .c-pad,#stacks_in_6258_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6258_page2.s4 .c.s2_4 .c-pad,#stacks_in_6258_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6258_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6258_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6258_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_6355_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6355_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6355_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6355_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6355_page2.s3 .c.s2_3 .count,#stacks_in_6355_page2.s4 .c.s2_4 .count,#stacks_in_6355_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6355_page2.s2 .c.s1_2 .c-pad,#stacks_in_6355_page2.s3 .c.s1_3 .c-pad,#stacks_in_6355_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6355_page2.s3 .c.s2_3 .c-pad,#stacks_in_6355_page2.s4 .c.s2_4 .c-pad,#stacks_in_6355_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6355_page2.s2 .c.s2_2 .c-pad,#stacks_in_6355_page2.s3 .c.s3_3 .c-pad,#stacks_in_6355_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6355_page2 .c+.c .count,
	#stacks_in_6355_page2.s3 .c.s2_3 .count,
	#stacks_in_6355_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6355_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6355_page2 .c:first-child,#stacks_in_6355_page2.s4 .c.s1_4,#stacks_in_6355_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6355_page2 .c:last-child,#stacks_in_6355_page2.s4 .c.s3_4,#stacks_in_6355_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6355_page2.s2 .c-pad,#stacks_in_6355_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6355_page2.s4 .c.s2_4 .count,
	#stacks_in_6355_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6355_page2.s4 .c {width: 49.2%;}
	#stacks_in_6355_page2.s4 .c.s1_4 .c-pad,#stacks_in_6355_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6355_page2.s4 .c.s2_4 .c-pad,#stacks_in_6355_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6355_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6355_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6355_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_30949_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_30949_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_30949_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_30949_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_30949_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_30949_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_30949_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_30949_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_30949_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_30955_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_30955_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_30955_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_30955_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_30955_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_30955_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_30955_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_30955_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_30955_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_30955_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_30955_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_30955_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_30955_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_30955_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6361_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6361_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6361_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6361_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6361_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6361_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6361_page2.responsive.open{max-height:500px}}#stacks_in_6361_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6361_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6361_page2_container.responsive{height:500px}}
#stacks_in_6363_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6363_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6363_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6363_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6363_page2.s3 .c.s2_3 .count,#stacks_in_6363_page2.s4 .c.s2_4 .count,#stacks_in_6363_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6363_page2.s2 .c.s1_2 .c-pad,#stacks_in_6363_page2.s3 .c.s1_3 .c-pad,#stacks_in_6363_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6363_page2.s3 .c.s2_3 .c-pad,#stacks_in_6363_page2.s4 .c.s2_4 .c-pad,#stacks_in_6363_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6363_page2.s2 .c.s2_2 .c-pad,#stacks_in_6363_page2.s3 .c.s3_3 .c-pad,#stacks_in_6363_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6363_page2 .c+.c .count,
	#stacks_in_6363_page2.s3 .c.s2_3 .count,
	#stacks_in_6363_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6363_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6363_page2 .c:first-child,#stacks_in_6363_page2.s4 .c.s1_4,#stacks_in_6363_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6363_page2 .c:last-child,#stacks_in_6363_page2.s4 .c.s3_4,#stacks_in_6363_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6363_page2.s2 .c-pad,#stacks_in_6363_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6363_page2.s4 .c.s2_4 .count,
	#stacks_in_6363_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6363_page2.s4 .c {width: 49.2%;}
	#stacks_in_6363_page2.s4 .c.s1_4 .c-pad,#stacks_in_6363_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6363_page2.s4 .c.s2_4 .c-pad,#stacks_in_6363_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6363_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6363_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6363_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_6473_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6473_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6473_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6473_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6473_page2.s3 .c.s2_3 .count,#stacks_in_6473_page2.s4 .c.s2_4 .count,#stacks_in_6473_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6473_page2.s2 .c.s1_2 .c-pad,#stacks_in_6473_page2.s3 .c.s1_3 .c-pad,#stacks_in_6473_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6473_page2.s3 .c.s2_3 .c-pad,#stacks_in_6473_page2.s4 .c.s2_4 .c-pad,#stacks_in_6473_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6473_page2.s2 .c.s2_2 .c-pad,#stacks_in_6473_page2.s3 .c.s3_3 .c-pad,#stacks_in_6473_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6473_page2 .c+.c .count,
	#stacks_in_6473_page2.s3 .c.s2_3 .count,
	#stacks_in_6473_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6473_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6473_page2 .c:first-child,#stacks_in_6473_page2.s4 .c.s1_4,#stacks_in_6473_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6473_page2 .c:last-child,#stacks_in_6473_page2.s4 .c.s3_4,#stacks_in_6473_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6473_page2.s2 .c-pad,#stacks_in_6473_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6473_page2.s4 .c.s2_4 .count,
	#stacks_in_6473_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6473_page2.s4 .c {width: 49.2%;}
	#stacks_in_6473_page2.s4 .c.s1_4 .c-pad,#stacks_in_6473_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6473_page2.s4 .c.s2_4 .c-pad,#stacks_in_6473_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6473_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6473_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6473_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_30899_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_30899_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_30899_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_30899_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_30899_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_30899_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_30899_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_30899_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_30899_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_30905_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_30905_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_30905_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_30905_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_30905_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_30905_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_30905_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_30905_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_30905_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_30905_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_30905_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_30905_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_30905_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_30905_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6479_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6479_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6479_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6479_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6479_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6479_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6479_page2.responsive.open{max-height:500px}}#stacks_in_6479_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6479_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6479_page2_container.responsive{height:500px}}
#stacks_in_6481_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6481_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6481_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6481_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6481_page2.s3 .c.s2_3 .count,#stacks_in_6481_page2.s4 .c.s2_4 .count,#stacks_in_6481_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6481_page2.s2 .c.s1_2 .c-pad,#stacks_in_6481_page2.s3 .c.s1_3 .c-pad,#stacks_in_6481_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6481_page2.s3 .c.s2_3 .c-pad,#stacks_in_6481_page2.s4 .c.s2_4 .c-pad,#stacks_in_6481_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6481_page2.s2 .c.s2_2 .c-pad,#stacks_in_6481_page2.s3 .c.s3_3 .c-pad,#stacks_in_6481_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6481_page2 .c+.c .count,
	#stacks_in_6481_page2.s3 .c.s2_3 .count,
	#stacks_in_6481_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6481_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6481_page2 .c:first-child,#stacks_in_6481_page2.s4 .c.s1_4,#stacks_in_6481_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6481_page2 .c:last-child,#stacks_in_6481_page2.s4 .c.s3_4,#stacks_in_6481_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6481_page2.s2 .c-pad,#stacks_in_6481_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6481_page2.s4 .c.s2_4 .count,
	#stacks_in_6481_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6481_page2.s4 .c {width: 49.2%;}
	#stacks_in_6481_page2.s4 .c.s1_4 .c-pad,#stacks_in_6481_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6481_page2.s4 .c.s2_4 .c-pad,#stacks_in_6481_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6481_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6481_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6481_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_6591_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6591_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6591_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6591_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6591_page2.s3 .c.s2_3 .count,#stacks_in_6591_page2.s4 .c.s2_4 .count,#stacks_in_6591_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6591_page2.s2 .c.s1_2 .c-pad,#stacks_in_6591_page2.s3 .c.s1_3 .c-pad,#stacks_in_6591_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6591_page2.s3 .c.s2_3 .c-pad,#stacks_in_6591_page2.s4 .c.s2_4 .c-pad,#stacks_in_6591_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6591_page2.s2 .c.s2_2 .c-pad,#stacks_in_6591_page2.s3 .c.s3_3 .c-pad,#stacks_in_6591_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6591_page2 .c+.c .count,
	#stacks_in_6591_page2.s3 .c.s2_3 .count,
	#stacks_in_6591_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6591_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6591_page2 .c:first-child,#stacks_in_6591_page2.s4 .c.s1_4,#stacks_in_6591_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6591_page2 .c:last-child,#stacks_in_6591_page2.s4 .c.s3_4,#stacks_in_6591_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6591_page2.s2 .c-pad,#stacks_in_6591_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6591_page2.s4 .c.s2_4 .count,
	#stacks_in_6591_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6591_page2.s4 .c {width: 49.2%;}
	#stacks_in_6591_page2.s4 .c.s1_4 .c-pad,#stacks_in_6591_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6591_page2.s4 .c.s2_4 .c-pad,#stacks_in_6591_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6591_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6591_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6591_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_30849_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_30849_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_30849_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_30849_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_30849_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_30849_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_30849_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_30849_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_30849_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_30855_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_30855_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_30855_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_30855_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_30855_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_30855_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_30855_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_30855_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_30855_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_30855_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_30855_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_30855_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_30855_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_30855_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6597_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6597_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6597_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6597_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6597_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6597_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6597_page2.responsive.open{max-height:500px}}#stacks_in_6597_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6597_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6597_page2_container.responsive{height:500px}}
#stacks_in_6599_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6599_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6599_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6599_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6599_page2.s3 .c.s2_3 .count,#stacks_in_6599_page2.s4 .c.s2_4 .count,#stacks_in_6599_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6599_page2.s2 .c.s1_2 .c-pad,#stacks_in_6599_page2.s3 .c.s1_3 .c-pad,#stacks_in_6599_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6599_page2.s3 .c.s2_3 .c-pad,#stacks_in_6599_page2.s4 .c.s2_4 .c-pad,#stacks_in_6599_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6599_page2.s2 .c.s2_2 .c-pad,#stacks_in_6599_page2.s3 .c.s3_3 .c-pad,#stacks_in_6599_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6599_page2 .c+.c .count,
	#stacks_in_6599_page2.s3 .c.s2_3 .count,
	#stacks_in_6599_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6599_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6599_page2 .c:first-child,#stacks_in_6599_page2.s4 .c.s1_4,#stacks_in_6599_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6599_page2 .c:last-child,#stacks_in_6599_page2.s4 .c.s3_4,#stacks_in_6599_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6599_page2.s2 .c-pad,#stacks_in_6599_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6599_page2.s4 .c.s2_4 .count,
	#stacks_in_6599_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6599_page2.s4 .c {width: 49.2%;}
	#stacks_in_6599_page2.s4 .c.s1_4 .c-pad,#stacks_in_6599_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6599_page2.s4 .c.s2_4 .c-pad,#stacks_in_6599_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6599_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6599_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6599_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_6669_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6669_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6669_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6669_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6669_page2.s3 .c.s2_3 .count,#stacks_in_6669_page2.s4 .c.s2_4 .count,#stacks_in_6669_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6669_page2.s2 .c.s1_2 .c-pad,#stacks_in_6669_page2.s3 .c.s1_3 .c-pad,#stacks_in_6669_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6669_page2.s3 .c.s2_3 .c-pad,#stacks_in_6669_page2.s4 .c.s2_4 .c-pad,#stacks_in_6669_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6669_page2.s2 .c.s2_2 .c-pad,#stacks_in_6669_page2.s3 .c.s3_3 .c-pad,#stacks_in_6669_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6669_page2 .c+.c .count,
	#stacks_in_6669_page2.s3 .c.s2_3 .count,
	#stacks_in_6669_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6669_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6669_page2 .c:first-child,#stacks_in_6669_page2.s4 .c.s1_4,#stacks_in_6669_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6669_page2 .c:last-child,#stacks_in_6669_page2.s4 .c.s3_4,#stacks_in_6669_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6669_page2.s2 .c-pad,#stacks_in_6669_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6669_page2.s4 .c.s2_4 .count,
	#stacks_in_6669_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6669_page2.s4 .c {width: 49.2%;}
	#stacks_in_6669_page2.s4 .c.s1_4 .c-pad,#stacks_in_6669_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6669_page2.s4 .c.s2_4 .c-pad,#stacks_in_6669_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6669_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6669_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6669_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_30799_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_30799_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_30799_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_30799_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_30799_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_30799_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_30799_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_30799_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_30799_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_30805_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_30805_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_30805_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_30805_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_30805_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_30805_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_30805_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_30805_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_30805_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_30805_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_30805_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_30805_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_30805_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_30805_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6675_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6675_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6675_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6675_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6675_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6675_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6675_page2.responsive.open{max-height:500px}}#stacks_in_6675_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6675_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6675_page2_container.responsive{height:500px}}
#stacks_in_6677_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6677_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6677_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6677_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6677_page2.s3 .c.s2_3 .count,#stacks_in_6677_page2.s4 .c.s2_4 .count,#stacks_in_6677_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6677_page2.s2 .c.s1_2 .c-pad,#stacks_in_6677_page2.s3 .c.s1_3 .c-pad,#stacks_in_6677_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6677_page2.s3 .c.s2_3 .c-pad,#stacks_in_6677_page2.s4 .c.s2_4 .c-pad,#stacks_in_6677_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6677_page2.s2 .c.s2_2 .c-pad,#stacks_in_6677_page2.s3 .c.s3_3 .c-pad,#stacks_in_6677_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6677_page2 .c+.c .count,
	#stacks_in_6677_page2.s3 .c.s2_3 .count,
	#stacks_in_6677_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6677_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6677_page2 .c:first-child,#stacks_in_6677_page2.s4 .c.s1_4,#stacks_in_6677_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6677_page2 .c:last-child,#stacks_in_6677_page2.s4 .c.s3_4,#stacks_in_6677_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6677_page2.s2 .c-pad,#stacks_in_6677_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6677_page2.s4 .c.s2_4 .count,
	#stacks_in_6677_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6677_page2.s4 .c {width: 49.2%;}
	#stacks_in_6677_page2.s4 .c.s1_4 .c-pad,#stacks_in_6677_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6677_page2.s4 .c.s2_4 .c-pad,#stacks_in_6677_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6677_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6677_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6677_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_4567_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_4567_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_4567_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_4567_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_4567_page2.s3 .c.s2_3 .count,#stacks_in_4567_page2.s4 .c.s2_4 .count,#stacks_in_4567_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_4567_page2.s2 .c.s1_2 .c-pad,#stacks_in_4567_page2.s3 .c.s1_3 .c-pad,#stacks_in_4567_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_4567_page2.s3 .c.s2_3 .c-pad,#stacks_in_4567_page2.s4 .c.s2_4 .c-pad,#stacks_in_4567_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_4567_page2.s2 .c.s2_2 .c-pad,#stacks_in_4567_page2.s3 .c.s3_3 .c-pad,#stacks_in_4567_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_4567_page2 .c+.c .count,
	#stacks_in_4567_page2.s3 .c.s2_3 .count,
	#stacks_in_4567_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_4567_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_4567_page2 .c:first-child,#stacks_in_4567_page2.s4 .c.s1_4,#stacks_in_4567_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_4567_page2 .c:last-child,#stacks_in_4567_page2.s4 .c.s3_4,#stacks_in_4567_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_4567_page2.s2 .c-pad,#stacks_in_4567_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_4567_page2.s4 .c.s2_4 .count,
	#stacks_in_4567_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_4567_page2.s4 .c {width: 49.2%;}
	#stacks_in_4567_page2.s4 .c.s1_4 .c-pad,#stacks_in_4567_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_4567_page2.s4 .c.s2_4 .c-pad,#stacks_in_4567_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_4567_page2 .count{ margin-left: 0 !important;}
	#stacks_in_4567_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_4567_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_4567_page2 {
	padding:  1px;
}
#stacks_in_6787_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6787_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6787_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6787_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6787_page2.s3 .c.s2_3 .count,#stacks_in_6787_page2.s4 .c.s2_4 .count,#stacks_in_6787_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6787_page2.s2 .c.s1_2 .c-pad,#stacks_in_6787_page2.s3 .c.s1_3 .c-pad,#stacks_in_6787_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6787_page2.s3 .c.s2_3 .c-pad,#stacks_in_6787_page2.s4 .c.s2_4 .c-pad,#stacks_in_6787_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6787_page2.s2 .c.s2_2 .c-pad,#stacks_in_6787_page2.s3 .c.s3_3 .c-pad,#stacks_in_6787_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6787_page2 .c+.c .count,
	#stacks_in_6787_page2.s3 .c.s2_3 .count,
	#stacks_in_6787_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6787_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6787_page2 .c:first-child,#stacks_in_6787_page2.s4 .c.s1_4,#stacks_in_6787_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6787_page2 .c:last-child,#stacks_in_6787_page2.s4 .c.s3_4,#stacks_in_6787_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6787_page2.s2 .c-pad,#stacks_in_6787_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6787_page2.s4 .c.s2_4 .count,
	#stacks_in_6787_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6787_page2.s4 .c {width: 49.2%;}
	#stacks_in_6787_page2.s4 .c.s1_4 .c-pad,#stacks_in_6787_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6787_page2.s4 .c.s2_4 .c-pad,#stacks_in_6787_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6787_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6787_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6787_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_30749_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_30749_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_30749_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_30749_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_30749_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_30749_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_30749_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_30749_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_30749_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_30755_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_30755_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_30755_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_30755_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_30755_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_30755_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_30755_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_30755_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_30755_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_30755_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_30755_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_30755_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_30755_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_30755_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6793_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6793_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6793_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6793_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6793_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6793_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6793_page2.responsive.open{max-height:500px}}#stacks_in_6793_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6793_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6793_page2_container.responsive{height:500px}}
#stacks_in_6795_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6795_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6795_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6795_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6795_page2.s3 .c.s2_3 .count,#stacks_in_6795_page2.s4 .c.s2_4 .count,#stacks_in_6795_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6795_page2.s2 .c.s1_2 .c-pad,#stacks_in_6795_page2.s3 .c.s1_3 .c-pad,#stacks_in_6795_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6795_page2.s3 .c.s2_3 .c-pad,#stacks_in_6795_page2.s4 .c.s2_4 .c-pad,#stacks_in_6795_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6795_page2.s2 .c.s2_2 .c-pad,#stacks_in_6795_page2.s3 .c.s3_3 .c-pad,#stacks_in_6795_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6795_page2 .c+.c .count,
	#stacks_in_6795_page2.s3 .c.s2_3 .count,
	#stacks_in_6795_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6795_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6795_page2 .c:first-child,#stacks_in_6795_page2.s4 .c.s1_4,#stacks_in_6795_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6795_page2 .c:last-child,#stacks_in_6795_page2.s4 .c.s3_4,#stacks_in_6795_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6795_page2.s2 .c-pad,#stacks_in_6795_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6795_page2.s4 .c.s2_4 .count,
	#stacks_in_6795_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6795_page2.s4 .c {width: 49.2%;}
	#stacks_in_6795_page2.s4 .c.s1_4 .c-pad,#stacks_in_6795_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6795_page2.s4 .c.s2_4 .c-pad,#stacks_in_6795_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6795_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6795_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6795_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_4575_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_4575_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_4575_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_4575_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_4575_page2.s3 .c.s2_3 .count,#stacks_in_4575_page2.s4 .c.s2_4 .count,#stacks_in_4575_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_4575_page2.s2 .c.s1_2 .c-pad,#stacks_in_4575_page2.s3 .c.s1_3 .c-pad,#stacks_in_4575_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_4575_page2.s3 .c.s2_3 .c-pad,#stacks_in_4575_page2.s4 .c.s2_4 .c-pad,#stacks_in_4575_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_4575_page2.s2 .c.s2_2 .c-pad,#stacks_in_4575_page2.s3 .c.s3_3 .c-pad,#stacks_in_4575_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_4575_page2 .c+.c .count,
	#stacks_in_4575_page2.s3 .c.s2_3 .count,
	#stacks_in_4575_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_4575_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_4575_page2 .c:first-child,#stacks_in_4575_page2.s4 .c.s1_4,#stacks_in_4575_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_4575_page2 .c:last-child,#stacks_in_4575_page2.s4 .c.s3_4,#stacks_in_4575_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_4575_page2.s2 .c-pad,#stacks_in_4575_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_4575_page2.s4 .c.s2_4 .count,
	#stacks_in_4575_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_4575_page2.s4 .c {width: 49.2%;}
	#stacks_in_4575_page2.s4 .c.s1_4 .c-pad,#stacks_in_4575_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_4575_page2.s4 .c.s2_4 .c-pad,#stacks_in_4575_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_4575_page2 .count{ margin-left: 0 !important;}
	#stacks_in_4575_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_4575_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_4575_page2 {
	padding:  1px;
}
#stacks_in_6905_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6905_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6905_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6905_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6905_page2.s3 .c.s2_3 .count,#stacks_in_6905_page2.s4 .c.s2_4 .count,#stacks_in_6905_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6905_page2.s2 .c.s1_2 .c-pad,#stacks_in_6905_page2.s3 .c.s1_3 .c-pad,#stacks_in_6905_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6905_page2.s3 .c.s2_3 .c-pad,#stacks_in_6905_page2.s4 .c.s2_4 .c-pad,#stacks_in_6905_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6905_page2.s2 .c.s2_2 .c-pad,#stacks_in_6905_page2.s3 .c.s3_3 .c-pad,#stacks_in_6905_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6905_page2 .c+.c .count,
	#stacks_in_6905_page2.s3 .c.s2_3 .count,
	#stacks_in_6905_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6905_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6905_page2 .c:first-child,#stacks_in_6905_page2.s4 .c.s1_4,#stacks_in_6905_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6905_page2 .c:last-child,#stacks_in_6905_page2.s4 .c.s3_4,#stacks_in_6905_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6905_page2.s2 .c-pad,#stacks_in_6905_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6905_page2.s4 .c.s2_4 .count,
	#stacks_in_6905_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6905_page2.s4 .c {width: 49.2%;}
	#stacks_in_6905_page2.s4 .c.s1_4 .c-pad,#stacks_in_6905_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6905_page2.s4 .c.s2_4 .c-pad,#stacks_in_6905_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6905_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6905_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6905_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_30699_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_30699_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_30699_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_30699_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_30699_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_30699_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_30699_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_30699_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_30699_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_30705_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_30705_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_30705_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_30705_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_30705_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_30705_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_30705_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_30705_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_30705_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_30705_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_30705_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_30705_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_30705_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_30705_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6911_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6911_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6911_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6911_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6911_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6911_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6911_page2.responsive.open{max-height:500px}}#stacks_in_6911_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6911_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6911_page2_container.responsive{height:500px}}
#stacks_in_6913_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6913_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6913_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6913_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6913_page2.s3 .c.s2_3 .count,#stacks_in_6913_page2.s4 .c.s2_4 .count,#stacks_in_6913_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6913_page2.s2 .c.s1_2 .c-pad,#stacks_in_6913_page2.s3 .c.s1_3 .c-pad,#stacks_in_6913_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6913_page2.s3 .c.s2_3 .c-pad,#stacks_in_6913_page2.s4 .c.s2_4 .c-pad,#stacks_in_6913_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6913_page2.s2 .c.s2_2 .c-pad,#stacks_in_6913_page2.s3 .c.s3_3 .c-pad,#stacks_in_6913_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6913_page2 .c+.c .count,
	#stacks_in_6913_page2.s3 .c.s2_3 .count,
	#stacks_in_6913_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6913_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6913_page2 .c:first-child,#stacks_in_6913_page2.s4 .c.s1_4,#stacks_in_6913_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6913_page2 .c:last-child,#stacks_in_6913_page2.s4 .c.s3_4,#stacks_in_6913_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6913_page2.s2 .c-pad,#stacks_in_6913_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6913_page2.s4 .c.s2_4 .count,
	#stacks_in_6913_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6913_page2.s4 .c {width: 49.2%;}
	#stacks_in_6913_page2.s4 .c.s1_4 .c-pad,#stacks_in_6913_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6913_page2.s4 .c.s2_4 .c-pad,#stacks_in_6913_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6913_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6913_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6913_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_6983_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6983_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6983_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6983_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6983_page2.s3 .c.s2_3 .count,#stacks_in_6983_page2.s4 .c.s2_4 .count,#stacks_in_6983_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6983_page2.s2 .c.s1_2 .c-pad,#stacks_in_6983_page2.s3 .c.s1_3 .c-pad,#stacks_in_6983_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6983_page2.s3 .c.s2_3 .c-pad,#stacks_in_6983_page2.s4 .c.s2_4 .c-pad,#stacks_in_6983_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6983_page2.s2 .c.s2_2 .c-pad,#stacks_in_6983_page2.s3 .c.s3_3 .c-pad,#stacks_in_6983_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6983_page2 .c+.c .count,
	#stacks_in_6983_page2.s3 .c.s2_3 .count,
	#stacks_in_6983_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6983_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6983_page2 .c:first-child,#stacks_in_6983_page2.s4 .c.s1_4,#stacks_in_6983_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6983_page2 .c:last-child,#stacks_in_6983_page2.s4 .c.s3_4,#stacks_in_6983_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6983_page2.s2 .c-pad,#stacks_in_6983_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6983_page2.s4 .c.s2_4 .count,
	#stacks_in_6983_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6983_page2.s4 .c {width: 49.2%;}
	#stacks_in_6983_page2.s4 .c.s1_4 .c-pad,#stacks_in_6983_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6983_page2.s4 .c.s2_4 .c-pad,#stacks_in_6983_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6983_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6983_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6983_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_30649_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_30649_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_30649_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_30649_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_30649_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_30649_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_30649_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_30649_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_30649_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_30655_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_30655_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_30655_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_30655_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_30655_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_30655_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_30655_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_30655_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_30655_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_30655_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_30655_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_30655_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_30655_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_30655_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_6989_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_6989_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_6989_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_6989_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_6989_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_6989_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_6989_page2.responsive.open{max-height:500px}}#stacks_in_6989_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_6989_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_6989_page2_container.responsive{height:500px}}
#stacks_in_6991_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_6991_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_6991_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_6991_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_6991_page2.s3 .c.s2_3 .count,#stacks_in_6991_page2.s4 .c.s2_4 .count,#stacks_in_6991_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_6991_page2.s2 .c.s1_2 .c-pad,#stacks_in_6991_page2.s3 .c.s1_3 .c-pad,#stacks_in_6991_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_6991_page2.s3 .c.s2_3 .c-pad,#stacks_in_6991_page2.s4 .c.s2_4 .c-pad,#stacks_in_6991_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_6991_page2.s2 .c.s2_2 .c-pad,#stacks_in_6991_page2.s3 .c.s3_3 .c-pad,#stacks_in_6991_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_6991_page2 .c+.c .count,
	#stacks_in_6991_page2.s3 .c.s2_3 .count,
	#stacks_in_6991_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_6991_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_6991_page2 .c:first-child,#stacks_in_6991_page2.s4 .c.s1_4,#stacks_in_6991_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_6991_page2 .c:last-child,#stacks_in_6991_page2.s4 .c.s3_4,#stacks_in_6991_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_6991_page2.s2 .c-pad,#stacks_in_6991_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_6991_page2.s4 .c.s2_4 .count,
	#stacks_in_6991_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_6991_page2.s4 .c {width: 49.2%;}
	#stacks_in_6991_page2.s4 .c.s1_4 .c-pad,#stacks_in_6991_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_6991_page2.s4 .c.s2_4 .c-pad,#stacks_in_6991_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_6991_page2 .count{ margin-left: 0 !important;}
	#stacks_in_6991_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_6991_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_7179_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7179_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7179_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7179_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7179_page2.s3 .c.s2_3 .count,#stacks_in_7179_page2.s4 .c.s2_4 .count,#stacks_in_7179_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7179_page2.s2 .c.s1_2 .c-pad,#stacks_in_7179_page2.s3 .c.s1_3 .c-pad,#stacks_in_7179_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7179_page2.s3 .c.s2_3 .c-pad,#stacks_in_7179_page2.s4 .c.s2_4 .c-pad,#stacks_in_7179_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7179_page2.s2 .c.s2_2 .c-pad,#stacks_in_7179_page2.s3 .c.s3_3 .c-pad,#stacks_in_7179_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7179_page2 .c+.c .count,
	#stacks_in_7179_page2.s3 .c.s2_3 .count,
	#stacks_in_7179_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7179_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7179_page2 .c:first-child,#stacks_in_7179_page2.s4 .c.s1_4,#stacks_in_7179_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7179_page2 .c:last-child,#stacks_in_7179_page2.s4 .c.s3_4,#stacks_in_7179_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7179_page2.s2 .c-pad,#stacks_in_7179_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7179_page2.s4 .c.s2_4 .count,
	#stacks_in_7179_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7179_page2.s4 .c {width: 49.2%;}
	#stacks_in_7179_page2.s4 .c.s1_4 .c-pad,#stacks_in_7179_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7179_page2.s4 .c.s2_4 .c-pad,#stacks_in_7179_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7179_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7179_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7179_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_30599_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_30599_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_30599_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_30599_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_30599_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_30599_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_30599_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_30599_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_30599_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_30605_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_30605_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_30605_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_30605_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_30605_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_30605_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_30605_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_30605_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_30605_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_30605_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_30605_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_30605_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_30605_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_30605_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_7185_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_7185_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_7185_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_7185_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_7185_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_7185_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_7185_page2.responsive.open{max-height:500px}}#stacks_in_7185_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_7185_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_7185_page2_container.responsive{height:500px}}
#stacks_in_7189_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7189_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7189_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7189_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7189_page2.s3 .c.s2_3 .count,#stacks_in_7189_page2.s4 .c.s2_4 .count,#stacks_in_7189_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7189_page2.s2 .c.s1_2 .c-pad,#stacks_in_7189_page2.s3 .c.s1_3 .c-pad,#stacks_in_7189_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7189_page2.s3 .c.s2_3 .c-pad,#stacks_in_7189_page2.s4 .c.s2_4 .c-pad,#stacks_in_7189_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7189_page2.s2 .c.s2_2 .c-pad,#stacks_in_7189_page2.s3 .c.s3_3 .c-pad,#stacks_in_7189_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7189_page2 .c+.c .count,
	#stacks_in_7189_page2.s3 .c.s2_3 .count,
	#stacks_in_7189_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7189_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7189_page2 .c:first-child,#stacks_in_7189_page2.s4 .c.s1_4,#stacks_in_7189_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7189_page2 .c:last-child,#stacks_in_7189_page2.s4 .c.s3_4,#stacks_in_7189_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7189_page2.s2 .c-pad,#stacks_in_7189_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7189_page2.s4 .c.s2_4 .count,
	#stacks_in_7189_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7189_page2.s4 .c {width: 49.2%;}
	#stacks_in_7189_page2.s4 .c.s1_4 .c-pad,#stacks_in_7189_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7189_page2.s4 .c.s2_4 .c-pad,#stacks_in_7189_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7189_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7189_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7189_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_7101_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7101_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7101_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7101_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7101_page2.s3 .c.s2_3 .count,#stacks_in_7101_page2.s4 .c.s2_4 .count,#stacks_in_7101_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7101_page2.s2 .c.s1_2 .c-pad,#stacks_in_7101_page2.s3 .c.s1_3 .c-pad,#stacks_in_7101_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7101_page2.s3 .c.s2_3 .c-pad,#stacks_in_7101_page2.s4 .c.s2_4 .c-pad,#stacks_in_7101_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7101_page2.s2 .c.s2_2 .c-pad,#stacks_in_7101_page2.s3 .c.s3_3 .c-pad,#stacks_in_7101_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7101_page2 .c+.c .count,
	#stacks_in_7101_page2.s3 .c.s2_3 .count,
	#stacks_in_7101_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7101_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7101_page2 .c:first-child,#stacks_in_7101_page2.s4 .c.s1_4,#stacks_in_7101_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7101_page2 .c:last-child,#stacks_in_7101_page2.s4 .c.s3_4,#stacks_in_7101_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7101_page2.s2 .c-pad,#stacks_in_7101_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7101_page2.s4 .c.s2_4 .count,
	#stacks_in_7101_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7101_page2.s4 .c {width: 49.2%;}
	#stacks_in_7101_page2.s4 .c.s1_4 .c-pad,#stacks_in_7101_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7101_page2.s4 .c.s2_4 .c-pad,#stacks_in_7101_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7101_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7101_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7101_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_30549_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_30549_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_30549_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_30549_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_30549_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_30549_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_30549_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_30549_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_30549_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_30555_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_30555_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_30555_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_30555_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_30555_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_30555_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_30555_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_30555_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_30555_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_30555_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_30555_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_30555_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_30555_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_30555_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_7107_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_7107_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_7107_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_7107_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_7107_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_7107_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_7107_page2.responsive.open{max-height:500px}}#stacks_in_7107_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_7107_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_7107_page2_container.responsive{height:500px}}
#stacks_in_7109_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7109_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7109_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7109_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7109_page2.s3 .c.s2_3 .count,#stacks_in_7109_page2.s4 .c.s2_4 .count,#stacks_in_7109_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7109_page2.s2 .c.s1_2 .c-pad,#stacks_in_7109_page2.s3 .c.s1_3 .c-pad,#stacks_in_7109_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7109_page2.s3 .c.s2_3 .c-pad,#stacks_in_7109_page2.s4 .c.s2_4 .c-pad,#stacks_in_7109_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7109_page2.s2 .c.s2_2 .c-pad,#stacks_in_7109_page2.s3 .c.s3_3 .c-pad,#stacks_in_7109_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7109_page2 .c+.c .count,
	#stacks_in_7109_page2.s3 .c.s2_3 .count,
	#stacks_in_7109_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7109_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7109_page2 .c:first-child,#stacks_in_7109_page2.s4 .c.s1_4,#stacks_in_7109_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7109_page2 .c:last-child,#stacks_in_7109_page2.s4 .c.s3_4,#stacks_in_7109_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7109_page2.s2 .c-pad,#stacks_in_7109_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7109_page2.s4 .c.s2_4 .count,
	#stacks_in_7109_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7109_page2.s4 .c {width: 49.2%;}
	#stacks_in_7109_page2.s4 .c.s1_4 .c-pad,#stacks_in_7109_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7109_page2.s4 .c.s2_4 .c-pad,#stacks_in_7109_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7109_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7109_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7109_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_7293_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7293_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7293_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7293_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7293_page2.s3 .c.s2_3 .count,#stacks_in_7293_page2.s4 .c.s2_4 .count,#stacks_in_7293_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7293_page2.s2 .c.s1_2 .c-pad,#stacks_in_7293_page2.s3 .c.s1_3 .c-pad,#stacks_in_7293_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7293_page2.s3 .c.s2_3 .c-pad,#stacks_in_7293_page2.s4 .c.s2_4 .c-pad,#stacks_in_7293_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7293_page2.s2 .c.s2_2 .c-pad,#stacks_in_7293_page2.s3 .c.s3_3 .c-pad,#stacks_in_7293_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7293_page2 .c+.c .count,
	#stacks_in_7293_page2.s3 .c.s2_3 .count,
	#stacks_in_7293_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7293_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7293_page2 .c:first-child,#stacks_in_7293_page2.s4 .c.s1_4,#stacks_in_7293_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7293_page2 .c:last-child,#stacks_in_7293_page2.s4 .c.s3_4,#stacks_in_7293_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7293_page2.s2 .c-pad,#stacks_in_7293_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7293_page2.s4 .c.s2_4 .count,
	#stacks_in_7293_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7293_page2.s4 .c {width: 49.2%;}
	#stacks_in_7293_page2.s4 .c.s1_4 .c-pad,#stacks_in_7293_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7293_page2.s4 .c.s2_4 .c-pad,#stacks_in_7293_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7293_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7293_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7293_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_30499_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_30499_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_30499_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_30499_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_30499_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_30499_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_30499_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_30499_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_30499_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_30505_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_30505_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_30505_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_30505_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_30505_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_30505_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_30505_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_30505_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_30505_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_30505_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_30505_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_30505_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_30505_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_30505_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_7299_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_7299_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_7299_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_7299_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_7299_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_7299_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_7299_page2.responsive.open{max-height:500px}}#stacks_in_7299_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_7299_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_7299_page2_container.responsive{height:500px}}
#stacks_in_7301_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7301_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7301_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7301_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7301_page2.s3 .c.s2_3 .count,#stacks_in_7301_page2.s4 .c.s2_4 .count,#stacks_in_7301_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7301_page2.s2 .c.s1_2 .c-pad,#stacks_in_7301_page2.s3 .c.s1_3 .c-pad,#stacks_in_7301_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7301_page2.s3 .c.s2_3 .c-pad,#stacks_in_7301_page2.s4 .c.s2_4 .c-pad,#stacks_in_7301_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7301_page2.s2 .c.s2_2 .c-pad,#stacks_in_7301_page2.s3 .c.s3_3 .c-pad,#stacks_in_7301_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7301_page2 .c+.c .count,
	#stacks_in_7301_page2.s3 .c.s2_3 .count,
	#stacks_in_7301_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7301_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7301_page2 .c:first-child,#stacks_in_7301_page2.s4 .c.s1_4,#stacks_in_7301_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7301_page2 .c:last-child,#stacks_in_7301_page2.s4 .c.s3_4,#stacks_in_7301_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7301_page2.s2 .c-pad,#stacks_in_7301_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7301_page2.s4 .c.s2_4 .count,
	#stacks_in_7301_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7301_page2.s4 .c {width: 49.2%;}
	#stacks_in_7301_page2.s4 .c.s1_4 .c-pad,#stacks_in_7301_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7301_page2.s4 .c.s2_4 .c-pad,#stacks_in_7301_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7301_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7301_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7301_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_7407_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7407_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7407_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7407_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7407_page2.s3 .c.s2_3 .count,#stacks_in_7407_page2.s4 .c.s2_4 .count,#stacks_in_7407_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7407_page2.s2 .c.s1_2 .c-pad,#stacks_in_7407_page2.s3 .c.s1_3 .c-pad,#stacks_in_7407_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7407_page2.s3 .c.s2_3 .c-pad,#stacks_in_7407_page2.s4 .c.s2_4 .c-pad,#stacks_in_7407_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7407_page2.s2 .c.s2_2 .c-pad,#stacks_in_7407_page2.s3 .c.s3_3 .c-pad,#stacks_in_7407_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7407_page2 .c+.c .count,
	#stacks_in_7407_page2.s3 .c.s2_3 .count,
	#stacks_in_7407_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7407_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7407_page2 .c:first-child,#stacks_in_7407_page2.s4 .c.s1_4,#stacks_in_7407_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7407_page2 .c:last-child,#stacks_in_7407_page2.s4 .c.s3_4,#stacks_in_7407_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7407_page2.s2 .c-pad,#stacks_in_7407_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7407_page2.s4 .c.s2_4 .count,
	#stacks_in_7407_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7407_page2.s4 .c {width: 49.2%;}
	#stacks_in_7407_page2.s4 .c.s1_4 .c-pad,#stacks_in_7407_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7407_page2.s4 .c.s2_4 .c-pad,#stacks_in_7407_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7407_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7407_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7407_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_30449_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_30449_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_30449_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_30449_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_30449_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_30449_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_30449_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_30449_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_30449_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_30455_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_30455_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_30455_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_30455_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_30455_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_30455_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_30455_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_30455_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_30455_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_30455_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_30455_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_30455_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_30455_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_30455_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_7413_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_7413_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_7413_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_7413_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_7413_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_7413_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_7413_page2.responsive.open{max-height:500px}}#stacks_in_7413_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_7413_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_7413_page2_container.responsive{height:500px}}
#stacks_in_7415_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_7415_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_7415_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_7415_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_7415_page2.s3 .c.s2_3 .count,#stacks_in_7415_page2.s4 .c.s2_4 .count,#stacks_in_7415_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_7415_page2.s2 .c.s1_2 .c-pad,#stacks_in_7415_page2.s3 .c.s1_3 .c-pad,#stacks_in_7415_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_7415_page2.s3 .c.s2_3 .c-pad,#stacks_in_7415_page2.s4 .c.s2_4 .c-pad,#stacks_in_7415_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_7415_page2.s2 .c.s2_2 .c-pad,#stacks_in_7415_page2.s3 .c.s3_3 .c-pad,#stacks_in_7415_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_7415_page2 .c+.c .count,
	#stacks_in_7415_page2.s3 .c.s2_3 .count,
	#stacks_in_7415_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_7415_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_7415_page2 .c:first-child,#stacks_in_7415_page2.s4 .c.s1_4,#stacks_in_7415_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_7415_page2 .c:last-child,#stacks_in_7415_page2.s4 .c.s3_4,#stacks_in_7415_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_7415_page2.s2 .c-pad,#stacks_in_7415_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_7415_page2.s4 .c.s2_4 .count,
	#stacks_in_7415_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_7415_page2.s4 .c {width: 49.2%;}
	#stacks_in_7415_page2.s4 .c.s1_4 .c-pad,#stacks_in_7415_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_7415_page2.s4 .c.s2_4 .c-pad,#stacks_in_7415_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_7415_page2 .count{ margin-left: 0 !important;}
	#stacks_in_7415_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_7415_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_4583_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_4583_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_4583_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_4583_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_4583_page2.s3 .c.s2_3 .count,#stacks_in_4583_page2.s4 .c.s2_4 .count,#stacks_in_4583_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_4583_page2.s2 .c.s1_2 .c-pad,#stacks_in_4583_page2.s3 .c.s1_3 .c-pad,#stacks_in_4583_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_4583_page2.s3 .c.s2_3 .c-pad,#stacks_in_4583_page2.s4 .c.s2_4 .c-pad,#stacks_in_4583_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_4583_page2.s2 .c.s2_2 .c-pad,#stacks_in_4583_page2.s3 .c.s3_3 .c-pad,#stacks_in_4583_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_4583_page2 .c+.c .count,
	#stacks_in_4583_page2.s3 .c.s2_3 .count,
	#stacks_in_4583_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_4583_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_4583_page2 .c:first-child,#stacks_in_4583_page2.s4 .c.s1_4,#stacks_in_4583_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_4583_page2 .c:last-child,#stacks_in_4583_page2.s4 .c.s3_4,#stacks_in_4583_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_4583_page2.s2 .c-pad,#stacks_in_4583_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_4583_page2.s4 .c.s2_4 .count,
	#stacks_in_4583_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_4583_page2.s4 .c {width: 49.2%;}
	#stacks_in_4583_page2.s4 .c.s1_4 .c-pad,#stacks_in_4583_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_4583_page2.s4 .c.s2_4 .c-pad,#stacks_in_4583_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_4583_page2 .count{ margin-left: 0 !important;}
	#stacks_in_4583_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_4583_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_4583_page2 {
	padding:  1px;
}
#stacks_in_45479_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45479_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45479_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45479_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45479_page2.s3 .c.s2_3 .count,#stacks_in_45479_page2.s4 .c.s2_4 .count,#stacks_in_45479_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45479_page2.s2 .c.s1_2 .c-pad,#stacks_in_45479_page2.s3 .c.s1_3 .c-pad,#stacks_in_45479_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45479_page2.s3 .c.s2_3 .c-pad,#stacks_in_45479_page2.s4 .c.s2_4 .c-pad,#stacks_in_45479_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45479_page2.s2 .c.s2_2 .c-pad,#stacks_in_45479_page2.s3 .c.s3_3 .c-pad,#stacks_in_45479_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45479_page2 .c+.c .count,
	#stacks_in_45479_page2.s3 .c.s2_3 .count,
	#stacks_in_45479_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45479_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45479_page2 .c:first-child,#stacks_in_45479_page2.s4 .c.s1_4,#stacks_in_45479_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45479_page2 .c:last-child,#stacks_in_45479_page2.s4 .c.s3_4,#stacks_in_45479_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45479_page2.s2 .c-pad,#stacks_in_45479_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45479_page2.s4 .c.s2_4 .count,
	#stacks_in_45479_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45479_page2.s4 .c {width: 49.2%;}
	#stacks_in_45479_page2.s4 .c.s1_4 .c-pad,#stacks_in_45479_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45479_page2.s4 .c.s2_4 .c-pad,#stacks_in_45479_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45479_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45479_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45479_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_45480_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_45480_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_45480_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_45480_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_45480_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_45480_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_45480_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_45480_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_45480_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_45482_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_45482_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_45482_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_45482_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_45482_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_45482_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_45482_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_45482_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_45482_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_45482_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_45482_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_45482_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_45482_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_45482_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_45489_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_45489_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_45489_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_45489_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_45489_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_45489_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_45489_page2.responsive.open{max-height:500px}}#stacks_in_45489_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_45489_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_45489_page2_container.responsive{height:500px}}
#stacks_in_45490_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_45490_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_45490_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_45490_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_45490_page2.s3 .c.s2_3 .count,#stacks_in_45490_page2.s4 .c.s2_4 .count,#stacks_in_45490_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_45490_page2.s2 .c.s1_2 .c-pad,#stacks_in_45490_page2.s3 .c.s1_3 .c-pad,#stacks_in_45490_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_45490_page2.s3 .c.s2_3 .c-pad,#stacks_in_45490_page2.s4 .c.s2_4 .c-pad,#stacks_in_45490_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_45490_page2.s2 .c.s2_2 .c-pad,#stacks_in_45490_page2.s3 .c.s3_3 .c-pad,#stacks_in_45490_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_45490_page2 .c+.c .count,
	#stacks_in_45490_page2.s3 .c.s2_3 .count,
	#stacks_in_45490_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_45490_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_45490_page2 .c:first-child,#stacks_in_45490_page2.s4 .c.s1_4,#stacks_in_45490_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_45490_page2 .c:last-child,#stacks_in_45490_page2.s4 .c.s3_4,#stacks_in_45490_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_45490_page2.s2 .c-pad,#stacks_in_45490_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_45490_page2.s4 .c.s2_4 .count,
	#stacks_in_45490_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_45490_page2.s4 .c {width: 49.2%;}
	#stacks_in_45490_page2.s4 .c.s1_4 .c-pad,#stacks_in_45490_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_45490_page2.s4 .c.s2_4 .c-pad,#stacks_in_45490_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_45490_page2 .count{ margin-left: 0 !important;}
	#stacks_in_45490_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_45490_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_30376_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_30376_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_30376_page2 img.show{opacity: 1;}


.ncp img{width: 100%;height: auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_30376_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_30376_page2.s3 .c.s2_3 .count,#stacks_in_30376_page2.s4 .c.s2_4 .count,#stacks_in_30376_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_30376_page2.s2 .c.s1_2 .c-pad,#stacks_in_30376_page2.s3 .c.s1_3 .c-pad,#stacks_in_30376_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_30376_page2.s3 .c.s2_3 .c-pad,#stacks_in_30376_page2.s4 .c.s2_4 .c-pad,#stacks_in_30376_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_30376_page2.s2 .c.s2_2 .c-pad,#stacks_in_30376_page2.s3 .c.s3_3 .c-pad,#stacks_in_30376_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_30376_page2 .c+.c .count,
	#stacks_in_30376_page2.s3 .c.s2_3 .count,
	#stacks_in_30376_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_30376_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_30376_page2 .c:first-child,#stacks_in_30376_page2.s4 .c.s1_4,#stacks_in_30376_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_30376_page2 .c:last-child,#stacks_in_30376_page2.s4 .c.s3_4,#stacks_in_30376_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_30376_page2.s2 .c-pad,#stacks_in_30376_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_30376_page2.s4 .c.s2_4 .count,
	#stacks_in_30376_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_30376_page2.s4 .c {width: 49.2%;}
	#stacks_in_30376_page2.s4 .c.s1_4 .c-pad,#stacks_in_30376_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_30376_page2.s4 .c.s2_4 .c-pad,#stacks_in_30376_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_30376_page2 .count{ margin-left: 0 !important;}
	#stacks_in_30376_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_30376_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

#stacks_in_30411_page2 .flexfix_outerwrap {
display: block;
}

#stacks_in_30411_page2 .flexfix_innerwrap {
opacity: 1;
float:none;
display: block;
margin-left: auto;
margin-right: auto;
text-align: Left;

background: #FFFFFF;
 
 
}

#stacks_in_30411_page2 .flexfix_headerrow {
display: block;
}

#stacks_in_30411_page2 .flexfix_bottomrow {
display: block;
margin-left: auto;
margin-right: auto;
 
clear:both !important;
}

#stacks_in_30411_page2 .flexfix_leftcolumn {
display: block;

background: #FFFFFF;
 
overflow: auto;
margin-right: 110px;
 

 
}

#stacks_in_30411_page2 .flexfix_rightcolumn {
display: block;
float: right;
width: 110px;
overflow: auto;
 

 

padding-left: 0px;
}

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


#stacks_in_30411_page2 .flexfix_innerwrap {

background: #FFFFFF;
 
}

#stacks_in_30411_page2 .flexfix_rightcolumn {
display: block;
width: 100%;
height: auto;
padding-left: 0px;

display:none;

}

#stacks_in_30411_page2 .flexfix_leftcolumn {
/*padding-left: id=flexfix_nicepadding%px !important;*/
display: block;

background: #FFFFFF;
 
margin-right: 0px;
height: auto;
float: left;
}
 
}



.flexfixcolorbox
{
	padding: 12px !important;
	margin-bottom: 0px !important;
}


#stacks_in_30398_page2 .button_label {
	font: 500 12px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height:2em;
	line-height:2em;
	display: inline-block;
	
	
}





#stacks_in_30398_page2 .sweet_button_wrapper {
	text-align:right;

	
		height:24px;
	
}

@media screen and (max-width:500px){ /* iPhone Landscape */
	#stacks_in_30398_page2 .sweet_button_wrapper {
		
			height:20px;
		
	}

	

	#stacks_in_30398_page2 .button_label {
		font: 500 10px/150% "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
		line-height:2em;
	}
}

#stacks_in_30398_page2 a.sweet_button {
	cursor: pointer;
	display:inline-block;
	margin:0;
	padding:0px 10px;
	text-decoration:none;
	text-align:center;
	color:rgba(102, 102, 102, 1.00);
	border-style:solid;
	border-width:1px;
	border-color:rgba(204, 204, 204, 1.00);
	border-radius:3px;
	background:rgba(255, 255, 255, 1.00);
}
#stacks_in_30398_page2 a.sweet_button:visited {
	color:rgba(102, 102, 102, 1.00);
}

#stacks_in_30398_page2 a.sweet_button:hover {
	border-color:rgba(102, 102, 102, 1.00);
}







	#stacks_in_30398_page2 .sweet_button {
		-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
		        box-shadow: 0px 2px 5px rgba(0,0,0,0.75);
	}
	#stacks_in_30398_page2 .sweet_button_wrapper{padding-bottom:13px;}


#stacks_in_30398_page2 .sweet_button:hover {
	color:rgba(102, 102, 102, 1.00);
	background: rgba(255, 255, 255, 1.00);
}
#stacks_in_30398_page2 .sweet_button:active{
	background: rgba(235, 235, 235, 1.00);
}
#stacks_in_30398_page2 .sweet_button.clicked {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(204, 204, 204, 1.00);
}
#stacks_in_30398_page2 .sweet_button.clicked:hover {
	background: rgba(255, 255, 255, 1.00);
	border-color:rgba(102, 102, 102, 1.00);
}
#stacks_in_30398_page2 .sweet_button.clicked:active{
	background: rgba(235, 235, 235, 1.00);
}







#stacks_in_30382_page2 .pab-wrapper{-webkit-box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;box-shadow:0px 0px 0px rgba(230, 230, 230, 1.00) inset;padding:20px}.pab-launcher:hover,.peek-a-boo:hover{cursor:pointer} #stacks_in_30382_page2{overflow:hidden;max-height:0px;-webkit-transition:max-height 700ms ease-in-out 0ms;transition:max-height 700ms ease-in-out 0ms}#stacks_in_30382_page2.open{max-height:1500px}@media screen and (max-width:400px){#stacks_in_30382_page2.responsive{max-height:0px}}@media screen and (max-width:770px){#stacks_in_30382_page2.responsive{max-height:0px}}@media screen and (max-width:400px){#stacks_in_30382_page2.responsive.open{max-height:500px}}@media screen and (max-width:770px){#stacks_in_30382_page2.responsive.open{max-height:500px}}#stacks_in_30382_page2_container{height:1500px}@media screen and (max-width:400px){#stacks_in_30382_page2_container.responsive{height:500px}}@media screen and (max-width:770px){#stacks_in_30382_page2_container.responsive{height:500px}}
#stacks_in_30384_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


#stacks_in_30384_page2 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_30384_page2 img.show{opacity: 1;}


.ncp img{max-width:100%;height:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_30384_page2 .c+.c .count{margin-left: 4pxpx;}
#stacks_in_30384_page2.s3 .c.s2_3 .count,#stacks_in_30384_page2.s4 .c.s2_4 .count,#stacks_in_30384_page2.s4 .c.s3_4 .count{ margin-left: %(4px >> 1)%px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

.ncp .g:before,.ncp .g:after{content:"";display:table;}
.ncp .g:after{clear:both;}
.ncp .c{display: block;float:left;margin: 1% 0 1% 1.6%;}
.s1_1,.s1_2,.s1_3,.s1_4{margin: 1% 0;}

.ncp .c:first-child { margin-left: 0; }

#stacks_in_30384_page2.s2 .c.s1_2 .c-pad,#stacks_in_30384_page2.s3 .c.s1_3 .c-pad,#stacks_in_30384_page2.s4 .c.s1_4 .c-pad{padding: 0 4pxpx 0 0;}
#stacks_in_30384_page2.s3 .c.s2_3 .c-pad,#stacks_in_30384_page2.s4 .c.s2_4 .c-pad,#stacks_in_30384_page2.s4 .c.s3_4 .c-pad{ padding: 0 %(4px >> 1)%px;}
#stacks_in_30384_page2.s2 .c.s2_2 .c-pad,#stacks_in_30384_page2.s3 .c.s3_3 .c-pad,#stacks_in_30384_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
.ncp.s1>.c{width: 100%;}.ncp.s2>.c{width: 49.2%;}.ncp.s3>.c{width: 32.26%;}.ncp.s4>.c{width: 23.8%;}

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

	#stacks_in_30384_page2 .c+.c .count,
	#stacks_in_30384_page2.s3 .c.s2_3 .count,
	#stacks_in_30384_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_30384_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_30384_page2 .c:first-child,#stacks_in_30384_page2.s4 .c.s1_4,#stacks_in_30384_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_30384_page2 .c:last-child,#stacks_in_30384_page2.s4 .c.s3_4,#stacks_in_30384_page2.s4 .c.s4_4{ padding: 4px 0 0;}

	#stacks_in_30384_page2.s2 .c-pad,#stacks_in_30384_page2.s3 .c-pad{ padding: 0 !important;}

	#stacks_in_30384_page2.s4 .c.s2_4 .count,
	#stacks_in_30384_page2.s4 .c.s4_4 .count{ margin-left: 4pxpx;}
	#stacks_in_30384_page2.s4 .c {width: 49.2%;}
	#stacks_in_30384_page2.s4 .c.s1_4 .c-pad,#stacks_in_30384_page2.s4 .c.s3_4 .c-pad{ padding: 0 4pxpx 0 0;}
	#stacks_in_30384_page2.s4 .c.s2_4 .c-pad,#stacks_in_30384_page2.s4 .c.s4_4 .c-pad{ padding: 0 0 0 4pxpx;}
}

@media only screen and (max-width: 300px) {
	#stacks_in_30384_page2 .count{ margin-left: 0 !important;}
	#stacks_in_30384_page2 .c .c-pad{padding: 0 !important;}
	#stacks_in_30384_page2.s4 .c{width: 100%;}
}

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
#stacks_in_6189_page2 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_6189_page2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_6189_page2 {
	margin:  5px;
	padding:  5px;
}

#stacks_in_pp36883_n36909_n3_page2 {
	line-height: 2em;
	font-size: 125%;
	font-weight: bolder;
}
#stacks_in_pp36883_n36902_n1_page2 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_pp36883_n36902_n1_page2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#FFFFFF; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_pp36883_n36902_n1_page2 {
	margin:  5px;
	padding:  5px;
}
@font-face {
	font-family: 'icomoon';
	src: url("../Alex-Tyrrell-Publications_files/icons/icomoon.eot?hg8hv3");
	src: url("../Alex-Tyrrell-Publications_files/icons/icomoon.eot?#iefixhg8hv3") format("embedded-opentype"), url("../Alex-Tyrrell-Publications_files/icons/icomoon.woff2?hg8hv3") format("woff2"), url("../Alex-Tyrrell-Publications_files/icons/icomoon.ttf?hg8hv3") format("truetype"), url("../Alex-Tyrrell-Publications_files/icons/icomoon.woff?hg8hv3") format("woff"), url("../Alex-Tyrrell-Publications_files/icons/icomoon.svg?hg8hv3#icomoon") format("svg");
	font-weight: normal;
	font-style: normal; }
[class^="sp-icon-"], [class*=" sp-icon-"] {
	font-family: 'icomoon';
	speak: none;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.sp-icon-chevron-rounded:before{content: "\e600"; }
.sp-icon-chevron-rounded-thick:before{content: "\e601"; }
.sp-icon-chevron-thin:before{content: "\e602"; }
.sp-icon-chevron-thick:before{content: "\e603"; }
.sp-icon-arrow:before{content: "\e604"; }
.sp-icon-arrow-thin:before{content: "\e605"; }
.sp-icon-arrow-thick:before{content: "\e606"; }
.sp-icon-round-1:before{content: "\e607"; }
.sp-icon-round-2:before{content: "\e608"; }
.sp-icon-round-3:before{content: "\e609"; }
.sp-icon-round-4:before{content: "\e60a"; }

#ncd-sp-arrow {
	display: inline-block;
	line-height: 0;
	z-index: 10000;
	padding: 3px;
	background: #FFFFFF;
	border-radius: 7px;
	border-width: 1px;
	border-style: solid;
	box-shadow: rgba(0,0,0,0.2) 0 1px 3px;
	
	
	opacity: 0;
	border-color: #000000;
}
#ncd-sp-arrow i {font-size: 24px;}
#ncd-sp-arrow.show i {cursor: pointer;}


#ncd-sp-arrow {
	position: fixed;
	opacity: 0;
	margin: 2%;
	-webkit-transition: opacity 150ms, -webkit-transform 150ms;
	transition: opacity 150ms, transform 150ms;
	-webkit-transform: translateX(30px);
			-ms-transform: translateX(30px);
					transform: translateX(30px);}

#ncd-sp-arrow.show.down-amount, 
#ncd-sp-arrow.show.down-container{
-webkit-transition: opacity 750ms 0, -webkit-transform 750ms 0;
	transition: opacity 750ms 0, transform 750ms 0;
}

#ncd-sp-arrow .rotateThis{
	-webkit-transition: -webkit-transform 700ms;
					transition: transform 700ms;}

#ncd-sp-arrow.show.down-amount .rotateThis, 
#ncd-sp-arrow.show.down-container .rotateThis{
	position: relative;
	-webkit-transform: rotate(-180deg);
					transform: rotate(-180deg);}
#ncd-sp-arrow.down-amount .rotateThis, 
#ncd-sp-arrow.down-container .rotateThis{
	position: relative;
	-webkit-transform: rotate(0);
					transform: rotate(0);}

#ncd-sp-arrow.show {
	opacity: 1; 
	-webkit-transform: rotateY(0) translateX(0) translateY(0) scale(1);
					transform: rotateY(0) translateX(0) translateY(0) scale(1);}

#ncd-sp-arrow.tl{top: 0;left: 0; }
#ncd-sp-arrow.tc{top: 0;left: 50%; }
#ncd-sp-arrow.tr{top: 0;right: 0; }
#ncd-sp-arrow.bl{bottom: 0;left: 0; }
#ncd-sp-arrow.bc{bottom: 0;left: 50%; }
#ncd-sp-arrow.br{bottom: 0;right: 0; }

@media screen and (max-width: 200px) {
	#ncd-sp-arrow{
		display: none;
	}
}


