/*
 * baguetteboxcss
 */

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.11.0
 * @url https://github.com/feimosi/baguetteBox.js
 */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}

/* @group Reset */

/**/
#rapidSearchHelperFormstacks_in_p125_n1_page1,
#rapidSearchHelperFieldsetstacks_in_p125_n1_page1,
#rapidSearchHelperInputstacks_in_p125_n1_page1,
#rapidSearchHelperSearchButtonstacks_in_p125_n1_page1 {
	padding: 0;
	margin: 0;
	outline: none;
	border: none;
	box-shadow: none;
	line-height: 1.2;
}
/**/

/* @end */

/**/

/**/

/**/

/**/

/**/

/**/

/**/
#rapidSearchHelperFieldsetstacks_in_p125_n1_page1 {
	position: relative;
	padding: 6px;
}

#rapidSearchHelperInputstacks_in_p125_n1_page1 {
	display: block;
	width: 100%;
	border: none;
	font-size: 18px;
	padding: 10px 10px;
	border-radius: 0px;
	transition: all 300ms ease-in-out;
	box-shadow: none;
	background: rgba(255, 255, 255, 1.00);
	color: rgba(102, 102, 102, 1.00);
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.20);
}

#rapidSearchHelperInputstacks_in_p125_n1_page1:focus {
	box-shadow: none;
	background: rgba(255, 255, 255, 1.00);
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.40);
}

#rapidSearchHelperSearchButtonstacks_in_p125_n1_page1 {
	display: inline-block;
	position: absolute;
	top: 6px;
	right: 6px;
	background: none;
	border: none;
	font-size: 18px;
	padding: 10px 10px;
	border-radius: 0px;
	background: transparent;
	color: rgba(153, 153, 153, 1.00);
	transition: all 300ms ease-in-out;
}

#rapidSearchHelperSearchButtonstacks_in_p125_n1_page1:hover {
	background: transparent;
	color: rgba(153, 153, 153, 1.00);
}

#rapidSearchHelperSearchButtonstacks_in_p125_n1_page1:active {
	background: transparent;
	color: rgba(102, 102, 102, 1.00);
}

#rapidSearchHelperLabelstacks_in_p125_n1_page1 {
	display: none;
}
/**/


/**/

/**/

/* @group Reveals */

/**/

	/**/

	/**/

	/**/

/**/

/* @end */

@media print {
	#stacks_in_p125_n1_page1 {
		display: none;
	}
}

/* @end */
/**/
#stacks_in_120_page1>.s3_row {
	margin: 0 -0px;
}

#stacks_in_120_page1>.s3_row>.s3_column_left {
	width: 20.00%;
}

#stacks_in_120_page1>.s3_row>.s3_column_right {
	width: 80.000000%;
}




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










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



}



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


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


}






#stacks_in_120_page1 {
	margin: 20px 0px 0px 0px;
}

#stacks_out_123_page1 {
	width: 250px;
	margin-left:0;
}

#stacks_in_123_page1 {
	padding: 0px 0px 0px 15px;
}





.poster-top {
    padding-top: 0px;
}


#stacks_in_2_page1 img {
    max-width: 100%;
    height: auto;
}


.poster-pagination {
    text-align: center;
}


.poster-pagination {
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.poster-pagination a {
    text-decoration: none;
}





.poster-list-item {
    transition: background-color 500ms;
    
    
    
    
}

.poster-item {
    
}

.poster-list-item:hover {
    
}

.poster-body {
    
}


.poster-list {
    display: flex;
    vertical-align: top;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: auto;
}

@media(max-width:767px){
    .poster-list-item {
        
        width: 100%;
        
    }
}
@media(min-width:768px){
    .poster-list-item {
        
        width: calc(90% / 2);
        
    }
}
@media(min-width:992px){
    .poster-list-item {
        
        width: calc(90% / 2);
        
    }
}
@media(min-width:1200px){
    .poster-list-item {
        
        width: calc(90% / 3);
        
    }
}





/* For edit and !edit mode */

.poster-title a:hover {
    text-decoration: none !important;
}

.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}

.poster-external-link::after {
    font-family: FontAwesome;
    content: "\f08e";
    margin-left: 1rem;
    font-size: smaller;
}


/* Social */

.poster-social {
    font-size: 1rem;
    text-align: left;
    line-height: 1rem;
}

.poster-social a {
    text-decoration: none;
    margin-right: 0.5rem;
}



.poster-share::after {
    font-family: FontAwesome;
    
    color: #808080;
    
    
    content: "\f1e0";
    
}



.poster-facebook::after {
    font-family: FontAwesome;
    
    color: #01257A;
    
    
    content: "\f09a";
    
}



.poster-twitter::after {
    font-family: FontAwesome;
    
    color: #55ACEE;
    
    
    content: "\f099";
    
}



.poster-pinterest::after {
    font-family: FontAwesome;
    
    color: #BD2026;
    
    
    content: "\f231";
    
}



.poster-linkedin::after {
    font-family: FontAwesome;
    
    color: #2E8CD7;
    
    
    content: "\f0e1";
    
}


.poster-xing {
    display: none;
}


.poster-xing::after {
    font-family: FontAwesome;
    
    color: #1A7576;
    
    
    content: "\f168";
    
}



.poster-envelope::after {
    font-family: FontAwesome;
    
    color: #000000;
    
    
    content: "\f003";
    
}

.poster-thumbnail {
    margin-left: auto;
    margin-right: auto;
}

.poster-thumbnail-caption {
    margin-top: 5px;
}

.poster-item article {
    float: none !important;
    width: 100% !important;
}

#stacks_in_2_page1 {
	margin: 15px 0px 0px 0px;
}











#stacks_in_212_page1 .blog-entry-author {
    display: none !important;
}




#stacks_in_223_page1 img {
    height: auto;
}
#stacks_in_225_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_225_page1 a:link, #stacks_in_225_page1 a:visited {
	background-color:#4BCDD0;
	background: -webkit-gradient(linear, left top, left bottom, from(#4BCDD0), to(#2D7B7D));
	border:1px solid #2D7B7D;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_225_page1 a:hover {
	background-color:#51DDE1;
	background: -webkit-gradient(linear, left top, left bottom, from(#51DDE1), to(#276A6C));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_225_page1 a:active {
	background-color:#4BCDD0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_222_page1 img {
    height: auto;
}
#stacks_in_228_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_228_page1 a:link, #stacks_in_228_page1 a:visited {
	background-color:#FFB72E;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB72E), to(#B16E1B));
	border:1px solid #B16E1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_228_page1 a:hover {
	background-color:#FFC631;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC631), to(#995F18));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_228_page1 a:active {
	background-color:#FFB72E;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}














#stacks_in_191_page1 .blog-entry-author {
    display: none !important;
}




#stacks_in_201_page1 img {
    height: auto;
}
#stacks_in_203_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_203_page1 a:link, #stacks_in_203_page1 a:visited {
	background-color:#4BCDD0;
	background: -webkit-gradient(linear, left top, left bottom, from(#4BCDD0), to(#2D7B7D));
	border:1px solid #2D7B7D;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_203_page1 a:hover {
	background-color:#51DDE1;
	background: -webkit-gradient(linear, left top, left bottom, from(#51DDE1), to(#276A6C));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_203_page1 a:active {
	background-color:#4BCDD0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_209_page1 img {
    height: auto;
}
#stacks_in_206_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_206_page1 a:link, #stacks_in_206_page1 a:visited {
	background-color:#FFB72E;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB72E), to(#B16E1B));
	border:1px solid #B16E1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_206_page1 a:hover {
	background-color:#FFC631;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC631), to(#995F18));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_206_page1 a:active {
	background-color:#FFB72E;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}














#stacks_in_165_page1 .blog-entry-author {
    display: none !important;
}




#stacks_in_172_page1 img {
    height: auto;
}
#stacks_in_186_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_186_page1 a:link, #stacks_in_186_page1 a:visited {
	background-color:#4BCDD0;
	background: -webkit-gradient(linear, left top, left bottom, from(#4BCDD0), to(#2D7B7D));
	border:1px solid #2D7B7D;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_186_page1 a:hover {
	background-color:#51DDE1;
	background: -webkit-gradient(linear, left top, left bottom, from(#51DDE1), to(#276A6C));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_186_page1 a:active {
	background-color:#4BCDD0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_173_page1 img {
    height: auto;
}
#stacks_in_182_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_182_page1 a:link, #stacks_in_182_page1 a:visited {
	background-color:#FFB72E;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB72E), to(#B16E1B));
	border:1px solid #B16E1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_182_page1 a:hover {
	background-color:#FFC631;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC631), to(#995F18));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_182_page1 a:active {
	background-color:#FFB72E;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}














#stacks_in_145_page1 .blog-entry-author {
    display: none !important;
}




#stacks_in_152_page1 img {
    height: auto;
}
#stacks_in_156_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_156_page1 a:link, #stacks_in_156_page1 a:visited {
	background-color:#4BCDD0;
	background: -webkit-gradient(linear, left top, left bottom, from(#4BCDD0), to(#2D7B7D));
	border:1px solid #2D7B7D;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_156_page1 a:hover {
	background-color:#51DDE1;
	background: -webkit-gradient(linear, left top, left bottom, from(#51DDE1), to(#276A6C));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_156_page1 a:active {
	background-color:#4BCDD0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_153_page1 img {
    height: auto;
}

#stacks_in_146_page1 {
	margin: 15px 0px 0px 0px;
}
#stacks_in_160_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_160_page1 a:link, #stacks_in_160_page1 a:visited {
	background-color:#FFB72E;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB72E), to(#B16E1B));
	border:1px solid #B16E1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_160_page1 a:hover {
	background-color:#FFC631;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC631), to(#995F18));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_160_page1 a:active {
	background-color:#FFB72E;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}














#stacks_in_126_page1 .blog-entry-author {
    display: none !important;
}




#stacks_in_133_page1 img {
    height: auto;
}
#stacks_in_137_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_137_page1 a:link, #stacks_in_137_page1 a:visited {
	background-color:#4BCDD0;
	background: -webkit-gradient(linear, left top, left bottom, from(#4BCDD0), to(#2D7B7D));
	border:1px solid #2D7B7D;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_137_page1 a:hover {
	background-color:#51DDE1;
	background: -webkit-gradient(linear, left top, left bottom, from(#51DDE1), to(#276A6C));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_137_page1 a:active {
	background-color:#4BCDD0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_134_page1 img {
    height: auto;
}
#stacks_in_141_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_141_page1 a:link, #stacks_in_141_page1 a:visited {
	background-color:#FFB72E;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB72E), to(#B16E1B));
	border:1px solid #B16E1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_141_page1 a:hover {
	background-color:#FFC631;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC631), to(#995F18));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_141_page1 a:active {
	background-color:#FFB72E;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}














#stacks_in_65_page1 .blog-entry-author {
    display: none !important;
}




#stacks_in_74_page1 img {
    height: auto;
}
#stacks_in_p90_n2_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_p90_n2_page1 a:link, #stacks_in_p90_n2_page1 a:visited {
	background-color:#4BCDD0;
	background: -webkit-gradient(linear, left top, left bottom, from(#4BCDD0), to(#2D7B7D));
	border:1px solid #2D7B7D;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_p90_n2_page1 a:hover {
	background-color:#51DDE1;
	background: -webkit-gradient(linear, left top, left bottom, from(#51DDE1), to(#276A6C));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_p90_n2_page1 a:active {
	background-color:#4BCDD0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_75_page1 img {
    height: auto;
}

#stacks_in_83_page1 {
	margin: 15px 0px 10px 0px;
}
#stacks_in_104_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_104_page1 a:link, #stacks_in_104_page1 a:visited {
	background-color:#FFB72E;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB72E), to(#B16E1B));
	border:1px solid #B16E1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_104_page1 a:hover {
	background-color:#FFC631;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC631), to(#995F18));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_104_page1 a:active {
	background-color:#FFB72E;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}














#stacks_in_50_page1 .blog-entry-author {
    display: none !important;
}




#stacks_in_57_page1 img {
    height: auto;
}
#stacks_in_p100_n2_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_p100_n2_page1 a:link, #stacks_in_p100_n2_page1 a:visited {
	background-color:#4BCDD0;
	background: -webkit-gradient(linear, left top, left bottom, from(#4BCDD0), to(#2D7B7D));
	border:1px solid #2D7B7D;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_p100_n2_page1 a:hover {
	background-color:#51DDE1;
	background: -webkit-gradient(linear, left top, left bottom, from(#51DDE1), to(#276A6C));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_p100_n2_page1 a:active {
	background-color:#4BCDD0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_63_page1 img {
    height: auto;
}

#stacks_in_51_page1 {
	margin: 14px 0px 0px 0px;
}

#stacks_in_64_page1 {
	margin: 15px 0px 10px 0px;
}
#stacks_in_108_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_108_page1 a:link, #stacks_in_108_page1 a:visited {
	background-color:#FFB72E;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB72E), to(#B16E1B));
	border:1px solid #B16E1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_108_page1 a:hover {
	background-color:#FFC631;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC631), to(#995F18));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_108_page1 a:active {
	background-color:#FFB72E;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}














#stacks_in_9_page1 .blog-entry-author {
    display: none !important;
}




#stacks_in_46_page1 img {
    height: auto;
}
#stacks_in_p96_n2_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_p96_n2_page1 a:link, #stacks_in_p96_n2_page1 a:visited {
	background-color:#4BCDD0;
	background: -webkit-gradient(linear, left top, left bottom, from(#4BCDD0), to(#2D7B7D));
	border:1px solid #2D7B7D;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_p96_n2_page1 a:hover {
	background-color:#51DDE1;
	background: -webkit-gradient(linear, left top, left bottom, from(#51DDE1), to(#276A6C));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_p96_n2_page1 a:active {
	background-color:#4BCDD0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_43_page1 img {
    height: auto;
}

#stacks_in_42_page1 {
	margin: 15px 0px 10px 0px;
}
#stacks_in_112_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_112_page1 a:link, #stacks_in_112_page1 a:visited {
	background-color:#FFB72E;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB72E), to(#B16E1B));
	border:1px solid #B16E1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_112_page1 a:hover {
	background-color:#FFC631;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC631), to(#995F18));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_112_page1 a:active {
	background-color:#FFB72E;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}














#stacks_in_3_page1 .blog-entry-author {
    display: none !important;
}




#stacks_in_47_page1 img {
    height: auto;
}
#stacks_in_p92_n2_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_p92_n2_page1 a:link, #stacks_in_p92_n2_page1 a:visited {
	background-color:#4BCDD0;
	background: -webkit-gradient(linear, left top, left bottom, from(#4BCDD0), to(#2D7B7D));
	border:1px solid #2D7B7D;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_p92_n2_page1 a:hover {
	background-color:#51DDE1;
	background: -webkit-gradient(linear, left top, left bottom, from(#51DDE1), to(#276A6C));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_p92_n2_page1 a:active {
	background-color:#4BCDD0;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}




#stacks_in_48_page1 img {
    height: auto;
}

#stacks_in_8_page1 {
	margin: 15px 0px 10px 0px;
}
#stacks_in_116_page1_button {
	display:block;
	position: relative;
	text-align: center;
}


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







#stacks_in_116_page1 a:link, #stacks_in_116_page1 a:visited {
	background-color:#FFB72E;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB72E), to(#B16E1B));
	border:1px solid #B16E1B;
	padding:3px 20px;
	border-radius:30px;
	color:#FFFFFF;
	box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 2px;
	margin:5px;
	font-weight:bold;
}
#stacks_in_116_page1 a:hover {
	background-color:#FFC631;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFC631), to(#995F18));
	box-shadow:rgba(0, 0, 0, 0.25) 0px 2px 4px;
}
#stacks_in_116_page1 a:active {
	background-color:#FFB72E;
	box-shadow:rgba(0, 0, 0, 0.75) 0px 0px 4px inset;
}



