
#stacks_in_27_page1 {
	text-transform: capitalize;
}
/* LoadingBarThing by RapidWeaver Central */

#loadingbarthingstacks_in_25_page1 {
	display: block;
	position: relative;
}


#stacks_in_25_page1 .loadingbarthing { 
	background:  #000000;
	width: 100%;
	height: 1px;
	-webkit-animation: loadingbar 7s ease-out;
	-moz-animation: loadingbar 7s ease-out;
	-ms-animation: loadingbar 7s ease-out;
	animation: loadingbar 7s ease-out;	
}


@-webkit-keyframes loadingbar { 
	0% {     
		width:0px; 
    }  
	100% {   
		width: 100%;
    }	
}

@-moz-keyframes  loadingbar { 
	0% {     
		width:0px; 
    }  
	100% {   
		width: 100%;
    }	
}

@-ms-keyframes loadingbar { 
	0% {     
		width:0px; 
    }  
	100% {   
		width: 100%;
    }	
}

@keyframes  loadingbar { 
	0% {     
		width:0px; 
    }  
	100% {   
		width: 100%;
    }	
}

#stacks_in_25_page1 {
	margin:  5px;
	padding:  11px;
}

#stacks_in_29_page1 {
	display:inline-block; width:100%; line-height: 0.250000em;
}
/* GiggidyThing by RapidWeaver Central */

/* Inspired by Glen Quagmire Appearing From Behind the Sofa at Meg's Sleepover */


#giggidythingstacks_in_30_page1 {	
	display: block;
	position: relative;	
}

 #stacks_in_30_page1 .giggidything {
	display: giggidy;
	position: giggidy;
	width: giggidy giggidy;		
}


#stacks_in_30_page1 .creep_direction0stacks_in_30_page1 {
	-webkit-transform: translateY;
	   -moz-transform: translateY;
		-ms-transform: translateY;
			transform: translateY;
	-webkit-animation: down 3s;
	   -moz-animation: down 3s;
		-ms-animation: down 3s;
			animation: down 3s;
}

#stacks_in_30_page1 .creep_direction1stacks_in_30_page1 {
	-webkit-transform: translateX;
	   -moz-transform: translateX;
		-ms-transform: translateX;
			transform: translateX;
	-webkit-animation: right 3s;
	   -moz-animation: right 3s;
		-ms-animation: right 3s;
			animation: right 3s;
}

#stacks_in_30_page1 .creep_direction2stacks_in_30_page1 {
	-webkit-transform: translateY;
	   -moz-transform: translateY;
		-ms-transform: translateY;
			transform: translateY;
	-webkit-animation: up 3s;
	   -moz-animation: up 3s;
		-ms-animation: up 3s;
			animation: up 3s;
}

#stacks_in_30_page1 .creep_direction3stacks_in_30_page1 {
	-webkit-transform: translateX;
	   -moz-transform: translateX;
		-ms-transform: translateX;
			transform: translateX;
	-webkit-animation: left 3s;
	   -moz-animation: left 3s;
		-ms-animation: left 3s;
			animation: left 3s;
}


/*	Creep Down */

@-webkit-keyframes down {
	0% {
		opacity: 0;
		-webkit-transform: translateY(550px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes down {
	0% {
		opacity: 0;
		-moz-transform: translateY(550px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes down {
	0% {
		opacity: 0;
		-ms-transform: translateY(550px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@keyframes down {
	0% {
		opacity: 0;
		transform: translateY(550px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
  
}


/*	Creep Right */


@-webkit-keyframes right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(550px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes right {
	0% {
		opacity: 0;
		-moz-transform: translateX(550px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes right {
	0% {
		opacity: 0;
		-ms-transform: translateX(550px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@keyframes right {
	0% {
		opacity: 0;
		transform: translateX(550px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
  
}


/*	Creep Up */


@-webkit-keyframes up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-550px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes up {
	0% {
		opacity: 0;
		-moz-transform: translateY(-550px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-ms-keyframes up {
	0% {
		opacity: 0;
		-ms-transform: translateY(-550px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}
@keyframes up {
	0% {
		opacity: 0;
		transform: translateY(-550px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
  
}


/*	Creep Left */


@-webkit-keyframes left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-550px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes left {
	0% {
		opacity: 0;
		-moz-transform: translateX(-550px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-ms-keyframes left {
	0% {
		opacity: 0;
		-ms-transform: translateX(-550px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateX(0);
	}
}
@keyframes left {
	0% {
		opacity: 0;
		transform: translateX(-550px);
	}
	
	100% {
		opacity: 1;
		transform: translateX(0);
	}
  
}







#stacks_in_46_page1>.s3_row {
	margin: 0 -10px;
}

#stacks_in_46_page1>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_46_page1>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_46_page1>.s3_row>.s3_column_right {
	width: 33.33%;
}




#stacks_in_46_page1>.s3_row>.s3_column {
	padding: 0 10px;
}










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




}



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


	#stacks_in_46_page1>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_46_page1>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





#stacks_in_21_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_21_page1 a:link, #stacks_in_21_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_21_page1 a:hover, #stacks_in_21_page1 a:active {
	color:#000000;
}



#stacks_in_21_page1 a:link, #stacks_in_21_page1 a:visited {
	background-color:transparent;
	border:0;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
#stacks_in_21_page1 a:hover {
	background-color:#CCFF99;
}
#stacks_in_21_page1 a:active {
	background-color:#ADD882;
}








#stacks_out_21_page1 {
	width: 150px;
}

#stacks_in_21_page1 {
	background-image: url("../files/backgroundImage_21.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 50px 20px 50px 20px;
}

#stacks_in_22_page1 {
	font-weight: bold;
}
#stacks_in_17_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_17_page1 a:link, #stacks_in_17_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_17_page1 a:hover, #stacks_in_17_page1 a:active {
	color:#000000;
}



#stacks_in_17_page1 a:link, #stacks_in_17_page1 a:visited {
	background-color:transparent;
	border:0;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
#stacks_in_17_page1 a:hover {
	background-color:#CCFF99;
}
#stacks_in_17_page1 a:active {
	background-color:#ADD882;
}








#stacks_out_17_page1 {
	width: 150px;
}

#stacks_in_17_page1 {
	background-image: url("../files/backgroundImage_17.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 50px 20px 50px 20px;
}

#stacks_in_18_page1 {
	font-weight: bold;
}
#stacks_in_19_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_19_page1 a:link, #stacks_in_19_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_19_page1 a:hover, #stacks_in_19_page1 a:active {
	color:#000000;
}



#stacks_in_19_page1 a:link, #stacks_in_19_page1 a:visited {
	background-color:transparent;
	border:0;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
#stacks_in_19_page1 a:hover {
	background-color:#CCFF99;
}
#stacks_in_19_page1 a:active {
	background-color:#ADD882;
}








#stacks_out_19_page1 {
	width: 150px;
}

#stacks_in_19_page1 {
	background-image: url("../files/backgroundImage_19.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 50px 20px 50px 20px;
}

#stacks_in_20_page1 {
	font-weight: bold;
}
#stacks_in_50_page1>.s3_row {
	margin: 0 -10px;
}

#stacks_in_50_page1>.s3_row>.s3_column_left {
	width: 33.33%;
}

#stacks_in_50_page1>.s3_row>.s3_column_center {
	width: 33.339996%;
}

#stacks_in_50_page1>.s3_row>.s3_column_right {
	width: 33.33%;
}




#stacks_in_50_page1>.s3_row>.s3_column {
	padding: 0 10px;
}










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




}



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


	#stacks_in_50_page1>.s3_row  {
		margin: -10px 0;
	}
	#stacks_in_50_page1>.s3_row>.s3_column {
		padding: 10px 0;
		width:100%;
	}


}





#stacks_in_54_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_54_page1 a:link, #stacks_in_54_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_54_page1 a:hover, #stacks_in_54_page1 a:active {
	color:#000000;
}



#stacks_in_54_page1 a:link, #stacks_in_54_page1 a:visited {
	background-color:transparent;
	border:0;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
#stacks_in_54_page1 a:hover {
	background-color:#CCFF66;
}
#stacks_in_54_page1 a:active {
	background-color:#ADD856;
}








#stacks_in_54_page1 {
	background-image: url("../files/backgroundImage_54.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 50px 20px 50px 20px;
}

#stacks_in_55_page1 {
	font-weight: bold;
}
#stacks_in_32_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_32_page1 a:link, #stacks_in_32_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_32_page1 a:hover, #stacks_in_32_page1 a:active {
	color:#000000;
}



#stacks_in_32_page1 a:link, #stacks_in_32_page1 a:visited {
	background-color:transparent;
	border:0;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
#stacks_in_32_page1 a:hover {
	background-color:#CCFE66;
}
#stacks_in_32_page1 a:active {
	background-color:#ADD756;
}








#stacks_out_32_page1 {
	width: 150px;
}

#stacks_in_32_page1 {
	background-image: url("../files/backgroundImage_32.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 50px 20px 50px 20px;
}

#stacks_in_33_page1 {
	font-weight: bold;
}
#stacks_in_23_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


#stacks_in_23_page1 a:link, #stacks_in_23_page1 a:visited {
	 display:inline-block; 
	
	
	position: relative;
	text-decoration:none;
}
#stacks_in_23_page1 a:hover, #stacks_in_23_page1 a:active {
	color:#000000;
}



#stacks_in_23_page1 a:link, #stacks_in_23_page1 a:visited {
	background-color:transparent;
	border:0;
	padding:2px 10px;
	border-radius:30px;
	margin:2px;
}
#stacks_in_23_page1 a:hover {
	background-color:#CCFF99;
}
#stacks_in_23_page1 a:active {
	background-color:#ADD882;
}








#stacks_out_23_page1 {
	width: 150px;
}

#stacks_in_23_page1 {
	background-image: url("../files/backgroundImage_23.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	padding: 50px 20px 50px 20px;
}

#stacks_in_24_page1 {
	font-weight: bold;
}
