
@font-face {
    font-family: 'FlatButtonLato';
    src: url('../files/font/lato-light-webfont.eot');
    src: url('../files/font/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/lato-light-webfont.woff') format('woff'),
         url('../files/font/lato-light-webfont.ttf') format('truetype'),
         url('../files/font/lato-light-webfont.svg#latolight') format('svg');
    font-weight: 100;
    font-style: normal;
}


@font-face {
    font-family: 'FlatButtonOpenSans';
    src: url('../files/font/opensans-regular-webfont.eot');
    src: url('../files/font/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/opensans-regular-webfont.woff') format('woff'),
         url('../files/font/opensans-regular-webfont.ttf') format('truetype'),
         url('../files/font/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'FlatButtonNoto';
    src: url('../files/font/notoserif-regular-webfont.eot');
    src: url('../files/font/notoserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../files/font/notoserif-regular-webfont.woff') format('woff'),
         url('../files/font/notoserif-regular-webfont.ttf') format('truetype'),
         url('../files/font/notoserif-regular-webfont.svg#noto_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.spacerStack {
	height: 100.00px;
}

#spacerStackstacks_in_1788 {
	height: 100.00px;
}




























@media print {
	#spacerStackstacks_in_1788 {
		display: none !important;
	}
}

#stacks_in_1 {
	margin:  20px;
	padding:  20px;
}

.spacerStack {
	height: 100.00px;
}

#spacerStackstacks_in_1789 {
	height: 100.00px;
}




























@media print {
	#spacerStackstacks_in_1789 {
		display: none !important;
	}
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_1801 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_1801 {
		display: none !important;
	}
}
/**
 * @name    Ribbon Stack
 * @author    Futural UG (haftungsbeschraenkt)
 * @version   1.0.0
 * @url     http://instacks.com/ribbonstack
 */

/**
 * Reference:
 * http://css-tricks.com/snippets/css/corner-ribbon/
 * http://jsfiddle.net/chriscoyier/H6rQ6/1/
 */

/*
.wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
*/

.wrapper {
}

.ribbon-wrapper-stacks_in_1809 {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ribbon-stacks_in_1809 {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #000000;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-stacks_in_1809:before, .ribbon-stacks_in_1809:after {
  content: "";
  border-top:   5px solid #6E8900;   
  border-left:  5px solid transparent;
  border-right: 5px solid transparent;
  position:absolute;
  bottom: -5px;
}

.ribbon-stacks_in_1809:before {
  left: 0;
}
.ribbon-stacks_in_1809:after {
  right: 0;
}#stacks_in_1802 .bubble{background-color:#ECA874;position:relative;padding:15px;margin:0;border-radius:10px}#stacks_in_1802 .bubble{margin:0 0 20px}#stacks_in_1802 .bubble.top{margin:20px 0 0}#stacks_in_1802 .bubble{box-shadow:0px 0px 5px #555555}#stacks_in_1802 .bubble:after{left:140px;border-color:#ECA874 transparent transparent;border-style:solid}#stacks_in_1802 .bubble:before{left:140px;border-color:transparent #ECA874;border-style:solid}#stacks_in_1802 .bubble.top:after{right:140px;border-color:transparent transparent #ECA874}#stacks_in_1802 .bubble.top:before{right:140px;border-color:transparent #ECA874}#stacks_in_1802 .bubble.isoceles:after{content:"\00a0";display:block;position:absolute;bottom:-30px;width:0;height:0;border-width:15px 15px}#stacks_in_1802 .bubble.isoceles.top:after{top:-30px;bottom:auto;left:auto}#stacks_in_1802 .bubble.right:after{content:"\00a0";display:block;position:absolute;bottom:-40px;width:0;height:0;border-width:20px 0 20px 20px}#stacks_in_1802 .bubble.right.top:after{top:-40px;bottom:auto;left:auto;border-width:20px 20px 20px 0}#stacks_in_1802 .bubble.obtuse:before{content:"\00a0";display:block;position:absolute;bottom:-20px;width:0;height:0;border-width:0;border-right-width:30px;border-bottom-width:20px}#stacks_in_1802 .bubble.obtuse:after{content:"\00a0";display:block;position:absolute;bottom:-20px;width:0;height:0;border-width:0;border-right-width:10px;border-bottom-width:20px}#stacks_in_1802 .bubble.obtuse.top:before{top:-20px;bottom:auto;left:auto;border-width:0;border-left-width:30px;border-top-width:20px}#stacks_in_1802 .bubble.obtuse.top:after{top:-20px;bottom:auto;left:auto;border-width:0;border-left-width:10px;border-top-width:20px}#stacks_in_1802 .bubble.double{background:linear-gradient(to bottom,#ECA874 0%,#FEF5EA 50%,#ECA874 100%)}#stacks_in_1802 .bubble.topdown{background-image:linear-gradient(to bottom,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.leftright{background-image:linear-gradient(to right,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.topdiag{background-image:linear-gradient(to right bottom,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.bottomdiag{background-image:linear-gradient(to right top,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.radial{background-image:radial-gradient(ellipse at 50% 50%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.radial2{background-image:radial-gradient(ellipse at 50% 0%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.radial3{background-image:radial-gradient(ellipse at 100% 0%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.radial4{background-image:radial-gradient(ellipse at 100% 50%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.radial5{background-image:radial-gradient(ellipse at 100% 100%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.radial6{background-image:radial-gradient(ellipse at 50% 100%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.radial7{background-image:radial-gradient(ellipse at 0% 100%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.radial8{background-image:radial-gradient(ellipse at 0% 50%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.radial9{background-image:radial-gradient(ellipse at 0% 0%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.circle{background-image:radial-gradient(circle at 50% 50%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.circle2{background-image:radial-gradient(circle at 50% 0%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.circle3{background-image:radial-gradient(circle at 100% 0%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.circle4{background-image:radial-gradient(circle at 100% 50%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.circle5{background-image:radial-gradient(circle at 100% 100%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.circle6{background-image:radial-gradient(circle at 50% 100%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.circle7{background-image:radial-gradient(circle at 0% 100%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.circle8{background-image:radial-gradient(circle at 0% 50%,#ECA874,#FEF5EA)}#stacks_in_1802 .bubble.circle9{background-image:radial-gradient(circle at 0% 0%,#ECA874,#FEF5EA)}
#stacks_in_2027 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_2027 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_2027 #jwresp_col2_stacks_in_2027{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_2027 #jwresp_col1_stacks_in_2027,#stacks_in_2027 #jwresp_col2_stacks_in_2027{width:100%;float:none;display:block}#stacks_in_2027 #jwresp_col1_stacks_in_2027{margin-bottom:15px}}


/* Start doobox image pop css */

/* ############################################################# */
/* ############# CSS BOTH EDIT AND PREVIEW ##################### */
/* ############################################################# */
.stacks_in_2042popBox{
	position: relative;
	display: block;
	margin: 10px auto 14px auto;
	padding: 10px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	max-width: 90%;
	display: none;
}

.stacks_in_2042popBox img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.stacks_in_2042popBoxClose{
	position: absolute;
	top:-11px;
	left: -12px;
	width: 26px;
	height: 26px;
	background: url(../files/imagepop_files/thex.png);
	cursor: pointer;
}

@media only screen and (max-width: 480px) {
.stacks_in_2042popBoxClose{
	top:  0px;
	left: 0px;
	width: 48px;
	height: 48px;
	background: url(../files/imagepop_files/thex2times.png);
}
}


.stacks_in_2042popThumbnail{
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	max-width: 150px;
	overflow: hidden;
	border: 0px solid #CCCCCC;
}

.stacks_in_2042popThumbnail img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.stacks_in_2042popThumbOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	padding: 0;
	margin: 0;
	background: #000000;
	cursor: pointer;
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
}


/* ############################################################# */
/* ############# CSS PREVIEW MODE ONLY ######################### */
/* ############################################################# */


.stacks_in_2042popThumbOverlay{
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.stacks_in_2042popThumbOverlay:hover{
	zoom: 1;
	-moz-opacity:.3; 
	filter:alpha(opacity=3); 
	opacity:.3; 
}



/* ############################################################# */
/* ############# CSS EDIT MODE ONLY ############################ */
/* ############################################################# */


/* end doobox image pop css */


#stacks_in_2042 {
	margin:  10px;
}
#stacks_in_2029 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_2029 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_2029 #jwresp_col2_stacks_in_2029{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_2029 #jwresp_col1_stacks_in_2029,#stacks_in_2029 #jwresp_col2_stacks_in_2029{width:100%;float:none;display:block}#stacks_in_2029 #jwresp_col1_stacks_in_2029{margin-bottom:15px}}

#stacks_in_2029 {
	margin:  20px;
}


/* Start doobox image pop css */

/* ############################################################# */
/* ############# CSS BOTH EDIT AND PREVIEW ##################### */
/* ############################################################# */
.stacks_in_2044popBox{
	position: relative;
	display: block;
	margin: 10px auto 14px auto;
	padding: 10px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	max-width: 90%;
	display: none;
}

.stacks_in_2044popBox img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.stacks_in_2044popBoxClose{
	position: absolute;
	top:-11px;
	left: -12px;
	width: 26px;
	height: 26px;
	background: url(../files/imagepop_files/thex.png);
	cursor: pointer;
}

@media only screen and (max-width: 480px) {
.stacks_in_2044popBoxClose{
	top:  0px;
	left: 0px;
	width: 48px;
	height: 48px;
	background: url(../files/imagepop_files/thex2times.png);
}
}


.stacks_in_2044popThumbnail{
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	max-width: 150px;
	overflow: hidden;
	border: 0px solid #CCCCCC;
}

.stacks_in_2044popThumbnail img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.stacks_in_2044popThumbOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	padding: 0;
	margin: 0;
	background: #000000;
	cursor: pointer;
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
}


/* ############################################################# */
/* ############# CSS PREVIEW MODE ONLY ######################### */
/* ############################################################# */


.stacks_in_2044popThumbOverlay{
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.stacks_in_2044popThumbOverlay:hover{
	zoom: 1;
	-moz-opacity:.3; 
	filter:alpha(opacity=3); 
	opacity:.3; 
}



/* ############################################################# */
/* ############# CSS EDIT MODE ONLY ############################ */
/* ############################################################# */


/* end doobox image pop css */



/* Start doobox image pop css */

/* ############################################################# */
/* ############# CSS BOTH EDIT AND PREVIEW ##################### */
/* ############################################################# */
.stacks_in_2057popBox{
	position: relative;
	display: block;
	margin: 10px auto 14px auto;
	padding: 10px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	max-width: 90%;
	display: none;
}

.stacks_in_2057popBox img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.stacks_in_2057popBoxClose{
	position: absolute;
	top:-11px;
	left: -12px;
	width: 26px;
	height: 26px;
	background: url(../files/imagepop_files/thex.png);
	cursor: pointer;
}

@media only screen and (max-width: 480px) {
.stacks_in_2057popBoxClose{
	top:  0px;
	left: 0px;
	width: 48px;
	height: 48px;
	background: url(../files/imagepop_files/thex2times.png);
}
}


.stacks_in_2057popThumbnail{
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	max-width: 150px;
	overflow: hidden;
	border: 0px solid #CCCCCC;
}

.stacks_in_2057popThumbnail img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.stacks_in_2057popThumbOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	padding: 0;
	margin: 0;
	background: #000000;
	cursor: pointer;
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
}


/* ############################################################# */
/* ############# CSS PREVIEW MODE ONLY ######################### */
/* ############################################################# */


.stacks_in_2057popThumbOverlay{
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.stacks_in_2057popThumbOverlay:hover{
	zoom: 1;
	-moz-opacity:.3; 
	filter:alpha(opacity=3); 
	opacity:.3; 
}



/* ############################################################# */
/* ############# CSS EDIT MODE ONLY ############################ */
/* ############################################################# */


/* end doobox image pop css */

#stacks_in_2084 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_2084 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_2084 #jwresp_col2_stacks_in_2084{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_2084 #jwresp_col1_stacks_in_2084,#stacks_in_2084 #jwresp_col2_stacks_in_2084{width:100%;float:none;display:block}#stacks_in_2084 #jwresp_col1_stacks_in_2084{margin-bottom:15px}}

#stacks_in_2084 {
	margin:  20px;
}


/* Start doobox image pop css */

/* ############################################################# */
/* ############# CSS BOTH EDIT AND PREVIEW ##################### */
/* ############################################################# */
.stacks_in_2086popBox{
	position: relative;
	display: block;
	margin: 10px auto 14px auto;
	padding: 10px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	max-width: 90%;
	display: none;
}

.stacks_in_2086popBox img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.stacks_in_2086popBoxClose{
	position: absolute;
	top:-11px;
	left: -12px;
	width: 26px;
	height: 26px;
	background: url(../files/imagepop_files/thex.png);
	cursor: pointer;
}

@media only screen and (max-width: 480px) {
.stacks_in_2086popBoxClose{
	top:  0px;
	left: 0px;
	width: 48px;
	height: 48px;
	background: url(../files/imagepop_files/thex2times.png);
}
}


.stacks_in_2086popThumbnail{
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	max-width: 150px;
	overflow: hidden;
	border: 0px solid #CCCCCC;
}

.stacks_in_2086popThumbnail img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.stacks_in_2086popThumbOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	padding: 0;
	margin: 0;
	background: #000000;
	cursor: pointer;
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
}


/* ############################################################# */
/* ############# CSS PREVIEW MODE ONLY ######################### */
/* ############################################################# */


.stacks_in_2086popThumbOverlay{
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.stacks_in_2086popThumbOverlay:hover{
	zoom: 1;
	-moz-opacity:.3; 
	filter:alpha(opacity=3); 
	opacity:.3; 
}



/* ############################################################# */
/* ############# CSS EDIT MODE ONLY ############################ */
/* ############################################################# */


/* end doobox image pop css */



/* Start doobox image pop css */

/* ############################################################# */
/* ############# CSS BOTH EDIT AND PREVIEW ##################### */
/* ############################################################# */
.stacks_in_2089popBox{
	position: relative;
	display: block;
	margin: 10px auto 14px auto;
	padding: 10px;
	background: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	max-width: 90%;
	display: none;
}

.stacks_in_2089popBox img{
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
}

.stacks_in_2089popBoxClose{
	position: absolute;
	top:-11px;
	left: -12px;
	width: 26px;
	height: 26px;
	background: url(../files/imagepop_files/thex.png);
	cursor: pointer;
}

@media only screen and (max-width: 480px) {
.stacks_in_2089popBoxClose{
	top:  0px;
	left: 0px;
	width: 48px;
	height: 48px;
	background: url(../files/imagepop_files/thex2times.png);
}
}


.stacks_in_2089popThumbnail{
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	max-width: 150px;
	overflow: hidden;
	border: 0px solid #CCCCCC;
}

.stacks_in_2089popThumbnail img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.stacks_in_2089popThumbOverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	padding: 0;
	margin: 0;
	background: #000000;
	cursor: pointer;
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
}


/* ############################################################# */
/* ############# CSS PREVIEW MODE ONLY ######################### */
/* ############################################################# */


.stacks_in_2089popThumbOverlay{
	-moz-opacity:0; 
	filter:alpha(opacity=0); 
	opacity:0; 
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.stacks_in_2089popThumbOverlay:hover{
	zoom: 1;
	-moz-opacity:.3; 
	filter:alpha(opacity=3); 
	opacity:.3; 
}



/* ############################################################# */
/* ############# CSS EDIT MODE ONLY ############################ */
/* ############################################################# */


/* end doobox image pop css */


#stacks_in_2008 {
	margin:  10px;
}

.spacerStack {
	height: 80.00px;
}

#spacerStackstacks_in_1805 {
	height: 80.00px;
}




























@media print {
	#spacerStackstacks_in_1805 {
		display: none !important;
	}
}

#stacks_in_2091 {
	border: solid rgba(255, 102, 102, 1.00);
	border-width: 0px 0px 0px 10px;
}
#stacks_in_2047 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_2047 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_2047 #jwresp_col2_stacks_in_2047{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_2047 #jwresp_col1_stacks_in_2047,#stacks_in_2047 #jwresp_col2_stacks_in_2047{width:100%;float:none;display:block}#stacks_in_2047 #jwresp_col1_stacks_in_2047{margin-bottom:15px}}

#stacks_in_2047 {
	margin:  20px;
}

#stacks_in_2104 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_2104 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_2104 {
	margin:  10px;
}

#stacks_in_2111 {
	margin:  19px;
}

#stacks_in_2149 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_2149 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_2149 {
	margin:  10px;
}

#stacks_in_2159 {
	margin:  19px;
}
#stacks_in_2037 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_2037 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_2037 #jwresp_col2_stacks_in_2037{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_2037 #jwresp_col1_stacks_in_2037,#stacks_in_2037 #jwresp_col2_stacks_in_2037{width:100%;float:none;display:block}#stacks_in_2037 #jwresp_col1_stacks_in_2037{margin-bottom:15px}}

#stacks_in_2037 {
	margin:  20px;
}

#stacks_in_2257 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_2257 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_2257 {
	margin:  10px;
}

#stacks_in_2264 {
	margin:  19px;
}
#stacks_in_2170 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_2170 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_2170 #jwresp_col2_stacks_in_2170{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_2170 #jwresp_col1_stacks_in_2170,#stacks_in_2170 #jwresp_col2_stacks_in_2170{width:100%;float:none;display:block}#stacks_in_2170 #jwresp_col1_stacks_in_2170{margin-bottom:15px}}

#stacks_in_2170 {
	margin:  10px;
}

#stacks_in_2168 {
	margin:  19px;
}
#stacks_in_2141 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_2141 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_2141 #jwresp_col2_stacks_in_2141{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_2141 #jwresp_col1_stacks_in_2141,#stacks_in_2141 #jwresp_col2_stacks_in_2141{width:100%;float:none;display:block}#stacks_in_2141 #jwresp_col1_stacks_in_2141{margin-bottom:15px}}

#stacks_in_2141 {
	margin:  20px;
}

#stacks_in_2147 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_2147 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_2147 {
	margin:  10px;
}

#stacks_in_2176 {
	margin:  19px;
}

.spacerStack {
	height: 40.00px;
}

#spacerStackstacks_in_2096 {
	height: 40.00px;
}




























@media print {
	#spacerStackstacks_in_2096 {
		display: none !important;
	}
}




























@media print {
	#spacerStackstacks_in_130 {
		display: none !important;
	}
}
#stacks_in_15189 .bubble{background-color:#FFFFFF;position:relative;padding:15px;margin:0;border-radius:10px}#stacks_in_15189 .bubble{margin:0 0 20px}#stacks_in_15189 .bubble.top{margin:20px 0 0}#stacks_in_15189 .bubble{box-shadow:0px 0px 5px #555555}#stacks_in_15189 .bubble:after{left:50px;border-color:#66FFCC transparent transparent;border-style:solid}#stacks_in_15189 .bubble:before{left:50px;border-color:transparent #66FFCC;border-style:solid}#stacks_in_15189 .bubble.top:after{right:50px;border-color:transparent transparent #66FFCC}#stacks_in_15189 .bubble.top:before{right:50px;border-color:transparent #66FFCC}#stacks_in_15189 .bubble.isoceles:after{content:"\00a0";display:block;position:absolute;bottom:-30px;width:0;height:0;border-width:15px 15px}#stacks_in_15189 .bubble.isoceles.top:after{top:-30px;bottom:auto;left:auto}#stacks_in_15189 .bubble.right:after{content:"\00a0";display:block;position:absolute;bottom:-40px;width:0;height:0;border-width:20px 0 20px 20px}#stacks_in_15189 .bubble.right.top:after{top:-40px;bottom:auto;left:auto;border-width:20px 20px 20px 0}#stacks_in_15189 .bubble.obtuse:before{content:"\00a0";display:block;position:absolute;bottom:-20px;width:0;height:0;border-width:0;border-right-width:30px;border-bottom-width:20px}#stacks_in_15189 .bubble.obtuse:after{content:"\00a0";display:block;position:absolute;bottom:-20px;width:0;height:0;border-width:0;border-right-width:10px;border-bottom-width:20px}#stacks_in_15189 .bubble.obtuse.top:before{top:-20px;bottom:auto;left:auto;border-width:0;border-left-width:30px;border-top-width:20px}#stacks_in_15189 .bubble.obtuse.top:after{top:-20px;bottom:auto;left:auto;border-width:0;border-left-width:10px;border-top-width:20px}#stacks_in_15189 .bubble.double{background:linear-gradient(to bottom,#FFFFFF 0%,#66FFCC 50%,#FFFFFF 100%)}#stacks_in_15189 .bubble.topdown{background-image:linear-gradient(to bottom,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.leftright{background-image:linear-gradient(to right,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.topdiag{background-image:linear-gradient(to right bottom,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.bottomdiag{background-image:linear-gradient(to right top,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.radial{background-image:radial-gradient(ellipse at 50% 50%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.radial2{background-image:radial-gradient(ellipse at 50% 0%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.radial3{background-image:radial-gradient(ellipse at 100% 0%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.radial4{background-image:radial-gradient(ellipse at 100% 50%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.radial5{background-image:radial-gradient(ellipse at 100% 100%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.radial6{background-image:radial-gradient(ellipse at 50% 100%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.radial7{background-image:radial-gradient(ellipse at 0% 100%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.radial8{background-image:radial-gradient(ellipse at 0% 50%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.radial9{background-image:radial-gradient(ellipse at 0% 0%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.circle{background-image:radial-gradient(circle at 50% 50%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.circle2{background-image:radial-gradient(circle at 50% 0%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.circle3{background-image:radial-gradient(circle at 100% 0%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.circle4{background-image:radial-gradient(circle at 100% 50%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.circle5{background-image:radial-gradient(circle at 100% 100%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.circle6{background-image:radial-gradient(circle at 50% 100%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.circle7{background-image:radial-gradient(circle at 0% 100%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.circle8{background-image:radial-gradient(circle at 0% 50%,#FFFFFF,#66FFCC)}#stacks_in_15189 .bubble.circle9{background-image:radial-gradient(circle at 0% 0%,#FFFFFF,#66FFCC)}

#stacks_in_9145 .stacks_left {
	float:left;
	width:43%;
}

#stacks_in_9145 .stacks_right {
	float:right;
	width:55%;
}
#stacks_in_9145 {
	margin:  11px;
}

#stacks_out_9145 {
	width: 70%;
}
#stacks_in_9154 .stacks_in_9154-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Lato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_9154 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_9154 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_9154 .stacks_in_9154-button,
#stacks_in_9154 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_9154 {
		text-align: center;
	}




	#stacks_in_9154 .stacks_in_9154-button {
		width: 400px;
	}






#stacks_in_9154 a.stacks_in_9154-button, #stacks_in_9154 a.stacks_in_9154-button:visited, #stacks_in_9154 a.stacks_in_9154-button:hover, #stacks_in_9154 a.stacks_in_9154-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_9154 .stacks_in_9154-button {
		
			background-color: #800000;
		
	}

	#stacks_in_9154 a.stacks_in_9154-button, #stacks_in_9154 a.stacks_in_9154-button:visited {
		
			color: #FFFFFF !important;
			
	}

	#stacks_in_9154 a.stacks_in_9154-button:hover, #stacks_in_9154 a.stacks_in_9154-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #941414;
		
	}

	
	#stacks_in_9154 .button_icon {
		
			background-color: #FF8000;
		
	}

	#stacks_in_9154 a.stacks_in_9154-button:hover .button_icon, #stacks_in_9154 a.stacks_in_9154-button:active .button_icon {
		
			background-color: #FF9414;
				
	}
	



#stacks_in_9154 {
	margin:  20px;
}




























@media print {
	#spacerStackstacks_in_133 {
		display: none !important;
	}
}
 #stacks_in_2450 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_2450 hr.gradient{height:1px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_2450 hr.faded{height:1px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_2450 hr.dashed_fade{border-bottom:1px dashed #7E7E7E;background:#333333}#stacks_in_2450 hr.dotted_fade{border-bottom:1px dotted #7E7E7E;background:#333333}#stacks_in_2450 hr.dashed{border-bottom:1px dashed #333333}#stacks_in_2450 hr.dotted{border-bottom:1px dotted #7E7E7E}#stacks_in_2450 hr.shadow{height:1px;box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.5)}#stacks_in_2450 hr.cloudy{margin:1px 0;box-shadow:0 0 1px 1px #333333}#stacks_in_2450 hr.cloudy:after{content:"\00a0"}#stacks_in_2450 hr.inset{border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(255,255,255,0.3)}#stacks_in_2450 hr.inset_two{border-top:1px solid #CCCCCC;border-bottom:1px solid #333333}#stacks_in_2450 hr.inset_three{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_2450 hr.inset_four{border-top:1px solid #333333;border-bottom:1px solid #CCCCCC}#stacks_in_2450 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:1px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_2450 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 1px 0;border-radius:20px}#stacks_in_2450 hr.glyph{padding:0;border:0;border-top:1px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_2450 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 




























@media print {
	#spacerStackstacks_in_2449 {
		display: none !important;
	}
}


#stacks_in_2032 {
	border: solid rgba(0, 0, 0, 1.00);
	border-width:  2px;
}
#stacks_in_14318 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_14318 .jwresp_col{overflow:hidden;margin:0;width:59%; float:left;}#stacks_in_14318 #jwresp_col2_stacks_in_14318{ float:right; width:39%}@media screen and (max-width:500px){#stacks_in_14318 #jwresp_col1_stacks_in_14318,#stacks_in_14318 #jwresp_col2_stacks_in_14318{width:100%;float:none;display:block}#stacks_in_14318 #jwresp_col1_stacks_in_14318{margin-bottom:15px}}




























@media print {
	#spacerStackstacks_in_14385 {
		display: none !important;
	}
}
#stacks_in_14343 .stacks_in_14343-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: "noto_serifregular", sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_14343 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_14343 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_14343 .stacks_in_14343-button,
#stacks_in_14343 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_14343 {
		text-align: center;
	}




	#stacks_in_14343 .stacks_in_14343-button {
		width: 400px;
	}






#stacks_in_14343 a.stacks_in_14343-button, #stacks_in_14343 a.stacks_in_14343-button:visited, #stacks_in_14343 a.stacks_in_14343-button:hover, #stacks_in_14343 a.stacks_in_14343-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_14343 .stacks_in_14343-button {
		
			background-color: #FCC15B;
		
	}

	#stacks_in_14343 a.stacks_in_14343-button, #stacks_in_14343 a.stacks_in_14343-button:visited {
		
			color: #4C4C4C !important;
			
	}

	#stacks_in_14343 a.stacks_in_14343-button:hover, #stacks_in_14343 a.stacks_in_14343-button:active {
		
			text-decoration: none;
			color: #4C4C4C !important;
			background-color: #FFD56F;
		
	}

	
	#stacks_in_14343 .button_icon {
		
			background-color: #FA6A1C;
		
	}

	#stacks_in_14343 a.stacks_in_14343-button:hover .button_icon, #stacks_in_14343 a.stacks_in_14343-button:active .button_icon {
		
			background-color: #FF7E30;
				
	}
	



#stacks_in_14343 {
	margin:  20px;
}
#stacks_in_16201 .stacks_in_16201-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Lato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_16201 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_16201 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_16201 .stacks_in_16201-button,
#stacks_in_16201 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_16201 {
		text-align: center;
	}




	#stacks_in_16201 .stacks_in_16201-button {
		width: 400px;
	}






#stacks_in_16201 a.stacks_in_16201-button, #stacks_in_16201 a.stacks_in_16201-button:visited, #stacks_in_16201 a.stacks_in_16201-button:hover, #stacks_in_16201 a.stacks_in_16201-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_16201 .stacks_in_16201-button {
		
			background-color: #FFCC66;
		
	}

	#stacks_in_16201 a.stacks_in_16201-button, #stacks_in_16201 a.stacks_in_16201-button:visited {
		
			color: #4C4C4C !important;
			
	}

	#stacks_in_16201 a.stacks_in_16201-button:hover, #stacks_in_16201 a.stacks_in_16201-button:active {
		
			text-decoration: none;
			color: #4C4C4C !important;
			background-color: #FFE07A;
		
	}

	
	#stacks_in_16201 .button_icon {
		
			background-color: #FF8000;
		
	}

	#stacks_in_16201 a.stacks_in_16201-button:hover .button_icon, #stacks_in_16201 a.stacks_in_16201-button:active .button_icon {
		
			background-color: #FF9414;
				
	}
	



#stacks_in_14386 {
	background-color: rgba(237, 54, 38, 1.00);
	margin:  5px;
	padding:  5px;
}

#stacks_in_14328 {
	margin:  10px;
}




























@media print {
	#spacerStackstacks_in_136 {
		display: none !important;
	}
}




























@media print {
	#spacerStackstacks_in_81 {
		display: none !important;
	}
}


#stacks_in_14424 .stacks_left {
	float:left;
	width:49%;
}

#stacks_in_14424 .stacks_right {
	float:right;
	width:49%;
}
#stacks_in_14424 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_8959 {
	margin:  10px;
	padding:  10px;
}

#stacks_in_8964 {
	margin:  10px;
	padding:  10px;
}
#stacks_in_8969 .stacks_in_8969-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Lato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_8969 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_8969 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_8969 .stacks_in_8969-button,
#stacks_in_8969 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_8969 {
		text-align: center;
	}




	#stacks_in_8969 .stacks_in_8969-button {
		width: 400px;
	}






#stacks_in_8969 a.stacks_in_8969-button, #stacks_in_8969 a.stacks_in_8969-button:visited, #stacks_in_8969 a.stacks_in_8969-button:hover, #stacks_in_8969 a.stacks_in_8969-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_8969 .stacks_in_8969-button {
		
			background-color: none;
			border: 1px solid #FFFF00;
		
	}

	#stacks_in_8969 a.stacks_in_8969-button, #stacks_in_8969 a.stacks_in_8969-button:visited {
		
			color: #FFFF00 !important;
			
	}

	#stacks_in_8969 a.stacks_in_8969-button:hover, #stacks_in_8969 a.stacks_in_8969-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #FFFF00;
		
	}

	
	#stacks_in_8969 .button_icon {
		
			background-color: none;
			border-right: 1px solid #FFFF00;
		
	}

	#stacks_in_8969 a.stacks_in_8969-button:hover .button_icon, #stacks_in_8969 a.stacks_in_8969-button:active .button_icon {
		
			background-color: #FFFF00;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_in_8969 {
	margin:  20px;
}
#stacks_in_8967 .stacks_in_8967-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Lato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_8967 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_8967 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_8967 .stacks_in_8967-button,
#stacks_in_8967 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_8967 {
		text-align: center;
	}




	#stacks_in_8967 .stacks_in_8967-button {
		width: 400px;
	}






#stacks_in_8967 a.stacks_in_8967-button, #stacks_in_8967 a.stacks_in_8967-button:visited, #stacks_in_8967 a.stacks_in_8967-button:hover, #stacks_in_8967 a.stacks_in_8967-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_8967 .stacks_in_8967-button {
		
			background-color: none;
			border: 1px solid #FF6666;
		
	}

	#stacks_in_8967 a.stacks_in_8967-button, #stacks_in_8967 a.stacks_in_8967-button:visited {
		
			color: #FF6666 !important;
			
	}

	#stacks_in_8967 a.stacks_in_8967-button:hover, #stacks_in_8967 a.stacks_in_8967-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #FF6666;
		
	}

	
	#stacks_in_8967 .button_icon {
		
			background-color: none;
			border-right: 1px solid #FF6666;
		
	}

	#stacks_in_8967 a.stacks_in_8967-button:hover .button_icon, #stacks_in_8967 a.stacks_in_8967-button:active .button_icon {
		
			background-color: #FF6666;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_in_8967 {
	margin:  20px;
}
#stacks_in_1574 .stacks_in_1574-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Lato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_1574 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_1574 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_1574 .stacks_in_1574-button,
#stacks_in_1574 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_1574 {
		text-align: center;
	}




	#stacks_in_1574 .stacks_in_1574-button {
		width: 320px;
	}






#stacks_in_1574 a.stacks_in_1574-button, #stacks_in_1574 a.stacks_in_1574-button:visited, #stacks_in_1574 a.stacks_in_1574-button:hover, #stacks_in_1574 a.stacks_in_1574-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_1574 .stacks_in_1574-button {
		
			background-color: none;
			border: 1px solid #ED3626;
		
	}

	#stacks_in_1574 a.stacks_in_1574-button, #stacks_in_1574 a.stacks_in_1574-button:visited {
		
			color: #ED3626 !important;
			
	}

	#stacks_in_1574 a.stacks_in_1574-button:hover, #stacks_in_1574 a.stacks_in_1574-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #ED3626;
		
	}

	
	#stacks_in_1574 .button_icon {
		
			background-color: none;
			border-right: 1px solid #ED3626;
		
	}

	#stacks_in_1574 a.stacks_in_1574-button:hover .button_icon, #stacks_in_1574 a.stacks_in_1574-button:active .button_icon {
		
			background-color: #ED3626;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_in_1574 {
	margin:  10px;
}
#stacks_in_8971 .stacks_in_8971-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Lato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_8971 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_8971 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_8971 .stacks_in_8971-button,
#stacks_in_8971 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_8971 {
		text-align: center;
	}




	#stacks_in_8971 .stacks_in_8971-button {
		width: 400px;
	}






#stacks_in_8971 a.stacks_in_8971-button, #stacks_in_8971 a.stacks_in_8971-button:visited, #stacks_in_8971 a.stacks_in_8971-button:hover, #stacks_in_8971 a.stacks_in_8971-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_8971 .stacks_in_8971-button {
		
			background-color: none;
			border: 1px solid #66FFCC;
		
	}

	#stacks_in_8971 a.stacks_in_8971-button, #stacks_in_8971 a.stacks_in_8971-button:visited {
		
			color: #66FFCC !important;
			
	}

	#stacks_in_8971 a.stacks_in_8971-button:hover, #stacks_in_8971 a.stacks_in_8971-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #66FFCC;
		
	}

	
	#stacks_in_8971 .button_icon {
		
			background-color: none;
			border-right: 1px solid #66FFCC;
		
	}

	#stacks_in_8971 a.stacks_in_8971-button:hover .button_icon, #stacks_in_8971 a.stacks_in_8971-button:active .button_icon {
		
			background-color: #66FFCC;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_in_8971 {
	margin:  20px;
}
#stacks_in_9156 .stacks_in_9156-button {
	text-shadow: none;
	border: none;
	outline: none;
	word-wrap: normal;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	font-family: Lato, sans-serif;
	font-size: 17px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
}

#stacks_in_9156 .button_text {
	padding: 0 20px 0 20px;
	display: inline-block;
}

#stacks_in_9156 .button_icon {
	display: inline-block;
	font-size: 17px !important;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	
	  width: 54px;
	
}

#stacks_in_9156 .stacks_in_9156-button,
#stacks_in_9156 .button_icon {
	
		height: 54px;
		line-height: 54px;
	
}


	#stacks_in_9156 {
		text-align: center;
	}




	#stacks_in_9156 .stacks_in_9156-button {
		width: 400px;
	}






#stacks_in_9156 a.stacks_in_9156-button, #stacks_in_9156 a.stacks_in_9156-button:visited, #stacks_in_9156 a.stacks_in_9156-button:hover, #stacks_in_9156 a.stacks_in_9156-button:active {
	text-decoration: none;
}


/* Color picker options */
	
	#stacks_in_9156 .stacks_in_9156-button {
		
			background-color: none;
			border: 1px solid #CCFF66;
		
	}

	#stacks_in_9156 a.stacks_in_9156-button, #stacks_in_9156 a.stacks_in_9156-button:visited {
		
			color: #CCFF66 !important;
			
	}

	#stacks_in_9156 a.stacks_in_9156-button:hover, #stacks_in_9156 a.stacks_in_9156-button:active {
		
			text-decoration: none;
			color: #FFFFFF !important;
			background-color: #CCFF66;
		
	}

	
	#stacks_in_9156 .button_icon {
		
			background-color: none;
			border-right: 1px solid #CCFF66;
		
	}

	#stacks_in_9156 a.stacks_in_9156-button:hover .button_icon, #stacks_in_9156 a.stacks_in_9156-button:active .button_icon {
		
			background-color: #CCFF66;
			border-right: 1px solid #FFFFFF;
				
	}
	



#stacks_in_9156 {
	margin:  20px;
}




























@media print {
	#spacerStackstacks_in_84 {
		display: none !important;
	}
}




























@media print {
	#spacerStackstacks_in_2452 {
		display: none !important;
	}
}




























@media print {
	#spacerStackstacks_in_14349 {
		display: none !important;
	}
}
#stacks_in_14333 .like_button_wrapper{margin:5px;display:block;position:relative;float:right;overflow:visible;line-height:1}#like_facebook_stacks_in_14333,#like_twitter_stacks_in_14333{width:85px}#like_google_stacks_in_14333,#like_pinterest_stacks_in_14333{width:65px}#like_email_stacks_in_14333 svg{height:20px;width:auto;fill:rgba(0, 0, 0, 1.00)}




























@media print {
	#spacerStackstacks_in_14332 {
		display: none !important;
	}
}

#stacks_in_15171 {
	margin:  10px;
}
