
@-webkit-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-moz-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-ms-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-o-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-moz-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-ms-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-o-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
  
@-webkit-keyframes slideInLeft {
  from {
	-webkit-transform: translateX(-100%);	  
  }
  to {
	  -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes slideInLeft {
  from {
	-moz-transform: translateX(-100%);	  
  }
  to {
	  -moz-transform: translateX(0%);
  }
}

@-o-keyframes slideInLeft {
  from {
	-o-transform: translateX(-100%);	  
  }
  to {
	  -o-transform: translateX(0%);
  }
}

@-ms-keyframes slideInLeft {
  from {
	-ms-transform: translateX(-100%);	  
  }
  to {
	  -ms-transform: translateX(0%);
  }
}

@keyframes slideInLeft {
  from {
	transform: translateX(-100%);	  
  }
  to {
	  transform: translateX(0%);
  }
}

@-webkit-keyframes slideInRight {
  from {
	-webkit-transform: translateX(100%);	  
  }
  to {
	  -webkit-transform: translateX(0%);
  }
}

@-moz-keyframes slideInRight {
  from {
	-moz-transform: translateX(100%);	  
  }
  to {
	  -moz-transform: translateX(0%);
  }
}

@-o-keyframes slideInRight {
  from {
	-o-transform: translateX(100%);	  
  }
  to {
	  -o-transform: translateX(0%);
  }
}

@-ms-keyframes slideInRight {
  from {
	-ms-transform: translateX(100%);	  
  }
  to {
	  -ms-transform: translateX(0%);
  }
}

@keyframes slideInRight {
  from {
	transform: translateX(100%);	  
  }
  to {
	  transform: translateX(0%);
  }
}

@-webkit-keyframes slideInTop {
  from {
	-webkit-transform: translateY(-100%);	  
  }
  to {
	  -webkit-transform: translateY(0%);
  }
}

@-moz-keyframes slideInTop {
  from {
	-moz-transform: translateY(-100%);	  
  }
  to {
	  -moz-transform: translateY(0%);
  }
}

@-o-keyframes slideInTop {
  from {
	-o-transform: translateY(-100%);	  
  }
  to {
	  -o-transform: translateY(0%);
  }
}

@-ms-keyframes slideInTop {
  from {
	-ms-transform: translateY(-100%);	  
  }
  to {
	  -ms-transform: translateY(0%);
  }
}

@keyframes slideInTop {
  from {
	transform: translateY(-100%);	  
  }
  to {
	  transform: translateY(0%);
  }
}

@-webkit-keyframes slideInBottom {
  from {
	-webkit-transform: translateY(100%);	  
  }
  to {
	  -webkit-transform: translateY(0%);
  }
}

@-moz-keyframes slideInBottom {
  from {
	-moz-transform: translateY(100%);	  
  }
  to {
	  -moz-transform: translateY(0%);
  }
}

@-o-keyframes slideInBottom {
  from {
	-o-transform: translateY(100%);	  
  }
  to {
	  -o-transform: translateY(0%);
  }
}

@-ms-keyframes slideInBottom {
  from {
	-ms-transform: translateY(100%);	  
  }
  to {
	  -ms-transform: translateY(0%);
  }
}

@keyframes slideInBottom {
  from {
	transform: translateY(100%);	  
  }
  to {
	  transform: translateY(0%);
  }
}

@-webkit-keyframes slideOutLeft {
  to {
	  -webkit-transform: translateX(-100%);
  }
}

@-moz-keyframes slideOutLeft {
  to {
	  -moz-transform: translateX(-100%);
  }
}

@-o-keyframes slideOutLeft {
  to {
	  -o-transform: translateX(-100%);
  }
}

@-ms-keyframes slideOutLeft {
  to {
	  -ms-transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  to {
	  transform: translateX(-100%);
  }
}

@-webkit-keyframes slideOutRight {
  to {
	  -webkit-transform: translateX(100%);
  }
}

@-moz-keyframes slideOutRight {
  to {
	  -moz-transform: translateX(100%);
  }
}

@-o-keyframes slideOutRight {
  to {
	  -o-transform: translateX(100%);
  }
}

@-ms-keyframes slideOutRight {
  to {
	  -ms-transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  to {
	  transform: translateX(100%);
  }
}

@-webkit-keyframes slideOutTop {
  to {
	  -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes slideOutTop {
  to {
	  -moz-transform: translateY(-100%);
  }
}

@-o-keyframes slideOutTop {
  to {
	  -o-transform: translateY(-100%);
  }
}

@-ms-keyframes slideOutTop {
  to {
	  -ms-transform: translateY(-100%);
  }
}

@keyframes slideOutTop {
  to {
	  transform: translateY(-100%);
  }
}

@-webkit-keyframes slideOutBottom {
  to {
	  -webkit-transform: translateX(100%);
  }
}

@-moz-keyframes slideOutBottom {
  to {
	  -moz-transform: translateX(100%);
  }
}

@-o-keyframes slideOutBottom {
  to {
	  -o-transform: translateX(100%);
  }
}

@-ms-keyframes slideOutBottom {
  to {
	  -ms-transform: translateX(100%);
  }
}

@keyframes slideOutBottom {
  to {
	  transform: translateX(100%);
  }
}

@-webkit-keyframes stepIn {
  	from {
		opacity: 0;
		-webkit-transform: scale(10);
	}
  	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes stepIn {
  	from {
		opacity: 0;
		-moz-transform: scale(10);
	}
  	to {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes stepIn {
  	from {
		opacity: 0;
		-o-transform: scale(10);
	}
  	to {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@-ms-keyframes stepIn {
  	from {
		opacity: 0;
		-ms-transform: scale(10);
	}
  	to {
		opacity: 1;
		-ms-transform: scale(1);
	}
}

@keyframes stepIn {
  	from {
		opacity: 0;
		transform: scale(10);
	}
  	to {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes stepOut {
  	to {
		opacity: 0;
		-webkit-transform: scale(10);
	}
}

@-moz-keyframes stepOut {
  	to {
		opacity: 0;
		-moz-transform: scale(10);
	}
}

@-o-keyframes stepOut {
  	to {
		opacity: 0;
		-o-transform: scale(10);
	}
}

@-ms-keyframes stepOut {
  	to {
		opacity: 0;
		-ms-transform: scale(10);
	}
}

@keyframes stepOut {
  	to {
		opacity: 0;
		transform: scale(10);
	}
}
  
@-webkit-keyframes rotateInLeft {from {
	-webkit-transform-origin: 0% 0%;
	-webkit-transform: rotateY(180deg);
  }
  to {
	  -webkit-transform-origin: 0% 0%;
	  -webkit-transform: rotateY(0deg);
  }

}

@-moz-keyframes rotateInLeft {from {
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateY(180deg);
}
to {
  -moz-transform-origin: 0% 0%;
  -moz-transform: rotateY(0deg);
}

}

@-ms-keyframes rotateInLeft {from {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateY(180deg);
}
to {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateY(0deg);
}

}

@-o-keyframes rotateInLeft {from {
-o-transform-origin: 0% 0%;
-o-transform: rotateY(180deg);
}
to {
-o-transform-origin: 0% 0%;
-o-transform: rotateY(0deg);
}

}

@keyframes rotateInLeft {from {
transform-origin: 0% 0%;
transform: rotateY(180deg);
}
to {
transform-origin: 0% 0%;
transform: rotateY(0deg);
}

}

@-webkit-keyframes rotateOutLeft {from {
-webkit-transform-origin: 0% 0%;
}
to {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateY(180deg);
}

}

@-moz-keyframes rotateOutLeft {from {
-moz-transform-origin: 0% 0%;
}
to {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateY(180deg);
}

}

@-ms-keyframes rotateOutLeft {from {
-ms-transform-origin: 0% 0%;
}
to {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateY(180deg);
}

}

@-o-keyframes rotateOutLeft {from {
-o-transform-origin: 0% 0%;
}
to {
-o-transform-origin: 0% 0%;
-o-transform: rotateY(180deg);
}

}

@keyframes rotateOutLeft {from {
transform-origin: 0% 0%;
}
to {
transform-origin: 0% 0%;
transform: rotateY(180deg);
}

}

@-webkit-keyframes rotateInRight {from {
-webkit-transform-origin: 100% 0%;
-webkit-transform: rotateY(-180deg);
}
to {
-webkit-transform-origin: 100% 0%;
}

}

@-moz-keyframes rotateInRight {from {
-moz-transform-origin: 100% 0%;
-moz-transform: rotateY(-180deg);
}
to {
-moz-transform-origin: 100% 0%;
}

}

@-ms-keyframes rotateInRight {from {
-ms-transform-origin: 100% 0%;
-ms-transform: rotateY(-180deg);
}
to {
-ms-transform-origin: 100% 0%;
}

}

@-o-keyframes rotateInRight {from {
-o-transform-origin: 100% 0%;
-o-transform: rotateY(-180deg);
}
to {
-o-transform-origin: 100% 0%;
}

}

@keyframes rotateInRight {from {
transform-origin: 100% 0%;
transform: rotateY(-180deg);
}
to {
transform-origin: 100% 0%;
}

}

@-webkit-keyframes rotateOutRight {from {
-webkit-transform-origin: 100% 0%;
}
to {
-webkit-transform-origin: 100% 0%;
-webkit-transform: rotateY(-180deg);
}

}

@-moz-keyframes rotateOutRight {from {
-moz-transform-origin: 100% 0%;
}
to {
-moz-transform-origin: 100% 0%;
-moz-transform: rotateY(-180deg);
}

}

@-ms-keyframes rotateOutRight {from {
-ms-transform-origin: 100% 0%;
}
to {
-ms-transform-origin: 100% 0%;
-ms-transform: rotateY(-180deg);
}

}

@-o-keyframes rotateOutRight {from {
-o-transform-origin: 100% 0%;
}
to {
-o-transform-origin: 100% 0%;
-o-transform: rotateY(-180deg);
}

}

@keyframes rotateOutRight {from {
transform-origin: 100% 0%;
}
to {
transform-origin: 100% 0%;
transform: rotateY(-180deg);
}

}

@-webkit-keyframes whirlIn {from {
-webkit-transform-origin: 50% 50%;
-webkit-transform: scale(0, 0) rotate(1260deg);
}
to {
-webkit-transform-origin: 50% 50%;
}

}

@-moz-keyframes whirlIn {from {
-moz-transform-origin: 50% 50%;
-moz-transform: scale(0, 0) rotate(1260deg);
}
to {
-moz-transform-origin: 50% 50%;
}

}

@-ms-keyframes whirlIn {from {
-ms-transform-origin: 50% 50%;
-ms-transform: scale(0, 0) rotate(1260deg);
}
to {
-ms-transform-origin: 50% 50%;
}

}

@-o-keyframes whirlIn {from {
-o-transform-origin: 50% 50%;
-o-transform: scale(0, 0) rotate(1260deg);
}
to {
-o-transform-origin: 50% 50%;
}

}

@keyframes whirlIn {from {
transform-origin: 50% 50%;
transform: scale(0, 0) rotate(1260deg);
}
to {
transform-origin: 50% 50%;
}

}

@-webkit-keyframes whirlOut {from {
-webkit-transform-origin: 50% 50%;
}
to {
-webkit-transform-origin: 50% 50%;
-webkit-transform: scale(0, 0) rotate(1260deg);
}

}

@-moz-keyframes whirlOut {from {
-moz-transform-origin: 50% 50%;
}
to {
-moz-transform-origin: 50% 50%;
-moz-transform: scale(0, 0) rotate(1260deg);
}

}

@-ms-keyframes whirlOut {from {
-ms-transform-origin: 50% 50%;
}
to {
-ms-transform-origin: 50% 50%;
-ms-transform: scale(0, 0) rotate(1260deg);
}

}

@-o-keyframes whirlOut {from {
-o-transform-origin: 50% 50%;
}
to {
-o-transform-origin: 50% 50%;
-o-transform: scale(0, 0) rotate(1260deg);
}

}

@keyframes whirlOut {from {
transform-origin: 50% 50%;
}
to {
transform-origin: 50% 50%;
transform: scale(0, 0) rotate(1260deg);
}

}

@-webkit-keyframes fallFromTop {from {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(-180deg);
}
50% {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(30deg);
}
85% {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(-10deg);
}
to {
-webkit-transform-origin: 0% 0%;
-webkit-transform: rotateX(0deg);
}

}

@-moz-keyframes fallFromTop {from {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(-180deg);
}
50% {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(30deg);
}
85% {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(-10deg);
}
to {
-moz-transform-origin: 0% 0%;
-moz-transform: rotateX(0deg);
}

}

@-ms-keyframes fallFromTop {from {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(-180deg);
}
50% {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(30deg);
}
85% {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(-10deg);
}
to {
-ms-transform-origin: 0% 0%;
-ms-transform: rotateX(0deg);
}

}

@-o-keyframes fallFromTop {from {
-o-transform-origin: 0% 0%;
-o-transform: rotateX(-180deg);
}
50% {
-o-transform-origin: 0% 0%;
-o-transform: rotateX(30deg);
}
85% {
-o-transform-origin: 0% 0%;
-o-transform: rotateX(-10deg);
}
to {
-o-transform-origin: 0% 0%;
-o-transform: rotateX(0deg);
}

}

@keyframes fallFromTop {from {
transform-origin: 0% 0%;
transform: rotateX(-180deg);
}
50% {
transform-origin: 0% 0%;
transform: rotateX(30deg);
}
85% {
transform-origin: 0% 0%;
transform: rotateX(-10deg);
}
to {
transform-origin: 0% 0%;
transform: rotateX(0deg);
}

}

@-webkit-keyframes dropToBottom {from {
-webkit-transform-origin: 0% 100%;
}
to {
-webkit-transform-origin: 0% 100%;
-webkit-transform: rotateX(180deg);
}

}

@-moz-keyframes dropToBottom {from {
-moz-transform-origin: 0% 100%;
}
to {
-moz-transform-origin: 0% 100%;
-moz-transform: rotateX(180deg);
}

}

@-ms-keyframes dropToBottom {from {
-ms-transform-origin: 0% 100%;
}
to {
-ms-transform-origin: 0% 100%;
-ms-transform: rotateX(180deg);
}

}

@-o-keyframes dropToBottom {from {
-o-transform-origin: 0% 100%;
}
to {
-o-transform-origin: 0% 100%;
-o-transform: rotateX(180deg);
}

}

@keyframes dropToBottom {from {
transform-origin: 0% 100%;
}
to {
transform-origin: 0% 100%;
transform: rotateX(180deg);
}

}

@-webkit-keyframes slideInSkew {from {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(-200%) skewX(-45deg);
}
50% {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(0%) skewX(-45deg);
}
90% {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(0%) skewX(10deg);
}
to {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(0%)skewX(0deg);
}

}

@-moz-keyframes slideInSkew {from {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(-200%) skewX(-45deg);
}
50% {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(0%) skewX(-45deg);
}
90% {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(0%) skewX(10deg);
}
to {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(0%) skewX(0deg);
}

}

@-ms-keyframes slideInSkew {from {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(-200%) skewX(-45deg);
}
50% {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(0%) skewX(-45deg);
}
90% {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(0%) skewX(10deg);
}
to {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(0%) skewX(0deg);
}

}

@-o-keyframes slideInSkew {from {
-o-transform-origin: 0% 100%;
-o-transform: translateX(-200%) skewX(-45deg);
}
50% {
-o-transform-origin: 0% 100%;
-o-transform: translateX(0%) skewX(-45deg);
}
90% {
-o-transform-origin: 0% 100%;
-o-transform: translateX(0%) skewX(10deg);
}
to {
-o-transform-origin: 0% 100%;
-o-transform: translateX(0%) skewX(0deg);
}

}

@keyframes slideInSkew {from {
transform-origin: 0% 100%;
transform: translateX(-200%) skewX(-45deg);
}
50% {
transform-origin: 0% 100%;
transform: translateX(0%) skewX(-45deg);
}
90% {
transform-origin: 0% 100%;
transform: translateX(0%) skewX(10deg);
}
to {
transform-origin: 0% 100%;
transform: translateX(0%) skewX(0deg);
}

}

@-webkit-keyframes slideOutSkew {from {
-webkit-transform-origin: 0% 100%;
-webkit-transform: translateX(0%);
}
to {
-webkit-transform-origin: 0% 100%;
-webkit-transform: skewX(-45deg) translateX(200%);
}

}

@-moz-keyframes slideOutSkew {from {
-moz-transform-origin: 0% 100%;
-moz-transform: translateX(0%);
}
to {
-moz-transform-origin: 0% 100%;
-moz-transform: skewX(-45deg) translateX(200%);
}

}

@-ms-keyframes slideOutSkew {from {
-ms-transform-origin: 0% 100%;
-ms-transform: translateX(0%);
}
to {
-ms-transform-origin: 0% 100%;
-ms-transform: skewX(-45deg) translateX(200%);
}

}

@-o-keyframes slideOutSkew {from {
-o-transform-origin: 0% 100%;
-o-transform: translateX(0%);
}
to {
-o-transform-origin: 0% 100%;
-o-transform: skewX(-45deg) translateX(200%);
}

}

@keyframes slideOutSkew {from {
transform-origin: 0% 100%;
transform: translateX(0%);
}
to {
transform-origin: 0% 100%;
transform: skewX(-45deg) translateX(200%);
}

}

@-webkit-keyframes tumbleIn {from {
-webkit-transform-origin: 0% 100%;
-webkit-transform: rotate(-180deg);
}
to {
-webkit-transform-origin: 0% 100%;
}

}

@-moz-keyframes tumbleIn {from {
-moz-transform-origin: 0% 100%;
-moz-transform: rotate(-180deg);
}
to {
-moz-transform-origin: 0% 100%;
}

}

@-ms-keyframes tumbleIn {from {
-ms-transform-origin: 0% 100%;
-ms-transform: rotate(-180deg);
}
to {
-ms-transform-origin: 0% 100%;
}

}

@-o-keyframes tumbleIn {from {
-o-transform-origin: 0% 100%;
-o-transform: rotate(-180deg);
}
to {
-o-transform-origin: 0% 100%;
}

}

@keyframes tumbleIn {from {
transform-origin: 0% 100%;
transform: rotate(-180deg);
}
to {
transform-origin: 0% 100%;
}

}

@-webkit-keyframes tumbleOut {from {
-webkit-transform-origin: 100% 100%;
}
to {
-webkit-transform-origin: 100% 100%;
-webkit-transform: rotate(180deg);
}

}

@-moz-keyframes tumbleOut {from {
-moz-transform-origin: 100% 100%;
}
to {
-moz-transform-origin: 100% 100%;
-moz-transform: rotate(180deg);
}

}

@-ms-keyframes tumbleOut {from {
-ms-transform-origin: 100% 100%;
}
to {
-ms-transform-origin: 100% 100%;
-ms-transform: rotate(180deg);
}

}

@-o-keyframes tumbleOut {from {
-o-transform-origin: 100% 100%;
}
to {
-o-transform-origin: 100% 100%;
-o-transform: rotate(180deg);
}

}

@keyframes tumbleOut {from {
transform-origin: 100% 100%;
}
to {
transform-origin: 100% 100%;
transform: rotate(180deg);
}

}

@-webkit-keyframes expandIn {from {
-webkit-transform: scale(0, 0);
}
50% {
-webkit-transform: scale(1, 1);
}
75% {
-webkit-transform: scale(1.2, 1.2);
}
to {
-webkit-transform: scale(1, 1);
}

}

@-moz-keyframes expandIn {from {
-moz-transform: scale(0, 0);
}
50% {
-moz-transform: scale(1, 1);
}
75% {
-moz-transform: scale(1.2, 1.2);
}
to {
-moz-transform: scale(1, 1);
}

}

@-ms-keyframes expandIn {from {
-ms-transform: scale(0, 0);
}
50% {
-ms-transform: scale(1, 1);
}
75% {
-ms-transform: scale(1.2, 1.2);
}
to {
-ms-transform: scale(1, 1);
}

}

@-o-keyframes expandIn {from {
-o-transform: scale(0, 0);
}
50% {
-o-transform: scale(1, 1);
}
75% {
-o-transform: scale(1.2, 1.2);
}
to {
-o-transform: scale(1, 1);
}

}

@keyframes expandIn {from {
transform: scale(0, 0);
}
50% {
transform: scale(1, 1);
}
75% {
transform: scale(1.2, 1.2);
}
to {
transform: scale(1, 1);
}

}

@-webkit-keyframes collapseOut {to {
-webkit-transform: scale(0, 0);
}

}

@-moz-keyframes collapseOut {to {
-moz-transform: scale(0, 0);
}

}

@-ms-keyframes collapseOut {to {
-ms-transform: scale(0, 0);
}

}

@-o-keyframes collapseOut {to {
-o-transform: scale(0, 0);
}

}

@keyframes collapseOut {to {
transform: scale(0, 0);
}

}

.slideInLeft {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideInLeft;
-moz-animation-name: slideInLeft;
-ms-animation-name: slideInLeft;
-o-animation-name: slideInLeft;
animation-name: slideInLeft;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideInRight {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideInRight;
-moz-animation-name: slideInRight;
-ms-animation-name: slideInRight;
-o-animation-name: slideInRight;
animation-name: slideInRight;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideInTop {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideInTop;
-moz-animation-name: slideInTop;
-ms-animation-name: slideInTop;
-o-animation-name: slideInTop;
animation-name: slideInTop;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideInBottom {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideInBottom;
-moz-animation-name: slideInBottom;
-ms-animation-name: slideInBottom;
-o-animation-name: slideInBottom;
animation-name: slideInBottom;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideOutLeft {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideOutLeft;
-moz-animation-name: slideOutLeft;
-ms-animation-name: slideOutLeft;
-o-animation-name: slideOutLeft;
animation-name: slideOutLeft;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideOutRight {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideOutRight;
-moz-animation-name: slideOutRight;
-ms-animation-name: slideOutRight;
-o-animation-name: slideOutRight;
animation-name: slideOutRight;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideOutTop {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideOutTop;
-moz-animation-name: slideOutTop;
-ms-animation-name: slideOutTop;
-o-animation-name: slideOutTop;
animation-name: slideOutTop;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideOutBottom {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideOutBottom;
-moz-animation-name: slideOutBottom;
-ms-animation-name: slideOutBottom;
-o-animation-name: slideOutBottom;
animation-name: slideOutBottom;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.fadeOut {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-ms-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.fadeIn {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-ms-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.stepOut {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: stepOut;
-moz-animation-name: stepOut;
-ms-animation-name: stepOut;
-o-animation-name: stepOut;
animation-name: stepOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.stepIn {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: stepIn;
-moz-animation-name: stepIn;
-ms-animation-name: stepIn;
-o-animation-name: stepIn;
animation-name: stepIn;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}


.rotateInLeft {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: rotateInLeft;
-moz-animation-name: rotateInLeft;
-ms-animation-name: rotateInLeft;
-o-animation-name: rotateInLeft;
animation-name: rotateInLeft;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.rotateOutLeft {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: rotateOutLeft;
-moz-animation-name: rotateOutLeft;
-ms-animation-name: rotateOutLeft;
-o-animation-name: rotateOutLeft;
animation-name: rotateOutLeft;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.rotateInRight {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: rotateInRight;
-moz-animation-name: rotateInRight;
-ms-animation-name: rotateInRight;
-o-animation-name: rotateInRight;
animation-name: rotateInRight;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.rotateOutRight {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: rotateOutRight;
-moz-animation-name: rotateOutRight;
-ms-animation-name: rotateOutRight;
-o-animation-name: rotateOutRight;
animation-name: rotateOutRight;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.whirlIn {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: whirlIn;
-moz-animation-name: whirlIn;
-ms-animation-name: whirlIn;
-o-animation-name: whirlIn;
animation-name: whirlIn;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.whirlOut {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: whirlOut;
-moz-animation-name: whirlOut;
-ms-animation-name: whirlOut;
-o-animation-name: whirlOut;
animation-name: whirlOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.fallFromTop {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: fallFromTop;
-moz-animation-name: fallFromTop;
-ms-animation-name: fallFromTop;
-o-animation-name: fallFromTop;
animation-name: fallFromTop;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.dropToBottom {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: dropToBottom;
-moz-animation-name: dropToBottom;
-ms-animation-name: dropToBottom;
-o-animation-name: dropToBottom;
animation-name: dropToBottom;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideInSkew {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideInSkew;
-moz-animation-name: slideInSkew;
-ms-animation-name: slideInSkew;
-o-animation-name: slideInSkew;
animation-name: slideInSkew;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.slideOutSkew {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: slideOutSkew;
-moz-animation-name: slideOutSkew;
-ms-animation-name: slideOutSkew;
-o-animation-name: slideOutSkew;
animation-name: slideOutSkew;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.tumbleIn {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: tumbleIn;
-moz-animation-name: tumbleIn;
-ms-animation-name: tumbleIn;
-o-animation-name: tumbleIn;
animation-name: tumbleIn;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.tumbleOut {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: tumbleOut;
-moz-animation-name: tumbleOut;
-ms-animation-name: tumbleOut;
-o-animation-name: tumbleOut;
animation-name: tumbleOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.expandIn {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: expandIn;
-moz-animation-name: expandIn;
-ms-animation-name: expandIn;
-o-animation-name: expandIn;
animation-name: expandIn;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

.collapseOut {
-webkit-animation-duration: 3000ms;
-moz-animation-duration: 3000ms;
-ms-animation-duration: 3000ms;
-o-animation-duration: 3000ms;
animation-duration: 3000ms;
-webkit-animation-name: collapseOut;
-moz-animation-name: collapseOut;
-ms-animation-name: collapseOut;
-o-animation-name: collapseOut;
animation-name: collapseOut;
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
-ms-animation-timing-function: linear;
-o-animation-timing-function: linear;
animation-timing-function: linear;
}

html {
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-o-perspective: 500px;
	-ms-perspective: 500px;
	perspective: 500px;
	
}



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


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


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_31_page2 .c+.c .count{margin-left: 4px;}
#stacks_in_31_page2.s3 .c.s2_3 .count,#stacks_in_31_page2.s4 .c.s2_4 .count,#stacks_in_31_page2.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_31_page2.s2 .c.s1_2 .c-pad,#stacks_in_31_page2.s3 .c.s1_3 .c-pad,#stacks_in_31_page2.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_31_page2.s3 .c.s2_3 .c-pad,#stacks_in_31_page2.s4 .c.s2_4 .c-pad,#stacks_in_31_page2.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_31_page2.s2 .c.s2_2 .c-pad,#stacks_in_31_page2.s3 .c.s3_3 .c-pad,#stacks_in_31_page2.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_31_page2 .c+.c .count,
	#stacks_in_31_page2.s3 .c.s2_3 .count,
	#stacks_in_31_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_31_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_31_page2 .c:first-child,#stacks_in_31_page2.s4 .c.s1_4,#stacks_in_31_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_31_page2 .c:last-child,#stacks_in_31_page2.s4 .c.s3_4,#stacks_in_31_page2.s4 .c.s4_4{ padding: 4px 0 0;}

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

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

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

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


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


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_214_page2 .c+.c .count{margin-left: 4px;}
#stacks_in_214_page2.s3 .c.s2_3 .count,#stacks_in_214_page2.s4 .c.s2_4 .count,#stacks_in_214_page2.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_214_page2.s2 .c.s1_2 .c-pad,#stacks_in_214_page2.s3 .c.s1_3 .c-pad,#stacks_in_214_page2.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_214_page2.s3 .c.s2_3 .c-pad,#stacks_in_214_page2.s4 .c.s2_4 .c-pad,#stacks_in_214_page2.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_214_page2.s2 .c.s2_2 .c-pad,#stacks_in_214_page2.s3 .c.s3_3 .c-pad,#stacks_in_214_page2.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_214_page2 .c+.c .count,
	#stacks_in_214_page2.s3 .c.s2_3 .count,
	#stacks_in_214_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_214_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_214_page2 .c:first-child,#stacks_in_214_page2.s4 .c.s1_4,#stacks_in_214_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_214_page2 .c:last-child,#stacks_in_214_page2.s4 .c.s3_4,#stacks_in_214_page2.s4 .c.s4_4{ padding: 4px 0 0;}

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

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

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

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

#stacks_in_214_page2 {
	margin:  20px;
	padding:  20px;
}
/*
 * Simple Divider Pro
 * AUTHOR: JEREMY HAWES
 * URL: http://www.onelittledesigner.com/rapdidweaver-stack/simple-divider/
 * Support: support@1littledesigner.com
 * Version 1.4.2
 */

#simpleDivider_stacks_in_225_page2 {
	width: 100%;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}
#simpleDivider_stacks_in_225_page2 .theDivider1,
#simpleDivider_stacks_in_225_page2 .theDivider2 {
	width: inherit;
}
#simpleDivider_stacks_in_225_page2 .theDivider1 {
	height: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
}
#simpleDivider_stacks_in_225_page2.transparentOff .theDivider1 {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #333333;
}
#simpleDivider_stacks_in_225_page2.transparentOn .theDivider1 {
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_225_page2 .theDivider2 {
	height: 4px;
}
#simpleDivider_stacks_in_225_page2.transparentOff .theDivider2 {
	background-color: #E0E0E0;
}
#simpleDivider_stacks_in_225_page2.transparentOn .theDivider2 {
	background-color: transparent;
}
#simpleDivider_stacks_in_225_page2.bgImageOn .theDivider2 {
	background: transparent url() repeat;
	overflow: visible;
	border-width: 0;
	border-color: none;
}
#simpleDivider_stacks_in_225_page2.bgImageOn .theDivider1 img {
	display: block;
}

#stacks_in_104_page2{
	clear:both;padding: 0;margin: 0;
	counter-reset: section;
	
	-webkit-animation: opLoad 1s ease-out;
	-moz-animation: opLoad 1s ease-out;
	-o-animation: opLoad 1s ease-out;
	animation: opLoad 1s ease-out;
	
}


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


.ncp img{max-width:100%;height:auto; width:auto;}
.ncp .count{font-size: 11px;padding: 1px 5px 2px;margin-bottom:.5em;border:1px solid #cfcfcf;color:#aaa;border-radius:2px;display: inline-block;-webkit-font-smoothing: antialiased;
}
#stacks_in_104_page2 .c+.c .count{margin-left: 4px;}
#stacks_in_104_page2.s3 .c.s2_3 .count,#stacks_in_104_page2.s4 .c.s2_4 .count,#stacks_in_104_page2.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_104_page2.s2 .c.s1_2 .c-pad,#stacks_in_104_page2.s3 .c.s1_3 .c-pad,#stacks_in_104_page2.s4 .c.s1_4 .c-pad{padding: 0 4px 0 0;}
#stacks_in_104_page2.s3 .c.s2_3 .c-pad,#stacks_in_104_page2.s4 .c.s2_4 .c-pad,#stacks_in_104_page2.s4 .c.s3_4 .c-pad{ padding: 0 2px;}
#stacks_in_104_page2.s2 .c.s2_2 .c-pad,#stacks_in_104_page2.s3 .c.s3_3 .c-pad,#stacks_in_104_page2.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_104_page2 .c+.c .count,
	#stacks_in_104_page2.s3 .c.s2_3 .count,
	#stacks_in_104_page2.s4 .c.s3_4 .count{margin-left: 0;}
	#stacks_in_104_page2 .c{margin: 1% 0;padding: 4px 0;width: 100%;}
	#stacks_in_104_page2 .c:first-child,#stacks_in_104_page2.s4 .c.s1_4,#stacks_in_104_page2.s4 .c.s2_4{ padding: 0 0 4px;}
	#stacks_in_104_page2 .c:last-child,#stacks_in_104_page2.s4 .c.s3_4,#stacks_in_104_page2.s4 .c.s4_4{ padding: 4px 0 0;}

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

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

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

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