
#stacks_in_130_page25 {
	text-transform: capitalize;
	font-weight: bold;
}
/* LoadingBarThing by RapidWeaver Central */

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


#stacks_in_135_page25 .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_135_page25 {
	margin:  1px;
	padding:  6px;
}
/* GiggidyThing by RapidWeaver Central */

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


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

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


#stacks_in_140_page25 .creep_direction0stacks_in_140_page25 {
	-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_140_page25 .creep_direction1stacks_in_140_page25 {
	-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_140_page25 .creep_direction2stacks_in_140_page25 {
	-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_140_page25 .creep_direction3stacks_in_140_page25 {
	-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_142_page25>.s3_row {
	margin: 0 -10px;
}

#stacks_in_142_page25>.s3_row>.s3_column_left {
	width: 33.35%;
}

#stacks_in_142_page25>.s3_row>.s3_column_center {
	width: 33.320000%;
}

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




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










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




}



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


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


}





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


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



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








#stacks_out_115_page25 {
	width: 200px;
}

#stacks_in_115_page25 {
	background-image: url("../files/backgroundImage_115.jpg");
	background-repeat: repeat-x;
	background-position: center;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 60px 20px 60px 20px;
}

#stacks_in_116_page25 {
	text-transform: capitalize;
	font-weight: bold;
}
#stacks_in_133_page25_button {
	display:block;
	position: relative;
	text-align: center;
}


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



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








#stacks_out_133_page25 {
	width: 200px;
}

#stacks_in_133_page25 {
	background-image: url("../files/backgroundImage_133.jpg");
	background-repeat: repeat-x;
	background-position: center;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 60px 20px 60px 20px;
}

#stacks_in_134_page25 {
	text-transform: capitalize;
	font-weight: bold;
}
#stacks_in_131_page25_button {
	display:block;
	position: relative;
	text-align: center;
}


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



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








#stacks_out_131_page25 {
	width: 200px;
}

#stacks_in_131_page25 {
	background-image: url("../files/backgroundImage_131.jpg");
	background-repeat: repeat-x;
	background-position: center;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 60px 20px 60px 20px;
}

#stacks_in_132_page25 {
	text-transform: capitalize;
	font-size: 101%;
	font-weight: bold;
}
#stacks_in_109_page25_button {
	display:block;
	position: relative;
	text-align: center;
}


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



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








#stacks_out_109_page25 {
	width: 200px;
}

#stacks_in_109_page25 {
	background-image: url("../files/backgroundImage_109.jpg");
	background-repeat: repeat-x;
	background-position: center;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 60px 20px 60px 20px;
}

#stacks_in_110_page25 {
	text-transform: capitalize;
	font-weight: bold;
}
#stacks_in_117_page25_button {
	display:block;
	position: relative;
	text-align: center;
}


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



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








#stacks_out_117_page25 {
	width: 200px;
}

#stacks_in_117_page25 {
	background-image: url("../files/backgroundImage_117.jpg");
	background-repeat: repeat-x;
	background-position: center;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 60px 20px 60px 20px;
}

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


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



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








#stacks_out_119_page25 {
	width: 200px;
}

#stacks_in_119_page25 {
	background-image: url("../files/backgroundImage_119.jpg");
	background-repeat: repeat-x;
	background-position: center;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	border-radius: 20px 20px 20px 20px;
	padding: 60px 20px 60px 20px;
}

#stacks_in_120_page25 {
	text-transform: capitalize;
	font-weight: bold;
}
