/*
 * 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)}}

/* Depth Base */

.depth_out h2,.depth_out p,.depth_out a{margin:0;padding:0;border: 0;line-height:1.4;}
.depth_out hr:before,.depth_out hr:after,.depth_out .content_in .stacksEmptyFiller{display: none}

.depth_in,
header .depth_theme_limit,
footer .depth_theme_limit{
  
  max-width: 1200px;
  
}
main .depth_theme_limit{
  max-width: 100%;
  padding: 0;
}
.depth_limit{
  margin: 0 auto;
}



.nfont{
	font-family: 'Raleway', sans-serif !important;
}
h2.nfont,
.sub_heading.nfont{
	font-family: 'Raleway', sans-serif !important;
}
header.depth_theme,
main.depth_theme h1,
main.depth_theme h2,
main.depth_theme h3,
main.depth_theme h4,
main.depth_theme h5,
main.depth_theme h6{
  font-family: 'Raleway', sans-serif !important;
}
.depth_in a{text-decoration: none;}
.depth_in{
  font-size: 15px;
  line-height: 1.4;}

/* 2 Col Spacing */
.depth_section{
  margin-bottom: 0px;
}



.depth_out img{max-width: 100%}

.depth_out *, 
.depth_out *:before, 
.depth_out *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}

.depth_out .cf:after {content:"";display:table;clear:both;}
.depth_out .exp{position:absolute;top:0;left:0;bottom:0;right:0;}

@media screen and (min-width: 770px){
  /* 2 Col Spacing */
  .depth_row .s3_column_left .depth_section{
    margin-right: 0.000000px;
  }
  .depth_row .s3_column_right .depth_section{
    margin-left: 0.000000px;
  }
  /* 3 Col Spacing */
  .depth_row.three_col .s3_column_left .depth_section{
    margin-right: 0.000000px;
  }
  .depth_row.three_col .s3_column_center .depth_section{
    margin-left: 0.000000px;
    margin-right: 0.000000px;
  }
  .depth_row.three_col .s3_column_right .depth_section{
    margin-left: 0.000000px;
  }
  /* 4 Col Spacing (1/4) */
  .depth_row .s3_column_4:first-child .depth_section{
    margin-right: 0.000000px;
    margin-left: 0;
  }
  /* 4 Col Spacing (2/4) */
  .depth_row .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 0.000000px;
    margin-left: 0.000000px;
  }
  /* 4 Col Spacing (3/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-right: 0.000000px;
    margin-left: 0.000000px;
  }
  /* 4 Col Spacing (4/4) */
  .depth_row .s3_column_4 + .s3_column_4 + .s3_column_4 + .s3_column_4 .depth_section{
    margin-left: 0.000000px;
    margin-right: 0;
  }
  /* Flex Equal Height/Centering */
  
  .s3_row.depth_row,
  .depth_row .s3_column,
  .s3_row.depth_row .depth_out,
  .s3_row.depth_row .depth_out > div,
  .s3_row.depth_row .depth_wrapper,
  .s3_row.depth_row .content_out,
  .s3_row.depth_row .depth_image *{
    flex: 1;
    display: flex !important;
  }
  .s3_row.depth_row .content_out,
  .s3_row.depth_row .content_in{
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .depth_ie .s3_row.depth_row,
  .depth_ie .depth_row .s3_column,
  .s3_row.depth_row .depth_ie .depth_out,
  .s3_row.depth_row .depth_ie .depth_out > div,
  .s3_row.depth_row .depth_ie .depth_wrapper,
  .s3_row.depth_row .depth_ie .content_out,
  .s3_row.depth_row .depth_ie .depth_image *{
    flex: auto !important;
    display: block !important;
  }
}


.content_flex {position: static;}

.s3_row.depth_row .content_flex {
  flex: 1;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}

/* Edit Mode */


/* Animations */


.depth_fx .depth_image,
.depth_fx .depth_tint,
.depth_fx .depth_gradient,
.depth_fx .content_tint,
.depth_fx p.sub_heading,
.depth_fx .heading_out .stacks_out,
.depth_fx p.main_content,
.depth_fx .depth_aside,
.depth_fx .heading_out h2{ opacity: 0; }

.depth_fx.depth_ie .depth_image,
.depth_fx.depth_ie .depth_tint,
.depth_fx.depth_ie .depth_gradient,
.depth_fx.depth_ie .content_tint,
.depth_fx.depth_ie p.sub_heading,
.depth_fx.depth_ie .heading_out .stacks_out,
.depth_fx.depth_ie p.main_content,
.depth_fx.depth_ie .depth_aside,
.depth_fx.depth_ie .heading_out h2{ opacity: 1; }


.depth_inview.slow_fadeIn.depth_fx .depth_image,
.depth_inview.slow_fadeIn.depth_fx .depth_tint,
.depth_inview.slow_fadeIn.depth_fx .content_tint,
.depth_inview.slow_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .7s both; }
.depth_inview.slow_fadeIn.depth_fx .heading_out{ animation: heading_border_color 1s both; }
.depth_inview.slow_fadeIn.depth_fx p.super_heading,
.depth_inview.slow_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein 1s .25s both; }
.depth_inview.slow_fadeIn.depth_fx p.sub_heading,
.depth_inview.slow_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein 1s .5s both; }
.depth_inview.slow_fadeIn.depth_fx p.main_content,
.depth_inview.slow_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein 1s .75s both; }
.depth_inview.slow_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein 1s 1s backwards; }
.depth_inview.slow_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein 1s 1.25s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header 1s .5s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header 1s .5s backwards; }
.depth_inview.slow_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content 1s .5s backwards; }

.depth_inview.steady_fadeIn.depth_fx .depth_image,
.depth_inview.steady_fadeIn.depth_fx .depth_tint,
.depth_inview.steady_fadeIn.depth_fx .content_tint,
.depth_inview.steady_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .5s both; }
.depth_inview.steady_fadeIn.depth_fx .heading_out{ animation: heading_border_color .7s both; }
.depth_inview.steady_fadeIn.depth_fx p.super_heading,
.depth_inview.steady_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein .7s .15s both; }
.depth_inview.steady_fadeIn.depth_fx p.sub_heading,
.depth_inview.steady_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein .7s .35s both; }
.depth_inview.steady_fadeIn.depth_fx p.main_content,
.depth_inview.steady_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein .7s .5s both; }
.depth_inview.steady_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein .7s .65s backwards; }
.depth_inview.steady_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein .7s .8s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header .7s .25s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header .7s .25s backwards; }
.depth_inview.steady_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content .7s .25s backwards; }

.depth_inview.fast_fadeIn.depth_fx .depth_image,
.depth_inview.fast_fadeIn.depth_fx .depth_tint,
.depth_inview.fast_fadeIn.depth_fx .content_tint,
.depth_inview.fast_fadeIn.depth_fx .depth_gradient{ animation: nbanner_fadein .3s both; }
.depth_inview.fast_fadeIn.depth_fx .heading_out{ animation: heading_border_color .4s both; }
.depth_inview.fast_fadeIn.depth_fx p.super_heading,
.depth_inview.fast_fadeIn.depth_fx .heading_out h2{ animation: nbanner_fadein .4s .15s both; }
.depth_inview.fast_fadeIn.depth_fx p.sub_heading,
.depth_inview.fast_fadeIn.depth_fx .heading_out .stacks_out{ animation: nbanner_fadein .4s .35s both; }
.depth_inview.fast_fadeIn.depth_fx p.main_content,
.depth_inview.fast_fadeIn.depth_fx .depth_aside{	animation: nbanner_fadein .4s .5s both; }
.depth_inview.fast_fadeIn.depth_fx a.depth_button{	animation: nbanner_fadein .4s .65s backwards; }
.depth_inview.fast_fadeIn.depth_fx p.sub_content{ animation: nbanner_fadein .4s .8s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_top_header{	animation: hr_top_header .4s .25s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_bottom_header{ animation: hr_bottom_header .4s .25s backwards; }
.depth_inview.fast_fadeIn.depth_fx hr.hr_bottom_content{	animation: hr_bottom_content .4s .25s backwards; }


@-webkit-keyframes heading_border_color {
  from {border-color: transparent;}
  to {border-color: ;}}
@keyframes nbanner_fadein {
  from {border-color: transparent;}
  to {border-color: ;}}

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

@-webkit-keyframes nbanner_bg_fadein {
  from {background-color: transparent;}
  to {background-color: inherit;}}
@keyframes nbanner_bg_fadein {
  from {background-color: transparent;}
  to {background-color: inherit;}}

@-webkit-keyframes hr_top_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_top_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}


@-webkit-keyframes hr_bottom_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_bottom_header {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}


@-webkit-keyframes hr_bottom_content {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}
@keyframes hr_bottom_content {
  from {width: 0; opacity: 0;}
  to {opacity: 1; width: %;}}



/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mini_cookie_button_stacks_in_p568_n5_page10,
.mini_cookie_button_stacks_in_p568_n5_page10 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(41, 145, 204, 0.20);
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: rgba(41, 145, 204, 1.00);
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 1.125rem;
	font-weight: 600;
	padding: 8px 16px;
	margin-left: 1rem;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#mini_cookie_button_stacks_in_p568_n5_page10:hover,
.mini_cookie_button_stacks_in_p568_n5_page10:hover,
#mini_cookie_button_stacks_in_p568_n5_page10:active,
.mini_cookie_button_stacks_in_p568_n5_page10:active {
	color: rgba(71, 138, 180, 1.00);
	background-color: rgba(41, 145, 204, 0.40);
}

#mini_cookie_button_stacks_in_p568_n5_page10:focus,
.mini_cookie_button_stacks_in_p568_n5_page10:focus {
	outline: 1px dotted rgba(71, 138, 180, 1.00);
}




@font-face {
	font-family: 'icomoon';
	src: url("../files/icons/icomoon.eot?hg8hv3");
	src: url("../files/icons/icomoon.eot?#iefixhg8hv3") format("embedded-opentype"), url("../files/icons/icomoon.woff2?hg8hv3") format("woff2"), url("../files/icons/icomoon.ttf?hg8hv3") format("truetype"), url("../files/icons/icomoon.woff?hg8hv3") format("woff"), url("../files/icons/icomoon.svg?hg8hv3#icomoon") format("svg");
	font-weight: normal;
	font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	color: #401F3F;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; }

.icon-chevron-rounded:before{content: "\e600"; }
.icon-chevron-rounded-thick:before{content: "\e601"; }
.icon-chevron-thin:before{content: "\e602"; }
.icon-chevron-thick:before{content: "\e603"; }
.icon-arrow:before{content: "\e604"; }
.icon-arrow-thin:before{content: "\e605"; }
.icon-arrow-thick:before{content: "\e606"; }
.icon-round-1:before{content: "\e607"; }
.icon-round-2:before{content: "\e608"; }
.icon-round-3:before{content: "\e609"; }
.icon-round-4:before{content: "\e60a"; }

#ncd-sp-arrow {
	display: inline-block;
	line-height: 0;
	z-index: 10000;
	padding: 5px;
	background: #FFFFFF;
	border-radius: 100px;
	border-width: 0;
	border-style: solid;
	
	
	
	opacity: 0;
	border-color: #401F3F;
}
#ncd-sp-arrow i {font-size: 44px;}
#ncd-sp-arrow.show i {cursor: pointer;}


#ncd-sp-arrow {
	position: fixed;
	opacity: 0;
	margin: 20px;
	-webkit-transition: opacity 150ms, -webkit-transform 150ms;
	transition: opacity 150ms, transform 150ms;
	-webkit-transform: translateX(-30px);
			-ms-transform: translateX(-30px);
					transform: translateX(-30px);}

#ncd-sp-arrow.show.down-amount, 
#ncd-sp-arrow.show.down-container{
-webkit-transition: opacity 750ms 0, -webkit-transform 750ms 0;
	transition: opacity 750ms 0, transform 750ms 0;
}

#ncd-sp-arrow .rotateThis{
	-webkit-transition: -webkit-transform 700ms;
					transition: transform 700ms;}

#ncd-sp-arrow.show.down-amount .rotateThis, 
#ncd-sp-arrow.show.down-container .rotateThis{
	position: relative;
	-webkit-transform: rotate(-180deg);
					transform: rotate(-180deg);}
#ncd-sp-arrow.down-amount .rotateThis, 
#ncd-sp-arrow.down-container .rotateThis{
	position: relative;
	-webkit-transform: rotate(0);
					transform: rotate(0);}

#ncd-sp-arrow.show {
	opacity: 1; 
	-webkit-transform: rotateY(0) translateX(0) translateY(0) scale(1);
					transform: rotateY(0) translateX(0) translateY(0) scale(1);}

#ncd-sp-arrow.tl{top: 0;left: 0; }
#ncd-sp-arrow.tc{top: 0;left: 50%; }
#ncd-sp-arrow.tr{top: 0;right: 0; }
#ncd-sp-arrow.bl{bottom: 0;left: 0; }
#ncd-sp-arrow.bc{bottom: 0;left: 50%; }
#ncd-sp-arrow.br{bottom: 0;right: 0; }



#stacks_in_789_page10 {
	background-color: rgba(204, 204, 204, 1.00);
}
/* Depth Content */

@media (min-width: 300px){
	#stacks_in_612_page10 .content_flex{
		min-height: 0px;
	}
}

@media (min-width: 900px){
	#stacks_in_612_page10 .content_flex{
		min-height: 0px;
	}
}

.depth_out .stacks-description{
  background: rgba(0,0,0,0.3);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,0.3) !important;
  color: #fff !important;
  border-radius: 3px;}
  


.stacks-partial.grande .depth_out .velvet-icon{
display: none;
}
/* Section Link Style */

.depth_section_link{
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
}
.depth_section_link .depth_in,
.depth_section_link .depth_image{
	transition: transform 300ms;
	transform: scale(1);
}
#stacks_in_612_page10 .depth_section_link:hover .depth_in,
#stacks_in_612_page10 .depth_section_link:hover .depth_image{
	transform: scale(1.00);
}





#stacks_in_612_page10.depth_out{
	position: relative;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	line-height: normal;
	color: rgba(0, 0, 0, 1.00);}
#stacks_in_612_page10.depth_out a{
	color: rgba(0, 0, 0, 1.00);}

#stacks_in_612_page10 .depth_in{
	position: relative;
	margin: 0 auto;
	
	text-align: center;
	
}

#stacks_in_612_page10 .depth_image{

	
	

	background-repeat: no-repeat;
	background-position: 50% 50%;

	

	
	

	
	
	
	/* Drop In Background*/
	background-image: url(../files/banner_bg_image_612.jpg);
	
	
	
}





#stacks_in_612_page10 .depth_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_612_page10 .content_tint{ background: rgba(0, 0, 0, 0.00); }

#stacks_in_612_page10 .depth_gradient{
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 75%);
	
	
	
	   
	background: -webkit-radial-gradient(rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 85%);
	background: radial-gradient(rgba(0, 0, 0, 0.00) 0%,rgba(0, 0, 0, 0.00) 85%);
	}



/* Heading */

#stacks_in_612_page10 .heading_out{
	display: block;
	
	background: rgba(0, 0, 0, 0.00);
	border-top: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	border-bottom: 0px solid rgba(230, 73, 30, 1.00);
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	padding: 60px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 0;}

#stacks_in_612_page10 .heading_in{
	padding: 0px 0;
	margin-left: 0px;
	margin-right: 0px;
}

#stacks_in_612_page10 .heading_out h2{
	font-size: 70px;
	line-height: 70px;
	color: rgba(255, 255, 255, 1.00);
	font-weight: 500;
	 font-weight: bolder; 
	
	
	
	 text-align: center !important; 
	
	
	letter-spacing: 0px;
	text-indent: 0px;
	margin: 0;
	padding: 0;}

#stacks_in_612_page10 p.super_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 16px;
	letter-spacing: 5px;
	margin: 0px 0 0px;
	
	
	 display: none; 
	
	float: none;}

#stacks_in_612_page10 p.sub_heading{
	color: rgba(255, 255, 255, 1.00);
	font-size: 19px;
	letter-spacing: 0px;
	margin: 50px 0 0px;
	 font-weight: bolder; 
	
	
	
	float: none;}

/* Content */

#stacks_in_612_page10 .content_out{
	display: inline-block;
	position: relative;

	 
	max-width: 700px; 
	

	
	 text-align: center; 
	
	padding: 10% 50px 28% 50px;
	margin: 0 0%;}

/* Content (Separate Mobile Layout) */


@media screen and (max-width: 770px){
	#stacks_in_612_page10 .content_out{
		padding: 4% 50px 10% 50px;
		margin: 0 0%;}
	#stacks_in_612_page10 .heading_out h2{
		font-size: 40px;
		line-height: 44px;
	}
}


@media screen and (max-width: 770px ){
	#stacks_in_612_page10 .depth_wrapper{background-color: rgba(0, 0, 0, 0.00);}
	#stacks_in_612_page10 .depth_tint,
	#stacks_in_612_page10 .content_tint{ background: none !important; }
	#stacks_in_612_page10 .heading_out h2,
	#stacks_in_612_page10 .content_out{
		
		 text-align: center !important; 
		
	}
	
	#stacks_in_612_page10 .depth_wrapper .content_out{ display: block;margin: 0 auto; }
	
}


#stacks_in_612_page10 .content_flex{
	
	 align-items: center; 
	
}

#stacks_in_612_page10 .content_in{
	min-width: 200px;
	position:relative;
	z-index:1;
	background: rgba(0, 0, 0, 0.00);
	border: 0px solid rgba(255, 255, 255, 1.00);
	padding: 40px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/*IE 11 Fix*/
.depth_ie .content_in{
	width: 100%;
}

#stacks_in_612_page10 .content_in p.main_content{
	display: block;
	color: rgba(255, 255, 255, 1.00);
	font-size: 1.40em;
	line-height: 1.50;
	margin-top: 6%;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0%;
	
	
	}

#stacks_in_612_page10 .content_in a.depth_button{
	display: inline-block;
	text-decoration: none;
	line-height: 1.4;
	font-size: 18px;
	padding: 5% 7.500000%;
	border-radius: 30px;
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.40);
	margin-bottom: 15%;
	transition: background 200ms, box-shadow 200ms, color 200ms;
	color: rgba(255, 255, 255, 1.00);
	background: rgba(122, 50, 255, 1.00);
	 font-weight: bolder; 
	
	}

@media screen and (max-width: 770px){
	#stacks_in_612_page10 .content_in a.depth_button{
		padding: 5% 10%;
	}
}
#stacks_in_612_page10 .content_in a.depth_button:hover{
	color: rgba(255, 255, 255, 1.00);
	background: rgba(230, 73, 30, 1.00);
	box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 1.00);}

#stacks_in_612_page10 .content_in p.sub_content{
	font-weight: normal;
	
	 font-style: italic; 
	
	font-size: 14px;
	color: rgba(255, 255, 255, 1.00);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: relative;
	border-left: 0px solid rgba(230, 73, 30, 1.00);
	border-right: 0px solid rgba(230, 73, 30, 1.00);
	padding-left: 0px;
	padding-right: 0px;}

/* Aside */

#stacks_in_612_page10 .depth_aside{
	position: static;
	width: 100%;
	
	

	 
	margin-right: -700px; 
	

	margin-right:0;

	display: none;
}
@media screen and (max-width: 770px){
	#stacks_in_612_page10 .depth_aside{
		margin-right:0;
		display: none;
	}
}
#stacks_in_612_page10 .depth_aside_wrapper{
	
	
	width: 100%;
}
#stacks_in_612_page10 .depth_aside_wrapper,
#stacks_in_612_page10 .depth_aside_wrapper .centered_image{
	
	
	
}
#stacks_in_612_page10 .depth_aside_wrapper .centered_image .imageStyle{
	
	
}







#stacks_in_612_page10 .depth_aside_padding > div{max-width:500px;}

@media screen and (max-width: 770px){
	#stacks_in_612_page10 .depth_aside_wrapper{
		position: relative;
		transform: none;
		top: auto;
		padding-right: 0; 
	}
	
	
	
}

#stacks_in_612_page10 .depth_aside_padding{
	padding: 40px 50px 0px 70px;
}
@media screen and (max-width: 770px){
	#stacks_in_612_page10 .depth_aside_padding{
		padding: 20px 30px 50px 30px;
	}
}

/* Layer Top */


#stacks_in_612_page10 .depth_in{z-index: 4;}
#stacks_in_612_page10 .depth_tint{z-index: 3;}
#stacks_in_612_page10 .depth_gradient{z-index: 2;}
#stacks_in_612_page10 .depth_image{z-index: 1;}








/* Force Mobile Legibility */

@media screen and (max-width: 770px ){
	#stacks_in_612_page10 .depth_wrapper.content_tint,
	#stacks_in_612_page10 .depth_gradient{display: none;}
}




/* Breaks */

#stacks_in_612_page10 hr{border: 0;margin: 0;}

#stacks_in_612_page10 hr.hr_top_header{
	height: -2px;
	width: 20%;
	background: rgba(32, 17, 32, 1.00);
	display: inline-block;}

#stacks_in_612_page10 hr.hr_bottom_header{
	height: 8px;
	width: 35%;
	background: rgba(32, 17, 32, 1.00);
	display: inline-block;}

#stacks_in_612_page10 hr.hr_bottom_content{
	display: inline-block;
	height: 0px;
	width: 20%;
	background: rgba(255, 255, 255, 0.40);
	margin-top: 15px;}
#stacks_in_83_page10 {
	background-color: rgba(255, 255, 255, 1.00);
	padding: 60px 60px 60px 60px;
}






#stacks_in_573_page10 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-title, .poster-title a {
    font-size: 22px !important;
}

.poster-title, .poster-title a {
    margin: 0px 0px 0px 0px !important;
}




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

.poster-item {
    
}

.poster-list-item:hover {
    
}

.poster-body {
    
}





/* 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: rgba(118, 117, 120, 1.00);
    
    
    content: "\f1e0";
    
}



.poster-facebook::after {
    font-family: FontAwesome;
    
    color: rgba(118, 117, 120, 1.00);
    
    
    content: "\f09a";
    
}



.poster-twitter::after {
    font-family: FontAwesome;
    
    color: rgba(118, 117, 120, 1.00);
    
    
    content: "\f099";
    
}


.poster-pinterest {
    display: none;
}


.poster-pinterest::after {
    font-family: FontAwesome;
    
    color: rgba(118, 117, 120, 1.00);
    
    
    content: "\f231";
    
}



.poster-linkedin::after {
    font-family: FontAwesome;
    
    color: rgba(118, 117, 120, 1.00);
    
    
    content: "\f0e1";
    
}


.poster-xing {
    display: none;
}


.poster-xing::after {
    font-family: FontAwesome;
    
    color: rgba(118, 117, 120, 1.00);
    
    
    content: "\f168";
    
}


.poster-envelope {
    display: none;
}


.poster-envelope::after {
    font-family: FontAwesome;
    
    color: rgba(118, 117, 120, 1.00);
    
    
    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_667_page10 .poster-readmore {
    display: none !important;
}



#stacks_in_667_page10 .poster-back {
    display: none !important;
}






#stacks_in_675_page10 {
	padding: 0px 0px 10px 0px;
}
/* LinkThing by RapidWeaver Central  */



/* 1 Slinky  
====================== */

.link_effect1stacks_in_679_page10 a:before, .link_effect1stacks_in_679_page10 a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;  
  background: #DA4453 !important;  
  -webkit-transition: width 300ms ease;
	transition: width 300ms ease;
}

.link_effect1stacks_in_679_page10 a:after {
  right: 50%;
  left: auto;
}

.link_effect1stacks_in_679_page10 a:hover:before, .link_effect1stacks_in_679_page10 a:hover:after {
  width: 50%;
}

.link_effect1stacks_in_679_page10 a   {
		
	font-weight:normal;;
	position: relative;
	text-decoration: none;
}

.link_effect1stacks_in_679_page10 a:visited {
	text-decoration: none;
}



/* 2 Stretchy 
====================== */

#stacks_in_679_page10 .link_effect2stacks_in_679_page10 a {
		
	font-weight:normal;;
  	letter-spacing: 0;
  	opacity: .5;
  	-webkit-transition: all .25s ease-out;
	
}

#stacks_in_679_page10 .link_effect2stacks_in_679_page10 a:hover {
   	opacity: 1;
  	letter-spacing: 10px;	
}

/* 3 Fade In  
====================== */

#stacks_in_679_page10 .link_effect3stacks_in_679_page10 {
  	text-decoration: none;
}

#stacks_in_679_page10 .link_effect3stacks_in_679_page10 a {
		
	font-weight:normal;;
	border-bottom: 1px solid #DA4453;
	font-weight: 500;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

#stacks_in_679_page10 .link_effect3stacks_in_679_page10 a:hover,
#stacks_in_679_page10 .link_effect3stacks_in_679_page10 a:focus {
	color: #DA4453 !important;
	border-color: #DA4453*0.8%;
	background-color: #DA4453;
}



/* 4 Bubble
====================== */

#stacks_in_679_page10 .link_effect4stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect4stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect4stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect%stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_679_page10 .link_effect4stacks_in_679_page10 {
}

#stacks_in_679_page10 .link_effect4stacks_in_679_page10 a {
	font-weight:normal;;
}

#stacks_in_679_page10 .link_effect4stacks_in_679_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_679_page10 .link_effect4stacks_in_679_page10 a:hover::before,
#stacks_in_679_page10 .link_effect4stacks_in_679_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}




/* 5  UpSlider 
====================== */


#stacks_in_679_page10 .link_effect5stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect5stacks_in_679_page10 a {
		
	font-weight:normal;;
	position: relative;
	display: inline-block;
	outline: none;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect5stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect5stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_679_page10 .link_effect5stacks_in_679_page10 a {
	overflow: hidden;
	font-weight: 500;
}

#stacks_in_679_page10 .link_effect5stacks_in_679_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform: translateY(95%);
	transform: translateY(95%);
}

#stacks_in_679_page10 .link_effect5stacks_in_679_page10 a:hover::before,
#stacks_in_679_page10 .link_effect5stacks_in_679_page10 a:focus::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}





/* 6 RightSlider RightSlider_color
====================== */

#stacks_in_679_page10 .link_effect6stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect6stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect6stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect6stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_679_page10 .link_effect6stacks_in_679_page10 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_679_page10 .link_effect6stacks_in_679_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scaleY(0.618) translateX(-100%);
	transform: scaleY(0.618) translateX(-100%);
}

#stacks_in_679_page10 .link_effect6stacks_in_679_page10 a:hover::before,
#stacks_in_679_page10 .link_effect6stacks_in_679_page10 a:focus::before {
	-webkit-transform: scaleY(0.618) translateX(0);
	transform: scaleY(0.618) translateX(0);
}




/* 7 InBouncer InBouncer_color
====================== */

#stacks_in_679_page10 .link_effect7stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect7stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect7stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect7stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_679_page10 .link_effect7stacks_in_679_page10 {
	position: relative;
}

#stacks_in_679_page10 .link_effect7stacks_in_679_page10 a {
	vertical-align: bottom;
	font-weight:normal;;
}


#stacks_in_679_page10 .link_effect7stacks_in_679_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_679_page10 .link_effect7stacks_in_679_page10 a:hover::before,
#stacks_in_679_page10 .link_effect7stacks_in_679_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}





/* 8 Dissipater   
====================== */

#stacks_in_679_page10 .link_effect8stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect8stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect8stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect8stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}



#stacks_in_679_page10 .link_effect8stacks_in_679_page10 a {
		
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

#stacks_in_679_page10 .link_effect8stacks_in_679_page10 a:hover,
#stacks_in_679_page10 .link_effect8stacks_in_679_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_679_page10 .link_effect8stacks_in_679_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s, background-color 0.2s;
	transition: transform 0.2s, opacity 0.2s, background-color 0.2s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#stacks_in_679_page10 .link_effect8stacks_in_679_page10 a:hover::before,
#stacks_in_679_page10 .link_effect8stacks_in_679_page10 a:focus::before {
	background-color: rgba(255,255,255,0);
	opacity: 1;
	-webkit-transform: scaleX(1) scaleY(0.618);
	transform: scaleX(1) scaleY(0.618);
}

/* 9 Flipper 
====================== */



#stacks_in_679_page10 .link_effect9stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect9stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect9stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect9stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_679_page10 .link_effect9stacks_in_679_page10 a {
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-perspective: 600px;
	perspective: 600px;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

#stacks_in_679_page10 .link_effect9stacks_in_679_page10 a:hover,
#stacks_in_679_page10 .link_effect9stacks_in_679_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_679_page10 .link_effect9stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect9stacks_in_679_page10 a::after {
	position: absolute;
	top: 0;
	left: -4px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 4px;
	width: 100%;
	height: 100%;
	content: '';
}

#stacks_in_679_page10 .link_effect9stacks_in_679_page10 a::before {
	background-color: #DA4453;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

#stacks_in_679_page10 .link_effect9stacks_in_679_page10 a:hover::before,
#stacks_in_679_page10 .link_effect9stacks_in_679_page10 a:focus::before {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#stacks_in_679_page10 .link_effect9stacks_in_679_page10 a::after {
	border-bottom: 2px solid  #DA4453;
}



/* 10 Borderer 
====================== */

#stacks_in_679_page10 .link_effect10stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect10stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect10stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect10stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_679_page10 .link_effect10stacks_in_679_page10 a {
		
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

#stacks_in_679_page10 .link_effect10stacks_in_679_page10 a:hover,
#stacks_in_679_page10 .link_effect10stacks_in_679_page10 a:focus {
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_679_page10 .link_effect10stacks_in_679_page10 a::before {
	position: absolute;
	top: -2px;
	left: -7px;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border: 2px solid #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_679_page10 .link_effect10stacks_in_679_page10 a:hover::before,
#stacks_in_679_page10 .link_effect10stacks_in_679_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}



/* 11 Squiffy 
====================== */

#stacks_in_679_page10 .link_effect11stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect11stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect11stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect11stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_679_page10 .link_effect11stacks_in_679_page10 a {
	font-weight:normal;;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

#stacks_in_679_page10 .link_effect11stacks_in_679_page10 a:hover,
#stacks_in_679_page10 .link_effect11stacks_in_679_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_679_page10 .link_effect11stacks_in_679_page10 a::before {
	position: absolute;
	top: 0px;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
		transition: transform 0.4s, opacity 0.2s;
	-webkit-transform: skewY(-3deg) skewX(-11deg);
		transform: skewY(-3deg) skewX(-11deg);
}

#stacks_in_679_page10 .link_effect11stacks_in_679_page10 a:hover::before,
#stacks_in_679_page10 .link_effect11stacks_in_679_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: skewY(0) skewX(0);
			transform: skewY(0) skewX(0);
}




/* 12 UpLiner 
====================== */

#stacks_in_679_page10 .link_effect12stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect12stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect12stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect12stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_679_page10 .link_effect12stacks_in_679_page10 a {
	overflow: hidden;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_679_page10 .link_effect12stacks_in_679_page10 a:hover,
#stacks_in_679_page10 .link_effect12stacks_in_679_page10 a:focus {
	-webkit-transform: translateY(10%);
			transform: translateY(10%);
}

#stacks_in_679_page10 .link_effect12stacks_in_679_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateY(100%) translateY(-2px);
			transform: translateY(100%) translateY(-2px);
}

#stacks_in_679_page10 .link_effect12stacks_in_679_page10 a,
#stacks_in_679_page10 .link_effect12stacks_in_679_page10 a::before {
	-webkit-transition-timing-function: cubic-bezier(0.6,0,0.4,1);
			transition-timing-function: cubic-bezier(0.6,0,0.4,1);
}

#stacks_in_679_page10 .link_effect12stacks_in_679_page10 a:hover::before,
#stacks_in_679_page10 .link_effect12stacks_in_679_page10 a:focus::before {
	-webkit-transform: translateY(-100%) translateY(2px);
			transform: translateY(-100%) translateY(2px);
} 


/* 13 Tooltipper 
====================== */

#stacks_in_679_page10 .link_effect13stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect13stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect13stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect13stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_679_page10 .link_effect13stacks_in_679_page10 {
}

#stacks_in_679_page10 .link_effect13stacks_in_679_page10 a {
		
	font-weight:normal;;
}

#stacks_in_679_page10 .link_effect13stacks_in_679_page10 a::before {
	display:table;
  	position:absolute;
  	top:1.8em;
  	left:1.8em;
  	padding:.2em .5em .5em 3.7em;
	width: 200pxpx;
	height: 100%;
	background: #DA4453 url(../files/link.svg) no-repeat -3em 50%;
	background-size: auto 40%;
	color: transparent;
	content: attr(href);
	white-space: pre-wrap;
	word-break: break-all;
	font-weight:normal;;
	font-size: 80%;
	font-style: italic;
	opacity: 0;
	line-height: 1.6;
	pointer-events: auto;
	-webkit-transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s, background-position 0.2s;
			transition: opacity 0.3s, color 0.3s, transform 0.3s, background-position 0.2s;
	-webkit-transform: scale(0.5);
			transform: scale(0.5);
	-webkit-border-radius: 5pxpx;
	   -moz-border-radius: 5pxpx;
			border-radius: 5pxpx;
}	

#stacks_in_679_page10 .link_effect13stacks_in_679_page10 a:hover::before,
#stacks_in_679_page10 .link_effect13stacks_in_679_page10 a:focus::before {
	background-position: 1em 50%;
	color: #DA4453;
	opacity: 1;
	-webkit-transition-delay: 0s, 0s, 0s, 0.1s;
			transition-delay: 0s, 0s, 0s, 0.1s;
	-webkit-transform: scale(1) translateY(-75%);
			transform: scale(1) translateY(-75%);
}


/* 14 Arrow arrow_color
====================== */

#stacks_in_679_page10 .link_effect14stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect14stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect14stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect14stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_679_page10 .link_effect14stacks_in_679_page10 a {
	padding: 0 0.25em;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_679_page10 .link_effect14stacks_in_679_page10 a:hover,
#stacks_in_679_page10 .link_effect14stacks_in_679_page10 a::after {
	-webkit-transform: translateX(-1em);
			transform: translateX(-1em);
}

#stacks_in_679_page10 .link_effect14stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect14stacks_in_679_page10 a::after {
	position: absolute;
	height: 100%;
	content: '';
}

#stacks_in_679_page10 .link_effect14stacks_in_679_page10 a::before {
	left: 0;
	z-index: -1;
	width: 100%;
	background: #4A89DC;
}

#stacks_in_679_page10 .link_effect14stacks_in_679_page10 a::after {
	left: 100%;
	z-index: -2;
	width: 1em;
	background: #3766A4 url(../files/arrow_right.svg) no-repeat 50% 50%;
	background-size: 60% auto;
	text-align: center;
	pointer-events: auto;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_679_page10 .link_effect14stacks_in_679_page10 a:hover::after,
#stacks_in_679_page10 .link_effect14stacks_in_679_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}


/* 15 Curtains 
====================== */

#stacks_in_679_page10 .link_effect15stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
}

#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a::before {
	border-top: 2px solid #DA4453;
	background: transparent;
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
	-webkit-transform: translateY( calc(100% - 2px) );
			transform: translateY( calc(100% - 2px) );
}

#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a:hover::before,
#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a:focus::before {
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a:hover::before,
#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a:focus::before,
#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a:hover::after,
#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a::after {
	z-index: -1;
	background: #DA4453;
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
}

#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a:hover::after,
#stacks_in_679_page10 .link_effect15stacks_in_679_page10 a:focus::after {
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
}



/* 16 Brackets 
====================== */

#stacks_in_679_page10 .link_effect16stacks_in_679_page10 {	
  	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect16stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect16stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect16stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_679_page10 .link_effect16stacks_in_679_page10 a {
	padding: 0 0.35em;
	font-weight:normal;;
	-webkit-transition: color 0.2s;
			transition: color 0.2s;
}

#stacks_in_679_page10 .link_effect16stacks_in_679_page10 a:hover {
	color: #d04c3f;
}

#stacks_in_679_page10 .link_effect16stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect16stacks_in_679_page10 a::after {
	position: absolute;
	top: 0;
	font-weight: 100;
	font-size: 150%;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
			transition: opacity 0.2s, transform 0.2s;
}

#stacks_in_679_page10 .link_effect16stacks_in_679_page10 a::before {
	left: -0.1em;
	content: '[';
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
}

#stacks_in_679_page10 .link_effect16stacks_in_679_page10 a::after {
	right: -0.1em;
	content: ']';
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
}

#stacks_in_679_page10 .link_effect16stacks_in_679_page10 a:hover::before,
#stacks_in_679_page10 .link_effect16stacks_in_679_page10 a:hover::after {
	opacity: 1;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}



/* 17 Javelinky 
====================== */

#stacks_in_679_page10 .link_effect17stacks_in_679_page10 a {
  	position: relative;
  	padding: 0 5px;
		
	font-weight:normal;;
  	text-decoration: none;
}

#stacks_in_679_page10 .link_effect17stacks_in_679_page10 a:after {
  	content: '';
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	height: 1px;
  	margin: auto;
  	background-image: linear-gradient(90deg, transparent 0%, #DA4453 50%, transparent 100%);
  	-webkit-transition: width .15s ease;
  	   -moz-transition: width .15s ease;
  			transition: width .15s ease;
}

#stacks_in_679_page10 .link_effect17stacks_in_679_page10 a:hover:after {
  	width: 0;
}


/* 18 Sandwich  
====================== */

#stacks_in_679_page10 .link_effect18stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect18stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect18stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect18stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_679_page10 .link_effect18stacks_in_679_page10 {
}

#stacks_in_679_page10 .link_effect18stacks_in_679_page10 a {
	padding: 0 ;
	color: #DA4453;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
			transition: color 0.3s;
}

#stacks_in_679_page10 .link_effect18stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect18stacks_in_679_page10 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_679_page10 .link_effect18stacks_in_679_page10 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_679_page10 .link_effect18stacks_in_679_page10 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

#stacks_in_679_page10 .link_effect18stacks_in_679_page10 a:hover,
#stacks_in_679_page10 .link_effect18stacks_in_679_page10 a:focus {
	color: #fff;
}

#stacks_in_679_page10 .link_effect18stacks_in_679_page10 a:hover::before,
#stacks_in_679_page10 .link_effect18stacks_in_679_page10 a:focus::before,
#stacks_in_679_page10 .link_effect18stacks_in_679_page10 a:hover::after,
#stacks_in_679_page10 .link_effect18stacks_in_679_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}





/* 19 Fade Up 
====================== */


#stacks_in_679_page10 .link_effect19stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect19stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect19stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect19stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect19stacks_in_679_page10 a {
}

.link_effect19stacks_in_679_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

.link_effect19stacks_in_679_page10 a:hover::after,
.link_effect19stacks_in_679_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}



/* 20 Fade Down 
====================== */

#stacks_in_679_page10 .link_effect20stacks_in_679_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_679_page10 .link_effect20stacks_in_679_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_679_page10 .link_effect20stacks_in_679_page10 a::before,
#stacks_in_679_page10 .link_effect20stacks_in_679_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect20stacks_in_679_page10 a {
}

.link_effect20stacks_in_679_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background:  #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
			transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

.link_effect20stacks_in_679_page10 a:hover::after,
.link_effect20stacks_in_679_page10 a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}

































/* Ghost Button 1.5.0 */
#stacks_in_685_page10 {
  display: block;
  position: relative;
  text-align: center;
}
.stacks_in_685_page10 {
   display: block !important; 
   float: left !important; 
  
  position: relative !important;
  
  width: 120px !important;
  
  padding: 4px !important;
  color: rgba(85, 85, 89, 1.00) !important;
  background-color: transparent !important;
  border: 1px solid rgba(85, 85, 89, 1.00) !important;
  border-radius: 0px !important;
  text-align: center !important;
  outline: none !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}
.stacks_in_685_page10:visited {
  color: rgba(85, 85, 89, 1.00) !important;
}
.stacks_in_685_page10:hover, .stacks_in_685_page10:active {
  background-color: rgba(64, 31, 63, 1.00) !important;
  color: rgba(255, 255, 255, 1.00) !important;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease-in;
}
#stacks_in_685_page10 {
	padding: 40px 0px 0px 0px;
}

#stacks_in_687_page10 {
	padding: 40px 0px 0px 0px;
}
/* LinkThing by RapidWeaver Central  */



/* 1 Slinky  
====================== */

.link_effect1stacks_in_690_page10 a:before, .link_effect1stacks_in_690_page10 a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;  
  background: #8D448B !important;  
  -webkit-transition: width 300ms ease;
	transition: width 300ms ease;
}

.link_effect1stacks_in_690_page10 a:after {
  right: 50%;
  left: auto;
}

.link_effect1stacks_in_690_page10 a:hover:before, .link_effect1stacks_in_690_page10 a:hover:after {
  width: 50%;
}

.link_effect1stacks_in_690_page10 a   {
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	position: relative;
	text-decoration: none;
}

.link_effect1stacks_in_690_page10 a:visited {
	text-decoration: none;
}



/* 2 Stretchy 
====================== */

#stacks_in_690_page10 .link_effect2stacks_in_690_page10 a {
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
  	letter-spacing: 0;
  	opacity: .5;
  	-webkit-transition: all .25s ease-out;
	
}

#stacks_in_690_page10 .link_effect2stacks_in_690_page10 a:hover {
   	opacity: 1;
  	letter-spacing: 10px;	
}

/* 3 Fade In  
====================== */

#stacks_in_690_page10 .link_effect3stacks_in_690_page10 {
  	text-decoration: none;
}

#stacks_in_690_page10 .link_effect3stacks_in_690_page10 a {
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	border-bottom: 1px solid #DA4453;
	font-weight: 500;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

#stacks_in_690_page10 .link_effect3stacks_in_690_page10 a:hover,
#stacks_in_690_page10 .link_effect3stacks_in_690_page10 a:focus {
	color: #DA4453 !important;
	border-color: #DA4453*0.8%;
	background-color: #DA4453;
}



/* 4 Bubble
====================== */

#stacks_in_690_page10 .link_effect4stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect4stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect4stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect%stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_690_page10 .link_effect4stacks_in_690_page10 {
}

#stacks_in_690_page10 .link_effect4stacks_in_690_page10 a {
	font-weight:bold !important;;
}

#stacks_in_690_page10 .link_effect4stacks_in_690_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_690_page10 .link_effect4stacks_in_690_page10 a:hover::before,
#stacks_in_690_page10 .link_effect4stacks_in_690_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}




/* 5  UpSlider 
====================== */


#stacks_in_690_page10 .link_effect5stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect5stacks_in_690_page10 a {
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	position: relative;
	display: inline-block;
	outline: none;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect5stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect5stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_690_page10 .link_effect5stacks_in_690_page10 a {
	overflow: hidden;
	font-weight: 500;
}

#stacks_in_690_page10 .link_effect5stacks_in_690_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform: translateY(95%);
	transform: translateY(95%);
}

#stacks_in_690_page10 .link_effect5stacks_in_690_page10 a:hover::before,
#stacks_in_690_page10 .link_effect5stacks_in_690_page10 a:focus::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}





/* 6 RightSlider RightSlider_color
====================== */

#stacks_in_690_page10 .link_effect6stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect6stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect6stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect6stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_690_page10 .link_effect6stacks_in_690_page10 a {
	overflow: hidden;
	font-weight:bold !important;;
}

#stacks_in_690_page10 .link_effect6stacks_in_690_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scaleY(0.618) translateX(-100%);
	transform: scaleY(0.618) translateX(-100%);
}

#stacks_in_690_page10 .link_effect6stacks_in_690_page10 a:hover::before,
#stacks_in_690_page10 .link_effect6stacks_in_690_page10 a:focus::before {
	-webkit-transform: scaleY(0.618) translateX(0);
	transform: scaleY(0.618) translateX(0);
}




/* 7 InBouncer InBouncer_color
====================== */

#stacks_in_690_page10 .link_effect7stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect7stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect7stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect7stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_690_page10 .link_effect7stacks_in_690_page10 {
	position: relative;
}

#stacks_in_690_page10 .link_effect7stacks_in_690_page10 a {
	vertical-align: bottom;
	font-weight:bold !important;;
}


#stacks_in_690_page10 .link_effect7stacks_in_690_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_690_page10 .link_effect7stacks_in_690_page10 a:hover::before,
#stacks_in_690_page10 .link_effect7stacks_in_690_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}





/* 8 Dissipater   
====================== */

#stacks_in_690_page10 .link_effect8stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect8stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect8stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect8stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}



#stacks_in_690_page10 .link_effect8stacks_in_690_page10 a {
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

#stacks_in_690_page10 .link_effect8stacks_in_690_page10 a:hover,
#stacks_in_690_page10 .link_effect8stacks_in_690_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_690_page10 .link_effect8stacks_in_690_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s, background-color 0.2s;
	transition: transform 0.2s, opacity 0.2s, background-color 0.2s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#stacks_in_690_page10 .link_effect8stacks_in_690_page10 a:hover::before,
#stacks_in_690_page10 .link_effect8stacks_in_690_page10 a:focus::before {
	background-color: rgba(255,255,255,0);
	opacity: 1;
	-webkit-transform: scaleX(1) scaleY(0.618);
	transform: scaleX(1) scaleY(0.618);
}

/* 9 Flipper 
====================== */



#stacks_in_690_page10 .link_effect9stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect9stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect9stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect9stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_690_page10 .link_effect9stacks_in_690_page10 a {
	font-weight:bold !important;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-perspective: 600px;
	perspective: 600px;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

#stacks_in_690_page10 .link_effect9stacks_in_690_page10 a:hover,
#stacks_in_690_page10 .link_effect9stacks_in_690_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_690_page10 .link_effect9stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect9stacks_in_690_page10 a::after {
	position: absolute;
	top: 0;
	left: -4px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 4px;
	width: 100%;
	height: 100%;
	content: '';
}

#stacks_in_690_page10 .link_effect9stacks_in_690_page10 a::before {
	background-color: #DA4453;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

#stacks_in_690_page10 .link_effect9stacks_in_690_page10 a:hover::before,
#stacks_in_690_page10 .link_effect9stacks_in_690_page10 a:focus::before {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#stacks_in_690_page10 .link_effect9stacks_in_690_page10 a::after {
	border-bottom: 2px solid  #DA4453;
}



/* 10 Borderer 
====================== */

#stacks_in_690_page10 .link_effect10stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect10stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect10stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect10stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_690_page10 .link_effect10stacks_in_690_page10 a {
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

#stacks_in_690_page10 .link_effect10stacks_in_690_page10 a:hover,
#stacks_in_690_page10 .link_effect10stacks_in_690_page10 a:focus {
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_690_page10 .link_effect10stacks_in_690_page10 a::before {
	position: absolute;
	top: -2px;
	left: -7px;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border: 2px solid #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_690_page10 .link_effect10stacks_in_690_page10 a:hover::before,
#stacks_in_690_page10 .link_effect10stacks_in_690_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}



/* 11 Squiffy 
====================== */

#stacks_in_690_page10 .link_effect11stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect11stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect11stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect11stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_690_page10 .link_effect11stacks_in_690_page10 a {
	font-weight:bold !important;;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

#stacks_in_690_page10 .link_effect11stacks_in_690_page10 a:hover,
#stacks_in_690_page10 .link_effect11stacks_in_690_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_690_page10 .link_effect11stacks_in_690_page10 a::before {
	position: absolute;
	top: 0px;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
		transition: transform 0.4s, opacity 0.2s;
	-webkit-transform: skewY(-3deg) skewX(-11deg);
		transform: skewY(-3deg) skewX(-11deg);
}

#stacks_in_690_page10 .link_effect11stacks_in_690_page10 a:hover::before,
#stacks_in_690_page10 .link_effect11stacks_in_690_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: skewY(0) skewX(0);
			transform: skewY(0) skewX(0);
}




/* 12 UpLiner 
====================== */

#stacks_in_690_page10 .link_effect12stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect12stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect12stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect12stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_690_page10 .link_effect12stacks_in_690_page10 a {
	overflow: hidden;
	font-weight:bold !important;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_690_page10 .link_effect12stacks_in_690_page10 a:hover,
#stacks_in_690_page10 .link_effect12stacks_in_690_page10 a:focus {
	-webkit-transform: translateY(10%);
			transform: translateY(10%);
}

#stacks_in_690_page10 .link_effect12stacks_in_690_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateY(100%) translateY(-2px);
			transform: translateY(100%) translateY(-2px);
}

#stacks_in_690_page10 .link_effect12stacks_in_690_page10 a,
#stacks_in_690_page10 .link_effect12stacks_in_690_page10 a::before {
	-webkit-transition-timing-function: cubic-bezier(0.6,0,0.4,1);
			transition-timing-function: cubic-bezier(0.6,0,0.4,1);
}

#stacks_in_690_page10 .link_effect12stacks_in_690_page10 a:hover::before,
#stacks_in_690_page10 .link_effect12stacks_in_690_page10 a:focus::before {
	-webkit-transform: translateY(-100%) translateY(2px);
			transform: translateY(-100%) translateY(2px);
} 


/* 13 Tooltipper 
====================== */

#stacks_in_690_page10 .link_effect13stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect13stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect13stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect13stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_690_page10 .link_effect13stacks_in_690_page10 {
}

#stacks_in_690_page10 .link_effect13stacks_in_690_page10 a {
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
}

#stacks_in_690_page10 .link_effect13stacks_in_690_page10 a::before {
	display:table;
  	position:absolute;
  	top:1.8em;
  	left:1.8em;
  	padding:.2em .5em .5em 3.7em;
	width: 200pxpx;
	height: 100%;
	background: #DA4453 url(../files/link.svg) no-repeat -3em 50%;
	background-size: auto 40%;
	color: transparent;
	content: attr(href);
	white-space: pre-wrap;
	word-break: break-all;
	font-weight:bold !important;;
	font-size: 80%;
	font-style: italic;
	opacity: 0;
	line-height: 1.6;
	pointer-events: auto;
	-webkit-transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s, background-position 0.2s;
			transition: opacity 0.3s, color 0.3s, transform 0.3s, background-position 0.2s;
	-webkit-transform: scale(0.5);
			transform: scale(0.5);
	-webkit-border-radius: 5pxpx;
	   -moz-border-radius: 5pxpx;
			border-radius: 5pxpx;
}	

#stacks_in_690_page10 .link_effect13stacks_in_690_page10 a:hover::before,
#stacks_in_690_page10 .link_effect13stacks_in_690_page10 a:focus::before {
	background-position: 1em 50%;
	color: #DA4453;
	opacity: 1;
	-webkit-transition-delay: 0s, 0s, 0s, 0.1s;
			transition-delay: 0s, 0s, 0s, 0.1s;
	-webkit-transform: scale(1) translateY(-75%);
			transform: scale(1) translateY(-75%);
}


/* 14 Arrow arrow_color
====================== */

#stacks_in_690_page10 .link_effect14stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect14stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect14stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect14stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_690_page10 .link_effect14stacks_in_690_page10 a {
	padding: 0 0.25em;
	font-weight:bold !important;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_690_page10 .link_effect14stacks_in_690_page10 a:hover,
#stacks_in_690_page10 .link_effect14stacks_in_690_page10 a::after {
	-webkit-transform: translateX(-1em);
			transform: translateX(-1em);
}

#stacks_in_690_page10 .link_effect14stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect14stacks_in_690_page10 a::after {
	position: absolute;
	height: 100%;
	content: '';
}

#stacks_in_690_page10 .link_effect14stacks_in_690_page10 a::before {
	left: 0;
	z-index: -1;
	width: 100%;
	background: #4A89DC;
}

#stacks_in_690_page10 .link_effect14stacks_in_690_page10 a::after {
	left: 100%;
	z-index: -2;
	width: 1em;
	background: #3766A4 url(../files/arrow_right.svg) no-repeat 50% 50%;
	background-size: 60% auto;
	text-align: center;
	pointer-events: auto;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_690_page10 .link_effect14stacks_in_690_page10 a:hover::after,
#stacks_in_690_page10 .link_effect14stacks_in_690_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}


/* 15 Curtains 
====================== */

#stacks_in_690_page10 .link_effect15stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a {
	overflow: hidden;
	font-weight:bold !important;;
}

#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
}

#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a::before {
	border-top: 2px solid #DA4453;
	background: transparent;
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
	-webkit-transform: translateY( calc(100% - 2px) );
			transform: translateY( calc(100% - 2px) );
}

#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a:hover::before,
#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a:focus::before {
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a:hover::before,
#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a:focus::before,
#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a:hover::after,
#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a::after {
	z-index: -1;
	background: #DA4453;
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
}

#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a:hover::after,
#stacks_in_690_page10 .link_effect15stacks_in_690_page10 a:focus::after {
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
}



/* 16 Brackets 
====================== */

#stacks_in_690_page10 .link_effect16stacks_in_690_page10 {	
  	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect16stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect16stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect16stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_690_page10 .link_effect16stacks_in_690_page10 a {
	padding: 0 0.35em;
	font-weight:bold !important;;
	-webkit-transition: color 0.2s;
			transition: color 0.2s;
}

#stacks_in_690_page10 .link_effect16stacks_in_690_page10 a:hover {
	color: #d04c3f;
}

#stacks_in_690_page10 .link_effect16stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect16stacks_in_690_page10 a::after {
	position: absolute;
	top: 0;
	font-weight: 100;
	font-size: 150%;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
			transition: opacity 0.2s, transform 0.2s;
}

#stacks_in_690_page10 .link_effect16stacks_in_690_page10 a::before {
	left: -0.1em;
	content: '[';
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
}

#stacks_in_690_page10 .link_effect16stacks_in_690_page10 a::after {
	right: -0.1em;
	content: ']';
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
}

#stacks_in_690_page10 .link_effect16stacks_in_690_page10 a:hover::before,
#stacks_in_690_page10 .link_effect16stacks_in_690_page10 a:hover::after {
	opacity: 1;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}



/* 17 Javelinky 
====================== */

#stacks_in_690_page10 .link_effect17stacks_in_690_page10 a {
  	position: relative;
  	padding: 0 5px;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
  	text-decoration: none;
}

#stacks_in_690_page10 .link_effect17stacks_in_690_page10 a:after {
  	content: '';
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	height: 1px;
  	margin: auto;
  	background-image: linear-gradient(90deg, transparent 0%, #8D448B 50%, transparent 100%);
  	-webkit-transition: width .15s ease;
  	   -moz-transition: width .15s ease;
  			transition: width .15s ease;
}

#stacks_in_690_page10 .link_effect17stacks_in_690_page10 a:hover:after {
  	width: 0;
}


/* 18 Sandwich  
====================== */

#stacks_in_690_page10 .link_effect18stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect18stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect18stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect18stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_690_page10 .link_effect18stacks_in_690_page10 {
}

#stacks_in_690_page10 .link_effect18stacks_in_690_page10 a {
	padding: 0 ;
	color: #8D448B;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
			transition: color 0.3s;
}

#stacks_in_690_page10 .link_effect18stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect18stacks_in_690_page10 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8D448B;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_690_page10 .link_effect18stacks_in_690_page10 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_690_page10 .link_effect18stacks_in_690_page10 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

#stacks_in_690_page10 .link_effect18stacks_in_690_page10 a:hover,
#stacks_in_690_page10 .link_effect18stacks_in_690_page10 a:focus {
	color: #fff;
}

#stacks_in_690_page10 .link_effect18stacks_in_690_page10 a:hover::before,
#stacks_in_690_page10 .link_effect18stacks_in_690_page10 a:focus::before,
#stacks_in_690_page10 .link_effect18stacks_in_690_page10 a:hover::after,
#stacks_in_690_page10 .link_effect18stacks_in_690_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}





/* 19 Fade Up 
====================== */


#stacks_in_690_page10 .link_effect19stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect19stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect19stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect19stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect19stacks_in_690_page10 a {
}

.link_effect19stacks_in_690_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

.link_effect19stacks_in_690_page10 a:hover::after,
.link_effect19stacks_in_690_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}



/* 20 Fade Down 
====================== */

#stacks_in_690_page10 .link_effect20stacks_in_690_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_690_page10 .link_effect20stacks_in_690_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:bold !important;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_690_page10 .link_effect20stacks_in_690_page10 a::before,
#stacks_in_690_page10 .link_effect20stacks_in_690_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect20stacks_in_690_page10 a {
}

.link_effect20stacks_in_690_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background:  #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
			transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

.link_effect20stacks_in_690_page10 a:hover::after,
.link_effect20stacks_in_690_page10 a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}


































#stacks_in_773_page10 {
	padding: 20px 0px 20px 0px;
}

#stacks_in_775_page10 {
	padding: 0px 20px 0px 20px;
}
/* LinkThing by RapidWeaver Central  */



/* 1 Slinky  
====================== */

.link_effect1stacks_in_781_page10 a:before, .link_effect1stacks_in_781_page10 a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;  
  background: #8D448B !important;  
  -webkit-transition: width 300ms ease;
	transition: width 300ms ease;
}

.link_effect1stacks_in_781_page10 a:after {
  right: 50%;
  left: auto;
}

.link_effect1stacks_in_781_page10 a:hover:before, .link_effect1stacks_in_781_page10 a:hover:after {
  width: 50%;
}

.link_effect1stacks_in_781_page10 a   {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	position: relative;
	text-decoration: none;
}

.link_effect1stacks_in_781_page10 a:visited {
	text-decoration: none;
}



/* 2 Stretchy 
====================== */

#stacks_in_781_page10 .link_effect2stacks_in_781_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
  	letter-spacing: 0;
  	opacity: .5;
  	-webkit-transition: all .25s ease-out;
	
}

#stacks_in_781_page10 .link_effect2stacks_in_781_page10 a:hover {
   	opacity: 1;
  	letter-spacing: 10px;	
}

/* 3 Fade In  
====================== */

#stacks_in_781_page10 .link_effect3stacks_in_781_page10 {
  	text-decoration: none;
}

#stacks_in_781_page10 .link_effect3stacks_in_781_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	border-bottom: 1px solid #DA4453;
	font-weight: 500;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

#stacks_in_781_page10 .link_effect3stacks_in_781_page10 a:hover,
#stacks_in_781_page10 .link_effect3stacks_in_781_page10 a:focus {
	color: #DA4453 !important;
	border-color: #DA4453*0.8%;
	background-color: #DA4453;
}



/* 4 Bubble
====================== */

#stacks_in_781_page10 .link_effect4stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect4stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect4stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect%stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_781_page10 .link_effect4stacks_in_781_page10 {
}

#stacks_in_781_page10 .link_effect4stacks_in_781_page10 a {
	font-weight:normal;;
}

#stacks_in_781_page10 .link_effect4stacks_in_781_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_781_page10 .link_effect4stacks_in_781_page10 a:hover::before,
#stacks_in_781_page10 .link_effect4stacks_in_781_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}




/* 5  UpSlider 
====================== */


#stacks_in_781_page10 .link_effect5stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect5stacks_in_781_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	position: relative;
	display: inline-block;
	outline: none;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect5stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect5stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_781_page10 .link_effect5stacks_in_781_page10 a {
	overflow: hidden;
	font-weight: 500;
}

#stacks_in_781_page10 .link_effect5stacks_in_781_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform: translateY(95%);
	transform: translateY(95%);
}

#stacks_in_781_page10 .link_effect5stacks_in_781_page10 a:hover::before,
#stacks_in_781_page10 .link_effect5stacks_in_781_page10 a:focus::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}





/* 6 RightSlider RightSlider_color
====================== */

#stacks_in_781_page10 .link_effect6stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect6stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect6stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect6stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_781_page10 .link_effect6stacks_in_781_page10 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_781_page10 .link_effect6stacks_in_781_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scaleY(0.618) translateX(-100%);
	transform: scaleY(0.618) translateX(-100%);
}

#stacks_in_781_page10 .link_effect6stacks_in_781_page10 a:hover::before,
#stacks_in_781_page10 .link_effect6stacks_in_781_page10 a:focus::before {
	-webkit-transform: scaleY(0.618) translateX(0);
	transform: scaleY(0.618) translateX(0);
}




/* 7 InBouncer InBouncer_color
====================== */

#stacks_in_781_page10 .link_effect7stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect7stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect7stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect7stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_781_page10 .link_effect7stacks_in_781_page10 {
	position: relative;
}

#stacks_in_781_page10 .link_effect7stacks_in_781_page10 a {
	vertical-align: bottom;
	font-weight:normal;;
}


#stacks_in_781_page10 .link_effect7stacks_in_781_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_781_page10 .link_effect7stacks_in_781_page10 a:hover::before,
#stacks_in_781_page10 .link_effect7stacks_in_781_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}





/* 8 Dissipater   
====================== */

#stacks_in_781_page10 .link_effect8stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect8stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect8stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect8stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}



#stacks_in_781_page10 .link_effect8stacks_in_781_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

#stacks_in_781_page10 .link_effect8stacks_in_781_page10 a:hover,
#stacks_in_781_page10 .link_effect8stacks_in_781_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_781_page10 .link_effect8stacks_in_781_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s, background-color 0.2s;
	transition: transform 0.2s, opacity 0.2s, background-color 0.2s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#stacks_in_781_page10 .link_effect8stacks_in_781_page10 a:hover::before,
#stacks_in_781_page10 .link_effect8stacks_in_781_page10 a:focus::before {
	background-color: rgba(255,255,255,0);
	opacity: 1;
	-webkit-transform: scaleX(1) scaleY(0.618);
	transform: scaleX(1) scaleY(0.618);
}

/* 9 Flipper 
====================== */



#stacks_in_781_page10 .link_effect9stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect9stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect9stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect9stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_781_page10 .link_effect9stacks_in_781_page10 a {
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-perspective: 600px;
	perspective: 600px;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

#stacks_in_781_page10 .link_effect9stacks_in_781_page10 a:hover,
#stacks_in_781_page10 .link_effect9stacks_in_781_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_781_page10 .link_effect9stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect9stacks_in_781_page10 a::after {
	position: absolute;
	top: 0;
	left: -4px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 4px;
	width: 100%;
	height: 100%;
	content: '';
}

#stacks_in_781_page10 .link_effect9stacks_in_781_page10 a::before {
	background-color: #DA4453;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

#stacks_in_781_page10 .link_effect9stacks_in_781_page10 a:hover::before,
#stacks_in_781_page10 .link_effect9stacks_in_781_page10 a:focus::before {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#stacks_in_781_page10 .link_effect9stacks_in_781_page10 a::after {
	border-bottom: 2px solid  #DA4453;
}



/* 10 Borderer 
====================== */

#stacks_in_781_page10 .link_effect10stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect10stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect10stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect10stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_781_page10 .link_effect10stacks_in_781_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

#stacks_in_781_page10 .link_effect10stacks_in_781_page10 a:hover,
#stacks_in_781_page10 .link_effect10stacks_in_781_page10 a:focus {
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_781_page10 .link_effect10stacks_in_781_page10 a::before {
	position: absolute;
	top: -2px;
	left: -7px;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border: 2px solid #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_781_page10 .link_effect10stacks_in_781_page10 a:hover::before,
#stacks_in_781_page10 .link_effect10stacks_in_781_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}



/* 11 Squiffy 
====================== */

#stacks_in_781_page10 .link_effect11stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect11stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect11stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect11stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_781_page10 .link_effect11stacks_in_781_page10 a {
	font-weight:normal;;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

#stacks_in_781_page10 .link_effect11stacks_in_781_page10 a:hover,
#stacks_in_781_page10 .link_effect11stacks_in_781_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_781_page10 .link_effect11stacks_in_781_page10 a::before {
	position: absolute;
	top: 0px;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
		transition: transform 0.4s, opacity 0.2s;
	-webkit-transform: skewY(-3deg) skewX(-11deg);
		transform: skewY(-3deg) skewX(-11deg);
}

#stacks_in_781_page10 .link_effect11stacks_in_781_page10 a:hover::before,
#stacks_in_781_page10 .link_effect11stacks_in_781_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: skewY(0) skewX(0);
			transform: skewY(0) skewX(0);
}




/* 12 UpLiner 
====================== */

#stacks_in_781_page10 .link_effect12stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect12stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect12stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect12stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_781_page10 .link_effect12stacks_in_781_page10 a {
	overflow: hidden;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_781_page10 .link_effect12stacks_in_781_page10 a:hover,
#stacks_in_781_page10 .link_effect12stacks_in_781_page10 a:focus {
	-webkit-transform: translateY(10%);
			transform: translateY(10%);
}

#stacks_in_781_page10 .link_effect12stacks_in_781_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateY(100%) translateY(-2px);
			transform: translateY(100%) translateY(-2px);
}

#stacks_in_781_page10 .link_effect12stacks_in_781_page10 a,
#stacks_in_781_page10 .link_effect12stacks_in_781_page10 a::before {
	-webkit-transition-timing-function: cubic-bezier(0.6,0,0.4,1);
			transition-timing-function: cubic-bezier(0.6,0,0.4,1);
}

#stacks_in_781_page10 .link_effect12stacks_in_781_page10 a:hover::before,
#stacks_in_781_page10 .link_effect12stacks_in_781_page10 a:focus::before {
	-webkit-transform: translateY(-100%) translateY(2px);
			transform: translateY(-100%) translateY(2px);
} 


/* 13 Tooltipper 
====================== */

#stacks_in_781_page10 .link_effect13stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect13stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect13stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect13stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_781_page10 .link_effect13stacks_in_781_page10 {
}

#stacks_in_781_page10 .link_effect13stacks_in_781_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
}

#stacks_in_781_page10 .link_effect13stacks_in_781_page10 a::before {
	display:table;
  	position:absolute;
  	top:1.8em;
  	left:1.8em;
  	padding:.2em .5em .5em 3.7em;
	width: 200pxpx;
	height: 100%;
	background: #DA4453 url(../files/link.svg) no-repeat -3em 50%;
	background-size: auto 40%;
	color: transparent;
	content: attr(href);
	white-space: pre-wrap;
	word-break: break-all;
	font-weight:normal;;
	font-size: 80%;
	font-style: italic;
	opacity: 0;
	line-height: 1.6;
	pointer-events: auto;
	-webkit-transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s, background-position 0.2s;
			transition: opacity 0.3s, color 0.3s, transform 0.3s, background-position 0.2s;
	-webkit-transform: scale(0.5);
			transform: scale(0.5);
	-webkit-border-radius: 5pxpx;
	   -moz-border-radius: 5pxpx;
			border-radius: 5pxpx;
}	

#stacks_in_781_page10 .link_effect13stacks_in_781_page10 a:hover::before,
#stacks_in_781_page10 .link_effect13stacks_in_781_page10 a:focus::before {
	background-position: 1em 50%;
	color: #DA4453;
	opacity: 1;
	-webkit-transition-delay: 0s, 0s, 0s, 0.1s;
			transition-delay: 0s, 0s, 0s, 0.1s;
	-webkit-transform: scale(1) translateY(-75%);
			transform: scale(1) translateY(-75%);
}


/* 14 Arrow arrow_color
====================== */

#stacks_in_781_page10 .link_effect14stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect14stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect14stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect14stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_781_page10 .link_effect14stacks_in_781_page10 a {
	padding: 0 0.25em;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_781_page10 .link_effect14stacks_in_781_page10 a:hover,
#stacks_in_781_page10 .link_effect14stacks_in_781_page10 a::after {
	-webkit-transform: translateX(-1em);
			transform: translateX(-1em);
}

#stacks_in_781_page10 .link_effect14stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect14stacks_in_781_page10 a::after {
	position: absolute;
	height: 100%;
	content: '';
}

#stacks_in_781_page10 .link_effect14stacks_in_781_page10 a::before {
	left: 0;
	z-index: -1;
	width: 100%;
	background: #4A89DC;
}

#stacks_in_781_page10 .link_effect14stacks_in_781_page10 a::after {
	left: 100%;
	z-index: -2;
	width: 1em;
	background: #3766A4 url(../files/arrow_right.svg) no-repeat 50% 50%;
	background-size: 60% auto;
	text-align: center;
	pointer-events: auto;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_781_page10 .link_effect14stacks_in_781_page10 a:hover::after,
#stacks_in_781_page10 .link_effect14stacks_in_781_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}


/* 15 Curtains 
====================== */

#stacks_in_781_page10 .link_effect15stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
}

#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a::before {
	border-top: 2px solid #DA4453;
	background: transparent;
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
	-webkit-transform: translateY( calc(100% - 2px) );
			transform: translateY( calc(100% - 2px) );
}

#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a:hover::before,
#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a:focus::before {
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a:hover::before,
#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a:focus::before,
#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a:hover::after,
#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a::after {
	z-index: -1;
	background: #DA4453;
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
}

#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a:hover::after,
#stacks_in_781_page10 .link_effect15stacks_in_781_page10 a:focus::after {
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
}



/* 16 Brackets 
====================== */

#stacks_in_781_page10 .link_effect16stacks_in_781_page10 {	
  	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect16stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect16stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect16stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_781_page10 .link_effect16stacks_in_781_page10 a {
	padding: 0 0.35em;
	font-weight:normal;;
	-webkit-transition: color 0.2s;
			transition: color 0.2s;
}

#stacks_in_781_page10 .link_effect16stacks_in_781_page10 a:hover {
	color: #d04c3f;
}

#stacks_in_781_page10 .link_effect16stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect16stacks_in_781_page10 a::after {
	position: absolute;
	top: 0;
	font-weight: 100;
	font-size: 150%;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
			transition: opacity 0.2s, transform 0.2s;
}

#stacks_in_781_page10 .link_effect16stacks_in_781_page10 a::before {
	left: -0.1em;
	content: '[';
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
}

#stacks_in_781_page10 .link_effect16stacks_in_781_page10 a::after {
	right: -0.1em;
	content: ']';
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
}

#stacks_in_781_page10 .link_effect16stacks_in_781_page10 a:hover::before,
#stacks_in_781_page10 .link_effect16stacks_in_781_page10 a:hover::after {
	opacity: 1;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}



/* 17 Javelinky 
====================== */

#stacks_in_781_page10 .link_effect17stacks_in_781_page10 a {
  	position: relative;
  	padding: 0 5px;
	
	color: #8D448B !important;
		
	font-weight:normal;;
  	text-decoration: none;
}

#stacks_in_781_page10 .link_effect17stacks_in_781_page10 a:after {
  	content: '';
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	height: 1px;
  	margin: auto;
  	background-image: linear-gradient(90deg, transparent 0%, #8D448B 50%, transparent 100%);
  	-webkit-transition: width .15s ease;
  	   -moz-transition: width .15s ease;
  			transition: width .15s ease;
}

#stacks_in_781_page10 .link_effect17stacks_in_781_page10 a:hover:after {
  	width: 0;
}


/* 18 Sandwich  
====================== */

#stacks_in_781_page10 .link_effect18stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect18stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect18stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect18stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_781_page10 .link_effect18stacks_in_781_page10 {
}

#stacks_in_781_page10 .link_effect18stacks_in_781_page10 a {
	padding: 0 ;
	color: #8D448B;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
			transition: color 0.3s;
}

#stacks_in_781_page10 .link_effect18stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect18stacks_in_781_page10 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8D448B;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_781_page10 .link_effect18stacks_in_781_page10 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_781_page10 .link_effect18stacks_in_781_page10 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

#stacks_in_781_page10 .link_effect18stacks_in_781_page10 a:hover,
#stacks_in_781_page10 .link_effect18stacks_in_781_page10 a:focus {
	color: #fff;
}

#stacks_in_781_page10 .link_effect18stacks_in_781_page10 a:hover::before,
#stacks_in_781_page10 .link_effect18stacks_in_781_page10 a:focus::before,
#stacks_in_781_page10 .link_effect18stacks_in_781_page10 a:hover::after,
#stacks_in_781_page10 .link_effect18stacks_in_781_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}





/* 19 Fade Up 
====================== */


#stacks_in_781_page10 .link_effect19stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect19stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect19stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect19stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect19stacks_in_781_page10 a {
}

.link_effect19stacks_in_781_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

.link_effect19stacks_in_781_page10 a:hover::after,
.link_effect19stacks_in_781_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}



/* 20 Fade Down 
====================== */

#stacks_in_781_page10 .link_effect20stacks_in_781_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_781_page10 .link_effect20stacks_in_781_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_781_page10 .link_effect20stacks_in_781_page10 a::before,
#stacks_in_781_page10 .link_effect20stacks_in_781_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect20stacks_in_781_page10 a {
}

.link_effect20stacks_in_781_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background:  #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
			transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

.link_effect20stacks_in_781_page10 a:hover::after,
.link_effect20stacks_in_781_page10 a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}


































#stacks_in_783_page10 {
	padding: 0px 20px 0px 20px;
}
/* LinkThing by RapidWeaver Central  */



/* 1 Slinky  
====================== */

.link_effect1stacks_in_787_page10 a:before, .link_effect1stacks_in_787_page10 a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;  
  background: #8D448B !important;  
  -webkit-transition: width 300ms ease;
	transition: width 300ms ease;
}

.link_effect1stacks_in_787_page10 a:after {
  right: 50%;
  left: auto;
}

.link_effect1stacks_in_787_page10 a:hover:before, .link_effect1stacks_in_787_page10 a:hover:after {
  width: 50%;
}

.link_effect1stacks_in_787_page10 a   {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	position: relative;
	text-decoration: none;
}

.link_effect1stacks_in_787_page10 a:visited {
	text-decoration: none;
}



/* 2 Stretchy 
====================== */

#stacks_in_787_page10 .link_effect2stacks_in_787_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
  	letter-spacing: 0;
  	opacity: .5;
  	-webkit-transition: all .25s ease-out;
	
}

#stacks_in_787_page10 .link_effect2stacks_in_787_page10 a:hover {
   	opacity: 1;
  	letter-spacing: 10px;	
}

/* 3 Fade In  
====================== */

#stacks_in_787_page10 .link_effect3stacks_in_787_page10 {
  	text-decoration: none;
}

#stacks_in_787_page10 .link_effect3stacks_in_787_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	border-bottom: 1px solid #DA4453;
	font-weight: 500;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

#stacks_in_787_page10 .link_effect3stacks_in_787_page10 a:hover,
#stacks_in_787_page10 .link_effect3stacks_in_787_page10 a:focus {
	color: #DA4453 !important;
	border-color: #DA4453*0.8%;
	background-color: #DA4453;
}



/* 4 Bubble
====================== */

#stacks_in_787_page10 .link_effect4stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect4stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect4stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect%stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_787_page10 .link_effect4stacks_in_787_page10 {
}

#stacks_in_787_page10 .link_effect4stacks_in_787_page10 a {
	font-weight:normal;;
}

#stacks_in_787_page10 .link_effect4stacks_in_787_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_787_page10 .link_effect4stacks_in_787_page10 a:hover::before,
#stacks_in_787_page10 .link_effect4stacks_in_787_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}




/* 5  UpSlider 
====================== */


#stacks_in_787_page10 .link_effect5stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect5stacks_in_787_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	position: relative;
	display: inline-block;
	outline: none;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect5stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect5stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_787_page10 .link_effect5stacks_in_787_page10 a {
	overflow: hidden;
	font-weight: 500;
}

#stacks_in_787_page10 .link_effect5stacks_in_787_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform: translateY(95%);
	transform: translateY(95%);
}

#stacks_in_787_page10 .link_effect5stacks_in_787_page10 a:hover::before,
#stacks_in_787_page10 .link_effect5stacks_in_787_page10 a:focus::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}





/* 6 RightSlider RightSlider_color
====================== */

#stacks_in_787_page10 .link_effect6stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect6stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect6stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect6stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_787_page10 .link_effect6stacks_in_787_page10 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_787_page10 .link_effect6stacks_in_787_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scaleY(0.618) translateX(-100%);
	transform: scaleY(0.618) translateX(-100%);
}

#stacks_in_787_page10 .link_effect6stacks_in_787_page10 a:hover::before,
#stacks_in_787_page10 .link_effect6stacks_in_787_page10 a:focus::before {
	-webkit-transform: scaleY(0.618) translateX(0);
	transform: scaleY(0.618) translateX(0);
}




/* 7 InBouncer InBouncer_color
====================== */

#stacks_in_787_page10 .link_effect7stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect7stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect7stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect7stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_787_page10 .link_effect7stacks_in_787_page10 {
	position: relative;
}

#stacks_in_787_page10 .link_effect7stacks_in_787_page10 a {
	vertical-align: bottom;
	font-weight:normal;;
}


#stacks_in_787_page10 .link_effect7stacks_in_787_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_787_page10 .link_effect7stacks_in_787_page10 a:hover::before,
#stacks_in_787_page10 .link_effect7stacks_in_787_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}





/* 8 Dissipater   
====================== */

#stacks_in_787_page10 .link_effect8stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect8stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect8stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect8stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}



#stacks_in_787_page10 .link_effect8stacks_in_787_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

#stacks_in_787_page10 .link_effect8stacks_in_787_page10 a:hover,
#stacks_in_787_page10 .link_effect8stacks_in_787_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_787_page10 .link_effect8stacks_in_787_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s, background-color 0.2s;
	transition: transform 0.2s, opacity 0.2s, background-color 0.2s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#stacks_in_787_page10 .link_effect8stacks_in_787_page10 a:hover::before,
#stacks_in_787_page10 .link_effect8stacks_in_787_page10 a:focus::before {
	background-color: rgba(255,255,255,0);
	opacity: 1;
	-webkit-transform: scaleX(1) scaleY(0.618);
	transform: scaleX(1) scaleY(0.618);
}

/* 9 Flipper 
====================== */



#stacks_in_787_page10 .link_effect9stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect9stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect9stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect9stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_787_page10 .link_effect9stacks_in_787_page10 a {
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-perspective: 600px;
	perspective: 600px;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

#stacks_in_787_page10 .link_effect9stacks_in_787_page10 a:hover,
#stacks_in_787_page10 .link_effect9stacks_in_787_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_787_page10 .link_effect9stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect9stacks_in_787_page10 a::after {
	position: absolute;
	top: 0;
	left: -4px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 4px;
	width: 100%;
	height: 100%;
	content: '';
}

#stacks_in_787_page10 .link_effect9stacks_in_787_page10 a::before {
	background-color: #DA4453;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

#stacks_in_787_page10 .link_effect9stacks_in_787_page10 a:hover::before,
#stacks_in_787_page10 .link_effect9stacks_in_787_page10 a:focus::before {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#stacks_in_787_page10 .link_effect9stacks_in_787_page10 a::after {
	border-bottom: 2px solid  #DA4453;
}



/* 10 Borderer 
====================== */

#stacks_in_787_page10 .link_effect10stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect10stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect10stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect10stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_787_page10 .link_effect10stacks_in_787_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

#stacks_in_787_page10 .link_effect10stacks_in_787_page10 a:hover,
#stacks_in_787_page10 .link_effect10stacks_in_787_page10 a:focus {
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_787_page10 .link_effect10stacks_in_787_page10 a::before {
	position: absolute;
	top: -2px;
	left: -7px;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border: 2px solid #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_787_page10 .link_effect10stacks_in_787_page10 a:hover::before,
#stacks_in_787_page10 .link_effect10stacks_in_787_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}



/* 11 Squiffy 
====================== */

#stacks_in_787_page10 .link_effect11stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect11stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect11stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect11stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_787_page10 .link_effect11stacks_in_787_page10 a {
	font-weight:normal;;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

#stacks_in_787_page10 .link_effect11stacks_in_787_page10 a:hover,
#stacks_in_787_page10 .link_effect11stacks_in_787_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_787_page10 .link_effect11stacks_in_787_page10 a::before {
	position: absolute;
	top: 0px;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
		transition: transform 0.4s, opacity 0.2s;
	-webkit-transform: skewY(-3deg) skewX(-11deg);
		transform: skewY(-3deg) skewX(-11deg);
}

#stacks_in_787_page10 .link_effect11stacks_in_787_page10 a:hover::before,
#stacks_in_787_page10 .link_effect11stacks_in_787_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: skewY(0) skewX(0);
			transform: skewY(0) skewX(0);
}




/* 12 UpLiner 
====================== */

#stacks_in_787_page10 .link_effect12stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect12stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect12stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect12stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_787_page10 .link_effect12stacks_in_787_page10 a {
	overflow: hidden;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_787_page10 .link_effect12stacks_in_787_page10 a:hover,
#stacks_in_787_page10 .link_effect12stacks_in_787_page10 a:focus {
	-webkit-transform: translateY(10%);
			transform: translateY(10%);
}

#stacks_in_787_page10 .link_effect12stacks_in_787_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateY(100%) translateY(-2px);
			transform: translateY(100%) translateY(-2px);
}

#stacks_in_787_page10 .link_effect12stacks_in_787_page10 a,
#stacks_in_787_page10 .link_effect12stacks_in_787_page10 a::before {
	-webkit-transition-timing-function: cubic-bezier(0.6,0,0.4,1);
			transition-timing-function: cubic-bezier(0.6,0,0.4,1);
}

#stacks_in_787_page10 .link_effect12stacks_in_787_page10 a:hover::before,
#stacks_in_787_page10 .link_effect12stacks_in_787_page10 a:focus::before {
	-webkit-transform: translateY(-100%) translateY(2px);
			transform: translateY(-100%) translateY(2px);
} 


/* 13 Tooltipper 
====================== */

#stacks_in_787_page10 .link_effect13stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect13stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect13stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect13stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_787_page10 .link_effect13stacks_in_787_page10 {
}

#stacks_in_787_page10 .link_effect13stacks_in_787_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
}

#stacks_in_787_page10 .link_effect13stacks_in_787_page10 a::before {
	display:table;
  	position:absolute;
  	top:1.8em;
  	left:1.8em;
  	padding:.2em .5em .5em 3.7em;
	width: 200pxpx;
	height: 100%;
	background: #DA4453 url(../files/link.svg) no-repeat -3em 50%;
	background-size: auto 40%;
	color: transparent;
	content: attr(href);
	white-space: pre-wrap;
	word-break: break-all;
	font-weight:normal;;
	font-size: 80%;
	font-style: italic;
	opacity: 0;
	line-height: 1.6;
	pointer-events: auto;
	-webkit-transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s, background-position 0.2s;
			transition: opacity 0.3s, color 0.3s, transform 0.3s, background-position 0.2s;
	-webkit-transform: scale(0.5);
			transform: scale(0.5);
	-webkit-border-radius: 5pxpx;
	   -moz-border-radius: 5pxpx;
			border-radius: 5pxpx;
}	

#stacks_in_787_page10 .link_effect13stacks_in_787_page10 a:hover::before,
#stacks_in_787_page10 .link_effect13stacks_in_787_page10 a:focus::before {
	background-position: 1em 50%;
	color: #DA4453;
	opacity: 1;
	-webkit-transition-delay: 0s, 0s, 0s, 0.1s;
			transition-delay: 0s, 0s, 0s, 0.1s;
	-webkit-transform: scale(1) translateY(-75%);
			transform: scale(1) translateY(-75%);
}


/* 14 Arrow arrow_color
====================== */

#stacks_in_787_page10 .link_effect14stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect14stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect14stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect14stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_787_page10 .link_effect14stacks_in_787_page10 a {
	padding: 0 0.25em;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_787_page10 .link_effect14stacks_in_787_page10 a:hover,
#stacks_in_787_page10 .link_effect14stacks_in_787_page10 a::after {
	-webkit-transform: translateX(-1em);
			transform: translateX(-1em);
}

#stacks_in_787_page10 .link_effect14stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect14stacks_in_787_page10 a::after {
	position: absolute;
	height: 100%;
	content: '';
}

#stacks_in_787_page10 .link_effect14stacks_in_787_page10 a::before {
	left: 0;
	z-index: -1;
	width: 100%;
	background: #4A89DC;
}

#stacks_in_787_page10 .link_effect14stacks_in_787_page10 a::after {
	left: 100%;
	z-index: -2;
	width: 1em;
	background: #3766A4 url(../files/arrow_right.svg) no-repeat 50% 50%;
	background-size: 60% auto;
	text-align: center;
	pointer-events: auto;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_787_page10 .link_effect14stacks_in_787_page10 a:hover::after,
#stacks_in_787_page10 .link_effect14stacks_in_787_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}


/* 15 Curtains 
====================== */

#stacks_in_787_page10 .link_effect15stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
}

#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a::before {
	border-top: 2px solid #DA4453;
	background: transparent;
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
	-webkit-transform: translateY( calc(100% - 2px) );
			transform: translateY( calc(100% - 2px) );
}

#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a:hover::before,
#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a:focus::before {
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a:hover::before,
#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a:focus::before,
#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a:hover::after,
#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a::after {
	z-index: -1;
	background: #DA4453;
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
}

#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a:hover::after,
#stacks_in_787_page10 .link_effect15stacks_in_787_page10 a:focus::after {
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
}



/* 16 Brackets 
====================== */

#stacks_in_787_page10 .link_effect16stacks_in_787_page10 {	
  	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect16stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect16stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect16stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_787_page10 .link_effect16stacks_in_787_page10 a {
	padding: 0 0.35em;
	font-weight:normal;;
	-webkit-transition: color 0.2s;
			transition: color 0.2s;
}

#stacks_in_787_page10 .link_effect16stacks_in_787_page10 a:hover {
	color: #d04c3f;
}

#stacks_in_787_page10 .link_effect16stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect16stacks_in_787_page10 a::after {
	position: absolute;
	top: 0;
	font-weight: 100;
	font-size: 150%;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
			transition: opacity 0.2s, transform 0.2s;
}

#stacks_in_787_page10 .link_effect16stacks_in_787_page10 a::before {
	left: -0.1em;
	content: '[';
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
}

#stacks_in_787_page10 .link_effect16stacks_in_787_page10 a::after {
	right: -0.1em;
	content: ']';
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
}

#stacks_in_787_page10 .link_effect16stacks_in_787_page10 a:hover::before,
#stacks_in_787_page10 .link_effect16stacks_in_787_page10 a:hover::after {
	opacity: 1;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}



/* 17 Javelinky 
====================== */

#stacks_in_787_page10 .link_effect17stacks_in_787_page10 a {
  	position: relative;
  	padding: 0 5px;
	
	color: #8D448B !important;
		
	font-weight:normal;;
  	text-decoration: none;
}

#stacks_in_787_page10 .link_effect17stacks_in_787_page10 a:after {
  	content: '';
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	height: 1px;
  	margin: auto;
  	background-image: linear-gradient(90deg, transparent 0%, #8D448B 50%, transparent 100%);
  	-webkit-transition: width .15s ease;
  	   -moz-transition: width .15s ease;
  			transition: width .15s ease;
}

#stacks_in_787_page10 .link_effect17stacks_in_787_page10 a:hover:after {
  	width: 0;
}


/* 18 Sandwich  
====================== */

#stacks_in_787_page10 .link_effect18stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect18stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect18stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect18stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_787_page10 .link_effect18stacks_in_787_page10 {
}

#stacks_in_787_page10 .link_effect18stacks_in_787_page10 a {
	padding: 0 ;
	color: #8D448B;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
			transition: color 0.3s;
}

#stacks_in_787_page10 .link_effect18stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect18stacks_in_787_page10 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8D448B;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_787_page10 .link_effect18stacks_in_787_page10 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_787_page10 .link_effect18stacks_in_787_page10 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

#stacks_in_787_page10 .link_effect18stacks_in_787_page10 a:hover,
#stacks_in_787_page10 .link_effect18stacks_in_787_page10 a:focus {
	color: #fff;
}

#stacks_in_787_page10 .link_effect18stacks_in_787_page10 a:hover::before,
#stacks_in_787_page10 .link_effect18stacks_in_787_page10 a:focus::before,
#stacks_in_787_page10 .link_effect18stacks_in_787_page10 a:hover::after,
#stacks_in_787_page10 .link_effect18stacks_in_787_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}





/* 19 Fade Up 
====================== */


#stacks_in_787_page10 .link_effect19stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect19stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect19stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect19stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect19stacks_in_787_page10 a {
}

.link_effect19stacks_in_787_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

.link_effect19stacks_in_787_page10 a:hover::after,
.link_effect19stacks_in_787_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}



/* 20 Fade Down 
====================== */

#stacks_in_787_page10 .link_effect20stacks_in_787_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_787_page10 .link_effect20stacks_in_787_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_787_page10 .link_effect20stacks_in_787_page10 a::before,
#stacks_in_787_page10 .link_effect20stacks_in_787_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect20stacks_in_787_page10 a {
}

.link_effect20stacks_in_787_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background:  #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
			transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

.link_effect20stacks_in_787_page10 a:hover::after,
.link_effect20stacks_in_787_page10 a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}

































/* Ghost Button 1.5.0 */
#stacks_in_696_page10 {
  display: block;
  position: relative;
  text-align: center;
}
.stacks_in_696_page10 {
   display: block !important; 
   float: left !important; 
  
  position: relative !important;
  
  width: 120px !important;
  
  padding: 4px !important;
  color: rgba(85, 85, 89, 1.00) !important;
  background-color: transparent !important;
  border: 1px solid rgba(85, 85, 89, 1.00) !important;
  border-radius: 0px !important;
  text-align: center !important;
  outline: none !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}
.stacks_in_696_page10:visited {
  color: rgba(85, 85, 89, 1.00) !important;
}
.stacks_in_696_page10:hover, .stacks_in_696_page10:active {
  background-color: rgba(64, 31, 63, 1.00) !important;
  color: rgba(255, 255, 255, 1.00) !important;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease-in;
}
#stacks_in_696_page10 {
	padding: 40px 0px 0px 0px;
}







#stacks_in_698_page10 .poster-readmore {
    display: none !important;
}



#stacks_in_698_page10 .poster-back {
    display: none !important;
}






#stacks_in_700_page10 {
	padding: 0px 0px 10px 0px;
}
/* LinkThing by RapidWeaver Central  */



/* 1 Slinky  
====================== */

.link_effect1stacks_in_703_page10 a:before, .link_effect1stacks_in_703_page10 a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;  
  background: #DA4453 !important;  
  -webkit-transition: width 300ms ease;
	transition: width 300ms ease;
}

.link_effect1stacks_in_703_page10 a:after {
  right: 50%;
  left: auto;
}

.link_effect1stacks_in_703_page10 a:hover:before, .link_effect1stacks_in_703_page10 a:hover:after {
  width: 50%;
}

.link_effect1stacks_in_703_page10 a   {
		
	font-weight:normal;;
	position: relative;
	text-decoration: none;
}

.link_effect1stacks_in_703_page10 a:visited {
	text-decoration: none;
}



/* 2 Stretchy 
====================== */

#stacks_in_703_page10 .link_effect2stacks_in_703_page10 a {
		
	font-weight:normal;;
  	letter-spacing: 0;
  	opacity: .5;
  	-webkit-transition: all .25s ease-out;
	
}

#stacks_in_703_page10 .link_effect2stacks_in_703_page10 a:hover {
   	opacity: 1;
  	letter-spacing: 10px;	
}

/* 3 Fade In  
====================== */

#stacks_in_703_page10 .link_effect3stacks_in_703_page10 {
  	text-decoration: none;
}

#stacks_in_703_page10 .link_effect3stacks_in_703_page10 a {
		
	font-weight:normal;;
	border-bottom: 1px solid #DA4453;
	font-weight: 500;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

#stacks_in_703_page10 .link_effect3stacks_in_703_page10 a:hover,
#stacks_in_703_page10 .link_effect3stacks_in_703_page10 a:focus {
	color: #DA4453 !important;
	border-color: #DA4453*0.8%;
	background-color: #DA4453;
}



/* 4 Bubble
====================== */

#stacks_in_703_page10 .link_effect4stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect4stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect4stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect%stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_703_page10 .link_effect4stacks_in_703_page10 {
}

#stacks_in_703_page10 .link_effect4stacks_in_703_page10 a {
	font-weight:normal;;
}

#stacks_in_703_page10 .link_effect4stacks_in_703_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_703_page10 .link_effect4stacks_in_703_page10 a:hover::before,
#stacks_in_703_page10 .link_effect4stacks_in_703_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}




/* 5  UpSlider 
====================== */


#stacks_in_703_page10 .link_effect5stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect5stacks_in_703_page10 a {
		
	font-weight:normal;;
	position: relative;
	display: inline-block;
	outline: none;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect5stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect5stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_703_page10 .link_effect5stacks_in_703_page10 a {
	overflow: hidden;
	font-weight: 500;
}

#stacks_in_703_page10 .link_effect5stacks_in_703_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform: translateY(95%);
	transform: translateY(95%);
}

#stacks_in_703_page10 .link_effect5stacks_in_703_page10 a:hover::before,
#stacks_in_703_page10 .link_effect5stacks_in_703_page10 a:focus::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}





/* 6 RightSlider RightSlider_color
====================== */

#stacks_in_703_page10 .link_effect6stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect6stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect6stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect6stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_703_page10 .link_effect6stacks_in_703_page10 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_703_page10 .link_effect6stacks_in_703_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scaleY(0.618) translateX(-100%);
	transform: scaleY(0.618) translateX(-100%);
}

#stacks_in_703_page10 .link_effect6stacks_in_703_page10 a:hover::before,
#stacks_in_703_page10 .link_effect6stacks_in_703_page10 a:focus::before {
	-webkit-transform: scaleY(0.618) translateX(0);
	transform: scaleY(0.618) translateX(0);
}




/* 7 InBouncer InBouncer_color
====================== */

#stacks_in_703_page10 .link_effect7stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect7stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect7stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect7stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_703_page10 .link_effect7stacks_in_703_page10 {
	position: relative;
}

#stacks_in_703_page10 .link_effect7stacks_in_703_page10 a {
	vertical-align: bottom;
	font-weight:normal;;
}


#stacks_in_703_page10 .link_effect7stacks_in_703_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_703_page10 .link_effect7stacks_in_703_page10 a:hover::before,
#stacks_in_703_page10 .link_effect7stacks_in_703_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}





/* 8 Dissipater   
====================== */

#stacks_in_703_page10 .link_effect8stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect8stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect8stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect8stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}



#stacks_in_703_page10 .link_effect8stacks_in_703_page10 a {
		
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

#stacks_in_703_page10 .link_effect8stacks_in_703_page10 a:hover,
#stacks_in_703_page10 .link_effect8stacks_in_703_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_703_page10 .link_effect8stacks_in_703_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s, background-color 0.2s;
	transition: transform 0.2s, opacity 0.2s, background-color 0.2s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#stacks_in_703_page10 .link_effect8stacks_in_703_page10 a:hover::before,
#stacks_in_703_page10 .link_effect8stacks_in_703_page10 a:focus::before {
	background-color: rgba(255,255,255,0);
	opacity: 1;
	-webkit-transform: scaleX(1) scaleY(0.618);
	transform: scaleX(1) scaleY(0.618);
}

/* 9 Flipper 
====================== */



#stacks_in_703_page10 .link_effect9stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect9stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect9stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect9stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_703_page10 .link_effect9stacks_in_703_page10 a {
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-perspective: 600px;
	perspective: 600px;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

#stacks_in_703_page10 .link_effect9stacks_in_703_page10 a:hover,
#stacks_in_703_page10 .link_effect9stacks_in_703_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_703_page10 .link_effect9stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect9stacks_in_703_page10 a::after {
	position: absolute;
	top: 0;
	left: -4px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 4px;
	width: 100%;
	height: 100%;
	content: '';
}

#stacks_in_703_page10 .link_effect9stacks_in_703_page10 a::before {
	background-color: #DA4453;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

#stacks_in_703_page10 .link_effect9stacks_in_703_page10 a:hover::before,
#stacks_in_703_page10 .link_effect9stacks_in_703_page10 a:focus::before {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#stacks_in_703_page10 .link_effect9stacks_in_703_page10 a::after {
	border-bottom: 2px solid  #DA4453;
}



/* 10 Borderer 
====================== */

#stacks_in_703_page10 .link_effect10stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect10stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect10stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect10stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_703_page10 .link_effect10stacks_in_703_page10 a {
		
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

#stacks_in_703_page10 .link_effect10stacks_in_703_page10 a:hover,
#stacks_in_703_page10 .link_effect10stacks_in_703_page10 a:focus {
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_703_page10 .link_effect10stacks_in_703_page10 a::before {
	position: absolute;
	top: -2px;
	left: -7px;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border: 2px solid #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_703_page10 .link_effect10stacks_in_703_page10 a:hover::before,
#stacks_in_703_page10 .link_effect10stacks_in_703_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}



/* 11 Squiffy 
====================== */

#stacks_in_703_page10 .link_effect11stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect11stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect11stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect11stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_703_page10 .link_effect11stacks_in_703_page10 a {
	font-weight:normal;;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

#stacks_in_703_page10 .link_effect11stacks_in_703_page10 a:hover,
#stacks_in_703_page10 .link_effect11stacks_in_703_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_703_page10 .link_effect11stacks_in_703_page10 a::before {
	position: absolute;
	top: 0px;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
		transition: transform 0.4s, opacity 0.2s;
	-webkit-transform: skewY(-3deg) skewX(-11deg);
		transform: skewY(-3deg) skewX(-11deg);
}

#stacks_in_703_page10 .link_effect11stacks_in_703_page10 a:hover::before,
#stacks_in_703_page10 .link_effect11stacks_in_703_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: skewY(0) skewX(0);
			transform: skewY(0) skewX(0);
}




/* 12 UpLiner 
====================== */

#stacks_in_703_page10 .link_effect12stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect12stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect12stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect12stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_703_page10 .link_effect12stacks_in_703_page10 a {
	overflow: hidden;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_703_page10 .link_effect12stacks_in_703_page10 a:hover,
#stacks_in_703_page10 .link_effect12stacks_in_703_page10 a:focus {
	-webkit-transform: translateY(10%);
			transform: translateY(10%);
}

#stacks_in_703_page10 .link_effect12stacks_in_703_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateY(100%) translateY(-2px);
			transform: translateY(100%) translateY(-2px);
}

#stacks_in_703_page10 .link_effect12stacks_in_703_page10 a,
#stacks_in_703_page10 .link_effect12stacks_in_703_page10 a::before {
	-webkit-transition-timing-function: cubic-bezier(0.6,0,0.4,1);
			transition-timing-function: cubic-bezier(0.6,0,0.4,1);
}

#stacks_in_703_page10 .link_effect12stacks_in_703_page10 a:hover::before,
#stacks_in_703_page10 .link_effect12stacks_in_703_page10 a:focus::before {
	-webkit-transform: translateY(-100%) translateY(2px);
			transform: translateY(-100%) translateY(2px);
} 


/* 13 Tooltipper 
====================== */

#stacks_in_703_page10 .link_effect13stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect13stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect13stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect13stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_703_page10 .link_effect13stacks_in_703_page10 {
}

#stacks_in_703_page10 .link_effect13stacks_in_703_page10 a {
		
	font-weight:normal;;
}

#stacks_in_703_page10 .link_effect13stacks_in_703_page10 a::before {
	display:table;
  	position:absolute;
  	top:1.8em;
  	left:1.8em;
  	padding:.2em .5em .5em 3.7em;
	width: 200pxpx;
	height: 100%;
	background: #DA4453 url(../files/link.svg) no-repeat -3em 50%;
	background-size: auto 40%;
	color: transparent;
	content: attr(href);
	white-space: pre-wrap;
	word-break: break-all;
	font-weight:normal;;
	font-size: 80%;
	font-style: italic;
	opacity: 0;
	line-height: 1.6;
	pointer-events: auto;
	-webkit-transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s, background-position 0.2s;
			transition: opacity 0.3s, color 0.3s, transform 0.3s, background-position 0.2s;
	-webkit-transform: scale(0.5);
			transform: scale(0.5);
	-webkit-border-radius: 5pxpx;
	   -moz-border-radius: 5pxpx;
			border-radius: 5pxpx;
}	

#stacks_in_703_page10 .link_effect13stacks_in_703_page10 a:hover::before,
#stacks_in_703_page10 .link_effect13stacks_in_703_page10 a:focus::before {
	background-position: 1em 50%;
	color: #DA4453;
	opacity: 1;
	-webkit-transition-delay: 0s, 0s, 0s, 0.1s;
			transition-delay: 0s, 0s, 0s, 0.1s;
	-webkit-transform: scale(1) translateY(-75%);
			transform: scale(1) translateY(-75%);
}


/* 14 Arrow arrow_color
====================== */

#stacks_in_703_page10 .link_effect14stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect14stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect14stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect14stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_703_page10 .link_effect14stacks_in_703_page10 a {
	padding: 0 0.25em;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_703_page10 .link_effect14stacks_in_703_page10 a:hover,
#stacks_in_703_page10 .link_effect14stacks_in_703_page10 a::after {
	-webkit-transform: translateX(-1em);
			transform: translateX(-1em);
}

#stacks_in_703_page10 .link_effect14stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect14stacks_in_703_page10 a::after {
	position: absolute;
	height: 100%;
	content: '';
}

#stacks_in_703_page10 .link_effect14stacks_in_703_page10 a::before {
	left: 0;
	z-index: -1;
	width: 100%;
	background: #4A89DC;
}

#stacks_in_703_page10 .link_effect14stacks_in_703_page10 a::after {
	left: 100%;
	z-index: -2;
	width: 1em;
	background: #3766A4 url(../files/arrow_right.svg) no-repeat 50% 50%;
	background-size: 60% auto;
	text-align: center;
	pointer-events: auto;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_703_page10 .link_effect14stacks_in_703_page10 a:hover::after,
#stacks_in_703_page10 .link_effect14stacks_in_703_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}


/* 15 Curtains 
====================== */

#stacks_in_703_page10 .link_effect15stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
}

#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a::before {
	border-top: 2px solid #DA4453;
	background: transparent;
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
	-webkit-transform: translateY( calc(100% - 2px) );
			transform: translateY( calc(100% - 2px) );
}

#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a:hover::before,
#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a:focus::before {
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a:hover::before,
#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a:focus::before,
#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a:hover::after,
#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a::after {
	z-index: -1;
	background: #DA4453;
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
}

#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a:hover::after,
#stacks_in_703_page10 .link_effect15stacks_in_703_page10 a:focus::after {
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
}



/* 16 Brackets 
====================== */

#stacks_in_703_page10 .link_effect16stacks_in_703_page10 {	
  	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect16stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect16stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect16stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_703_page10 .link_effect16stacks_in_703_page10 a {
	padding: 0 0.35em;
	font-weight:normal;;
	-webkit-transition: color 0.2s;
			transition: color 0.2s;
}

#stacks_in_703_page10 .link_effect16stacks_in_703_page10 a:hover {
	color: #d04c3f;
}

#stacks_in_703_page10 .link_effect16stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect16stacks_in_703_page10 a::after {
	position: absolute;
	top: 0;
	font-weight: 100;
	font-size: 150%;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
			transition: opacity 0.2s, transform 0.2s;
}

#stacks_in_703_page10 .link_effect16stacks_in_703_page10 a::before {
	left: -0.1em;
	content: '[';
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
}

#stacks_in_703_page10 .link_effect16stacks_in_703_page10 a::after {
	right: -0.1em;
	content: ']';
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
}

#stacks_in_703_page10 .link_effect16stacks_in_703_page10 a:hover::before,
#stacks_in_703_page10 .link_effect16stacks_in_703_page10 a:hover::after {
	opacity: 1;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}



/* 17 Javelinky 
====================== */

#stacks_in_703_page10 .link_effect17stacks_in_703_page10 a {
  	position: relative;
  	padding: 0 5px;
		
	font-weight:normal;;
  	text-decoration: none;
}

#stacks_in_703_page10 .link_effect17stacks_in_703_page10 a:after {
  	content: '';
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	height: 1px;
  	margin: auto;
  	background-image: linear-gradient(90deg, transparent 0%, #DA4453 50%, transparent 100%);
  	-webkit-transition: width .15s ease;
  	   -moz-transition: width .15s ease;
  			transition: width .15s ease;
}

#stacks_in_703_page10 .link_effect17stacks_in_703_page10 a:hover:after {
  	width: 0;
}


/* 18 Sandwich  
====================== */

#stacks_in_703_page10 .link_effect18stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect18stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect18stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect18stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_703_page10 .link_effect18stacks_in_703_page10 {
}

#stacks_in_703_page10 .link_effect18stacks_in_703_page10 a {
	padding: 0 ;
	color: #DA4453;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
			transition: color 0.3s;
}

#stacks_in_703_page10 .link_effect18stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect18stacks_in_703_page10 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_703_page10 .link_effect18stacks_in_703_page10 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_703_page10 .link_effect18stacks_in_703_page10 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

#stacks_in_703_page10 .link_effect18stacks_in_703_page10 a:hover,
#stacks_in_703_page10 .link_effect18stacks_in_703_page10 a:focus {
	color: #fff;
}

#stacks_in_703_page10 .link_effect18stacks_in_703_page10 a:hover::before,
#stacks_in_703_page10 .link_effect18stacks_in_703_page10 a:focus::before,
#stacks_in_703_page10 .link_effect18stacks_in_703_page10 a:hover::after,
#stacks_in_703_page10 .link_effect18stacks_in_703_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}





/* 19 Fade Up 
====================== */


#stacks_in_703_page10 .link_effect19stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect19stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect19stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect19stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect19stacks_in_703_page10 a {
}

.link_effect19stacks_in_703_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

.link_effect19stacks_in_703_page10 a:hover::after,
.link_effect19stacks_in_703_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}



/* 20 Fade Down 
====================== */

#stacks_in_703_page10 .link_effect20stacks_in_703_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_703_page10 .link_effect20stacks_in_703_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_703_page10 .link_effect20stacks_in_703_page10 a::before,
#stacks_in_703_page10 .link_effect20stacks_in_703_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect20stacks_in_703_page10 a {
}

.link_effect20stacks_in_703_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background:  #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
			transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

.link_effect20stacks_in_703_page10 a:hover::after,
.link_effect20stacks_in_703_page10 a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}

































/* Ghost Button 1.5.0 */
#stacks_in_709_page10 {
  display: block;
  position: relative;
  text-align: center;
}
.stacks_in_709_page10 {
   display: block !important; 
   float: left !important; 
  
  position: relative !important;
  
  width: 120px !important;
  
  padding: 4px !important;
  color: rgba(85, 85, 89, 1.00) !important;
  background-color: transparent !important;
  border: 1px solid rgba(85, 85, 89, 1.00) !important;
  border-radius: 0px !important;
  text-align: center !important;
  outline: none !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}
.stacks_in_709_page10:visited {
  color: rgba(85, 85, 89, 1.00) !important;
}
.stacks_in_709_page10:hover, .stacks_in_709_page10:active {
  background-color: rgba(64, 31, 63, 1.00) !important;
  color: rgba(255, 255, 255, 1.00) !important;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease-in;
}
#stacks_in_709_page10 {
	padding: 40px 0px 0px 0px;
}

#stacks_in_711_page10 {
	padding: 40px 0px 0px 0px;
}
/* LinkThing by RapidWeaver Central  */



/* 1 Slinky  
====================== */

.link_effect1stacks_in_713_page10 a:before, .link_effect1stacks_in_713_page10 a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;  
  background: #8D448B !important;  
  -webkit-transition: width 300ms ease;
	transition: width 300ms ease;
}

.link_effect1stacks_in_713_page10 a:after {
  right: 50%;
  left: auto;
}

.link_effect1stacks_in_713_page10 a:hover:before, .link_effect1stacks_in_713_page10 a:hover:after {
  width: 50%;
}

.link_effect1stacks_in_713_page10 a   {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	position: relative;
	text-decoration: none;
}

.link_effect1stacks_in_713_page10 a:visited {
	text-decoration: none;
}



/* 2 Stretchy 
====================== */

#stacks_in_713_page10 .link_effect2stacks_in_713_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
  	letter-spacing: 0;
  	opacity: .5;
  	-webkit-transition: all .25s ease-out;
	
}

#stacks_in_713_page10 .link_effect2stacks_in_713_page10 a:hover {
   	opacity: 1;
  	letter-spacing: 10px;	
}

/* 3 Fade In  
====================== */

#stacks_in_713_page10 .link_effect3stacks_in_713_page10 {
  	text-decoration: none;
}

#stacks_in_713_page10 .link_effect3stacks_in_713_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	border-bottom: 1px solid #DA4453;
	font-weight: 500;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

#stacks_in_713_page10 .link_effect3stacks_in_713_page10 a:hover,
#stacks_in_713_page10 .link_effect3stacks_in_713_page10 a:focus {
	color: #DA4453 !important;
	border-color: #DA4453*0.8%;
	background-color: #DA4453;
}



/* 4 Bubble
====================== */

#stacks_in_713_page10 .link_effect4stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect4stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect4stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect%stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_713_page10 .link_effect4stacks_in_713_page10 {
}

#stacks_in_713_page10 .link_effect4stacks_in_713_page10 a {
	font-weight:normal;;
}

#stacks_in_713_page10 .link_effect4stacks_in_713_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_713_page10 .link_effect4stacks_in_713_page10 a:hover::before,
#stacks_in_713_page10 .link_effect4stacks_in_713_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}




/* 5  UpSlider 
====================== */


#stacks_in_713_page10 .link_effect5stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect5stacks_in_713_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	position: relative;
	display: inline-block;
	outline: none;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect5stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect5stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_713_page10 .link_effect5stacks_in_713_page10 a {
	overflow: hidden;
	font-weight: 500;
}

#stacks_in_713_page10 .link_effect5stacks_in_713_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform: translateY(95%);
	transform: translateY(95%);
}

#stacks_in_713_page10 .link_effect5stacks_in_713_page10 a:hover::before,
#stacks_in_713_page10 .link_effect5stacks_in_713_page10 a:focus::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}





/* 6 RightSlider RightSlider_color
====================== */

#stacks_in_713_page10 .link_effect6stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect6stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect6stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect6stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_713_page10 .link_effect6stacks_in_713_page10 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_713_page10 .link_effect6stacks_in_713_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scaleY(0.618) translateX(-100%);
	transform: scaleY(0.618) translateX(-100%);
}

#stacks_in_713_page10 .link_effect6stacks_in_713_page10 a:hover::before,
#stacks_in_713_page10 .link_effect6stacks_in_713_page10 a:focus::before {
	-webkit-transform: scaleY(0.618) translateX(0);
	transform: scaleY(0.618) translateX(0);
}




/* 7 InBouncer InBouncer_color
====================== */

#stacks_in_713_page10 .link_effect7stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect7stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect7stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect7stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_713_page10 .link_effect7stacks_in_713_page10 {
	position: relative;
}

#stacks_in_713_page10 .link_effect7stacks_in_713_page10 a {
	vertical-align: bottom;
	font-weight:normal;;
}


#stacks_in_713_page10 .link_effect7stacks_in_713_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_713_page10 .link_effect7stacks_in_713_page10 a:hover::before,
#stacks_in_713_page10 .link_effect7stacks_in_713_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}





/* 8 Dissipater   
====================== */

#stacks_in_713_page10 .link_effect8stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect8stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect8stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect8stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}



#stacks_in_713_page10 .link_effect8stacks_in_713_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

#stacks_in_713_page10 .link_effect8stacks_in_713_page10 a:hover,
#stacks_in_713_page10 .link_effect8stacks_in_713_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_713_page10 .link_effect8stacks_in_713_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s, background-color 0.2s;
	transition: transform 0.2s, opacity 0.2s, background-color 0.2s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#stacks_in_713_page10 .link_effect8stacks_in_713_page10 a:hover::before,
#stacks_in_713_page10 .link_effect8stacks_in_713_page10 a:focus::before {
	background-color: rgba(255,255,255,0);
	opacity: 1;
	-webkit-transform: scaleX(1) scaleY(0.618);
	transform: scaleX(1) scaleY(0.618);
}

/* 9 Flipper 
====================== */



#stacks_in_713_page10 .link_effect9stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect9stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect9stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect9stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_713_page10 .link_effect9stacks_in_713_page10 a {
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-perspective: 600px;
	perspective: 600px;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

#stacks_in_713_page10 .link_effect9stacks_in_713_page10 a:hover,
#stacks_in_713_page10 .link_effect9stacks_in_713_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_713_page10 .link_effect9stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect9stacks_in_713_page10 a::after {
	position: absolute;
	top: 0;
	left: -4px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 4px;
	width: 100%;
	height: 100%;
	content: '';
}

#stacks_in_713_page10 .link_effect9stacks_in_713_page10 a::before {
	background-color: #DA4453;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

#stacks_in_713_page10 .link_effect9stacks_in_713_page10 a:hover::before,
#stacks_in_713_page10 .link_effect9stacks_in_713_page10 a:focus::before {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#stacks_in_713_page10 .link_effect9stacks_in_713_page10 a::after {
	border-bottom: 2px solid  #DA4453;
}



/* 10 Borderer 
====================== */

#stacks_in_713_page10 .link_effect10stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect10stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect10stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect10stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_713_page10 .link_effect10stacks_in_713_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

#stacks_in_713_page10 .link_effect10stacks_in_713_page10 a:hover,
#stacks_in_713_page10 .link_effect10stacks_in_713_page10 a:focus {
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_713_page10 .link_effect10stacks_in_713_page10 a::before {
	position: absolute;
	top: -2px;
	left: -7px;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border: 2px solid #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_713_page10 .link_effect10stacks_in_713_page10 a:hover::before,
#stacks_in_713_page10 .link_effect10stacks_in_713_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}



/* 11 Squiffy 
====================== */

#stacks_in_713_page10 .link_effect11stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect11stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect11stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect11stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_713_page10 .link_effect11stacks_in_713_page10 a {
	font-weight:normal;;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

#stacks_in_713_page10 .link_effect11stacks_in_713_page10 a:hover,
#stacks_in_713_page10 .link_effect11stacks_in_713_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_713_page10 .link_effect11stacks_in_713_page10 a::before {
	position: absolute;
	top: 0px;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
		transition: transform 0.4s, opacity 0.2s;
	-webkit-transform: skewY(-3deg) skewX(-11deg);
		transform: skewY(-3deg) skewX(-11deg);
}

#stacks_in_713_page10 .link_effect11stacks_in_713_page10 a:hover::before,
#stacks_in_713_page10 .link_effect11stacks_in_713_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: skewY(0) skewX(0);
			transform: skewY(0) skewX(0);
}




/* 12 UpLiner 
====================== */

#stacks_in_713_page10 .link_effect12stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect12stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect12stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect12stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_713_page10 .link_effect12stacks_in_713_page10 a {
	overflow: hidden;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_713_page10 .link_effect12stacks_in_713_page10 a:hover,
#stacks_in_713_page10 .link_effect12stacks_in_713_page10 a:focus {
	-webkit-transform: translateY(10%);
			transform: translateY(10%);
}

#stacks_in_713_page10 .link_effect12stacks_in_713_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateY(100%) translateY(-2px);
			transform: translateY(100%) translateY(-2px);
}

#stacks_in_713_page10 .link_effect12stacks_in_713_page10 a,
#stacks_in_713_page10 .link_effect12stacks_in_713_page10 a::before {
	-webkit-transition-timing-function: cubic-bezier(0.6,0,0.4,1);
			transition-timing-function: cubic-bezier(0.6,0,0.4,1);
}

#stacks_in_713_page10 .link_effect12stacks_in_713_page10 a:hover::before,
#stacks_in_713_page10 .link_effect12stacks_in_713_page10 a:focus::before {
	-webkit-transform: translateY(-100%) translateY(2px);
			transform: translateY(-100%) translateY(2px);
} 


/* 13 Tooltipper 
====================== */

#stacks_in_713_page10 .link_effect13stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect13stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect13stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect13stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_713_page10 .link_effect13stacks_in_713_page10 {
}

#stacks_in_713_page10 .link_effect13stacks_in_713_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
}

#stacks_in_713_page10 .link_effect13stacks_in_713_page10 a::before {
	display:table;
  	position:absolute;
  	top:1.8em;
  	left:1.8em;
  	padding:.2em .5em .5em 3.7em;
	width: 200pxpx;
	height: 100%;
	background: #DA4453 url(../files/link.svg) no-repeat -3em 50%;
	background-size: auto 40%;
	color: transparent;
	content: attr(href);
	white-space: pre-wrap;
	word-break: break-all;
	font-weight:normal;;
	font-size: 80%;
	font-style: italic;
	opacity: 0;
	line-height: 1.6;
	pointer-events: auto;
	-webkit-transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s, background-position 0.2s;
			transition: opacity 0.3s, color 0.3s, transform 0.3s, background-position 0.2s;
	-webkit-transform: scale(0.5);
			transform: scale(0.5);
	-webkit-border-radius: 5pxpx;
	   -moz-border-radius: 5pxpx;
			border-radius: 5pxpx;
}	

#stacks_in_713_page10 .link_effect13stacks_in_713_page10 a:hover::before,
#stacks_in_713_page10 .link_effect13stacks_in_713_page10 a:focus::before {
	background-position: 1em 50%;
	color: #DA4453;
	opacity: 1;
	-webkit-transition-delay: 0s, 0s, 0s, 0.1s;
			transition-delay: 0s, 0s, 0s, 0.1s;
	-webkit-transform: scale(1) translateY(-75%);
			transform: scale(1) translateY(-75%);
}


/* 14 Arrow arrow_color
====================== */

#stacks_in_713_page10 .link_effect14stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect14stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect14stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect14stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_713_page10 .link_effect14stacks_in_713_page10 a {
	padding: 0 0.25em;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_713_page10 .link_effect14stacks_in_713_page10 a:hover,
#stacks_in_713_page10 .link_effect14stacks_in_713_page10 a::after {
	-webkit-transform: translateX(-1em);
			transform: translateX(-1em);
}

#stacks_in_713_page10 .link_effect14stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect14stacks_in_713_page10 a::after {
	position: absolute;
	height: 100%;
	content: '';
}

#stacks_in_713_page10 .link_effect14stacks_in_713_page10 a::before {
	left: 0;
	z-index: -1;
	width: 100%;
	background: #4A89DC;
}

#stacks_in_713_page10 .link_effect14stacks_in_713_page10 a::after {
	left: 100%;
	z-index: -2;
	width: 1em;
	background: #3766A4 url(../files/arrow_right.svg) no-repeat 50% 50%;
	background-size: 60% auto;
	text-align: center;
	pointer-events: auto;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_713_page10 .link_effect14stacks_in_713_page10 a:hover::after,
#stacks_in_713_page10 .link_effect14stacks_in_713_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}


/* 15 Curtains 
====================== */

#stacks_in_713_page10 .link_effect15stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
}

#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a::before {
	border-top: 2px solid #DA4453;
	background: transparent;
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
	-webkit-transform: translateY( calc(100% - 2px) );
			transform: translateY( calc(100% - 2px) );
}

#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a:hover::before,
#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a:focus::before {
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a:hover::before,
#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a:focus::before,
#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a:hover::after,
#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a::after {
	z-index: -1;
	background: #DA4453;
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
}

#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a:hover::after,
#stacks_in_713_page10 .link_effect15stacks_in_713_page10 a:focus::after {
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
}



/* 16 Brackets 
====================== */

#stacks_in_713_page10 .link_effect16stacks_in_713_page10 {	
  	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect16stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect16stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect16stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_713_page10 .link_effect16stacks_in_713_page10 a {
	padding: 0 0.35em;
	font-weight:normal;;
	-webkit-transition: color 0.2s;
			transition: color 0.2s;
}

#stacks_in_713_page10 .link_effect16stacks_in_713_page10 a:hover {
	color: #d04c3f;
}

#stacks_in_713_page10 .link_effect16stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect16stacks_in_713_page10 a::after {
	position: absolute;
	top: 0;
	font-weight: 100;
	font-size: 150%;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
			transition: opacity 0.2s, transform 0.2s;
}

#stacks_in_713_page10 .link_effect16stacks_in_713_page10 a::before {
	left: -0.1em;
	content: '[';
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
}

#stacks_in_713_page10 .link_effect16stacks_in_713_page10 a::after {
	right: -0.1em;
	content: ']';
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
}

#stacks_in_713_page10 .link_effect16stacks_in_713_page10 a:hover::before,
#stacks_in_713_page10 .link_effect16stacks_in_713_page10 a:hover::after {
	opacity: 1;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}



/* 17 Javelinky 
====================== */

#stacks_in_713_page10 .link_effect17stacks_in_713_page10 a {
  	position: relative;
  	padding: 0 5px;
	
	color: #8D448B !important;
		
	font-weight:normal;;
  	text-decoration: none;
}

#stacks_in_713_page10 .link_effect17stacks_in_713_page10 a:after {
  	content: '';
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	height: 1px;
  	margin: auto;
  	background-image: linear-gradient(90deg, transparent 0%, #8D448B 50%, transparent 100%);
  	-webkit-transition: width .15s ease;
  	   -moz-transition: width .15s ease;
  			transition: width .15s ease;
}

#stacks_in_713_page10 .link_effect17stacks_in_713_page10 a:hover:after {
  	width: 0;
}


/* 18 Sandwich  
====================== */

#stacks_in_713_page10 .link_effect18stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect18stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect18stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect18stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_713_page10 .link_effect18stacks_in_713_page10 {
}

#stacks_in_713_page10 .link_effect18stacks_in_713_page10 a {
	padding: 0 ;
	color: #8D448B;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
			transition: color 0.3s;
}

#stacks_in_713_page10 .link_effect18stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect18stacks_in_713_page10 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8D448B;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_713_page10 .link_effect18stacks_in_713_page10 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_713_page10 .link_effect18stacks_in_713_page10 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

#stacks_in_713_page10 .link_effect18stacks_in_713_page10 a:hover,
#stacks_in_713_page10 .link_effect18stacks_in_713_page10 a:focus {
	color: #fff;
}

#stacks_in_713_page10 .link_effect18stacks_in_713_page10 a:hover::before,
#stacks_in_713_page10 .link_effect18stacks_in_713_page10 a:focus::before,
#stacks_in_713_page10 .link_effect18stacks_in_713_page10 a:hover::after,
#stacks_in_713_page10 .link_effect18stacks_in_713_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}





/* 19 Fade Up 
====================== */


#stacks_in_713_page10 .link_effect19stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect19stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect19stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect19stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect19stacks_in_713_page10 a {
}

.link_effect19stacks_in_713_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

.link_effect19stacks_in_713_page10 a:hover::after,
.link_effect19stacks_in_713_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}



/* 20 Fade Down 
====================== */

#stacks_in_713_page10 .link_effect20stacks_in_713_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_713_page10 .link_effect20stacks_in_713_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_713_page10 .link_effect20stacks_in_713_page10 a::before,
#stacks_in_713_page10 .link_effect20stacks_in_713_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect20stacks_in_713_page10 a {
}

.link_effect20stacks_in_713_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background:  #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
			transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

.link_effect20stacks_in_713_page10 a:hover::after,
.link_effect20stacks_in_713_page10 a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}

































/* Ghost Button 1.5.0 */
#stacks_in_719_page10 {
  display: block;
  position: relative;
  text-align: center;
}
.stacks_in_719_page10 {
   display: block !important; 
   float: left !important; 
  
  position: relative !important;
  
  width: 120px !important;
  
  padding: 4px !important;
  color: rgba(85, 85, 89, 1.00) !important;
  background-color: transparent !important;
  border: 1px solid rgba(85, 85, 89, 1.00) !important;
  border-radius: 0px !important;
  text-align: center !important;
  outline: none !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}
.stacks_in_719_page10:visited {
  color: rgba(85, 85, 89, 1.00) !important;
}
.stacks_in_719_page10:hover, .stacks_in_719_page10:active {
  background-color: rgba(64, 31, 63, 1.00) !important;
  color: rgba(255, 255, 255, 1.00) !important;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease-in;
}
#stacks_in_719_page10 {
	padding: 40px 0px 0px 0px;
}







#stacks_in_575_page10 .poster-readmore {
    display: none !important;
}



#stacks_in_575_page10 .poster-back {
    display: none !important;
}






#stacks_in_586_page10 {
	padding: 0px 0px 10px 0px;
}
/* LinkThing by RapidWeaver Central  */



/* 1 Slinky  
====================== */

.link_effect1stacks_in_588_page10 a:before, .link_effect1stacks_in_588_page10 a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;  
  background: #DA4453 !important;  
  -webkit-transition: width 300ms ease;
	transition: width 300ms ease;
}

.link_effect1stacks_in_588_page10 a:after {
  right: 50%;
  left: auto;
}

.link_effect1stacks_in_588_page10 a:hover:before, .link_effect1stacks_in_588_page10 a:hover:after {
  width: 50%;
}

.link_effect1stacks_in_588_page10 a   {
		
	font-weight:normal;;
	position: relative;
	text-decoration: none;
}

.link_effect1stacks_in_588_page10 a:visited {
	text-decoration: none;
}



/* 2 Stretchy 
====================== */

#stacks_in_588_page10 .link_effect2stacks_in_588_page10 a {
		
	font-weight:normal;;
  	letter-spacing: 0;
  	opacity: .5;
  	-webkit-transition: all .25s ease-out;
	
}

#stacks_in_588_page10 .link_effect2stacks_in_588_page10 a:hover {
   	opacity: 1;
  	letter-spacing: 10px;	
}

/* 3 Fade In  
====================== */

#stacks_in_588_page10 .link_effect3stacks_in_588_page10 {
  	text-decoration: none;
}

#stacks_in_588_page10 .link_effect3stacks_in_588_page10 a {
		
	font-weight:normal;;
	border-bottom: 1px solid #DA4453;
	font-weight: 500;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

#stacks_in_588_page10 .link_effect3stacks_in_588_page10 a:hover,
#stacks_in_588_page10 .link_effect3stacks_in_588_page10 a:focus {
	color: #DA4453 !important;
	border-color: #DA4453*0.8%;
	background-color: #DA4453;
}



/* 4 Bubble
====================== */

#stacks_in_588_page10 .link_effect4stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect4stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect4stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect%stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_588_page10 .link_effect4stacks_in_588_page10 {
}

#stacks_in_588_page10 .link_effect4stacks_in_588_page10 a {
	font-weight:normal;;
}

#stacks_in_588_page10 .link_effect4stacks_in_588_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_588_page10 .link_effect4stacks_in_588_page10 a:hover::before,
#stacks_in_588_page10 .link_effect4stacks_in_588_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}




/* 5  UpSlider 
====================== */


#stacks_in_588_page10 .link_effect5stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect5stacks_in_588_page10 a {
		
	font-weight:normal;;
	position: relative;
	display: inline-block;
	outline: none;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect5stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect5stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_588_page10 .link_effect5stacks_in_588_page10 a {
	overflow: hidden;
	font-weight: 500;
}

#stacks_in_588_page10 .link_effect5stacks_in_588_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform: translateY(95%);
	transform: translateY(95%);
}

#stacks_in_588_page10 .link_effect5stacks_in_588_page10 a:hover::before,
#stacks_in_588_page10 .link_effect5stacks_in_588_page10 a:focus::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}





/* 6 RightSlider RightSlider_color
====================== */

#stacks_in_588_page10 .link_effect6stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect6stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect6stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect6stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_588_page10 .link_effect6stacks_in_588_page10 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_588_page10 .link_effect6stacks_in_588_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scaleY(0.618) translateX(-100%);
	transform: scaleY(0.618) translateX(-100%);
}

#stacks_in_588_page10 .link_effect6stacks_in_588_page10 a:hover::before,
#stacks_in_588_page10 .link_effect6stacks_in_588_page10 a:focus::before {
	-webkit-transform: scaleY(0.618) translateX(0);
	transform: scaleY(0.618) translateX(0);
}




/* 7 InBouncer InBouncer_color
====================== */

#stacks_in_588_page10 .link_effect7stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect7stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect7stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect7stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_588_page10 .link_effect7stacks_in_588_page10 {
	position: relative;
}

#stacks_in_588_page10 .link_effect7stacks_in_588_page10 a {
	vertical-align: bottom;
	font-weight:normal;;
}


#stacks_in_588_page10 .link_effect7stacks_in_588_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_588_page10 .link_effect7stacks_in_588_page10 a:hover::before,
#stacks_in_588_page10 .link_effect7stacks_in_588_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}





/* 8 Dissipater   
====================== */

#stacks_in_588_page10 .link_effect8stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect8stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect8stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect8stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}



#stacks_in_588_page10 .link_effect8stacks_in_588_page10 a {
		
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

#stacks_in_588_page10 .link_effect8stacks_in_588_page10 a:hover,
#stacks_in_588_page10 .link_effect8stacks_in_588_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_588_page10 .link_effect8stacks_in_588_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s, background-color 0.2s;
	transition: transform 0.2s, opacity 0.2s, background-color 0.2s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#stacks_in_588_page10 .link_effect8stacks_in_588_page10 a:hover::before,
#stacks_in_588_page10 .link_effect8stacks_in_588_page10 a:focus::before {
	background-color: rgba(255,255,255,0);
	opacity: 1;
	-webkit-transform: scaleX(1) scaleY(0.618);
	transform: scaleX(1) scaleY(0.618);
}

/* 9 Flipper 
====================== */



#stacks_in_588_page10 .link_effect9stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect9stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect9stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect9stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_588_page10 .link_effect9stacks_in_588_page10 a {
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-perspective: 600px;
	perspective: 600px;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

#stacks_in_588_page10 .link_effect9stacks_in_588_page10 a:hover,
#stacks_in_588_page10 .link_effect9stacks_in_588_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_588_page10 .link_effect9stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect9stacks_in_588_page10 a::after {
	position: absolute;
	top: 0;
	left: -4px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 4px;
	width: 100%;
	height: 100%;
	content: '';
}

#stacks_in_588_page10 .link_effect9stacks_in_588_page10 a::before {
	background-color: #DA4453;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

#stacks_in_588_page10 .link_effect9stacks_in_588_page10 a:hover::before,
#stacks_in_588_page10 .link_effect9stacks_in_588_page10 a:focus::before {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#stacks_in_588_page10 .link_effect9stacks_in_588_page10 a::after {
	border-bottom: 2px solid  #DA4453;
}



/* 10 Borderer 
====================== */

#stacks_in_588_page10 .link_effect10stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect10stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect10stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect10stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_588_page10 .link_effect10stacks_in_588_page10 a {
		
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

#stacks_in_588_page10 .link_effect10stacks_in_588_page10 a:hover,
#stacks_in_588_page10 .link_effect10stacks_in_588_page10 a:focus {
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_588_page10 .link_effect10stacks_in_588_page10 a::before {
	position: absolute;
	top: -2px;
	left: -7px;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border: 2px solid #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_588_page10 .link_effect10stacks_in_588_page10 a:hover::before,
#stacks_in_588_page10 .link_effect10stacks_in_588_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}



/* 11 Squiffy 
====================== */

#stacks_in_588_page10 .link_effect11stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect11stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect11stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect11stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_588_page10 .link_effect11stacks_in_588_page10 a {
	font-weight:normal;;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

#stacks_in_588_page10 .link_effect11stacks_in_588_page10 a:hover,
#stacks_in_588_page10 .link_effect11stacks_in_588_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_588_page10 .link_effect11stacks_in_588_page10 a::before {
	position: absolute;
	top: 0px;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
		transition: transform 0.4s, opacity 0.2s;
	-webkit-transform: skewY(-3deg) skewX(-11deg);
		transform: skewY(-3deg) skewX(-11deg);
}

#stacks_in_588_page10 .link_effect11stacks_in_588_page10 a:hover::before,
#stacks_in_588_page10 .link_effect11stacks_in_588_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: skewY(0) skewX(0);
			transform: skewY(0) skewX(0);
}




/* 12 UpLiner 
====================== */

#stacks_in_588_page10 .link_effect12stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect12stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect12stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect12stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_588_page10 .link_effect12stacks_in_588_page10 a {
	overflow: hidden;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_588_page10 .link_effect12stacks_in_588_page10 a:hover,
#stacks_in_588_page10 .link_effect12stacks_in_588_page10 a:focus {
	-webkit-transform: translateY(10%);
			transform: translateY(10%);
}

#stacks_in_588_page10 .link_effect12stacks_in_588_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateY(100%) translateY(-2px);
			transform: translateY(100%) translateY(-2px);
}

#stacks_in_588_page10 .link_effect12stacks_in_588_page10 a,
#stacks_in_588_page10 .link_effect12stacks_in_588_page10 a::before {
	-webkit-transition-timing-function: cubic-bezier(0.6,0,0.4,1);
			transition-timing-function: cubic-bezier(0.6,0,0.4,1);
}

#stacks_in_588_page10 .link_effect12stacks_in_588_page10 a:hover::before,
#stacks_in_588_page10 .link_effect12stacks_in_588_page10 a:focus::before {
	-webkit-transform: translateY(-100%) translateY(2px);
			transform: translateY(-100%) translateY(2px);
} 


/* 13 Tooltipper 
====================== */

#stacks_in_588_page10 .link_effect13stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect13stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect13stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect13stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_588_page10 .link_effect13stacks_in_588_page10 {
}

#stacks_in_588_page10 .link_effect13stacks_in_588_page10 a {
		
	font-weight:normal;;
}

#stacks_in_588_page10 .link_effect13stacks_in_588_page10 a::before {
	display:table;
  	position:absolute;
  	top:1.8em;
  	left:1.8em;
  	padding:.2em .5em .5em 3.7em;
	width: 200pxpx;
	height: 100%;
	background: #DA4453 url(../files/link.svg) no-repeat -3em 50%;
	background-size: auto 40%;
	color: transparent;
	content: attr(href);
	white-space: pre-wrap;
	word-break: break-all;
	font-weight:normal;;
	font-size: 80%;
	font-style: italic;
	opacity: 0;
	line-height: 1.6;
	pointer-events: auto;
	-webkit-transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s, background-position 0.2s;
			transition: opacity 0.3s, color 0.3s, transform 0.3s, background-position 0.2s;
	-webkit-transform: scale(0.5);
			transform: scale(0.5);
	-webkit-border-radius: 5pxpx;
	   -moz-border-radius: 5pxpx;
			border-radius: 5pxpx;
}	

#stacks_in_588_page10 .link_effect13stacks_in_588_page10 a:hover::before,
#stacks_in_588_page10 .link_effect13stacks_in_588_page10 a:focus::before {
	background-position: 1em 50%;
	color: #DA4453;
	opacity: 1;
	-webkit-transition-delay: 0s, 0s, 0s, 0.1s;
			transition-delay: 0s, 0s, 0s, 0.1s;
	-webkit-transform: scale(1) translateY(-75%);
			transform: scale(1) translateY(-75%);
}


/* 14 Arrow arrow_color
====================== */

#stacks_in_588_page10 .link_effect14stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect14stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect14stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect14stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_588_page10 .link_effect14stacks_in_588_page10 a {
	padding: 0 0.25em;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_588_page10 .link_effect14stacks_in_588_page10 a:hover,
#stacks_in_588_page10 .link_effect14stacks_in_588_page10 a::after {
	-webkit-transform: translateX(-1em);
			transform: translateX(-1em);
}

#stacks_in_588_page10 .link_effect14stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect14stacks_in_588_page10 a::after {
	position: absolute;
	height: 100%;
	content: '';
}

#stacks_in_588_page10 .link_effect14stacks_in_588_page10 a::before {
	left: 0;
	z-index: -1;
	width: 100%;
	background: #4A89DC;
}

#stacks_in_588_page10 .link_effect14stacks_in_588_page10 a::after {
	left: 100%;
	z-index: -2;
	width: 1em;
	background: #3766A4 url(../files/arrow_right.svg) no-repeat 50% 50%;
	background-size: 60% auto;
	text-align: center;
	pointer-events: auto;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_588_page10 .link_effect14stacks_in_588_page10 a:hover::after,
#stacks_in_588_page10 .link_effect14stacks_in_588_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}


/* 15 Curtains 
====================== */

#stacks_in_588_page10 .link_effect15stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
}

#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a::before {
	border-top: 2px solid #DA4453;
	background: transparent;
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
	-webkit-transform: translateY( calc(100% - 2px) );
			transform: translateY( calc(100% - 2px) );
}

#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a:hover::before,
#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a:focus::before {
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a:hover::before,
#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a:focus::before,
#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a:hover::after,
#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a::after {
	z-index: -1;
	background: #DA4453;
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
}

#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a:hover::after,
#stacks_in_588_page10 .link_effect15stacks_in_588_page10 a:focus::after {
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
}



/* 16 Brackets 
====================== */

#stacks_in_588_page10 .link_effect16stacks_in_588_page10 {	
  	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect16stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect16stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect16stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_588_page10 .link_effect16stacks_in_588_page10 a {
	padding: 0 0.35em;
	font-weight:normal;;
	-webkit-transition: color 0.2s;
			transition: color 0.2s;
}

#stacks_in_588_page10 .link_effect16stacks_in_588_page10 a:hover {
	color: #d04c3f;
}

#stacks_in_588_page10 .link_effect16stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect16stacks_in_588_page10 a::after {
	position: absolute;
	top: 0;
	font-weight: 100;
	font-size: 150%;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
			transition: opacity 0.2s, transform 0.2s;
}

#stacks_in_588_page10 .link_effect16stacks_in_588_page10 a::before {
	left: -0.1em;
	content: '[';
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
}

#stacks_in_588_page10 .link_effect16stacks_in_588_page10 a::after {
	right: -0.1em;
	content: ']';
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
}

#stacks_in_588_page10 .link_effect16stacks_in_588_page10 a:hover::before,
#stacks_in_588_page10 .link_effect16stacks_in_588_page10 a:hover::after {
	opacity: 1;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}



/* 17 Javelinky 
====================== */

#stacks_in_588_page10 .link_effect17stacks_in_588_page10 a {
  	position: relative;
  	padding: 0 5px;
		
	font-weight:normal;;
  	text-decoration: none;
}

#stacks_in_588_page10 .link_effect17stacks_in_588_page10 a:after {
  	content: '';
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	height: 1px;
  	margin: auto;
  	background-image: linear-gradient(90deg, transparent 0%, #DA4453 50%, transparent 100%);
  	-webkit-transition: width .15s ease;
  	   -moz-transition: width .15s ease;
  			transition: width .15s ease;
}

#stacks_in_588_page10 .link_effect17stacks_in_588_page10 a:hover:after {
  	width: 0;
}


/* 18 Sandwich  
====================== */

#stacks_in_588_page10 .link_effect18stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect18stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect18stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect18stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_588_page10 .link_effect18stacks_in_588_page10 {
}

#stacks_in_588_page10 .link_effect18stacks_in_588_page10 a {
	padding: 0 ;
	color: #DA4453;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
			transition: color 0.3s;
}

#stacks_in_588_page10 .link_effect18stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect18stacks_in_588_page10 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_588_page10 .link_effect18stacks_in_588_page10 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_588_page10 .link_effect18stacks_in_588_page10 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

#stacks_in_588_page10 .link_effect18stacks_in_588_page10 a:hover,
#stacks_in_588_page10 .link_effect18stacks_in_588_page10 a:focus {
	color: #fff;
}

#stacks_in_588_page10 .link_effect18stacks_in_588_page10 a:hover::before,
#stacks_in_588_page10 .link_effect18stacks_in_588_page10 a:focus::before,
#stacks_in_588_page10 .link_effect18stacks_in_588_page10 a:hover::after,
#stacks_in_588_page10 .link_effect18stacks_in_588_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}





/* 19 Fade Up 
====================== */


#stacks_in_588_page10 .link_effect19stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect19stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect19stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect19stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect19stacks_in_588_page10 a {
}

.link_effect19stacks_in_588_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

.link_effect19stacks_in_588_page10 a:hover::after,
.link_effect19stacks_in_588_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}



/* 20 Fade Down 
====================== */

#stacks_in_588_page10 .link_effect20stacks_in_588_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_588_page10 .link_effect20stacks_in_588_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_588_page10 .link_effect20stacks_in_588_page10 a::before,
#stacks_in_588_page10 .link_effect20stacks_in_588_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect20stacks_in_588_page10 a {
}

.link_effect20stacks_in_588_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background:  #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
			transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

.link_effect20stacks_in_588_page10 a:hover::after,
.link_effect20stacks_in_588_page10 a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}

































/* Ghost Button 1.5.0 */
#stacks_in_596_page10 {
  display: block;
  position: relative;
  text-align: center;
}
.stacks_in_596_page10 {
   display: block !important; 
   float: left !important; 
  
  position: relative !important;
  
  width: 120px !important;
  
  padding: 4px !important;
  color: rgba(85, 85, 89, 1.00) !important;
  background-color: transparent !important;
  border: 1px solid rgba(85, 85, 89, 1.00) !important;
  border-radius: 0px !important;
  text-align: center !important;
  outline: none !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}
.stacks_in_596_page10:visited {
  color: rgba(85, 85, 89, 1.00) !important;
}
.stacks_in_596_page10:hover, .stacks_in_596_page10:active {
  background-color: rgba(64, 31, 63, 1.00) !important;
  color: rgba(255, 255, 255, 1.00) !important;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease-in;
}
#stacks_in_596_page10 {
	padding: 40px 0px 0px 0px;
}

#stacks_in_598_page10 {
	padding: 40px 0px 0px 0px;
}
/* LinkThing by RapidWeaver Central  */



/* 1 Slinky  
====================== */

.link_effect1stacks_in_599_page10 a:before, .link_effect1stacks_in_599_page10 a:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;  
  background: #8D448B !important;  
  -webkit-transition: width 300ms ease;
	transition: width 300ms ease;
}

.link_effect1stacks_in_599_page10 a:after {
  right: 50%;
  left: auto;
}

.link_effect1stacks_in_599_page10 a:hover:before, .link_effect1stacks_in_599_page10 a:hover:after {
  width: 50%;
}

.link_effect1stacks_in_599_page10 a   {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	position: relative;
	text-decoration: none;
}

.link_effect1stacks_in_599_page10 a:visited {
	text-decoration: none;
}



/* 2 Stretchy 
====================== */

#stacks_in_599_page10 .link_effect2stacks_in_599_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
  	letter-spacing: 0;
  	opacity: .5;
  	-webkit-transition: all .25s ease-out;
	
}

#stacks_in_599_page10 .link_effect2stacks_in_599_page10 a:hover {
   	opacity: 1;
  	letter-spacing: 10px;	
}

/* 3 Fade In  
====================== */

#stacks_in_599_page10 .link_effect3stacks_in_599_page10 {
  	text-decoration: none;
}

#stacks_in_599_page10 .link_effect3stacks_in_599_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	border-bottom: 1px solid #DA4453;
	font-weight: 500;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

#stacks_in_599_page10 .link_effect3stacks_in_599_page10 a:hover,
#stacks_in_599_page10 .link_effect3stacks_in_599_page10 a:focus {
	color: #DA4453 !important;
	border-color: #DA4453*0.8%;
	background-color: #DA4453;
}



/* 4 Bubble
====================== */

#stacks_in_599_page10 .link_effect4stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect4stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect4stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect%stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_599_page10 .link_effect4stacks_in_599_page10 {
}

#stacks_in_599_page10 .link_effect4stacks_in_599_page10 a {
	font-weight:normal;;
}

#stacks_in_599_page10 .link_effect4stacks_in_599_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_599_page10 .link_effect4stacks_in_599_page10 a:hover::before,
#stacks_in_599_page10 .link_effect4stacks_in_599_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}




/* 5  UpSlider 
====================== */


#stacks_in_599_page10 .link_effect5stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect5stacks_in_599_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	position: relative;
	display: inline-block;
	outline: none;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect5stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect5stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_599_page10 .link_effect5stacks_in_599_page10 a {
	overflow: hidden;
	font-weight: 500;
}

#stacks_in_599_page10 .link_effect5stacks_in_599_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transform: translateY(95%);
	transform: translateY(95%);
}

#stacks_in_599_page10 .link_effect5stacks_in_599_page10 a:hover::before,
#stacks_in_599_page10 .link_effect5stacks_in_599_page10 a:focus::before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}





/* 6 RightSlider RightSlider_color
====================== */

#stacks_in_599_page10 .link_effect6stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect6stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect6stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect6stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_599_page10 .link_effect6stacks_in_599_page10 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_599_page10 .link_effect6stacks_in_599_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: scaleY(0.618) translateX(-100%);
	transform: scaleY(0.618) translateX(-100%);
}

#stacks_in_599_page10 .link_effect6stacks_in_599_page10 a:hover::before,
#stacks_in_599_page10 .link_effect6stacks_in_599_page10 a:focus::before {
	-webkit-transform: scaleY(0.618) translateX(0);
	transform: scaleY(0.618) translateX(0);
}




/* 7 InBouncer InBouncer_color
====================== */

#stacks_in_599_page10 .link_effect7stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect7stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect7stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect7stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_599_page10 .link_effect7stacks_in_599_page10 {
	position: relative;
}

#stacks_in_599_page10 .link_effect7stacks_in_599_page10 a {
	vertical-align: bottom;
	font-weight:normal;;
}


#stacks_in_599_page10 .link_effect7stacks_in_599_page10 a::before {
	position: absolute;
	top: 0;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	transition: transform 0.2s, opacity 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	transition-timing-function: cubic-bezier(0.25,0.25,0.325,1.39);
	-webkit-transform: scale(0);
	transform: scale(0);
}

#stacks_in_599_page10 .link_effect7stacks_in_599_page10 a:hover::before,
#stacks_in_599_page10 .link_effect7stacks_in_599_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}





/* 8 Dissipater   
====================== */

#stacks_in_599_page10 .link_effect8stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect8stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect8stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect8stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}



#stacks_in_599_page10 .link_effect8stacks_in_599_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

#stacks_in_599_page10 .link_effect8stacks_in_599_page10 a:hover,
#stacks_in_599_page10 .link_effect8stacks_in_599_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_599_page10 .link_effect8stacks_in_599_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s, background-color 0.2s;
	transition: transform 0.2s, opacity 0.2s, background-color 0.2s;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#stacks_in_599_page10 .link_effect8stacks_in_599_page10 a:hover::before,
#stacks_in_599_page10 .link_effect8stacks_in_599_page10 a:focus::before {
	background-color: rgba(255,255,255,0);
	opacity: 1;
	-webkit-transform: scaleX(1) scaleY(0.618);
	transform: scaleX(1) scaleY(0.618);
}

/* 9 Flipper 
====================== */



#stacks_in_599_page10 .link_effect9stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect9stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect9stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect9stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_599_page10 .link_effect9stacks_in_599_page10 a {
	font-weight:normal;;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-perspective: 600px;
	perspective: 600px;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

#stacks_in_599_page10 .link_effect9stacks_in_599_page10 a:hover,
#stacks_in_599_page10 .link_effect9stacks_in_599_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_599_page10 .link_effect9stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect9stacks_in_599_page10 a::after {
	position: absolute;
	top: 0;
	left: -4px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 4px;
	width: 100%;
	height: 100%;
	content: '';
}

#stacks_in_599_page10 .link_effect9stacks_in_599_page10 a::before {
	background-color: #DA4453;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

#stacks_in_599_page10 .link_effect9stacks_in_599_page10 a:hover::before,
#stacks_in_599_page10 .link_effect9stacks_in_599_page10 a:focus::before {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#stacks_in_599_page10 .link_effect9stacks_in_599_page10 a::after {
	border-bottom: 2px solid  #DA4453;
}



/* 10 Borderer 
====================== */

#stacks_in_599_page10 .link_effect10stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect10stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect10stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect10stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#stacks_in_599_page10 .link_effect10stacks_in_599_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

#stacks_in_599_page10 .link_effect10stacks_in_599_page10 a:hover,
#stacks_in_599_page10 .link_effect10stacks_in_599_page10 a:focus {
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_599_page10 .link_effect10stacks_in_599_page10 a::before {
	position: absolute;
	top: -2px;
	left: -7px;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	border: 2px solid #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

#stacks_in_599_page10 .link_effect10stacks_in_599_page10 a:hover::before,
#stacks_in_599_page10 .link_effect10stacks_in_599_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}



/* 11 Squiffy 
====================== */

#stacks_in_599_page10 .link_effect11stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; /* needed for setting pseudo-element z-index */
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect11stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect11stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect11stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}


#stacks_in_599_page10 .link_effect11stacks_in_599_page10 a {
	font-weight:normal;;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}

#stacks_in_599_page10 .link_effect11stacks_in_599_page10 a:hover,
#stacks_in_599_page10 .link_effect11stacks_in_599_page10 a:focus {
	color: #DA4453 !important;
}

#stacks_in_599_page10 .link_effect11stacks_in_599_page10 a::before {
	position: absolute;
	top: 0px;
	left: -5px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
		transition: transform 0.4s, opacity 0.2s;
	-webkit-transform: skewY(-3deg) skewX(-11deg);
		transform: skewY(-3deg) skewX(-11deg);
}

#stacks_in_599_page10 .link_effect11stacks_in_599_page10 a:hover::before,
#stacks_in_599_page10 .link_effect11stacks_in_599_page10 a:focus::before {
	opacity: 1;
	-webkit-transform: skewY(0) skewX(0);
			transform: skewY(0) skewX(0);
}




/* 12 UpLiner 
====================== */

#stacks_in_599_page10 .link_effect12stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect12stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect12stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect12stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_599_page10 .link_effect12stacks_in_599_page10 a {
	overflow: hidden;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_599_page10 .link_effect12stacks_in_599_page10 a:hover,
#stacks_in_599_page10 .link_effect12stacks_in_599_page10 a:focus {
	-webkit-transform: translateY(10%);
			transform: translateY(10%);
}

#stacks_in_599_page10 .link_effect12stacks_in_599_page10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #DA4453;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateY(100%) translateY(-2px);
			transform: translateY(100%) translateY(-2px);
}

#stacks_in_599_page10 .link_effect12stacks_in_599_page10 a,
#stacks_in_599_page10 .link_effect12stacks_in_599_page10 a::before {
	-webkit-transition-timing-function: cubic-bezier(0.6,0,0.4,1);
			transition-timing-function: cubic-bezier(0.6,0,0.4,1);
}

#stacks_in_599_page10 .link_effect12stacks_in_599_page10 a:hover::before,
#stacks_in_599_page10 .link_effect12stacks_in_599_page10 a:focus::before {
	-webkit-transform: translateY(-100%) translateY(2px);
			transform: translateY(-100%) translateY(2px);
} 


/* 13 Tooltipper 
====================== */

#stacks_in_599_page10 .link_effect13stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect13stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect13stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect13stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_599_page10 .link_effect13stacks_in_599_page10 {
}

#stacks_in_599_page10 .link_effect13stacks_in_599_page10 a {
	
	color: #8D448B !important;
		
	font-weight:normal;;
}

#stacks_in_599_page10 .link_effect13stacks_in_599_page10 a::before {
	display:table;
  	position:absolute;
  	top:1.8em;
  	left:1.8em;
  	padding:.2em .5em .5em 3.7em;
	width: 200pxpx;
	height: 100%;
	background: #DA4453 url(../files/link.svg) no-repeat -3em 50%;
	background-size: auto 40%;
	color: transparent;
	content: attr(href);
	white-space: pre-wrap;
	word-break: break-all;
	font-weight:normal;;
	font-size: 80%;
	font-style: italic;
	opacity: 0;
	line-height: 1.6;
	pointer-events: auto;
	-webkit-transition: opacity 0.3s, color 0.3s, -webkit-transform 0.3s, background-position 0.2s;
			transition: opacity 0.3s, color 0.3s, transform 0.3s, background-position 0.2s;
	-webkit-transform: scale(0.5);
			transform: scale(0.5);
	-webkit-border-radius: 5pxpx;
	   -moz-border-radius: 5pxpx;
			border-radius: 5pxpx;
}	

#stacks_in_599_page10 .link_effect13stacks_in_599_page10 a:hover::before,
#stacks_in_599_page10 .link_effect13stacks_in_599_page10 a:focus::before {
	background-position: 1em 50%;
	color: #DA4453;
	opacity: 1;
	-webkit-transition-delay: 0s, 0s, 0s, 0.1s;
			transition-delay: 0s, 0s, 0s, 0.1s;
	-webkit-transform: scale(1) translateY(-75%);
			transform: scale(1) translateY(-75%);
}


/* 14 Arrow arrow_color
====================== */

#stacks_in_599_page10 .link_effect14stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect14stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect14stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect14stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_599_page10 .link_effect14stacks_in_599_page10 a {
	padding: 0 0.25em;
	font-weight:normal;;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_599_page10 .link_effect14stacks_in_599_page10 a:hover,
#stacks_in_599_page10 .link_effect14stacks_in_599_page10 a::after {
	-webkit-transform: translateX(-1em);
			transform: translateX(-1em);
}

#stacks_in_599_page10 .link_effect14stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect14stacks_in_599_page10 a::after {
	position: absolute;
	height: 100%;
	content: '';
}

#stacks_in_599_page10 .link_effect14stacks_in_599_page10 a::before {
	left: 0;
	z-index: -1;
	width: 100%;
	background: #4A89DC;
}

#stacks_in_599_page10 .link_effect14stacks_in_599_page10 a::after {
	left: 100%;
	z-index: -2;
	width: 1em;
	background: #3766A4 url(../files/arrow_right.svg) no-repeat 50% 50%;
	background-size: 60% auto;
	text-align: center;
	pointer-events: auto;
	-webkit-transition: -webkit-transform 0.3s;
			transition: transform 0.3s;
}

#stacks_in_599_page10 .link_effect14stacks_in_599_page10 a:hover::after,
#stacks_in_599_page10 .link_effect14stacks_in_599_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}


/* 15 Curtains 
====================== */

#stacks_in_599_page10 .link_effect15stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a {
	overflow: hidden;
	font-weight:normal;;
}

#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
}

#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a::before {
	border-top: 2px solid #DA4453;
	background: transparent;
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
	-webkit-transform: translateY( calc(100% - 2px) );
			transform: translateY( calc(100% - 2px) );
}

#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a:hover::before,
#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a:focus::before {
	-webkit-transition-delay: 0s;
			transition-delay: 0s;
}

#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a:hover::before,
#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a:focus::before,
#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a:hover::after,
#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a:focus::after {
	-webkit-transform: translateX(0);
			transform: translateX(0);
}

#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a::after {
	z-index: -1;
	background: #DA4453;
	-webkit-transform: translateY(-100%);
			transform: translateY(-100%);
}

#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a:hover::after,
#stacks_in_599_page10 .link_effect15stacks_in_599_page10 a:focus::after {
	-webkit-transition-delay: 0.3s;
			transition-delay: 0.3s;
}



/* 16 Brackets 
====================== */

#stacks_in_599_page10 .link_effect16stacks_in_599_page10 {	
  	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect16stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect16stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect16stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

#stacks_in_599_page10 .link_effect16stacks_in_599_page10 a {
	padding: 0 0.35em;
	font-weight:normal;;
	-webkit-transition: color 0.2s;
			transition: color 0.2s;
}

#stacks_in_599_page10 .link_effect16stacks_in_599_page10 a:hover {
	color: #d04c3f;
}

#stacks_in_599_page10 .link_effect16stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect16stacks_in_599_page10 a::after {
	position: absolute;
	top: 0;
	font-weight: 100;
	font-size: 150%;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
			transition: opacity 0.2s, transform 0.2s;
}

#stacks_in_599_page10 .link_effect16stacks_in_599_page10 a::before {
	left: -0.1em;
	content: '[';
	-webkit-transform: translateX(-100%);
			transform: translateX(-100%);
}

#stacks_in_599_page10 .link_effect16stacks_in_599_page10 a::after {
	right: -0.1em;
	content: ']';
	-webkit-transform: translateX(100%);
			transform: translateX(100%);
}

#stacks_in_599_page10 .link_effect16stacks_in_599_page10 a:hover::before,
#stacks_in_599_page10 .link_effect16stacks_in_599_page10 a:hover::after {
	opacity: 1;
	-webkit-transform: translateX(0);
			transform: translateX(0);
}



/* 17 Javelinky 
====================== */

#stacks_in_599_page10 .link_effect17stacks_in_599_page10 a {
  	position: relative;
  	padding: 0 5px;
	
	color: #8D448B !important;
		
	font-weight:normal;;
  	text-decoration: none;
}

#stacks_in_599_page10 .link_effect17stacks_in_599_page10 a:after {
  	content: '';
  	position: absolute;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	width: 100%;
  	height: 1px;
  	margin: auto;
  	background-image: linear-gradient(90deg, transparent 0%, #8D448B 50%, transparent 100%);
  	-webkit-transition: width .15s ease;
  	   -moz-transition: width .15s ease;
  			transition: width .15s ease;
}

#stacks_in_599_page10 .link_effect17stacks_in_599_page10 a:hover:after {
  	width: 0;
}


/* 18 Sandwich  
====================== */

#stacks_in_599_page10 .link_effect18stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect18stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect18stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect18stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}


#stacks_in_599_page10 .link_effect18stacks_in_599_page10 {
}

#stacks_in_599_page10 .link_effect18stacks_in_599_page10 a {
	padding: 0 ;
	color: #8D448B;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	   -moz-transition: color 0.3s;
			transition: color 0.3s;
}

#stacks_in_599_page10 .link_effect18stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect18stacks_in_599_page10 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #8D448B;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_599_page10 .link_effect18stacks_in_599_page10 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

#stacks_in_599_page10 .link_effect18stacks_in_599_page10 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

#stacks_in_599_page10 .link_effect18stacks_in_599_page10 a:hover,
#stacks_in_599_page10 .link_effect18stacks_in_599_page10 a:focus {
	color: #fff;
}

#stacks_in_599_page10 .link_effect18stacks_in_599_page10 a:hover::before,
#stacks_in_599_page10 .link_effect18stacks_in_599_page10 a:focus::before,
#stacks_in_599_page10 .link_effect18stacks_in_599_page10 a:hover::after,
#stacks_in_599_page10 .link_effect18stacks_in_599_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}





/* 19 Fade Up 
====================== */


#stacks_in_599_page10 .link_effect19stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect19stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect19stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect19stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect19stacks_in_599_page10 a {
}

.link_effect19stacks_in_599_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: opacity 0.3s, -moz-transform 0.3s;
			transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	   -moz-transform: translateY(10px);
			transform: translateY(10px);
}

.link_effect19stacks_in_599_page10 a:hover::after,
.link_effect19stacks_in_599_page10 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}



/* 20 Fade Down 
====================== */

#stacks_in_599_page10 .link_effect20stacks_in_599_page10 {	
  	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
}

#stacks_in_599_page10 .link_effect20stacks_in_599_page10 a {
	position: relative;
	display: inline-block;
	outline: none;
	
	color: #8D448B !important;
		
	font-weight:normal;;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

#stacks_in_599_page10 .link_effect20stacks_in_599_page10 a::before,
#stacks_in_599_page10 .link_effect20stacks_in_599_page10 a::after {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
			font-smoothing: antialiased;
}

.link_effect20stacks_in_599_page10 a {
}

.link_effect20stacks_in_599_page10 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background:  #DA4453;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	   -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
			transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	   -moz-transform: translateY(-10px);
			transform: translateY(-10px);
}

.link_effect20stacks_in_599_page10 a:hover::after,
.link_effect20stacks_in_599_page10 a:focus::after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	   -moz-transform: translateY(0px);
			transform: translateY(0px);
}

































/* Ghost Button 1.5.0 */
#stacks_in_605_page10 {
  display: block;
  position: relative;
  text-align: center;
}
.stacks_in_605_page10 {
   display: block !important; 
   float: left !important; 
  
  position: relative !important;
  
  width: 120px !important;
  
  padding: 4px !important;
  color: rgba(85, 85, 89, 1.00) !important;
  background-color: transparent !important;
  border: 1px solid rgba(85, 85, 89, 1.00) !important;
  border-radius: 0px !important;
  text-align: center !important;
  outline: none !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease-out, color 0.2s ease-out, border-color 0.2s ease-out;
}
.stacks_in_605_page10:visited {
  color: rgba(85, 85, 89, 1.00) !important;
}
.stacks_in_605_page10:hover, .stacks_in_605_page10:active {
  background-color: rgba(64, 31, 63, 1.00) !important;
  color: rgba(255, 255, 255, 1.00) !important;
  transition: background-color 0.2s ease-in, color 0.2s ease-in, border-color 0.2s ease-in;
}
#stacks_in_605_page10 {
	padding: 40px 0px 0px 0px;
}


.fb-livechat,.fb-widget{display:none}.ctrlq.fb-button,.ctrlq.fb-close{position:fixed;cursor:pointer}.ctrlq.fb-close {right:24px}.ctrlq.fb-button{right:24px}.ctrlq.fb-button{z-index:1000;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEyOCAxMjgiIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB3aWR0aD0iMTI4cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxnPjxyZWN0IGZpbGw9IiMwMDg0RkYiIGhlaWdodD0iMTI4IiB3aWR0aD0iMTI4Ii8+PC9nPjxwYXRoIGQ9Ik02NCwxNy41MzFjLTI1LjQwNSwwLTQ2LDE5LjI1OS00Niw0My4wMTVjMCwxMy41MTUsNi42NjUsMjUuNTc0LDE3LjA4OSwzMy40NnYxNi40NjIgIGwxNS42OTgtOC43MDdjNC4xODYsMS4xNzEsOC42MjEsMS44LDEzLjIxMywxLjhjMjUuNDA1LDAsNDYtMTkuMjU4LDQ2LTQzLjAxNUMxMTAsMzYuNzksODkuNDA1LDE3LjUzMSw2NCwxNy41MzF6IE02OC44NDUsNzUuMjE0ICBMNTYuOTQ3LDYyLjg1NUwzNC4wMzUsNzUuNTI0bDI1LjEyLTI2LjY1N2wxMS44OTgsMTIuMzU5bDIyLjkxLTEyLjY3TDY4Ljg0NSw3NS4yMTR6IiBmaWxsPSIjRkZGRkZGIiBpZD0iQnViYmxlX1NoYXBlIi8+PC9zdmc+) center no-repeat #0084ff;width:60px;height:60px;text-align:center;bottom:24px;border:0;outline:0;border-radius:60px;-webkit-border-radius:60px;-moz-border-radius:60px;-ms-border-radius:60px;-o-border-radius:60px;box-shadow:0 1px 6px rgba(0,0,0,.06),0 2px 32px rgba(0,0,0,.16);-webkit-transition:box-shadow .2s ease;background-size:80%;transition:all .2s ease-in-out}.ctrlq.fb-button:focus,.ctrlq.fb-button:hover{transform:scale(1.1);box-shadow:0 2px 8px rgba(0,0,0,.09),0 4px 40px rgba(0,0,0,.24)}.fb-widget{background:#fff;z-index:1000;position:fixed;width:360px;height:435px;overflow:hidden;opacity:0;bottom:0;right:24px;border-radius:6px;-o-border-radius:6px;-webkit-border-radius:6px;box-shadow:0 5px 40px rgba(0,0,0,.16);-webkit-box-shadow:0 5px 40px rgba(0,0,0,.16);-moz-box-shadow:0 5px 40px rgba(0,0,0,.16);-o-box-shadow:0 5px 40px rgba(0,0,0,.16)}.fb-credit{text-align:center;margin-top:2px}.fb-credit a{transition:none;color:#bec2c9;font-family:Helvetica,Arial,sans-serif;font-size:12px;text-decoration:none;border:0;font-weight:400}.ctrlq.fb-overlay{z-index:0;position:fixed;height:100vh;width:100vw;-webkit-transition:opacity .4s,visibility .4s;transition:opacity .4s,visibility .4s;top:0;left:0;background:rgba(0,0,0,.05);display:none}.ctrlq.fb-close{z-index:4;padding:0 6px;background:#365899;font-weight:700;font-size:11px;color:#fff;margin:8px;border-radius:3px}.ctrlq.fb-close::after{content:'x';font-family:sans-serif}

/* CSS code for getting consent for cookies, custom popup message box */
#mini_cookie_wrapper_stacks_in_p567_n5_page10 {
	display: inline-block;
	background: rgba(255, 255, 255, 1.00);
	border-radius: 0.5rem;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.12);
	margin: 0.5rem;
	padding: 1rem;
	
	
	
	
	
	
	
	position: fixed;
	bottom: 0;
	left: 0;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	
	
	
	
	
	
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  
  
  
  
	z-index: 99999;
}

@media screen and (max-width: 568px) {
	#mini_cookie_wrapper_stacks_in_p567_n5_page10 {
		width: 100%;
		margin: 0;
		border-radius: 0;
		margin-left: 0;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

#mini_cookie_wrapper_stacks_in_p567_n5_page10.dismissed {
	display: none;
}

#mini_cookie_stacks_in_p567_n5_page10 {
	display: flex;
	align-items: center;
}

#mini_cookie_content_stacks_in_p567_n5_page10,
#mini_cookie_button_stacks_in_p567_n5_page10 {
	font-size: 1rem;
	line-height: 1.5em;
	letter-spacing: 0px;
	margin: 0;
}

#mini_cookie_content_stacks_in_p567_n5_page10 {
	flex: 1;
	color: rgba(66, 66, 66, 1.00);
}

#mini_cookie_content_stacks_in_p567_n5_page10 a,
#mini_cookie_content_stacks_in_p567_n5_page10 a:visited {
	font-weight: 600;
	color: rgba(127, 61, 126, 1.00);
	background: none;
	border: none;
	transition: all 100ms ease-in-out;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	
	
	
	text-decoration: underline;
}

#mini_cookie_content_stacks_in_p567_n5_page10 a:hover,
#mini_cookie_content_stacks_in_p567_n5_page10 a:active {
	color: rgba(85, 85, 89, 1.00);
	text-decoration: none;
	background: none;
	border: none;
}

#mini_cookie_content_stacks_in_p567_n5_page10 a:focus {
	outline: 1px dotted rgba(85, 85, 89, 1.00);
}




/* MiniCookie create, edit, delete buttons, and buttons for our own popup message */
#mini_cookie_button_stacks_in_p567_n5_page10,
.mini_cookie_button_stacks_in_p567_n5_page10 {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(64, 31, 63, 1.00);
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: rgba(255, 255, 255, 1.00);
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	padding: 2px 8px;
	margin-left: 1rem;
	text-align: center;
	transition: all 100ms ease-in-out;
	white-space: nowrap;
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  
  
  
  
}

#mini_cookie_button_stacks_in_p567_n5_page10:hover,
.mini_cookie_button_stacks_in_p567_n5_page10:hover,
#mini_cookie_button_stacks_in_p567_n5_page10:active,
.mini_cookie_button_stacks_in_p567_n5_page10:active {
	color: rgba(255, 255, 255, 1.00);
	background-color: rgba(127, 61, 126, 1.00);
}

#mini_cookie_button_stacks_in_p567_n5_page10:focus,
.mini_cookie_button_stacks_in_p567_n5_page10:focus {
	outline: 1px dotted rgba(255, 255, 255, 1.00);
}




