/* -- Start Swell Page css Template -- */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


@-webkit-keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swellswing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}




/* -- End Swell Page css Template -- */[data-pab]:not(.open){cursor:pointer}.pab-wrapper,.pab{overflow:hidden}.pab-launcher a{pointer-events:none}

#stacks_in_2 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_2 {
	width: 95%;
}

#stacks_in_3 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
 #stacks_in_4 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_4 hr.gradient{height:2px;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_4 hr.faded{height:2px;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_4 hr.dashed_fade{border-bottom:2px dashed #7E7E7E;background:#333333}#stacks_in_4 hr.dotted_fade{border-bottom:2px dotted #7E7E7E;background:#333333}#stacks_in_4 hr.dashed{border-bottom:2px dashed #333333}#stacks_in_4 hr.dotted{border-bottom:2px dotted #7E7E7E}#stacks_in_4 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_4 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #333333}#stacks_in_4 hr.cloudy:after{content:"\00a0"}#stacks_in_4 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_4 hr.inset_two{border-top:2px solid #CCCCCC;border-bottom:2px solid #333333}#stacks_in_4 hr.inset_three{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_4 hr.inset_four{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_4 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_4 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 2px 0;border-radius:20px}#stacks_in_4 hr.glyph{padding:0;border:0;border-top:2px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_4 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_4 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 20px 0px 20px 0px;
}

#stacks_out_4 {
	width: 95%;
}

#stacks_out_284 {
	width: 80%;
	margin-left:0;
}

#stacks_in_287 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_287 {
	width: 95%;
}

#stacks_in_289 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}

#stacks_out_290 {
	width: 95%;
}

#stacks_in_291 {
	font-size: 180%;
}

#stacks_in_292 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_292 {
	width: 95%;
}

#stacks_in_293 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
.pab.stacks_in_18{max-height:0px;-webkit-transition:max-height 1000ms ease 0ms;transition:max-height 1000ms ease 0ms}.pab.stacks_in_18.open{max-height:1000px}@media screen and (min-width:40em){.pab.stacks_in_18.open{max-height:1000px}}@media screen and (min-width:64em){.pab.stacks_in_18.open{max-height:1000px}}.wrapper-stacks_in_18{height:1000px}@media screen and (min-width:40em){.wrapper-stacks_in_18{height:1000px}}@media screen and (min-width:64em){.wrapper-stacks_in_18{height:1000px}}

#stacks_in_282 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 20px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

#stacks_out_282 {
	width: 95%;
}

#stacks_in_283 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
 #stacks_in_320 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_320 hr.gradient{height:2px;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_320 hr.faded{height:2px;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_320 hr.dashed_fade{border-bottom:2px dashed #7E7E7E;background:#333333}#stacks_in_320 hr.dotted_fade{border-bottom:2px dotted #7E7E7E;background:#333333}#stacks_in_320 hr.dashed{border-bottom:2px dashed #333333}#stacks_in_320 hr.dotted{border-bottom:2px dotted #7E7E7E}#stacks_in_320 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_320 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #333333}#stacks_in_320 hr.cloudy:after{content:"\00a0"}#stacks_in_320 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_320 hr.inset_two{border-top:2px solid #CCCCCC;border-bottom:2px solid #333333}#stacks_in_320 hr.inset_three{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_320 hr.inset_four{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_320 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_320 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 2px 0;border-radius:20px}#stacks_in_320 hr.glyph{padding:0;border:0;border-top:2px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_320 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_320 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 20px 0px 20px 0px;
}

#stacks_out_320 {
	width: 95%;
}

#stacks_out_128 {
	width: 95%;
}

#stacks_in_129 {
	font-size: 180%;
}

#stacks_in_22 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_22 {
	width: 95%;
}

#stacks_in_23 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}

#stacks_in_24 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_24 {
	width: 95%;
}
#stacks_in_31 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_31 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_31 #jwresp_col1_stacks_in_31,#stacks_in_31 #jwresp_col2_stacks_in_31{float:left}#stacks_in_31 #jwresp_col4_stacks_in_31,#stacks_in_31 #jwresp_col5_stacks_in_31{float:right}#stacks_in_31 #jwresp_col1_stacks_in_31{margin-left:0}#stacks_in_31 #jwresp_col5_stacks_in_31{margin-right:0}#stacks_in_31 #jwresp_col3_stacks_in_31{margin:0 auto;float:none}#stacks_in_31 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_31 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_31 #jwresp_col1_stacks_in_31,#stacks_in_31 #jwresp_col2_stacks_in_31,#stacks_in_31 #jwresp_col3_stacks_in_31,#stacks_in_31 #jwresp_col4_stacks_in_31{margin:0}#stacks_in_31 #jwresp_col5_stacks_in_31{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_31 #jwresp_col1_stacks_in_31,#stacks_in_31 #jwresp_col2_stacks_in_31{width:32%}#stacks_in_31 #jwresp_col1_stacks_in_31,#stacks_in_31 #jwresp_col4_stacks_in_31{float:left}#stacks_in_31 #jwresp_col2_stacks_in_31,#stacks_in_31 #jwresp_col3_stacks_in_31{float:right}#stacks_in_31 #jwresp_col4_stacks_in_31,#stacks_in_31 #jwresp_col3_stacks_in_31{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_31 #jwresp_col1_stacks_in_31,#stacks_in_31 #jwresp_col2_stacks_in_31,#stacks_in_31 #jwresp_col3_stacks_in_31,#stacks_in_31 #jwresp_col4_stacks_in_31,#stacks_in_31 #jwresp_col5_stacks_in_31{width:100%;display:block;margin:0}#stacks_in_31 #jwresp_col1_stacks_in_31,#stacks_in_31 #jwresp_col2_stacks_in_31,#stacks_in_31 #jwresp_col4_stacks_in_31,#stacks_in_31 #jwresp_col5_stacks_in_31{margin-bottom:15px}}

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

#stacks_out_31 {
	width: 95%;
}
/* -- Start Swell Each css Template -- */

#stacks_in_32{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_32swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_32swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_32swell{
		max-width: 800px;
	}
	.stacks_in_32swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_32swell-with-zoom .mfp-container,.stacks_in_32swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_32swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_32swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_32swell-with-zoom.mfp-removing .mfp-container,.stacks_in_32swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_32 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_32 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_32 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_32 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_32 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_32 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_32 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_32 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_32 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_32 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_32 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_34 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 10px 0px 0px 0px;
}

#stacks_in_36 {
	letter-spacing: 1px;
	word-spacing: 1px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_37{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_37swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_37swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_37swell{
		max-width: 800px;
	}
	.stacks_in_37swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_37swell-with-zoom .mfp-container,.stacks_in_37swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_37swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_37swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_37swell-with-zoom.mfp-removing .mfp-container,.stacks_in_37swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_37 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_37 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_37 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_37 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_37 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_37 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_37 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_37 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_37 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_37 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_37 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_39 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 10px 0px 0px 0px;
}

#stacks_in_41 {
	letter-spacing: 1px;
	word-spacing: 1px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_42{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_42swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_42swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_42swell{
		max-width: 800px;
	}
	.stacks_in_42swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_42swell-with-zoom .mfp-container,.stacks_in_42swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_42swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_42swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_42swell-with-zoom.mfp-removing .mfp-container,.stacks_in_42swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_42 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_42 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_42 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_42 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_42 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_42 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_42 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_42 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_42 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_42 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_42 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_44 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 10px 0px 0px 0px;
}

#stacks_in_46 {
	letter-spacing: 1px;
	word-spacing: 1px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_47{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_47swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_47swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_47swell{
		max-width: 800px;
	}
	.stacks_in_47swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_47swell-with-zoom .mfp-container,.stacks_in_47swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_47swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_47swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_47swell-with-zoom.mfp-removing .mfp-container,.stacks_in_47swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_47 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_47 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_47 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_47 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_47 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_47 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_47 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_47 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_47 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_47 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_47 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_49 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 10px 0px 0px 0px;
}

#stacks_in_51 {
	letter-spacing: 1px;
	word-spacing: 1px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_52{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_52swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_52swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_52swell{
		max-width: 800px;
	}
	.stacks_in_52swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_52swell-with-zoom .mfp-container,.stacks_in_52swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_52swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_52swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_52swell-with-zoom.mfp-removing .mfp-container,.stacks_in_52swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_52 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_52 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_52 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_52 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_52 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_52 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_52 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_52 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_52 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_52 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_52 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_54 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 10px 0px 0px 0px;
}

#stacks_in_56 {
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 99%;
}
 #stacks_in_365 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_365 hr.gradient{height:2px;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_365 hr.faded{height:2px;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_365 hr.dashed_fade{border-bottom:2px dashed #7E7E7E;background:#333333}#stacks_in_365 hr.dotted_fade{border-bottom:2px dotted #7E7E7E;background:#333333}#stacks_in_365 hr.dashed{border-bottom:2px dashed #333333}#stacks_in_365 hr.dotted{border-bottom:2px dotted #7E7E7E}#stacks_in_365 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_365 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #333333}#stacks_in_365 hr.cloudy:after{content:"\00a0"}#stacks_in_365 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_365 hr.inset_two{border-top:2px solid #CCCCCC;border-bottom:2px solid #333333}#stacks_in_365 hr.inset_three{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_365 hr.inset_four{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_365 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_365 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 2px 0;border-radius:20px}#stacks_in_365 hr.glyph{padding:0;border:0;border-top:2px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_365 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_365 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 20px 0px 20px 0px;
}

#stacks_out_365 {
	width: 95%;
}

#stacks_out_308 {
	width: 95%;
	margin-left:0;
}

#stacks_in_310 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_310 {
	width: 95%;
}

#stacks_in_311 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}

#stacks_out_312 {
	width: 95%;
}

#stacks_in_313 {
	font-size: 180%;
}

#stacks_in_314 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_314 {
	width: 95%;
}

#stacks_in_315 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
.pab.stacks_in_316{max-height:0px;-webkit-transition:max-height 1000ms ease 0ms;transition:max-height 1000ms ease 0ms}.pab.stacks_in_316.open{max-height:1000px}@media screen and (min-width:40em){.pab.stacks_in_316.open{max-height:1000px}}@media screen and (min-width:64em){.pab.stacks_in_316.open{max-height:1000px}}.wrapper-stacks_in_316{height:1000px}@media screen and (min-width:40em){.wrapper-stacks_in_316{height:1000px}}@media screen and (min-width:64em){.wrapper-stacks_in_316{height:1000px}}

#stacks_in_317 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 20px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

#stacks_out_317 {
	width: 95%;
}

#stacks_in_319 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
 #stacks_in_57 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_57 hr.gradient{height:2px;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_57 hr.faded{height:2px;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_57 hr.dashed_fade{border-bottom:2px dashed #7E7E7E;background:#333333}#stacks_in_57 hr.dotted_fade{border-bottom:2px dotted #7E7E7E;background:#333333}#stacks_in_57 hr.dashed{border-bottom:2px dashed #333333}#stacks_in_57 hr.dotted{border-bottom:2px dotted #7E7E7E}#stacks_in_57 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_57 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #333333}#stacks_in_57 hr.cloudy:after{content:"\00a0"}#stacks_in_57 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_57 hr.inset_two{border-top:2px solid #CCCCCC;border-bottom:2px solid #333333}#stacks_in_57 hr.inset_three{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_57 hr.inset_four{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_57 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_57 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 2px 0;border-radius:20px}#stacks_in_57 hr.glyph{padding:0;border:0;border-top:2px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_57 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_57 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 20px 0px 20px 0px;
}

#stacks_out_57 {
	width: 95%;
}

#stacks_out_134 {
	width: 95%;
}

#stacks_in_135 {
	font-size: 180%;
}

#stacks_in_130 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_130 {
	width: 95%;
}

#stacks_in_131 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}

#stacks_in_132 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_132 {
	width: 95%;
}
#stacks_in_62 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_62 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_62 #jwresp_col1_stacks_in_62,#stacks_in_62 #jwresp_col2_stacks_in_62{float:left}#stacks_in_62 #jwresp_col4_stacks_in_62,#stacks_in_62 #jwresp_col5_stacks_in_62{float:right}#stacks_in_62 #jwresp_col1_stacks_in_62{margin-left:0}#stacks_in_62 #jwresp_col5_stacks_in_62{margin-right:0}#stacks_in_62 #jwresp_col3_stacks_in_62{margin:0 auto;float:none}#stacks_in_62 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_62 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_62 #jwresp_col1_stacks_in_62,#stacks_in_62 #jwresp_col2_stacks_in_62,#stacks_in_62 #jwresp_col3_stacks_in_62,#stacks_in_62 #jwresp_col4_stacks_in_62{margin:0}#stacks_in_62 #jwresp_col5_stacks_in_62{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_62 #jwresp_col1_stacks_in_62,#stacks_in_62 #jwresp_col2_stacks_in_62{width:32%}#stacks_in_62 #jwresp_col1_stacks_in_62,#stacks_in_62 #jwresp_col4_stacks_in_62{float:left}#stacks_in_62 #jwresp_col2_stacks_in_62,#stacks_in_62 #jwresp_col3_stacks_in_62{float:right}#stacks_in_62 #jwresp_col4_stacks_in_62,#stacks_in_62 #jwresp_col3_stacks_in_62{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_62 #jwresp_col1_stacks_in_62,#stacks_in_62 #jwresp_col2_stacks_in_62,#stacks_in_62 #jwresp_col3_stacks_in_62,#stacks_in_62 #jwresp_col4_stacks_in_62,#stacks_in_62 #jwresp_col5_stacks_in_62{width:100%;display:block;margin:0}#stacks_in_62 #jwresp_col1_stacks_in_62,#stacks_in_62 #jwresp_col2_stacks_in_62,#stacks_in_62 #jwresp_col4_stacks_in_62,#stacks_in_62 #jwresp_col5_stacks_in_62{margin-bottom:15px}}

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

#stacks_out_62 {
	width: 95%;
}
/* -- Start Swell Each css Template -- */

#stacks_in_63{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_63swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_63swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_63swell{
		max-width: 800px;
	}
	.stacks_in_63swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_63swell-with-zoom .mfp-container,.stacks_in_63swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_63swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_63swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_63swell-with-zoom.mfp-removing .mfp-container,.stacks_in_63swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_63 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_63 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_63 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_63 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_63 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_63 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_63 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_63 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_63 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_63 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_63 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_65 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 10px 0px 0px 0px;
}

#stacks_in_67 {
	letter-spacing: 1px;
	word-spacing: 1px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_68{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_68swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_68swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_68swell{
		max-width: 800px;
	}
	.stacks_in_68swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_68swell-with-zoom .mfp-container,.stacks_in_68swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_68swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_68swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_68swell-with-zoom.mfp-removing .mfp-container,.stacks_in_68swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_68 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_68 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_68 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_68 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_68 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_68 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_68 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_68 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_68 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_68 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_68 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_70 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 10px 0px 0px 0px;
}

#stacks_in_72 {
	letter-spacing: 1px;
	word-spacing: 1px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_73{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_73swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_73swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_73swell{
		max-width: 800px;
	}
	.stacks_in_73swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_73swell-with-zoom .mfp-container,.stacks_in_73swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_73swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_73swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_73swell-with-zoom.mfp-removing .mfp-container,.stacks_in_73swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_73 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_73 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_73 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_73 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_73 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_73 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_73 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_73 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_73 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_73 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_73 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_75 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 10px 0px 0px 0px;
}

#stacks_in_77 {
	letter-spacing: 1px;
	word-spacing: 1px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_78{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_78swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_78swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_78swell{
		max-width: 800px;
	}
	.stacks_in_78swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_78swell-with-zoom .mfp-container,.stacks_in_78swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_78swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_78swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_78swell-with-zoom.mfp-removing .mfp-container,.stacks_in_78swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_78 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_78 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_78 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_78 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_78 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_78 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_78 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_78 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_78 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_78 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_78 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_80 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 10px 0px 0px 0px;
}

#stacks_in_82 {
	letter-spacing: 1px;
	word-spacing: 1px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_83{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_83swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_83swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_83swell{
		max-width: 800px;
	}
	.stacks_in_83swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_83swell-with-zoom .mfp-container,.stacks_in_83swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_83swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_83swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_83swell-with-zoom.mfp-removing .mfp-container,.stacks_in_83swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_83 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_83 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_83 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_83 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_83 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_83 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_83 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_83 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_83 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_83 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_83 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_85 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 10px 0px 0px 0px;
}

#stacks_in_87 {
	letter-spacing: 1px;
	word-spacing: 1px;
}
 #stacks_in_88 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_88 hr.gradient{height:2px;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_88 hr.faded{height:2px;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_88 hr.dashed_fade{border-bottom:2px dashed #7E7E7E;background:#333333}#stacks_in_88 hr.dotted_fade{border-bottom:2px dotted #7E7E7E;background:#333333}#stacks_in_88 hr.dashed{border-bottom:2px dashed #333333}#stacks_in_88 hr.dotted{border-bottom:2px dotted #7E7E7E}#stacks_in_88 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_88 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #333333}#stacks_in_88 hr.cloudy:after{content:"\00a0"}#stacks_in_88 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_88 hr.inset_two{border-top:2px solid #CCCCCC;border-bottom:2px solid #333333}#stacks_in_88 hr.inset_three{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_88 hr.inset_four{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_88 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_88 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 2px 0;border-radius:20px}#stacks_in_88 hr.glyph{padding:0;border:0;border-top:2px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_88 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_88 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 20px 0px 20px 0px;
}

#stacks_out_88 {
	width: 95%;
}

#stacks_in_90 {
	padding: 0px 0px 10px 0px;
}

#stacks_out_90 {
	width: 95%;
}

#stacks_in_92 {
	letter-spacing: 2px;
	font-size: 140%;
	font-weight: lighter;
}
#stacks_in_93 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_93 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_93 #jwresp_col1_stacks_in_93,#stacks_in_93 #jwresp_col2_stacks_in_93{float:left}#stacks_in_93 #jwresp_col4_stacks_in_93,#stacks_in_93 #jwresp_col5_stacks_in_93{float:right}#stacks_in_93 #jwresp_col1_stacks_in_93{margin-left:0}#stacks_in_93 #jwresp_col5_stacks_in_93{margin-right:0}#stacks_in_93 #jwresp_col3_stacks_in_93{margin:0 auto;float:none}#stacks_in_93 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_93 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_93 #jwresp_col1_stacks_in_93,#stacks_in_93 #jwresp_col2_stacks_in_93,#stacks_in_93 #jwresp_col3_stacks_in_93,#stacks_in_93 #jwresp_col4_stacks_in_93{margin:0}#stacks_in_93 #jwresp_col5_stacks_in_93{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_93 #jwresp_col1_stacks_in_93,#stacks_in_93 #jwresp_col2_stacks_in_93{width:32%}#stacks_in_93 #jwresp_col1_stacks_in_93,#stacks_in_93 #jwresp_col4_stacks_in_93{float:left}#stacks_in_93 #jwresp_col2_stacks_in_93,#stacks_in_93 #jwresp_col3_stacks_in_93{float:right}#stacks_in_93 #jwresp_col4_stacks_in_93,#stacks_in_93 #jwresp_col3_stacks_in_93{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_93 #jwresp_col1_stacks_in_93,#stacks_in_93 #jwresp_col2_stacks_in_93,#stacks_in_93 #jwresp_col3_stacks_in_93,#stacks_in_93 #jwresp_col4_stacks_in_93,#stacks_in_93 #jwresp_col5_stacks_in_93{width:100%;display:block;margin:0}#stacks_in_93 #jwresp_col1_stacks_in_93,#stacks_in_93 #jwresp_col2_stacks_in_93,#stacks_in_93 #jwresp_col4_stacks_in_93,#stacks_in_93 #jwresp_col5_stacks_in_93{margin-bottom:15px}}

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

#stacks_out_93 {
	width: 95%;
}
/* -- Start Swell Each css Template -- */

#stacks_in_94{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_94swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_94swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_94swell{
		max-width: 800px;
	}
	.stacks_in_94swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_94swell-with-zoom .mfp-container,.stacks_in_94swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_94swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_94swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_94swell-with-zoom.mfp-removing .mfp-container,.stacks_in_94swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_94 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_94 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_94 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_94 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_94 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_94 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_94 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_94 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_94 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_94 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_94 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_96 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 10px 0px 0px 0px;
}

#stacks_in_98 {
	letter-spacing: 1px;
	word-spacing: 1px;
}
/* -- Start Swell Each css Template -- */

#stacks_in_99{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: center !important;
}

.stacks_in_99swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_99swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}


	.stacks_in_99swell{
		max-width: 800px;
	}
	.stacks_in_99swell img{
		width: 100%;
		max-width: 800px;
		height: auto;
	}


.stacks_in_99swell-with-zoom .mfp-container,.stacks_in_99swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 198.000015ms ease-out;
	-moz-transition: all 198.000015ms ease-out;
	-o-transition: all 198.000015ms ease-out;
	transition: all 198.000015ms ease-out;
}

.stacks_in_99swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_99swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_99swell-with-zoom.mfp-removing .mfp-container,.stacks_in_99swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_99 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_99 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_99 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_99 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_99 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_99 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_99 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_99 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_99 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_99 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_99 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_in_101 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 10px 0px 0px 0px;
}

#stacks_in_103 {
	letter-spacing: 1px;
	word-spacing: 1px;
}
 #stacks_in_109 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_109 hr.gradient{height:2px;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_109 hr.faded{height:2px;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_109 hr.dashed_fade{border-bottom:2px dashed #7E7E7E;background:#333333}#stacks_in_109 hr.dotted_fade{border-bottom:2px dotted #7E7E7E;background:#333333}#stacks_in_109 hr.dashed{border-bottom:2px dashed #333333}#stacks_in_109 hr.dotted{border-bottom:2px dotted #7E7E7E}#stacks_in_109 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_109 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #333333}#stacks_in_109 hr.cloudy:after{content:"\00a0"}#stacks_in_109 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_109 hr.inset_two{border-top:2px solid #CCCCCC;border-bottom:2px solid #333333}#stacks_in_109 hr.inset_three{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_109 hr.inset_four{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_109 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_109 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 2px 0;border-radius:20px}#stacks_in_109 hr.glyph{padding:0;border:0;border-top:2px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_109 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_109 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 20px 0px 20px 0px;
}

#stacks_out_109 {
	width: 95%;
}
#stacks_in_5 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_5 .jwresp_col{overflow:hidden;margin:0;width:59%; float:left;}#stacks_in_5 #jwresp_col2_stacks_in_5{ float:right; width:39%}@media screen and (max-width:770px){#stacks_in_5 #jwresp_col1_stacks_in_5,#stacks_in_5 #jwresp_col2_stacks_in_5{width:100%;float:none;display:block}#stacks_in_5 #jwresp_col1_stacks_in_5{margin-bottom:10px}}

#stacks_in_5 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 30px 0px 0px 0px;
}

#stacks_out_5 {
	width: 95%;
}

#stacks_in_8 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_8 {
	margin-left:0;
}

#stacks_in_10 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}

#stacks_in_12 {
	font-size: 180%;
}

#stacks_in_13 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_13 {
	margin-left:0;
}

#stacks_in_14 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
.pab.stacks_in_124{max-height:0px;-webkit-transition:max-height 1000ms ease 0ms;transition:max-height 1000ms ease 0ms}.pab.stacks_in_124.open{max-height:10000px}@media screen and (min-width:40em){.pab.stacks_in_124.open{max-height:10000px}}@media screen and (min-width:64em){.pab.stacks_in_124.open{max-height:10000px}}.wrapper-stacks_in_124{height:10000px}@media screen and (min-width:40em){.wrapper-stacks_in_124{height:10000px}}@media screen and (min-width:64em){.wrapper-stacks_in_124{height:10000px}}
#stacks_in_155 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_155 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_155 #jwresp_col2_stacks_in_155{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_155 #jwresp_col1_stacks_in_155,#stacks_in_155 #jwresp_col2_stacks_in_155{width:100%;float:none;display:block}#stacks_in_155 #jwresp_col1_stacks_in_155{margin-bottom:15px}}

#stacks_in_155 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_155 {
	width: 95%;
}
/* -- Start Swell Each css Template -- */

#stacks_in_156{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: right !important;
}

.stacks_in_156swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_156swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_156swell-with-zoom .mfp-container,.stacks_in_156swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_156swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_156swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_156swell-with-zoom.mfp-removing .mfp-container,.stacks_in_156swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_156 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_156 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_156 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_156 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_156 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_156 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_156 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_156 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_156 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_156 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_156 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_out_156 {
	width: 50%;
	margin-right:0;
}

#stacks_in_158 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_161 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_161 {
	margin-left:0;
}

#stacks_in_163 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}

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

   .mddfadein {opacity:0;}
 

#stacks_in_167 {
	margin: 30px 0px 0px 0px;
}

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

#stacks_in_169 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_171 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
/* -- Start Swell Each css Template -- */

#stacks_in_172{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: left !important;
}

.stacks_in_172swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_172swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_172swell-with-zoom .mfp-container,.stacks_in_172swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_172swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_172swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_172swell-with-zoom.mfp-removing .mfp-container,.stacks_in_172swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_172 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_172 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_172 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_172 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_172 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_172 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_172 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_172 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_172 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_172 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_172 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_out_172 {
	width: 69%;
	margin-left:0;
}

#stacks_in_174 {
	margin: 5px 0px 0px 0px;
}

   .mddfadein {opacity:0;}
 

#stacks_in_178 {
	margin: 30px 0px 0px 0px;
}

#stacks_out_178 {
	width: 95%;
}
#stacks_in_179 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_179 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_179 #jwresp_col2_stacks_in_179{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_179 #jwresp_col1_stacks_in_179,#stacks_in_179 #jwresp_col2_stacks_in_179{width:100%;float:none;display:block}#stacks_in_179 #jwresp_col1_stacks_in_179{margin-bottom:15px}}
/* -- Start Swell Each css Template -- */

#stacks_in_180{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: right !important;
}

.stacks_in_180swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_180swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_180swell-with-zoom .mfp-container,.stacks_in_180swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_180swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_180swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_180swell-with-zoom.mfp-removing .mfp-container,.stacks_in_180swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_180 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_180 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_180 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_180 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_180 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_180 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_180 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_180 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_180 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_180 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_180 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_out_180 {
	width: 70%;
	margin-right:0;
}

#stacks_in_182 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_185 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_187 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}

   .mddfadein {opacity:0;}
 

#stacks_in_189 {
	margin: 30px 0px 0px 0px;
}

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

#stacks_in_191 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_193 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
/* -- Start Swell Each css Template -- */

#stacks_in_194{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: left !important;
}

.stacks_in_194swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_194swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_194swell-with-zoom .mfp-container,.stacks_in_194swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_194swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_194swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_194swell-with-zoom.mfp-removing .mfp-container,.stacks_in_194swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_194 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_194 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_194 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_194 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_194 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_194 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_194 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_194 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_194 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_194 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_194 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_out_194 {
	width: 70%;
	margin-left:0;
}

#stacks_in_196 {
	margin: 5px 0px 0px 0px;
}

   .mddfadein {opacity:0;}
 

#stacks_in_200 {
	margin: 30px 0px 0px 0px;
}

#stacks_out_200 {
	width: 95%;
}
#stacks_in_201 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_201 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_201 #jwresp_col2_stacks_in_201{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_201 #jwresp_col1_stacks_in_201,#stacks_in_201 #jwresp_col2_stacks_in_201{width:100%;float:none;display:block}#stacks_in_201 #jwresp_col1_stacks_in_201{margin-bottom:15px}}
/* -- Start Swell Each css Template -- */

#stacks_in_202{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: right !important;
}

.stacks_in_202swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_202swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_202swell-with-zoom .mfp-container,.stacks_in_202swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_202swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_202swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_202swell-with-zoom.mfp-removing .mfp-container,.stacks_in_202swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_202 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_202 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_202 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_202 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_202 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_202 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_202 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_202 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_202 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_202 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_202 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_out_202 {
	width: 70%;
	margin-right:0;
}

#stacks_in_204 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_207 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_209 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}

   .mddfadein {opacity:0;}
 

#stacks_in_211 {
	margin: 30px 0px 0px 0px;
}

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

#stacks_in_213 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_215 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
/* -- Start Swell Each css Template -- */

#stacks_in_216{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: left !important;
}

.stacks_in_216swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_216swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_216swell-with-zoom .mfp-container,.stacks_in_216swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_216swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_216swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_216swell-with-zoom.mfp-removing .mfp-container,.stacks_in_216swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_216 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_216 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_216 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_216 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_216 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_216 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_216 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_216 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_216 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_216 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_216 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_out_216 {
	width: 50%;
	margin-left:0;
}

#stacks_in_218 {
	margin: 5px 0px 0px 0px;
}

   .mddfadein {opacity:0;}
 

#stacks_in_222 {
	margin: 30px 0px 0px 0px;
}

#stacks_out_222 {
	width: 95%;
}
#stacks_in_223 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_223 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_223 #jwresp_col2_stacks_in_223{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_223 #jwresp_col1_stacks_in_223,#stacks_in_223 #jwresp_col2_stacks_in_223{width:100%;float:none;display:block}#stacks_in_223 #jwresp_col1_stacks_in_223{margin-bottom:15px}}
/* -- Start Swell Each css Template -- */

#stacks_in_224{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: right !important;
}

.stacks_in_224swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_224swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_224swell-with-zoom .mfp-container,.stacks_in_224swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_224swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_224swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_224swell-with-zoom.mfp-removing .mfp-container,.stacks_in_224swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_224 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_224 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_224 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_224 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_224 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_224 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_224 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_224 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_224 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_224 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_224 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_out_224 {
	width: 70%;
	margin-right:0;
}

#stacks_in_226 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_229 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_231 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}

   .mddfadein {opacity:0;}
 

#stacks_in_233 {
	margin: 30px 0px 0px 0px;
}

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

#stacks_in_235 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_237 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
/* -- Start Swell Each css Template -- */

#stacks_in_238{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: left !important;
}

.stacks_in_238swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_238swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_238swell-with-zoom .mfp-container,.stacks_in_238swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_238swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_238swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_238swell-with-zoom.mfp-removing .mfp-container,.stacks_in_238swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_238 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_238 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_238 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_238 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_238 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_238 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_238 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_238 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_238 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_238 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_238 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_out_238 {
	width: 69%;
	margin-left:0;
}

#stacks_in_240 {
	margin: 5px 0px 0px 0px;
}

   .mddfadein {opacity:0;}
 

#stacks_in_244 {
	margin: 30px 0px 0px 0px;
}

#stacks_out_244 {
	width: 95%;
}
#stacks_in_245 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_245 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_245 #jwresp_col2_stacks_in_245{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_245 #jwresp_col1_stacks_in_245,#stacks_in_245 #jwresp_col2_stacks_in_245{width:100%;float:none;display:block}#stacks_in_245 #jwresp_col1_stacks_in_245{margin-bottom:15px}}
/* -- Start Swell Each css Template -- */

#stacks_in_246{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: right !important;
}

.stacks_in_246swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_246swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_246swell-with-zoom .mfp-container,.stacks_in_246swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_246swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_246swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_246swell-with-zoom.mfp-removing .mfp-container,.stacks_in_246swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_246 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_246 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_246 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_246 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_246 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_246 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_246 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_246 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_246 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_246 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_246 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_out_246 {
	width: 70%;
	margin-right:0;
}

#stacks_in_248 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_251 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_253 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}

   .mddfadein {opacity:0;}
 

#stacks_in_255 {
	margin: 30px 0px 0px 0px;
}

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

#stacks_in_257 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_259 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
/* -- Start Swell Each css Template -- */

#stacks_in_260{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: left !important;
}

.stacks_in_260swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_260swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_260swell-with-zoom .mfp-container,.stacks_in_260swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_260swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_260swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_260swell-with-zoom.mfp-removing .mfp-container,.stacks_in_260swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_260 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_260 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_260 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_260 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_260 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_260 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_260 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_260 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_260 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_260 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_260 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_out_260 {
	width: 50%;
	margin-left:0;
}

#stacks_in_262 {
	margin: 5px 0px 0px 0px;
}

   .mddfadein {opacity:0;}
 

#stacks_in_266 {
	margin: 30px 0px 0px 0px;
}

#stacks_out_266 {
	width: 95%;
}
#stacks_in_267 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_267 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_267 #jwresp_col2_stacks_in_267{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_267 #jwresp_col1_stacks_in_267,#stacks_in_267 #jwresp_col2_stacks_in_267{width:100%;float:none;display:block}#stacks_in_267 #jwresp_col1_stacks_in_267{margin-bottom:15px}}
/* -- Start Swell Each css Template -- */

#stacks_in_268{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: right !important;
}

.stacks_in_268swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_268swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_268swell-with-zoom .mfp-container,.stacks_in_268swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_268swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_268swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_268swell-with-zoom.mfp-removing .mfp-container,.stacks_in_268swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_268 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_268 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_268 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_268 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_268 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_268 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_268 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_268 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_268 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_268 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_268 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_out_268 {
	width: 70%;
	margin-right:0;
}

#stacks_in_270 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_273 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_275 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}

   .mddfadein {opacity:0;}
 

#stacks_in_324 {
	margin: 30px 0px 0px 0px;
}

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

#stacks_in_326 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_328 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
/* -- Start Swell Each css Template -- */

#stacks_in_329{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: left !important;
}

.stacks_in_329swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_329swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_329swell-with-zoom .mfp-container,.stacks_in_329swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_329swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_329swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_329swell-with-zoom.mfp-removing .mfp-container,.stacks_in_329swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_329 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_329 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_329 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_329 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_329 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_329 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_329 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_329 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_329 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_329 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_329 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_out_329 {
	width: 70%;
	margin-left:0;
}

#stacks_in_331 {
	margin: 5px 0px 0px 0px;
}

   .mddfadein {opacity:0;}
 

#stacks_in_335 {
	margin: 30px 0px 0px 0px;
}

#stacks_out_335 {
	width: 95%;
}
#stacks_in_336 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_336 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_336 #jwresp_col2_stacks_in_336{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_336 #jwresp_col1_stacks_in_336,#stacks_in_336 #jwresp_col2_stacks_in_336{width:100%;float:none;display:block}#stacks_in_336 #jwresp_col1_stacks_in_336{margin-bottom:15px}}
/* -- Start Swell Each css Template -- */

#stacks_in_337{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: right !important;
}

.stacks_in_337swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_337swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_337swell-with-zoom .mfp-container,.stacks_in_337swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_337swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_337swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_337swell-with-zoom.mfp-removing .mfp-container,.stacks_in_337swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_337 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_337 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_337 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_337 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_337 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_337 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_337 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_337 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_337 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_337 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_337 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_out_337 {
	width: 70%;
	margin-right:0;
}

#stacks_in_339 {
	margin: 5px 0px 0px 0px;
}

#stacks_in_342 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_344 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}

   .mddfadein {opacity:0;}
 

#stacks_in_346 {
	margin: 30px 0px 0px 0px;
}

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

#stacks_in_348 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_350 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
/* -- Start Swell Each css Template -- */

#stacks_in_351{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	text-align: left !important;
}

.stacks_in_351swell{
	text-align: center;
	overflow: hidden;
	display: inline-block;
}

.stacks_in_351swell img{
	max-width: 100%;
	height: auto;
	cursor: pointer;
	display: inline-block !important;
	vertical-align: top !important;
}



.stacks_in_351swell-with-zoom .mfp-container,.stacks_in_351swell-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 396.000031ms ease-out;
	-moz-transition: all 396.000031ms ease-out;
	-o-transition: all 396.000031ms ease-out;
	transition: all 396.000031ms ease-out;
}

.stacks_in_351swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_351swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.stacks_in_351swell-with-zoom.mfp-removing .mfp-container,.stacks_in_351swell-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

#stacks_in_351 .swellzoomeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_351 .swellshrinkeffect img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#stacks_in_351 .swellcircleeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#stacks_in_351 .swellthreedeffect{
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}




@media all and (min-width: 480px) {
	#stacks_in_351 .swellzoomeffect img:hover{
		-webkit-transform:scale(1.1);
	    -moz-transform:scale(1.1);
	    -ms-transform:scale(1.1);
	    -o-transform:scale(1.1);
	     transform:scale(1.1);
	}
	
	#stacks_in_351 .swellshrinkeffect img:hover{
		-webkit-transform:scale(0.9);
	    -moz-transform:scale(0.9);
	    -ms-transform:scale(0.9);
	    -o-transform:scale(0.9);
	     transform:scale(0.9);
	}
	
	#stacks_in_351 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_351 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_351 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_351 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_351 .swellthreedeffect:hover{
    	box-shadow:
            1px 1px rgba(242, 88, 95, 1.00),
            2px 2px rgba(242, 88, 95, 1.00),
            3px 3px rgba(242, 88, 95, 1.00);
	    -webkit-transform: translateX(-3px);
	    transform: translateX(-3px);
	}
}




/* -- End Swell Each css Template -- */
#stacks_out_351 {
	width: 70%;
	margin-left:0;
}

#stacks_in_353 {
	margin: 5px 0px 0px 0px;
}

   .mddfadein {opacity:0;}
 

#stacks_out_277 {
	width: 95%;
}

#stacks_in_278 {
	margin: 30px 0px 0px 0px;
}

#stacks_in_280 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
 #stacks_in_110 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_110 hr.gradient{height:2px;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_110 hr.faded{height:2px;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_110 hr.dashed_fade{border-bottom:2px dashed #7E7E7E;background:#333333}#stacks_in_110 hr.dotted_fade{border-bottom:2px dotted #7E7E7E;background:#333333}#stacks_in_110 hr.dashed{border-bottom:2px dashed #333333}#stacks_in_110 hr.dotted{border-bottom:2px dotted #7E7E7E}#stacks_in_110 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_110 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #333333}#stacks_in_110 hr.cloudy:after{content:"\00a0"}#stacks_in_110 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_110 hr.inset_two{border-top:2px solid #CCCCCC;border-bottom:2px solid #333333}#stacks_in_110 hr.inset_three{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_110 hr.inset_four{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_110 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_110 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 2px 0;border-radius:20px}#stacks_in_110 hr.glyph{padding:0;border:0;border-top:2px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_110 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_110 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 20px 0px 20px 0px;
}

#stacks_out_110 {
	width: 95%;
}

#stacks_out_357 {
	width: 80%;
	margin-left:0;
}

#stacks_in_359 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_359 {
	width: 95%;
}

#stacks_in_360 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}

#stacks_out_361 {
	width: 95%;
}

#stacks_in_362 {
	font-size: 180%;
}

#stacks_in_363 {
	margin: 10px 0px 0px 0px;
}

#stacks_out_363 {
	width: 95%;
}

#stacks_in_364 {
	display:inline-block; width:100%; line-height: 1.400000em;
	letter-spacing: 1px;
	word-spacing: 1px;
	font-size: 120%;
}
 #stacks_in_153 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_153 hr.gradient{height:2px;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_153 hr.faded{height:2px;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_153 hr.dashed_fade{border-bottom:2px dashed #7E7E7E;background:#333333}#stacks_in_153 hr.dotted_fade{border-bottom:2px dotted #7E7E7E;background:#333333}#stacks_in_153 hr.dashed{border-bottom:2px dashed #333333}#stacks_in_153 hr.dotted{border-bottom:2px dotted #7E7E7E}#stacks_in_153 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_153 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #333333}#stacks_in_153 hr.cloudy:after{content:"\00a0"}#stacks_in_153 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_153 hr.inset_two{border-top:2px solid #CCCCCC;border-bottom:2px solid #333333}#stacks_in_153 hr.inset_three{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_153 hr.inset_four{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_153 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_153 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 2px 0;border-radius:20px}#stacks_in_153 hr.glyph{padding:0;border:0;border-top:2px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_153 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_153 {
	border: solid rgba(255, 255, 255, 1.00);
	border-width: 20px 0px 20px 0px;
}

#stacks_out_153 {
	width: 95%;
}
/* Start Obscure Email stack CSS code */.stacks_in_323topbar {	background-color: #3D82EA;	-moz-border-radius-topleft: 5px;	-webkit-border-top-left-radius: 5px;	border-top-left-radius: 5px;	-moz-border-radius-topright: 5px;	-webkit-border-top-right-radius: 5px;	border-top-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-bottom: none;	padding: 6px 3px 2px 10px;	min-height: 40px;	font-weight: bold;	font-size: 16px;	color: #ffffff;	}.stacks_in_323mainarea {	background-color: #ffffff;	-moz-border-radius-bottomleft: 5px;	-webkit-border-bottom-left-radius: 5px;	border-bottom-left-radius: 5px;	-moz-border-radius-bottomright: 5px;	-webkit-border-bottom-right-radius: 5px;	border-bottom-right-radius: 5px;	-moz-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	-webkit-box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	box-shadow:inset 0px 0px 0px rgba(0,0,0,1);	border: 3px solid #0861B3;	border-top: none;	padding: 10px;}.stacks_in_323small{font-weight: normal;font-size: 12px;}.stacks_in_323centerbox {	background-color: #ffffff;	border: 1px solid #CDDACF;	-moz-border-radius: 4px;	-webkit-border-radius: 4px;	border-radius: 4px;	padding: 10px;	color: #333;}.stacks_in_323centerbox b {	color: #DA0140;}/* End Obscure Email stack CSS code */