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


#stacks_in_25 img{opacity: 0;-webkit-transition:opacity 1s ease-out;-moz-transition:opacity 1s ease-out;-o-animation: opLoad 1s ease-out;transition:opacity 1s ease-out;}
#stacks_in_25 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_25 .c+.c .count{margin-left: 4px;}
#stacks_in_25.s3 .c.s2_3 .count,#stacks_in_25.s4 .c.s2_4 .count,#stacks_in_25.s4 .c.s3_4 .count{ margin-left: 2px;}
.ncp .count:before{counter-increment: section;content: 'Column 'counter(section) '';}

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

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

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

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

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

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

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

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

@-webkit-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes opLoad {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
.b-switch,
.a-switch {
  visibility: hidden;
  position: absolute;
  top: -99999;
  left: -99999;
  opacity: 0;
  transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
}
.b-switch.show,
.a-switch.show {
  visibility: visible;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
}

.b-switch.stacks_in_26,
.a-switch.stacks_in_26 {
  margin-top: 10px;
}
#ab-switch-stacks_in_26{
  position: relative;
  color: #808080;
  padding-top:0;
  padding-bottom:10px;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 260px;
}
#ab-switch-stacks_in_26:after {
  content: "";
  display: table;
  clear: both;
}
#ab-switch-stacks_in_26.ab-break-1 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_26.ab-break-2 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_26.ab-break-3 {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_26.ab-break-4 {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
#ab-switch-stacks_in_26.ab-break-5 {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
}
#ab-switch-stacks_in_26.ab-break-6 {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
#ab-switch-stacks_in_26.ab-break-1,
#ab-switch-stacks_in_26.ab-break-2,
#ab-switch-stacks_in_26.ab-break-3,
#ab-switch-stacks_in_26.ab-break-4 {
  border-bottom-color: #808080;
}
#ab-switch-stacks_in_26 .ab-left,
#ab-switch-stacks_in_26 .ab-right,
#ab-switch-stacks_in_26 .ab-center {
  width: 20%;
  float: left;
}
#ab-switch-stacks_in_26.ab-left .ab-center {
  text-align: left;
}
#ab-switch-stacks_in_26.ab-center .ab-center {
  text-align: center;
}
#ab-switch-stacks_in_26.ab-right .ab-center {
  text-align: right;
}
#ab-switch-stacks_in_26 .ab-center {
  width: 100%;
}
#ab-switch-stacks_in_26 .ab-center ul {
  padding: 0;
  margin: 0;
}
#ab-switch-stacks_in_26 .ab-center ul li {
  -webkit-transition: color 500ms;
  -moz-transition: color 500ms;
  -o-transition: color 500ms;
  transition: color 500ms;
}
#ab-switch-stacks_in_26 .ab-center ul li.ab-option,
#ab-switch-stacks_in_26 .ab-center ul li.ab-controller {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  cursor: pointer;
}
#ab-switch-stacks_in_26 .ab-center ul li.ab-option.show,
#ab-switch-stacks_in_26 .ab-center ul li.ab-controller.show {
  cursor: default;
}
#ab-switch-stacks_in_26 .ab-center ul li.ab-option {
  max-width: 35%;
  display: inline-block !important; 
  line-height: normal;
}
#ab-switch-stacks_in_26 .ab-center ul li:first-child {
  padding-right: 2.5%;
  margin-right: 5px;
}
#ab-switch-stacks_in_26 .ab-center ul li:last-child {
  padding-left: 2.5%;
  margin-left: 5px;
}
#ab-switch-stacks_in_26 .ab-center ul li.show {
  color: #FFE500;
}
#ab-switch-stacks_in_26.ab-square label {
  border-radius: 5px;
}
#ab-switch-stacks_in_26.ab-square label:after {
  border-radius: 3px;
}
#ab-switch-stacks_in_26 label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #808080;
}
#ab-switch-stacks_in_26 label:before,
#ab-switch-stacks_in_26 label:after {
  display: block;
  position: absolute;
  content: "";
}
#ab-switch-stacks_in_26 label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  margin-left: 0;
  background-color: #808080;
  -webkit-transition: margin 0.3s ease-out;
  -moz-transition: margin 0.3s ease-out;
  -o-transition: margin 0.3s ease-out;
  transition: margin 0.3s ease-out;
}
#ab-switch-stacks_in_26.ab-grad label {
  background-image: -webkit-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -moz-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: -o-linear-gradient(top, #999999 0%, #CCCCCC 100%);
  background-image: linear-gradient(to bottom, #999999 0%, #CCCCCC 100%);
}
#ab-switch-stacks_in_26 .ab-toggle {
  display: none;
}
#ab-switch-stacks_in_26.ab-outline label {
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  background-image: none;
  border-color: #808080;
}
#ab-switch-stacks_in_26.ab-outline label:after {
  background-color: #808080;
}
#ab-switch-stacks_in_26.ab-switch-button-1 .ab-left,
#ab-switch-stacks_in_26.ab-switch-button-1 .ab-right {
  height: 20px;
}
#ab-switch-stacks_in_26.ab-switch-button-1.ab-round label {
  border-radius: 20px;
}
#ab-switch-stacks_in_26.ab-switch-button-1.ab-round label:after {
  border-radius: 16px;
}
#ab-switch-stacks_in_26.ab-switch-button-1 label {
  width: 40px;
  height: 20px;
}
#ab-switch-stacks_in_26.ab-switch-button-1 label:after {
  width: 16px;
}
#ab-switch-stacks_in_26.ab-switch-button-1 label.ncd-toggle-switch:after {
  margin-left: 20px;
}
#ab-switch-stacks_in_26.ab-switch-button-2 .ab-left,
#ab-switch-stacks_in_26.ab-switch-button-2 .ab-right {
  height: 23px;
}
#ab-switch-stacks_in_26.ab-switch-button-2.ab-round label {
  border-radius: 23px;
}
#ab-switch-stacks_in_26.ab-switch-button-2.ab-round label:after {
  border-radius: 19px;
}
#ab-switch-stacks_in_26.ab-switch-button-2 label {
  width: 46px;
  height: 23px;
}
#ab-switch-stacks_in_26.ab-switch-button-2 label:after {
  width: 19px;
}
#ab-switch-stacks_in_26.ab-switch-button-2 label.ncd-toggle-switch:after {
  margin-left: 23px;
}
#ab-switch-stacks_in_26.ab-switch-button-3 .ab-left,
#ab-switch-stacks_in_26.ab-switch-button-3 .ab-right {
  height: 26px;
}
#ab-switch-stacks_in_26.ab-switch-button-3.ab-round label {
  border-radius: 26px;
}
#ab-switch-stacks_in_26.ab-switch-button-3.ab-round label:after {
  border-radius: 22px;
}
#ab-switch-stacks_in_26.ab-switch-button-3 label {
  width: 52px;
  height: 26px;
}
#ab-switch-stacks_in_26.ab-switch-button-3 label:after {
  width: 22px;
}
#ab-switch-stacks_in_26.ab-switch-button-3 label.ncd-toggle-switch:after {
  margin-left: 26px;
}
#ab-switch-stacks_in_26.ab-switch-button-4 .ab-left,
#ab-switch-stacks_in_26.ab-switch-button-4 .ab-right {
  height: 29px;
}
#ab-switch-stacks_in_26.ab-switch-button-4.ab-round label {
  border-radius: 29px;
}
#ab-switch-stacks_in_26.ab-switch-button-4.ab-round label:after {
  border-radius: 25px;
}
#ab-switch-stacks_in_26.ab-switch-button-4 label {
  width: 58px;
  height: 29px;
}
#ab-switch-stacks_in_26.ab-switch-button-4 label:after {
  width: 25px;
}
#ab-switch-stacks_in_26.ab-switch-button-4 label.ncd-toggle-switch:after {
  margin-left: 29px;
}
#ab-switch-stacks_in_26.ab-switch-button-5 .ab-left,
#ab-switch-stacks_in_26.ab-switch-button-5 .ab-right {
  height: 32px;
}
#ab-switch-stacks_in_26.ab-switch-button-5.ab-round label {
  border-radius: 32px;
}
#ab-switch-stacks_in_26.ab-switch-button-5.ab-round label:after {
  border-radius: 28px;
}
#ab-switch-stacks_in_26.ab-switch-button-5 label {
  width: 64px;
  height: 32px;
}
#ab-switch-stacks_in_26.ab-switch-button-5 label:after {
  width: 28px;
}
#ab-switch-stacks_in_26.ab-switch-button-5 label.ncd-toggle-switch:after {
  margin-left: 32px;
}
#ab-switch-stacks_in_26.ab-switch-text-0 li.ab-option {
  display: none;
}
#ab-switch-stacks_in_26.ab-switch-text-1 li.ab-option {
  font-size: 13px;
}
#ab-switch-stacks_in_26.ab-switch-text-2 li.ab-option {
  font-size: 14px;
}
#ab-switch-stacks_in_26.ab-switch-text-3 li.ab-option {
  font-size: 15px;
}
#ab-switch-stacks_in_26.ab-switch-text-4 li.ab-option {
  font-size: 16px;
}
#ab-switch-stacks_in_26.ab-switch-text-5 li.ab-option {
  font-size: 17px;
}
#ab-switch-stacks_in_26.ab-switch-text-6 li.ab-option {
  font-size: 18px;
}
#ab-switch-stacks_in_26.ab-switch-text-7 li.ab-option {
  font-size: 19px;
}
@media (max-width: 1) {
  #ab-switch-stacks_in_26.ab-switch-button-3 .ab-left,
  #ab-switch-stacks_in_26.ab-switch-button-4 .ab-left,
  #ab-switch-stacks_in_26.ab-switch-button-5 .ab-left,
  #ab-switch-stacks_in_26.ab-switch-button-3 .ab-right,
  #ab-switch-stacks_in_26.ab-switch-button-4 .ab-right,
  #ab-switch-stacks_in_26.ab-switch-button-5 .ab-right {
    height: 22px;
  }
  #ab-switch-stacks_in_26.ab-switch-button-3.ab-round label,
  #ab-switch-stacks_in_26.ab-switch-button-4.ab-round label,
  #ab-switch-stacks_in_26.ab-switch-button-5.ab-round label {
    border-radius: 22px;
  }
  #ab-switch-stacks_in_26.ab-switch-button-3.ab-round label:after,
  #ab-switch-stacks_in_26.ab-switch-button-4.ab-round label:after,
  #ab-switch-stacks_in_26.ab-switch-button-5.ab-round label:after {
    border-radius: 18px;
  }
  #ab-switch-stacks_in_26.ab-switch-button-3 label,
  #ab-switch-stacks_in_26.ab-switch-button-4 label,
  #ab-switch-stacks_in_26.ab-switch-button-5 label {
    width: 44px;
    height: 22px;
  }
  #ab-switch-stacks_in_26.ab-switch-button-3 label:after,
  #ab-switch-stacks_in_26.ab-switch-button-4 label:after,
  #ab-switch-stacks_in_26.ab-switch-button-5 label:after {
    width: 18px;
  }
  #ab-switch-stacks_in_26.ab-switch-button-3 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_26.ab-switch-button-4 label.ncd-toggle-switch:after,
  #ab-switch-stacks_in_26.ab-switch-button-5 label.ncd-toggle-switch:after {
    margin-left: 22px;
  }
  #ab-switch-stacks_in_26.ab-switch-text-3 li.ab-option,
  #ab-switch-stacks_in_26.ab-switch-text-4 li.ab-option,
  #ab-switch-stacks_in_26.ab-switch-text-5 li.ab-option,
  #ab-switch-stacks_in_26.ab-switch-text-6 li.ab-option,
  #ab-switch-stacks_in_26.ab-switch-text-7 li.ab-option {
    font-size: 14px;
  }
}


@font-face {
	font-family: 'icomoon';
  src:  url('../files/scrollpage_icons/icomoon.eot?8zq521');
  src:  url('../files/scrollpage_icons/icomoon.eot?8zq521#iefix') format('embedded-opentype'),
    url('../files/scrollpage_icons/icomoon.woff2?8zq521') format('woff2'),
    url('../files/scrollpage_icons/icomoon.ttf?8zq521') format('truetype'),
    url('../files/scrollpage_icons/icomoon.woff?8zq521') format('woff'),
    url('../files/scrollpage_icons/icomoon.svg?8zq521#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="sp-icon-"], [class*=" sp-icon-"] {
	color: #FFCF26;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -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: 1000000;
	padding: 3px;
	background: #000000;
	border-radius: 100px;
	border-width: 0;
	border-style: solid;
	
	
	
	opacity: 0;
	border-color: #FFCF26;
}
#ncd-sp-arrow i {font-size: 24px;}
#ncd-sp-arrow.show i {cursor: pointer;}


#ncd-sp-arrow {
	position: fixed;
	opacity: 0;
	margin: 10px;
	-webkit-transition: opacity 150ms, -webkit-transform 150ms;
	transition: opacity 150ms, transform 150ms;
	-webkit-transform: rotateY(-55deg);
			-ms-transform: rotateY(-55deg);
					transform: rotateY(-55deg);}

#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) translateZ(100px) scale(1);
					transform: rotateY(0) translateX(0) translateY(0) translateZ(100px) 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: 400px) {
	#ncd-sp-arrow{
		display: none;
	}
}


