/* LoadingBarThing by RapidWeaver Central */

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


#stacks_in_6_page15 .loadingbarthing { 
	background:  #FFFFFF;
	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%;
    }	
}
/* GiggidyThing by RapidWeaver Central */

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


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

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


#stacks_in_2_page15 .creep_direction0stacks_in_2_page15 {
	-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_2_page15 .creep_direction1stacks_in_2_page15 {
	-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_2_page15 .creep_direction2stacks_in_2_page15 {
	-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_2_page15 .creep_direction3stacks_in_2_page15 {
	-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_7_page15>.s3_row {
	margin: 0 -10px;
}

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

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

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




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










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




}



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


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


}






#stacks_in_7_page15 {
	margin:  15px;
}
#stacks_in_15_page15_button {
	display:block;
	position: relative;
	text-align: center;
}


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



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








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

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


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



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








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

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


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



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








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

#stacks_in_20_page15 {
	font-weight: bold;
}
