<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -- 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 -- */.featherlight-content {
	overflow: visible !important;
	border-radius: 0px;
}

.featherlight-content img {
	border-radius: 0px;
	overflow: hidden;
}

img.readyToLiteBox {
	cursor: pointer;
}



/*  */

/**
 * Featherlight â€“ ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, NoÃ«l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2147483647; /* z-index needs to be &gt;= elements on the site. */

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.90);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 0;
		border-bottom: 0px solid transparent;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0px;
		right: 0px;
		line-height: 50px;
		font-size: 18px;
		width: 50px;
		cursor: pointer;
		text-align: center;
		font-family: Arial, sans-serif;
		background: rgba(0, 0, 0, 0.60);
		color: rgba(255, 255, 255, 1.00);
		overflow: hidden;
		border-radius: 0px;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 20px;
		margin-right: 20px;
		max-height: 98%;

		padding: 0;
		border-bottom: 0px solid transparent;
	}
}

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

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

#stacks_in_2727 {
	margin: 0px 0px 20px 0px;
}
/* -- Start Swell Each css Template -- */

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

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

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


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


.stacks_in_4297swell-with-zoom .mfp-container,.stacks_in_4297swell-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_4297swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4297swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_4297 .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_4297 .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_4297 .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_4297 .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_4297 .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_4297 .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_4297 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4297 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4297 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4297 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4297 .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_4297 {
	margin: 0px 0px 40px 0px;
}

#stacks_in_4271 {
	border: solid rgba(203, 0, 0, 1.00);
	border-width: 5px 0px 0px 0px;
}

#stacks_in_4272 {
	margin: 10px 80px 0px 80px;
}
/* -- Start Swell Each css Template -- */

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

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

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


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


.stacks_in_4287swell-with-zoom .mfp-container,.stacks_in_4287swell-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_4287swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4287swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_4287 .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_4287 .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_4287 .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_4287 .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_4287 .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_4287 .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_4287 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4287 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4287 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4287 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4287 .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_4277 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_4289 {
	border: solid rgba(203, 0, 0, 1.00);
	border-width: 5px 0px 0px 0px;
}

#stacks_in_4290 {
	margin: 10px 80px 0px 80px;
}
/* -- Start Swell Each css Template -- */

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

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

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


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


.stacks_in_4293swell-with-zoom .mfp-container,.stacks_in_4293swell-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_4293swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4293swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_4293 .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_4293 .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_4293 .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_4293 .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_4293 .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_4293 .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_4293 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4293 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4293 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4293 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4293 .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_4295 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_4229 {
	border: solid rgba(203, 0, 0, 1.00);
	border-width: 5px 0px 0px 0px;
}

#stacks_in_4230 {
	margin: 20px 80px 0px 80px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_4233swell{
		max-width: 500px;
	}
	.stacks_in_4233swell img{
		width: 100%;
		max-width: 500px;
		height: auto;
	}


.stacks_in_4233swell-with-zoom .mfp-container,.stacks_in_4233swell-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_4233swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4233swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_4233 .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_4233 .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_4233 .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_4233 .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_4233 .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_4233 .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_4233 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4233 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4233 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4233 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4233 .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_4235 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_4237 {
	border: solid rgba(203, 0, 0, 1.00);
	border-width: 5px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_4239swell{
		max-width: 500px;
	}
	.stacks_in_4239swell img{
		width: 100%;
		max-width: 500px;
		height: auto;
	}


.stacks_in_4239swell-with-zoom .mfp-container,.stacks_in_4239swell-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_4239swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4239swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_4239 .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_4239 .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_4239 .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_4239 .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_4239 .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_4239 .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_4239 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4239 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4239 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4239 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4239 .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_4241 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_4243 {
	border: solid rgba(203, 0, 0, 1.00);
	border-width: 5px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
/* -- Start Swell Each css Template -- */

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

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

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


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


.stacks_in_4245swell-with-zoom .mfp-container,.stacks_in_4245swell-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_4245swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4245swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_4245 .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_4245 .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_4245 .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_4245 .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_4245 .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_4245 .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_4245 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4245 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4245 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4245 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4245 .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_4247 {
	margin: 10px 0px 0px 0px;
}

#stacks_in_4148 {
	border: solid rgba(203, 0, 0, 1.00);
	border-width: 5px 0px 0px 0px;
}
/* -- Start Swell Each css Template -- */

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

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

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


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


.stacks_in_4149swell-with-zoom .mfp-container,.stacks_in_4149swell-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_4149swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4149swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_4149 .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_4149 .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_4149 .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_4149 .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_4149 .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_4149 .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_4149 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4149 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4149 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4149 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4149 .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_4149 {
	margin: 20px 0px 0px 0px;
}

#stacks_in_4151 {
	margin: 10px 0px 0px 0px;
}
/* @group Gallery Basics */

#gallerystacks_in_3746 {
	display: block;
	height: auto;
	text-align: center;
}

#photoBoxClearerstacks_in_3746 {
	clear: both;
}

#gallerystacks_in_3746 .photoBoxItem {
	width: 1200px;
	display: inline-block;
	position: relative;
	z-index: 0;
	margin: 10px;
	padding: 0;
	margin: 10px;
	height: auto;
	vertical-align: top;
}

#gallerystacks_in_3746 .photoBoxItem a {
	background: none;
	outline: none;
	border: none;
	padding: 0;
	margin: 0;
}

#gallerystacks_in_3746 .photoBoxItem img {
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0;
	background: none;
	outline: none;
	border-radius: 5px;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

/* @group Thumbnail titles */

#gallerystacks_in_3746 .photoTitle {
	font-size: 13px;
	line-height: 20px;
	color: rgba(76, 76, 76, 1.00);
	text-align: left;
	font-weight: bold;
	display: block;
}

/*  */

/* @end */

/* @group Thumbnail captions */

#gallerystacks_in_3746 .photoCaption {
	display: true;
	font-size: 13px;
	line-height: 20px;
	color: rgba(76, 76, 76, 1.00);
	text-align: left;
	display: block;
}

/*  */

/* @end */

/* @group Photobox styling */

/* Normilizes box-sizing  */
#pbOverlay *,
#pbOverlay *:before,
#pbOverlay *:after {
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}


#pbOverlay.show{ opacity:1; pointer-events:auto; }
#pbOverlay{
	opacity:0; overflow:hidden; width:100%; height:100%; position:fixed; z-index:9999; left:0; top:0; text-align:center; pointer-events:none;
	-moz-user-select:none;
	background:rgba(0,0,0,.90);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000');
	/* background:radial-gradient(rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); */
	-webkit-transform:translate3d(0);
	transition:opacity 300ms ease;
}
#pbOverlay.msie{ background-color:rgba(0,0,0,.6); }
.msie.pbLoading .pbWrapper{ background:url('../images/loading.gif') no-repeat center center; }

@keyframes pbLoaderFrames{ 50%{ height:5px; } }
@-webkit-keyframes pbLoaderFrames{ 50%{ height:5px; } }

.pbLoader{ display:none; width:100px; height:100px; position:absolute; z-index:999; top:0; left:0; right:0; bottom:0; margin:auto; text-align:center; border-radius:100%; box-shadow:15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px; transition:.3s; }
.thumbs .pbLoader{ -webkit-transform:translateY(-50px); transform:translateY(-50px); }
.pbLoading:not(.msie):not(.error) .pbLoader{ display:block; }
	.pbLoader b{ display:inline-block; vertical-align:middle; margin:0 2px; width:8px; height:60px; border-radius:5px; background:rgba(255,255,255,.8); box-shadow:0 0 10px rgba(0,0,0,.5); -webkit-animation:.9s pbLoaderFrames infinite linear; animation:.9s pbLoaderFrames infinite linear; }
	.pbLoader b:nth-child(2){ -webkit-animation-delay:.3s; animation-delay:.3s; }
	.pbLoader b:nth-child(3){ -webkit-animation-delay:.6s; animation-delay:.6s; }

.mobile.pbLoading .pbLoader{ transform:none; transition:0s; }

.pbWrapper:after,
#pbCaption .pbThumbs ul:after,
#pbOverlay .prevNext:after,
#pbOverlay .pbLoader:before{ content:""; display:inline-block; height:100%; margin-right:-.25em; vertical-align:middle; }

/* Animation when image was not loaded */
@keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); transform:scale(.85); } }
@-webkit-keyframes deadImage{ 50%{ text-shadow:0 0 25px rgba(255,255,255,.5); -webkit-transform:scale(.85); } }

.pbWrapper{ -moz-box-sizing:border-box; box-sizing:border-box; transform:rotate(0deg); vertical-align:middle; height:100%; perspective:1200px; position:relative; transition:.2s; }
.video &gt; .pbWrapper{ z-index:11; display:inline-block; }
	/*#pbOverlay.error .pbWrapper{ display:inline-block; width:100%; }*/
	.pbLoading .pbWrapper{ display:inline-block\9; width:100%; } /* ie8+9 hack */
	.pbWrapper:before{ content:'\2716'; color:transparent; text-shadow:0 2px 35px rgba(255,255,255,0); font-size:0; vertical-align:middle; cursor:default; transition:text-shadow .7s ease-out; }
	.error .pbWrapper:before{ font-size:22em; text-shadow:0 0 0 #FFF; -webkit-animation:2s 1s deadImage infinite linear; animation:2s 1s deadImage infinite linear; }
	.thumbs .pbWrapper{ padding:0; margin:0; }
	.error .pbWrapperr img{ width:0; }

	.pbWrapper &gt; div{ display:none; width:624px; height:351px; vertical-align:middle; border-radius:5px; background:rgba(0,0,0,.5); }
	.video &gt; .pbWrapper &gt; div{ display:inline-block; }

	#pbOverlay iframe,
	#pbOverlay embed,
	#pbOverlay object{ display:block; width:100%; height:100%; opacity:1; transition:.5s; }

	.pbWrapper .pbHide iframe{ opacity:0; }

	.pbWrapper &gt; div,
	.pbWrapper &gt; img{
		transition:.8s .5s cubic-bezier(.1, .87, .48, 1);

		-webkit-transform:none;
		-ms-transform:none;
		transform:none;

		-webkit-backface-visibility:hidden;
		box-shadow:0 0 20px #000;
	}

	/* FOR MOBILE */
	.mobile.show .pbWrapper &gt; div,
	.mobile.show .pbWrapper &gt; img{
		transition:30ms;
	}

	/* Content effects */
	.pbWrapper &gt; *,
	.pbHide .pbWrapper &gt; .prepare{ opacity:1; vertical-align:middle; transform:scale(0) rotateX(80deg); -webkit-transform:scale(0) rotateX(80deg); -ms-transform:scale(0) rotateX(80deg); border-radius:6px; border:none; max-height:95%; max-width:100%; }
	.on .pbWrapper &gt; *{ transition-delay:0s; }
	.pbWrapper .zoomable{ -webkit-transition:0s; transition:0s; position:relative; z-index:9; }
	.pbHide .pbWrapper &gt; *{ -webkit-transform:scale(1.2); transform:scale(1.2); transform:none\9; opacity:0; transition:.4s ease-out; }



/*-- close button --*/
#pbCloseBtn,
#pbAutoplayBtn{ position:absolute; top:-50px; right:-50px; z-index:999; display:block; padding:0 0 20px 20px; text-align:center; cursor:pointer; color:#FFF; transition:.3s .3s ease-out; }
.pbHide #pbCloseBtn{ top:-50px; right:-50px; }
.on #pbCloseBtn{ top:-2px; right:-2px; }

#pbCloseBtn:before{ content:'\00D7'; font:bold 1em/1 arial; }
#pbCloseBtn:before, #pbAutoplayBtn:before{ display:inline-block; height:35px; width:35px; padding:8px 8px 12px 12px; font-size:2em; opacity:.8; vertical-align:middle; background:rgba(255,255,255,.2); border-radius:0 0 0 70px; transition:.1s ease-out; }
#pbCloseBtn:hover:before{ padding:15px 10px 24px 24px; background:rgba(255,100,100,.4); }

/*-- autoplay controller --*/
#pbAutoplayBtn{ display:none; right:auto; left:-50px; padding:0; width:50px; height:50px; font-size:13px; }
.hasAutoplay #pbAutoplayBtn{ display:block; }
#pbAutoplayBtn:hover{ width:60px; height:60px; }
.on #pbAutoplayBtn{ top:0px; left:0px; transition:.1s ease-out; }
	#pbAutoplayBtn:before{ content:'\2016'; width:100%; height:100%; border-radius:0 0 70px 0; font-weight:bold; padding:0; text-indent:-6px; line-height:1.6; }
	#pbAutoplayBtn:active:before{ text-shadow:0 0 3px #FFF, 0 0 6px #FFF; }
	#pbAutoplayBtn.play:before{ content:'\25BA'; }

	#pbAutoplayBtn .pbProgress{ display:none\9; width:100%; height:100%; overflow:hidden; position:absolute; padding:6px; top:0; left:0; opacity:.2; transform:rotateZ(0deg); -webkit-transform:rotateZ(0deg); -ms-transform:rotateZ(0deg); -webkit-transform-origin:0 0; -ms-transform-origin:0 0; transform-origin:0 0; -webkit-transition:.3s; transition:.3s; }
	.mobile #pbAutoplayBtn .pbProgress{ -webkit-transition:0s; transition:0s; }
	#pbAutoplayBtn.playing .pbProgress{ -webkit-transform:rotateZ(90deg); -ms-transform:rotateZ(90deg); transform:rotateZ(90deg); }
	#pbAutoplayBtn .pbProgress:before{ content:''; position:absolute; right:0; bottom:0; width:200%; height:200%; border-radius:50%; box-shadow:0 0 0 8px #FFF inset; }

#pbCaption,
.pbHide #pbCaption{ position:absolute; z-index:999; margin-bottom:5px; bottom:-120px; width:100%; overflow:hidden; transition:.4s; }
.show.on #pbCaption{ bottom:0; transition-delay:.5s; }
	#pbOverlay.thumbs #pbCaption label{ display:block; }
	#pbCaption label{ display:none; position:relative; z-index:1; top:-5px; float:right; width:60px; margin-right:10px; color:#FFF; opacity:.3; transition:.2s; cursor:pointer; }
	#pbCaption label:after{ background:#FFF; box-shadow:12px 0 #FFF, -12px 0 #FFF; content:""; display:inline-block; height:0; padding:10px 5px; text-align:right; vertical-align:top; width:0; }
	#pbCaption label:hover{ opacity:1; }
	#pbCaption .title,
	#pbCaption .counter{ display:inline-block; color:#FFF; margin:0 6px; }
	#pbCaption .counter{ display:none; opacity:.55; }
	.hasCounter #pbCaption .counter{ display:inline-block; }
	.pbCaptionText{ transition:.3s; opacity:.9; font-weight:bold; font-size:.9em; text-shadow:1px 1px 1px rgba(0,0,0,.5); padding-left:60px; } /* padding-left from &lt;label&gt; */
	.pbCaptionText.change{ -webkit-transform:translateY(25px); transform:translateY(25px); opacity:0; }

.mobile #pbCaption label{ display:none; z-index:-1; color:red; }
.mobile .pbCaptionText{ padding:0; }

/* hide thumbnails */
#pbThumbsToggler:checked ~ #pbCaption .pbThumbs{ margin:0; }
#pbThumbsToggler:checked ~ .pbWrapper{ margin-top:-50px; padding:50px 0; }

.pbThumbs{ display:none; transition:.35s; -webkit-overflow-scrolling:touch; }
.thumbs .pbThumbs{ display:block; width:100%; padding:5px 0 2px; margin-bottom:-100px; overflow:hidden; }
.mobile .pbThumbs{ overflow:auto; }
.pbThumbs:hover{ clear:both; }
	.pbThumbs ul{ display:inline-block; position:relative; list-style:none; height:80px; padding:0 5px; margin:0; white-space:pre; transition:.2s; }
	.pbThumbs ul:after{ vertical-align:bottom; }
		.pbThumbs li{ display:inline-block; vertical-align:bottom; height:70%; opacity:.6; text-align:center; position:relative; transition:.15s; }
		.pbThumbs li.active{ height:100%; opacity:1; }
		.pbThumbs li:hover{ height:100%; opacity:1; }
		.pbThumbs li.video::before{ content:'\25BA'; color:#FFF; font-size:20px; height:20px; width:20px; line-height:.9; position:absolute; bottom:4px; left:7px; background:rgba(0,0,0,.4); box-shadow:0 0 0 3px rgba(0,0,0,.4); border-radius:0 3px 0 0; pointer-events:none; }
			.pbThumbs a{ height:100%; padding:0 2px; display:block; -moz-user-select:none; }
			.pbThumbs li:hover a{  }
				.pbThumbs img{ height:96%; min-height:95.9%; border:2px solid #FFF; max-width:none; border-radius:0; transition:.15s; }
				.pbThumbs li:hover img{ min-height:96%; } /* fix a bug in Chrome and Opera */
				.pbThumbs li.fast a img{ transition:none; }
				.pbThumbs li.active a img{ border-color:#D8FF16; min-height:96%; }

#pbOverlay .prevNext{ display:none; background:rgba(0,0,0,0); position:absolute; z-index:10; height:100%; width:35%; padding:80px 0; opacity:0; box-sizing:border-box; -moz-box-sizing:border-box; top:0; transition:.2s ease-out; text-shadow:0 0 12px #000, 0 0 10px #FFF; user-select:none; filter:alpha(opacity=0); cursor:pointer; }
#pbOverlay.hasArrows .prevNext{ display:block; }
#pbOverlay .prevNext.pbHide{ display:none; }
#pbOverlay.on .prevNext:hover{ opacity:.5; filter:alpha(opacity=50); }
#pbOverlay.on .prevNext:hover:active{ transition:80ms; opacity:1; filter:alpha(opacity=100); text-shadow:0 0 16px #FFF, 0 0 10px #000; }
	.prevNext b{ display:inline-block; vertical-align:middle; transition:.2s ease-in; }
	.prevNext:hover b{ transition:.2s cubic-bezier(.095, .870, .485, .985); }
	#pbPrevBtn b{ transform:scale(.4) translateX(350px); -webkit-transform:scale(.4) translateX(350px); }
	#pbNextBtn b{ transform:scale(.4) translateX(-350px); -webkit-transform:scale(.4) translateX(-350px); }
	/* */
	#pbPrevBtn b:before,
	#pbNextBtn b:after{ display:inline; line-height:.3; font-size:18em; font-weight:normal; color:#FFF; font-family:Arial; }

	#pbPrevBtn b:before{ content:'\2039'; }
	#pbNextBtn b:after{ content:'\203A'; }
	/* */
	.on #pbPrevBtn:hover b{ transform:scale(1) translateX(20px); -webkit-transform:scale(1) translateX(20px); }
	.on #pbNextBtn:hover b{ transform:scale(1) translateX(-20px); -webkit-transform:scale(1) translateX(-20px); }

.show #pbPrevBtn, #pbOverlay.show #pbNextBtn{  }
.show #pbPrevBtn{ left:0; text-align:left; }
.show #pbNextBtn{ right:0; text-align:right; }

/*------- media queries (for small screens) -----------*/
@media all and (max-width:700px){
	.pbWrapper img,
	.pbHide .pbWrapper img.prepare{ max-height:100%; }

	.thumbs .pbWrapper{ padding:0; margin:0; }
	.pbThumbs{ margin-bottom:-60px; }
	.pbThumbs.show{ margin:0; }

	.pbThumbs ul{ height:50px; }
		.pbThumbs li{ height:100%; opacity:1; }
		.pbThumbs li img{ min-height:96.5%; }
}
/* fix for Chrome */
@media all and (max-width:710px){
	.pbThumbs li.active a img{ min-height:96%; }
}

/* @end */

/* @group WHW PhotoBox Overrides */

#pbOverlay {
	background: rgba(0, 0, 0, 0.90);
}

#pbCloseBtn,
#pbAutoplayBtn {
	color: rgba(255, 255, 255, 1.00);
	opacity: 1.00;
}

#pbAutoplayBtn:before {
	content: 'â—¼ï¸Ž';
	width: 70px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 900;
	opacity: 0.80;
	padding: 0px;
	transition: none;
	-webkit-transition: none;
	font-size: 25px;
	margin: 0px;
	background: none;
	border-radius: 0px;
}

#pbAutoplayBtn.play:before {
	content:'â–º';
	width: 70px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: 900;
	opacity: 0.80;
	padding: 0px;
	transition: 0.1s ease-out;
	-webkit-transition: 0.1s ease-out;
	font-size: 25px;
}

#pbAutoplayBtn:hover:before {
	opacity: 1.00;
}

#pbCloseBtn::before {
	display: inline-block;
	height: 45px;
	width: 45px;
	padding: 10px;
	font-size: 40px;
	opacity: 0.80;
	vertical-align: middle;
	background: none;
	border-radius: 0px;
	transition: none;
}

#pbCloseBtn:hover::before {
	padding: 10px;
	background: none;
	opacity: 1.00;
}

#pbAutoplayBtn .pbProgress {
	display: none !important;
}

#pbOverlay .prevNext,
#pbOverlay .prevNext:hover,
#pbOverlay .prevNext:active,
#pbOverlay .prevNext:focus {
	text-shadow: none;
}

#pbPrevBtn b::before,
#pbNextBtn b::after {
	color: rgba(255, 255, 255, 1.00);
}

#pbCaption label {
	opacity: 0.80;
	transition: none;
}

#pbCaption label:hover {
	opacity: 1.00;
	transition: none;
}

#pbCaption label::after {
	background: rgba(255, 255, 255, 1.00);
	opacity: 1.00;
	box-shadow: 12px 0 rgba(255, 255, 255, 1.00), -12px 0 rgba(255, 255, 255, 1.00);
}

.pbThumbs li a img {
	border-color: rgba(255, 255, 255, 1.00);
}

.pbThumbs li.active a img {
	border-color: rgba(255, 255, 255, 1.00);
}

#pbCaption .captionCounterWrapper {
	background: rgba(0, 0, 0, 1.00);
	padding: 5px 15px;
	border-radius: 10px;
	text-shadow: none;
	display: inline-block;
}

.pbWrapper &gt; * {
	border-radius: 10px;
}

#pbCaption .title,
#pbCaption .counter {
	color: rgba(255, 255, 255, 1.00);
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.50em;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#pbCaption .title strong {
	display: block;
	font-weight: bold;
}

.pbThumbs li,
#pbCaption .counter {
	opacity: 1.00;
}

.hasCounter #pbCaption .counter {
	display: block;
	margin-top: -5px;
}

/* @end */

.photoBoxInstructions {
	display: block;
}
#stacks_in_3746 {
	border: solid rgba(203, 0, 0, 1.00);
	border-width: 5px 5px 5px 5px;
	margin: 25px 0px 0px 0px;
}
  @media screen and (max-width:500px){#stacks_in_4142{display:none}} 
/* -- Start Swell Each css Template -- */

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

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

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


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


.stacks_in_4144swell-with-zoom .mfp-container,.stacks_in_4144swell-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_4144swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4144swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_4144 .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_4144 .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_4144 .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_4144 .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_4144 .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_4144 .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_4144 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4144 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4144 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4144 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4144 .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_4094 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_4094 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_4094 #jwresp_col2_stacks_in_4094{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_4094 #jwresp_col1_stacks_in_4094,#stacks_in_4094 #jwresp_col2_stacks_in_4094{width:100%;float:none;display:block}#stacks_in_4094 #jwresp_col1_stacks_in_4094{margin-bottom:15px}}

#stacks_in_4094 {
	margin: 0px 10px 0px 10px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3903swell{
		max-width: 1400px;
	}
	.stacks_in_3903swell img{
		width: 100%;
		max-width: 1400px;
		height: auto;
	}


.stacks_in_3903swell-with-zoom .mfp-container,.stacks_in_3903swell-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_3903swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_3903swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_3903 .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_3903 .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_3903 .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_3903 .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_3903 .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_3903 .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_3903 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3903 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3903 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3903 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3903 .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_3905 {
	margin: 10px 0px 0px 0px;
	padding:  11px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_4053swell{
		max-width: 1200px;
	}
	.stacks_in_4053swell img{
		width: 100%;
		max-width: 1200px;
		height: auto;
	}


.stacks_in_4053swell-with-zoom .mfp-container,.stacks_in_4053swell-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_4053swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_4053swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_4053 .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_4053 .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_4053 .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_4053 .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: 461px) {
	#stacks_in_4053 .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_4053 .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_4053 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4053 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4053 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4053 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4053 .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_4053 {
	margin: 0px 0px 20px 0px;
}

#stacks_in_4049 {
	padding: 30px 0px 0px 0px;
}

#stacks_in_4056 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_3887 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_3887 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_3887 #jwresp_col1_stacks_in_3887,#stacks_in_3887 #jwresp_col2_stacks_in_3887{float:left}#stacks_in_3887 #jwresp_col4_stacks_in_3887,#stacks_in_3887 #jwresp_col5_stacks_in_3887{float:right}#stacks_in_3887 #jwresp_col1_stacks_in_3887{margin-left:0}#stacks_in_3887 #jwresp_col5_stacks_in_3887{margin-right:0}#stacks_in_3887 #jwresp_col3_stacks_in_3887{margin:0 auto;float:none}#stacks_in_3887 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_3887 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_3887 #jwresp_col1_stacks_in_3887,#stacks_in_3887 #jwresp_col2_stacks_in_3887,#stacks_in_3887 #jwresp_col3_stacks_in_3887,#stacks_in_3887 #jwresp_col4_stacks_in_3887{margin:0}#stacks_in_3887 #jwresp_col5_stacks_in_3887{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_3887 #jwresp_col1_stacks_in_3887,#stacks_in_3887 #jwresp_col2_stacks_in_3887{width:32%}#stacks_in_3887 #jwresp_col1_stacks_in_3887,#stacks_in_3887 #jwresp_col4_stacks_in_3887{float:left}#stacks_in_3887 #jwresp_col2_stacks_in_3887,#stacks_in_3887 #jwresp_col3_stacks_in_3887{float:right}#stacks_in_3887 #jwresp_col4_stacks_in_3887,#stacks_in_3887 #jwresp_col3_stacks_in_3887{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_3887 #jwresp_col1_stacks_in_3887,#stacks_in_3887 #jwresp_col2_stacks_in_3887,#stacks_in_3887 #jwresp_col3_stacks_in_3887,#stacks_in_3887 #jwresp_col4_stacks_in_3887,#stacks_in_3887 #jwresp_col5_stacks_in_3887{width:100%;display:block;margin:0}#stacks_in_3887 #jwresp_col1_stacks_in_3887,#stacks_in_3887 #jwresp_col2_stacks_in_3887,#stacks_in_3887 #jwresp_col4_stacks_in_3887,#stacks_in_3887 #jwresp_col5_stacks_in_3887{margin-bottom:15px}}

#stacks_in_3887 {
	margin: 40px 20px 0px 20px;
}
/* -- Start Swell Each css Template -- */

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

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

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


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


.stacks_in_3882swell-with-zoom .mfp-container,.stacks_in_3882swell-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_3882swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_3882swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_3882 .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_3882 .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_3882 .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_3882 .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_3882 .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_3882 .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_3882 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3882 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3882 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3882 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3882 .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 -- *//* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3768swell{
		max-width: 500px;
	}
	.stacks_in_3768swell img{
		width: 100%;
		max-width: 500px;
		height: auto;
	}


.stacks_in_3768swell-with-zoom .mfp-container,.stacks_in_3768swell-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_3768swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_3768swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_3768 .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_3768 .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_3768 .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_3768 .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_3768 .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_3768 .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_3768 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3768 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3768 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3768 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3768 .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 -- *//* -- Start Swell Each css Template -- */

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

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

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


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


.stacks_in_3874swell-with-zoom .mfp-container,.stacks_in_3874swell-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_3874swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_3874swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_3874 .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_3874 .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_3874 .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_3874 .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_3874 .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_3874 .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_3874 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3874 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3874 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3874 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3874 .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 -- *//* -- Start Swell Each css Template -- */

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

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

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


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


.stacks_in_3897swell-with-zoom .mfp-container,.stacks_in_3897swell-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_3897swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_3897swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_3897 .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_3897 .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_3897 .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_3897 .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_3897 .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_3897 .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_3897 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3897 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3897 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3897 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3897 .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 -- *//* -- Start Swell Each css Template -- */

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

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

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


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


.stacks_in_3893swell-with-zoom .mfp-container,.stacks_in_3893swell-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_3893swell-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.stacks_in_3893swell-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

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

#stacks_in_3893 .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_3893 .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_3893 .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_3893 .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_3893 .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_3893 .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_3893 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3893 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3893 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3893 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3893 .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_3762 {
	padding: 30px 0px 0px 0px;
}

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

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

#stacks_in_3854 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_4070 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_4070 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_4070 #jwresp_col1_stacks_in_4070,#stacks_in_4070 #jwresp_col2_stacks_in_4070{float:left}#stacks_in_4070 #jwresp_col4_stacks_in_4070,#stacks_in_4070 #jwresp_col5_stacks_in_4070{float:right}#stacks_in_4070 #jwresp_col1_stacks_in_4070{margin-left:0}#stacks_in_4070 #jwresp_col5_stacks_in_4070{margin-right:0}#stacks_in_4070 #jwresp_col3_stacks_in_4070{margin:0 auto;float:none}#stacks_in_4070 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_4070 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_4070 #jwresp_col1_stacks_in_4070,#stacks_in_4070 #jwresp_col2_stacks_in_4070,#stacks_in_4070 #jwresp_col3_stacks_in_4070,#stacks_in_4070 #jwresp_col4_stacks_in_4070{margin:0}#stacks_in_4070 #jwresp_col5_stacks_in_4070{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_4070 #jwresp_col1_stacks_in_4070,#stacks_in_4070 #jwresp_col2_stacks_in_4070{width:32%}#stacks_in_4070 #jwresp_col1_stacks_in_4070,#stacks_in_4070 #jwresp_col4_stacks_in_4070{float:left}#stacks_in_4070 #jwresp_col2_stacks_in_4070,#stacks_in_4070 #jwresp_col3_stacks_in_4070{float:right}#stacks_in_4070 #jwresp_col4_stacks_in_4070,#stacks_in_4070 #jwresp_col3_stacks_in_4070{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_4070 #jwresp_col1_stacks_in_4070,#stacks_in_4070 #jwresp_col2_stacks_in_4070,#stacks_in_4070 #jwresp_col3_stacks_in_4070,#stacks_in_4070 #jwresp_col4_stacks_in_4070,#stacks_in_4070 #jwresp_col5_stacks_in_4070{width:100%;display:block;margin:0}#stacks_in_4070 #jwresp_col1_stacks_in_4070,#stacks_in_4070 #jwresp_col2_stacks_in_4070,#stacks_in_4070 #jwresp_col4_stacks_in_4070,#stacks_in_4070 #jwresp_col5_stacks_in_4070{margin-bottom:15px}}

#stacks_in_3954 {
	margin: 10px 0px 0px 0px;
}
#stacks_in_3984 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_3984 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_3984 #jwresp_col1_stacks_in_3984,#stacks_in_3984 #jwresp_col2_stacks_in_3984{float:left}#stacks_in_3984 #jwresp_col4_stacks_in_3984,#stacks_in_3984 #jwresp_col5_stacks_in_3984{float:right}#stacks_in_3984 #jwresp_col1_stacks_in_3984{margin-left:0}#stacks_in_3984 #jwresp_col5_stacks_in_3984{margin-right:0}#stacks_in_3984 #jwresp_col3_stacks_in_3984{margin:0 auto;float:none}#stacks_in_3984 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_3984 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_3984 #jwresp_col1_stacks_in_3984,#stacks_in_3984 #jwresp_col2_stacks_in_3984,#stacks_in_3984 #jwresp_col3_stacks_in_3984,#stacks_in_3984 #jwresp_col4_stacks_in_3984{margin:0}#stacks_in_3984 #jwresp_col5_stacks_in_3984{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_3984 #jwresp_col1_stacks_in_3984,#stacks_in_3984 #jwresp_col2_stacks_in_3984{width:32%}#stacks_in_3984 #jwresp_col1_stacks_in_3984,#stacks_in_3984 #jwresp_col4_stacks_in_3984{float:left}#stacks_in_3984 #jwresp_col2_stacks_in_3984,#stacks_in_3984 #jwresp_col3_stacks_in_3984{float:right}#stacks_in_3984 #jwresp_col4_stacks_in_3984,#stacks_in_3984 #jwresp_col3_stacks_in_3984{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_3984 #jwresp_col1_stacks_in_3984,#stacks_in_3984 #jwresp_col2_stacks_in_3984,#stacks_in_3984 #jwresp_col3_stacks_in_3984,#stacks_in_3984 #jwresp_col4_stacks_in_3984,#stacks_in_3984 #jwresp_col5_stacks_in_3984{width:100%;display:block;margin:0}#stacks_in_3984 #jwresp_col1_stacks_in_3984,#stacks_in_3984 #jwresp_col2_stacks_in_3984,#stacks_in_3984 #jwresp_col4_stacks_in_3984,#stacks_in_3984 #jwresp_col5_stacks_in_3984{margin-bottom:15px}}

#stacks_in_2359 {
	border: solid rgba(203, 0, 0, 1.00);
	border-width: 5px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_2601 .stacks_left {
	width:200px;
}

#stacks_in_2601 .stacks_row {
	width:800px;
}
#stacks_in_2601 {
	background-color: rgba(0, 106, 10, 1.00);
	margin: 20px 0px 0px 0px;
	padding:  10px;
}

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

#stacks_in_2595 {
	margin: 8px 0px 0px 0px;
}

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

#stacks_in_2569 {
	margin: 8px 0px 0px 0px;
}

#stacks_in_2540 {
	background-color: rgba(0, 106, 10, 1.00);
	padding: 0px 0px 10px 0px;
}

#stacks_in_2541 {
	letter-spacing: 1px;
}
#stacks_in_3590 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_3590 .jwresp_col{overflow:hidden;margin:0;width:49%; float:left;}#stacks_in_3590 #jwresp_col2_stacks_in_3590{ float:right; width:49%}@media screen and (max-width:500px){#stacks_in_3590 #jwresp_col1_stacks_in_3590,#stacks_in_3590 #jwresp_col2_stacks_in_3590{width:100%;float:none;display:block}#stacks_in_3590 #jwresp_col1_stacks_in_3590{margin-bottom:15px}}

#stacks_in_3590 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_3710 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_3710 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_3710 #jwresp_col1_stacks_in_3710,#stacks_in_3710 #jwresp_col2_stacks_in_3710{float:left}#stacks_in_3710 #jwresp_col4_stacks_in_3710,#stacks_in_3710 #jwresp_col5_stacks_in_3710{float:right}#stacks_in_3710 #jwresp_col1_stacks_in_3710{margin-left:0}#stacks_in_3710 #jwresp_col5_stacks_in_3710{margin-right:0}#stacks_in_3710 #jwresp_col3_stacks_in_3710{margin:0 auto;float:none}#stacks_in_3710 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_3710 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_3710 #jwresp_col1_stacks_in_3710,#stacks_in_3710 #jwresp_col2_stacks_in_3710,#stacks_in_3710 #jwresp_col3_stacks_in_3710,#stacks_in_3710 #jwresp_col4_stacks_in_3710{margin:0}#stacks_in_3710 #jwresp_col5_stacks_in_3710{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_3710 #jwresp_col1_stacks_in_3710,#stacks_in_3710 #jwresp_col2_stacks_in_3710{width:32%}#stacks_in_3710 #jwresp_col1_stacks_in_3710,#stacks_in_3710 #jwresp_col4_stacks_in_3710{float:left}#stacks_in_3710 #jwresp_col2_stacks_in_3710,#stacks_in_3710 #jwresp_col3_stacks_in_3710{float:right}#stacks_in_3710 #jwresp_col4_stacks_in_3710,#stacks_in_3710 #jwresp_col3_stacks_in_3710{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_3710 #jwresp_col1_stacks_in_3710,#stacks_in_3710 #jwresp_col2_stacks_in_3710,#stacks_in_3710 #jwresp_col3_stacks_in_3710,#stacks_in_3710 #jwresp_col4_stacks_in_3710,#stacks_in_3710 #jwresp_col5_stacks_in_3710{width:100%;display:block;margin:0}#stacks_in_3710 #jwresp_col1_stacks_in_3710,#stacks_in_3710 #jwresp_col2_stacks_in_3710,#stacks_in_3710 #jwresp_col4_stacks_in_3710,#stacks_in_3710 #jwresp_col5_stacks_in_3710{margin-bottom:15px}}

#stacks_in_3710 {
	margin: 20px 0px 0px 0px;
}
#stacks_in_3956 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_3956 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_3956 #jwresp_col1_stacks_in_3956,#stacks_in_3956 #jwresp_col2_stacks_in_3956{float:left}#stacks_in_3956 #jwresp_col4_stacks_in_3956,#stacks_in_3956 #jwresp_col5_stacks_in_3956{float:right}#stacks_in_3956 #jwresp_col1_stacks_in_3956{margin-left:0}#stacks_in_3956 #jwresp_col5_stacks_in_3956{margin-right:0}#stacks_in_3956 #jwresp_col3_stacks_in_3956{margin:0 auto;float:none}#stacks_in_3956 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_3956 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_3956 #jwresp_col1_stacks_in_3956,#stacks_in_3956 #jwresp_col2_stacks_in_3956,#stacks_in_3956 #jwresp_col3_stacks_in_3956,#stacks_in_3956 #jwresp_col4_stacks_in_3956{margin:0}#stacks_in_3956 #jwresp_col5_stacks_in_3956{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_3956 #jwresp_col1_stacks_in_3956,#stacks_in_3956 #jwresp_col2_stacks_in_3956{width:32%}#stacks_in_3956 #jwresp_col1_stacks_in_3956,#stacks_in_3956 #jwresp_col4_stacks_in_3956{float:left}#stacks_in_3956 #jwresp_col2_stacks_in_3956,#stacks_in_3956 #jwresp_col3_stacks_in_3956{float:right}#stacks_in_3956 #jwresp_col4_stacks_in_3956,#stacks_in_3956 #jwresp_col3_stacks_in_3956{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_3956 #jwresp_col1_stacks_in_3956,#stacks_in_3956 #jwresp_col2_stacks_in_3956,#stacks_in_3956 #jwresp_col3_stacks_in_3956,#stacks_in_3956 #jwresp_col4_stacks_in_3956,#stacks_in_3956 #jwresp_col5_stacks_in_3956{width:100%;display:block;margin:0}#stacks_in_3956 #jwresp_col1_stacks_in_3956,#stacks_in_3956 #jwresp_col2_stacks_in_3956,#stacks_in_3956 #jwresp_col4_stacks_in_3956,#stacks_in_3956 #jwresp_col5_stacks_in_3956{margin-bottom:15px}}

#stacks_in_3856 {
	border: solid rgba(203, 0, 0, 1.00);
	border-width:  5px;
}

#stacks_in_1538 {
	background-color: rgba(213, 240, 255, 1.00);
	border: solid rgba(255, 0, 0, 1.00);
	border-width: 0px 0px 5px 0px;
	margin: 20px 0px 20px 0px;
}

.stacks_left {
	float:left;
}

.stacks_row {
	overflow:hidden;
	margin:0 auto;
}
#stacks_in_2625 .stacks_left {
	width:200px;
}

#stacks_in_2625 .stacks_row {
	width:600px;
}
#stacks_in_2625 {
	background-color: rgba(254, 227, 19, 1.00);
	padding: 10px 0px 20px 0px;
}

#stacks_in_1668 {
	background-color: rgba(254, 227, 19, 1.00);
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
#stacks_in_3816 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_3816 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_3816 #jwresp_col1_stacks_in_3816,#stacks_in_3816 #jwresp_col2_stacks_in_3816{float:left}#stacks_in_3816 #jwresp_col4_stacks_in_3816,#stacks_in_3816 #jwresp_col5_stacks_in_3816{float:right}#stacks_in_3816 #jwresp_col1_stacks_in_3816{margin-left:0}#stacks_in_3816 #jwresp_col5_stacks_in_3816{margin-right:0}#stacks_in_3816 #jwresp_col3_stacks_in_3816{margin:0 auto;float:none}#stacks_in_3816 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_3816 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_3816 #jwresp_col1_stacks_in_3816,#stacks_in_3816 #jwresp_col2_stacks_in_3816,#stacks_in_3816 #jwresp_col3_stacks_in_3816,#stacks_in_3816 #jwresp_col4_stacks_in_3816{margin:0}#stacks_in_3816 #jwresp_col5_stacks_in_3816{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_3816 #jwresp_col1_stacks_in_3816,#stacks_in_3816 #jwresp_col2_stacks_in_3816{width:32%}#stacks_in_3816 #jwresp_col1_stacks_in_3816,#stacks_in_3816 #jwresp_col4_stacks_in_3816{float:left}#stacks_in_3816 #jwresp_col2_stacks_in_3816,#stacks_in_3816 #jwresp_col3_stacks_in_3816{float:right}#stacks_in_3816 #jwresp_col4_stacks_in_3816,#stacks_in_3816 #jwresp_col3_stacks_in_3816{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_3816 #jwresp_col1_stacks_in_3816,#stacks_in_3816 #jwresp_col2_stacks_in_3816,#stacks_in_3816 #jwresp_col3_stacks_in_3816,#stacks_in_3816 #jwresp_col4_stacks_in_3816,#stacks_in_3816 #jwresp_col5_stacks_in_3816{width:100%;display:block;margin:0}#stacks_in_3816 #jwresp_col1_stacks_in_3816,#stacks_in_3816 #jwresp_col2_stacks_in_3816,#stacks_in_3816 #jwresp_col4_stacks_in_3816,#stacks_in_3816 #jwresp_col5_stacks_in_3816{margin-bottom:15px}}
#stacks_in_3652 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_3652 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_3652 .jwresp_col_wrapper.right{float:right}#stacks_in_3652 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_3652 #jwresp_col2_stacks_in_3652,#stacks_in_3652 #jwresp_col4_stacks_in_3652{float:right}#stacks_in_3652 #jwresp_col1_stacks_in_3652,#stacks_in_3652 #jwresp_col3_stacks_in_3652{margin-right:2} @media screen and (max-width:770px){#stacks_in_3652 .jwresp_col_wrapper.left,#stacks_in_3652 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_3652 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_3652 .jwresp_col{width:49%}#stacks_in_3652 #jwresp_col1_stacks_in_3652,#stacks_in_3652 #jwresp_col3_stacks_in_3652{margin:0}}  @media screen and (max-width:500px){#stacks_in_3652 .jwresp_col{width:100%;display:block}#stacks_in_3652 #jwresp_col1_stacks_in_3652,#stacks_in_3652 #jwresp_col2_stacks_in_3652,#stacks_in_3652 #jwresp_col3_stacks_in_3652{margin:0;margin-bottom:20px}#stacks_in_3652 #jwresp_col4_stacks_in_3652{margin:0}#stacks_in_3652 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_3652 {
	margin: 0px 0px 20px 0px;
}
#stacks_in_3500 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_3500 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_3500 #jwresp_col1_stacks_in_3500,#stacks_in_3500 #jwresp_col2_stacks_in_3500{float:left}#stacks_in_3500 #jwresp_col4_stacks_in_3500,#stacks_in_3500 #jwresp_col5_stacks_in_3500{float:right}#stacks_in_3500 #jwresp_col1_stacks_in_3500{margin-left:0}#stacks_in_3500 #jwresp_col5_stacks_in_3500{margin-right:0}#stacks_in_3500 #jwresp_col3_stacks_in_3500{margin:0 auto;float:none}#stacks_in_3500 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_3500 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_3500 #jwresp_col1_stacks_in_3500,#stacks_in_3500 #jwresp_col2_stacks_in_3500,#stacks_in_3500 #jwresp_col3_stacks_in_3500,#stacks_in_3500 #jwresp_col4_stacks_in_3500{margin:0}#stacks_in_3500 #jwresp_col5_stacks_in_3500{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_3500 #jwresp_col1_stacks_in_3500,#stacks_in_3500 #jwresp_col2_stacks_in_3500{width:32%}#stacks_in_3500 #jwresp_col1_stacks_in_3500,#stacks_in_3500 #jwresp_col4_stacks_in_3500{float:left}#stacks_in_3500 #jwresp_col2_stacks_in_3500,#stacks_in_3500 #jwresp_col3_stacks_in_3500{float:right}#stacks_in_3500 #jwresp_col4_stacks_in_3500,#stacks_in_3500 #jwresp_col3_stacks_in_3500{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_3500 #jwresp_col1_stacks_in_3500,#stacks_in_3500 #jwresp_col2_stacks_in_3500,#stacks_in_3500 #jwresp_col3_stacks_in_3500,#stacks_in_3500 #jwresp_col4_stacks_in_3500,#stacks_in_3500 #jwresp_col5_stacks_in_3500{width:100%;display:block;margin:0}#stacks_in_3500 #jwresp_col1_stacks_in_3500,#stacks_in_3500 #jwresp_col2_stacks_in_3500,#stacks_in_3500 #jwresp_col4_stacks_in_3500,#stacks_in_3500 #jwresp_col5_stacks_in_3500{margin-bottom:15px}}
#stacks_in_3506 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_3506 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_3506 #jwresp_col1_stacks_in_3506,#stacks_in_3506 #jwresp_col2_stacks_in_3506{float:left}#stacks_in_3506 #jwresp_col4_stacks_in_3506,#stacks_in_3506 #jwresp_col5_stacks_in_3506{float:right}#stacks_in_3506 #jwresp_col1_stacks_in_3506{margin-left:0}#stacks_in_3506 #jwresp_col5_stacks_in_3506{margin-right:0}#stacks_in_3506 #jwresp_col3_stacks_in_3506{margin:0 auto;float:none}#stacks_in_3506 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_3506 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_3506 #jwresp_col1_stacks_in_3506,#stacks_in_3506 #jwresp_col2_stacks_in_3506,#stacks_in_3506 #jwresp_col3_stacks_in_3506,#stacks_in_3506 #jwresp_col4_stacks_in_3506{margin:0}#stacks_in_3506 #jwresp_col5_stacks_in_3506{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_3506 #jwresp_col1_stacks_in_3506,#stacks_in_3506 #jwresp_col2_stacks_in_3506{width:32%}#stacks_in_3506 #jwresp_col1_stacks_in_3506,#stacks_in_3506 #jwresp_col4_stacks_in_3506{float:left}#stacks_in_3506 #jwresp_col2_stacks_in_3506,#stacks_in_3506 #jwresp_col3_stacks_in_3506{float:right}#stacks_in_3506 #jwresp_col4_stacks_in_3506,#stacks_in_3506 #jwresp_col3_stacks_in_3506{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_3506 #jwresp_col1_stacks_in_3506,#stacks_in_3506 #jwresp_col2_stacks_in_3506,#stacks_in_3506 #jwresp_col3_stacks_in_3506,#stacks_in_3506 #jwresp_col4_stacks_in_3506,#stacks_in_3506 #jwresp_col5_stacks_in_3506{width:100%;display:block;margin:0}#stacks_in_3506 #jwresp_col1_stacks_in_3506,#stacks_in_3506 #jwresp_col2_stacks_in_3506,#stacks_in_3506 #jwresp_col4_stacks_in_3506,#stacks_in_3506 #jwresp_col5_stacks_in_3506{margin-bottom:15px}}
#stacks_in_3518 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_3518 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_3518 #jwresp_col1_stacks_in_3518,#stacks_in_3518 #jwresp_col2_stacks_in_3518{float:left}#stacks_in_3518 #jwresp_col4_stacks_in_3518,#stacks_in_3518 #jwresp_col5_stacks_in_3518{float:right}#stacks_in_3518 #jwresp_col1_stacks_in_3518{margin-left:0}#stacks_in_3518 #jwresp_col5_stacks_in_3518{margin-right:0}#stacks_in_3518 #jwresp_col3_stacks_in_3518{margin:0 auto;float:none}#stacks_in_3518 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_3518 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_3518 #jwresp_col1_stacks_in_3518,#stacks_in_3518 #jwresp_col2_stacks_in_3518,#stacks_in_3518 #jwresp_col3_stacks_in_3518,#stacks_in_3518 #jwresp_col4_stacks_in_3518{margin:0}#stacks_in_3518 #jwresp_col5_stacks_in_3518{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_3518 #jwresp_col1_stacks_in_3518,#stacks_in_3518 #jwresp_col2_stacks_in_3518{width:32%}#stacks_in_3518 #jwresp_col1_stacks_in_3518,#stacks_in_3518 #jwresp_col4_stacks_in_3518{float:left}#stacks_in_3518 #jwresp_col2_stacks_in_3518,#stacks_in_3518 #jwresp_col3_stacks_in_3518{float:right}#stacks_in_3518 #jwresp_col4_stacks_in_3518,#stacks_in_3518 #jwresp_col3_stacks_in_3518{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_3518 #jwresp_col1_stacks_in_3518,#stacks_in_3518 #jwresp_col2_stacks_in_3518,#stacks_in_3518 #jwresp_col3_stacks_in_3518,#stacks_in_3518 #jwresp_col4_stacks_in_3518,#stacks_in_3518 #jwresp_col5_stacks_in_3518{width:100%;display:block;margin:0}#stacks_in_3518 #jwresp_col1_stacks_in_3518,#stacks_in_3518 #jwresp_col2_stacks_in_3518,#stacks_in_3518 #jwresp_col4_stacks_in_3518,#stacks_in_3518 #jwresp_col5_stacks_in_3518{margin-bottom:15px}}
#stacks_in_3524 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_3524 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_3524 #jwresp_col1_stacks_in_3524,#stacks_in_3524 #jwresp_col2_stacks_in_3524{float:left}#stacks_in_3524 #jwresp_col4_stacks_in_3524,#stacks_in_3524 #jwresp_col5_stacks_in_3524{float:right}#stacks_in_3524 #jwresp_col1_stacks_in_3524{margin-left:0}#stacks_in_3524 #jwresp_col5_stacks_in_3524{margin-right:0}#stacks_in_3524 #jwresp_col3_stacks_in_3524{margin:0 auto;float:none}#stacks_in_3524 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_3524 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_3524 #jwresp_col1_stacks_in_3524,#stacks_in_3524 #jwresp_col2_stacks_in_3524,#stacks_in_3524 #jwresp_col3_stacks_in_3524,#stacks_in_3524 #jwresp_col4_stacks_in_3524{margin:0}#stacks_in_3524 #jwresp_col5_stacks_in_3524{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_3524 #jwresp_col1_stacks_in_3524,#stacks_in_3524 #jwresp_col2_stacks_in_3524{width:32%}#stacks_in_3524 #jwresp_col1_stacks_in_3524,#stacks_in_3524 #jwresp_col4_stacks_in_3524{float:left}#stacks_in_3524 #jwresp_col2_stacks_in_3524,#stacks_in_3524 #jwresp_col3_stacks_in_3524{float:right}#stacks_in_3524 #jwresp_col4_stacks_in_3524,#stacks_in_3524 #jwresp_col3_stacks_in_3524{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_3524 #jwresp_col1_stacks_in_3524,#stacks_in_3524 #jwresp_col2_stacks_in_3524,#stacks_in_3524 #jwresp_col3_stacks_in_3524,#stacks_in_3524 #jwresp_col4_stacks_in_3524,#stacks_in_3524 #jwresp_col5_stacks_in_3524{width:100%;display:block;margin:0}#stacks_in_3524 #jwresp_col1_stacks_in_3524,#stacks_in_3524 #jwresp_col2_stacks_in_3524,#stacks_in_3524 #jwresp_col4_stacks_in_3524,#stacks_in_3524 #jwresp_col5_stacks_in_3524{margin-bottom:15px}}
#stacks_in_3530 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_3530 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_3530 #jwresp_col1_stacks_in_3530,#stacks_in_3530 #jwresp_col2_stacks_in_3530{float:left}#stacks_in_3530 #jwresp_col4_stacks_in_3530,#stacks_in_3530 #jwresp_col5_stacks_in_3530{float:right}#stacks_in_3530 #jwresp_col1_stacks_in_3530{margin-left:0}#stacks_in_3530 #jwresp_col5_stacks_in_3530{margin-right:0}#stacks_in_3530 #jwresp_col3_stacks_in_3530{margin:0 auto;float:none}#stacks_in_3530 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_3530 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_3530 #jwresp_col1_stacks_in_3530,#stacks_in_3530 #jwresp_col2_stacks_in_3530,#stacks_in_3530 #jwresp_col3_stacks_in_3530,#stacks_in_3530 #jwresp_col4_stacks_in_3530{margin:0}#stacks_in_3530 #jwresp_col5_stacks_in_3530{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_3530 #jwresp_col1_stacks_in_3530,#stacks_in_3530 #jwresp_col2_stacks_in_3530{width:32%}#stacks_in_3530 #jwresp_col1_stacks_in_3530,#stacks_in_3530 #jwresp_col4_stacks_in_3530{float:left}#stacks_in_3530 #jwresp_col2_stacks_in_3530,#stacks_in_3530 #jwresp_col3_stacks_in_3530{float:right}#stacks_in_3530 #jwresp_col4_stacks_in_3530,#stacks_in_3530 #jwresp_col3_stacks_in_3530{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_3530 #jwresp_col1_stacks_in_3530,#stacks_in_3530 #jwresp_col2_stacks_in_3530,#stacks_in_3530 #jwresp_col3_stacks_in_3530,#stacks_in_3530 #jwresp_col4_stacks_in_3530,#stacks_in_3530 #jwresp_col5_stacks_in_3530{width:100%;display:block;margin:0}#stacks_in_3530 #jwresp_col1_stacks_in_3530,#stacks_in_3530 #jwresp_col2_stacks_in_3530,#stacks_in_3530 #jwresp_col4_stacks_in_3530,#stacks_in_3530 #jwresp_col5_stacks_in_3530{margin-bottom:15px}}

#stacks_in_1733 {
	border: solid rgba(203, 0, 0, 1.00);
	border-width: 2px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
#stacks_in_3536 .jwresp_wrapper{width:100%;overflow:auto;position:relative}#stacks_in_3536 .jwresp_col{overflow:hidden;margin:0 1%; width:18.4%; float:none}#stacks_in_3536 #jwresp_col1_stacks_in_3536,#stacks_in_3536 #jwresp_col2_stacks_in_3536{float:left}#stacks_in_3536 #jwresp_col4_stacks_in_3536,#stacks_in_3536 #jwresp_col5_stacks_in_3536{float:right}#stacks_in_3536 #jwresp_col1_stacks_in_3536{margin-left:0}#stacks_in_3536 #jwresp_col5_stacks_in_3536{margin-right:0}#stacks_in_3536 #jwresp_col3_stacks_in_3536{margin:0 auto;float:none}#stacks_in_3536 .jwresp_clear{display:none} @media screen and (max-width:1030px){#stacks_in_3536 .jwresp_clear{display:block;clear:both;height:0}#stacks_in_3536 #jwresp_col1_stacks_in_3536,#stacks_in_3536 #jwresp_col2_stacks_in_3536,#stacks_in_3536 #jwresp_col3_stacks_in_3536,#stacks_in_3536 #jwresp_col4_stacks_in_3536{margin:0}#stacks_in_3536 #jwresp_col5_stacks_in_3536{position:relative;margin:0 auto;float:none;width:32%}#stacks_in_3536 #jwresp_col1_stacks_in_3536,#stacks_in_3536 #jwresp_col2_stacks_in_3536{width:32%}#stacks_in_3536 #jwresp_col1_stacks_in_3536,#stacks_in_3536 #jwresp_col4_stacks_in_3536{float:left}#stacks_in_3536 #jwresp_col2_stacks_in_3536,#stacks_in_3536 #jwresp_col3_stacks_in_3536{float:right}#stacks_in_3536 #jwresp_col4_stacks_in_3536,#stacks_in_3536 #jwresp_col3_stacks_in_3536{width:49%;margin-top:15px}}  @media screen and (max-width:500px){#stacks_in_3536 #jwresp_col1_stacks_in_3536,#stacks_in_3536 #jwresp_col2_stacks_in_3536,#stacks_in_3536 #jwresp_col3_stacks_in_3536,#stacks_in_3536 #jwresp_col4_stacks_in_3536,#stacks_in_3536 #jwresp_col5_stacks_in_3536{width:100%;display:block;margin:0}#stacks_in_3536 #jwresp_col1_stacks_in_3536,#stacks_in_3536 #jwresp_col2_stacks_in_3536,#stacks_in_3536 #jwresp_col4_stacks_in_3536,#stacks_in_3536 #jwresp_col5_stacks_in_3536{margin-bottom:15px}}
#stacks_in_3542 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_3542 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_3542 .jwresp_col_wrapper.right{float:right}#stacks_in_3542 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_3542 #jwresp_col2_stacks_in_3542,#stacks_in_3542 #jwresp_col4_stacks_in_3542{float:right}#stacks_in_3542 #jwresp_col1_stacks_in_3542,#stacks_in_3542 #jwresp_col3_stacks_in_3542{margin-right:2} @media screen and (max-width:770px){#stacks_in_3542 .jwresp_col_wrapper.left,#stacks_in_3542 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_3542 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_3542 .jwresp_col{width:49%}#stacks_in_3542 #jwresp_col1_stacks_in_3542,#stacks_in_3542 #jwresp_col3_stacks_in_3542{margin:0}}  @media screen and (max-width:500px){#stacks_in_3542 .jwresp_col{width:100%;display:block}#stacks_in_3542 #jwresp_col1_stacks_in_3542,#stacks_in_3542 #jwresp_col2_stacks_in_3542,#stacks_in_3542 #jwresp_col3_stacks_in_3542{margin:0;margin-bottom:20px}#stacks_in_3542 #jwresp_col4_stacks_in_3542{margin:0}#stacks_in_3542 .jwresp_col_wrapper.left{margin-bottom:0}}
#stacks_in_3547 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_3547 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_3547 .jwresp_col_wrapper.right{float:right}#stacks_in_3547 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_3547 #jwresp_col2_stacks_in_3547,#stacks_in_3547 #jwresp_col4_stacks_in_3547{float:right}#stacks_in_3547 #jwresp_col1_stacks_in_3547,#stacks_in_3547 #jwresp_col3_stacks_in_3547{margin-right:2} @media screen and (max-width:770px){#stacks_in_3547 .jwresp_col_wrapper.left,#stacks_in_3547 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_3547 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_3547 .jwresp_col{width:49%}#stacks_in_3547 #jwresp_col1_stacks_in_3547,#stacks_in_3547 #jwresp_col3_stacks_in_3547{margin:0}}  @media screen and (max-width:500px){#stacks_in_3547 .jwresp_col{width:100%;display:block}#stacks_in_3547 #jwresp_col1_stacks_in_3547,#stacks_in_3547 #jwresp_col2_stacks_in_3547,#stacks_in_3547 #jwresp_col3_stacks_in_3547{margin:0;margin-bottom:20px}#stacks_in_3547 #jwresp_col4_stacks_in_3547{margin:0}#stacks_in_3547 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_1796 {
	border: solid rgba(203, 0, 0, 1.00);
	border-width: 2px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
#stacks_in_3552 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_3552 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_3552 .jwresp_col_wrapper.right{float:right}#stacks_in_3552 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_3552 #jwresp_col2_stacks_in_3552,#stacks_in_3552 #jwresp_col4_stacks_in_3552{float:right}#stacks_in_3552 #jwresp_col1_stacks_in_3552,#stacks_in_3552 #jwresp_col3_stacks_in_3552{margin-right:2} @media screen and (max-width:770px){#stacks_in_3552 .jwresp_col_wrapper.left,#stacks_in_3552 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_3552 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_3552 .jwresp_col{width:49%}#stacks_in_3552 #jwresp_col1_stacks_in_3552,#stacks_in_3552 #jwresp_col3_stacks_in_3552{margin:0}}  @media screen and (max-width:500px){#stacks_in_3552 .jwresp_col{width:100%;display:block}#stacks_in_3552 #jwresp_col1_stacks_in_3552,#stacks_in_3552 #jwresp_col2_stacks_in_3552,#stacks_in_3552 #jwresp_col3_stacks_in_3552{margin:0;margin-bottom:20px}#stacks_in_3552 #jwresp_col4_stacks_in_3552{margin:0}#stacks_in_3552 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_1807 {
	border: solid rgba(203, 0, 0, 1.00);
	border-width: 2px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
#stacks_in_3557 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_3557 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_3557 .jwresp_col_wrapper.right{float:right}#stacks_in_3557 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_3557 #jwresp_col2_stacks_in_3557,#stacks_in_3557 #jwresp_col4_stacks_in_3557{float:right}#stacks_in_3557 #jwresp_col1_stacks_in_3557,#stacks_in_3557 #jwresp_col3_stacks_in_3557{margin-right:2} @media screen and (max-width:770px){#stacks_in_3557 .jwresp_col_wrapper.left,#stacks_in_3557 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_3557 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_3557 .jwresp_col{width:49%}#stacks_in_3557 #jwresp_col1_stacks_in_3557,#stacks_in_3557 #jwresp_col3_stacks_in_3557{margin:0}}  @media screen and (max-width:500px){#stacks_in_3557 .jwresp_col{width:100%;display:block}#stacks_in_3557 #jwresp_col1_stacks_in_3557,#stacks_in_3557 #jwresp_col2_stacks_in_3557,#stacks_in_3557 #jwresp_col3_stacks_in_3557{margin:0;margin-bottom:20px}#stacks_in_3557 #jwresp_col4_stacks_in_3557{margin:0}#stacks_in_3557 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_241 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  3px;
	margin: 15px 0px 0px 0px;
}

#stacks_in_242 {
	margin: 10px 0px 0px 0px;
	padding:  10px;
}

#stacks_out_242 {
	margin-right:0;
}
#stacks_in_3562 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_3562 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_3562 .jwresp_col_wrapper.right{float:right}#stacks_in_3562 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_3562 #jwresp_col2_stacks_in_3562,#stacks_in_3562 #jwresp_col4_stacks_in_3562{float:right}#stacks_in_3562 #jwresp_col1_stacks_in_3562,#stacks_in_3562 #jwresp_col3_stacks_in_3562{margin-right:2} @media screen and (max-width:770px){#stacks_in_3562 .jwresp_col_wrapper.left,#stacks_in_3562 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_3562 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_3562 .jwresp_col{width:49%}#stacks_in_3562 #jwresp_col1_stacks_in_3562,#stacks_in_3562 #jwresp_col3_stacks_in_3562{margin:0}}  @media screen and (max-width:500px){#stacks_in_3562 .jwresp_col{width:100%;display:block}#stacks_in_3562 #jwresp_col1_stacks_in_3562,#stacks_in_3562 #jwresp_col2_stacks_in_3562,#stacks_in_3562 #jwresp_col3_stacks_in_3562{margin:0;margin-bottom:20px}#stacks_in_3562 #jwresp_col4_stacks_in_3562{margin:0}#stacks_in_3562 .jwresp_col_wrapper.left{margin-bottom:0}}
#stacks_in_3567 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_3567 .jwresp_col{float:none} #stacks_in_3567 #jwresp_col2_stacks_in_3567{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_3567 #jwresp_col1_stacks_in_3567,#stacks_in_3567 #jwresp_col3_stacks_in_3567{width:32%}#stacks_in_3567 #jwresp_col1_stacks_in_3567{float:left}#stacks_in_3567 #jwresp_col3_stacks_in_3567{float:right} @media screen and (max-width:770px){#stacks_in_3567 #jwresp_col1_stacks_in_3567,#stacks_in_3567 #jwresp_col3_stacks_in_3567{margin-bottom:20px}#stacks_in_3567 #jwresp_col1_stacks_in_3567{width:49%}#stacks_in_3567 #jwresp_col3_stacks_in_3567{width:49%}#stacks_in_3567 #jwresp_col2_stacks_in_3567{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_3567 #jwresp_col1_stacks_in_3567,#stacks_in_3567 #jwresp_col3_stacks_in_3567,#stacks_in_3567 #jwresp_col2_stacks_in_3567{float:none;width:100%;display:block}#stacks_in_3567 #jwresp_col1_stacks_in_3567,#stacks_in_3567 #jwresp_col3_stacks_in_3567{margin-bottom:20px}} 
#stacks_in_261&gt;.s3_row {
	margin: 0 -9px;
}

#stacks_in_261&gt;.s3_row&gt;.s3_column_left {
	width: 33.33%;
}

#stacks_in_261&gt;.s3_row&gt;.s3_column_center {
	width: 33.339996%;
}

#stacks_in_261&gt;.s3_row&gt;.s3_column_right {
	width: 33.33%;
}

#stacks_in_261&gt;.s3_row&gt;.s3_column {
	padding: 0 9px;
}








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



}



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


	#stacks_in_261&gt;.s3_row  {
		margin: -9px 0;
	}
	#stacks_in_261&gt;.s3_row&gt;.s3_column {
		padding: 9px 0;
		width:100%;
	}


}




#stacks_in_261 {
	background-color: rgba(153, 153, 153, 1.00);
	margin: 20px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

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

#stacks_out_272 {
	margin-right:0;
}

#stacks_in_273 {
	display:inline-block; width:100%; line-height: 1.300000em;
}

#stacks_in_269 {
	margin: 19px 0px 0px 0px;
}

#stacks_in_275 {
	padding:  10px;
}

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

#stacks_out_276 {
	margin-right:0;
}
#stacks_in_3571 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_3571 .jwresp_col{float:none} #stacks_in_3571 #jwresp_col2_stacks_in_3571{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_3571 #jwresp_col1_stacks_in_3571,#stacks_in_3571 #jwresp_col3_stacks_in_3571{width:32%}#stacks_in_3571 #jwresp_col1_stacks_in_3571{float:left}#stacks_in_3571 #jwresp_col3_stacks_in_3571{float:right} @media screen and (max-width:770px){#stacks_in_3571 #jwresp_col1_stacks_in_3571,#stacks_in_3571 #jwresp_col3_stacks_in_3571{margin-bottom:20px}#stacks_in_3571 #jwresp_col1_stacks_in_3571{width:49%}#stacks_in_3571 #jwresp_col3_stacks_in_3571{width:49%}#stacks_in_3571 #jwresp_col2_stacks_in_3571{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_3571 #jwresp_col1_stacks_in_3571,#stacks_in_3571 #jwresp_col3_stacks_in_3571,#stacks_in_3571 #jwresp_col2_stacks_in_3571{float:none;width:100%;display:block}#stacks_in_3571 #jwresp_col1_stacks_in_3571,#stacks_in_3571 #jwresp_col3_stacks_in_3571{margin-bottom:20px}} 

#stacks_in_1770 {
	border: solid rgba(203, 0, 0, 1.00);
	border-width: 2px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
#stacks_in_3575 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_3575 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_3575 .jwresp_col_wrapper.right{float:right}#stacks_in_3575 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_3575 #jwresp_col2_stacks_in_3575,#stacks_in_3575 #jwresp_col4_stacks_in_3575{float:right}#stacks_in_3575 #jwresp_col1_stacks_in_3575,#stacks_in_3575 #jwresp_col3_stacks_in_3575{margin-right:2} @media screen and (max-width:770px){#stacks_in_3575 .jwresp_col_wrapper.left,#stacks_in_3575 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_3575 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_3575 .jwresp_col{width:49%}#stacks_in_3575 #jwresp_col1_stacks_in_3575,#stacks_in_3575 #jwresp_col3_stacks_in_3575{margin:0}}  @media screen and (max-width:500px){#stacks_in_3575 .jwresp_col{width:100%;display:block}#stacks_in_3575 #jwresp_col1_stacks_in_3575,#stacks_in_3575 #jwresp_col2_stacks_in_3575,#stacks_in_3575 #jwresp_col3_stacks_in_3575{margin:0;margin-bottom:20px}#stacks_in_3575 #jwresp_col4_stacks_in_3575{margin:0}#stacks_in_3575 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_1735 {
	border: solid rgba(203, 0, 0, 1.00);
	border-width: 2px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
#stacks_in_3580 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_3580 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_3580 .jwresp_col_wrapper.right{float:right}#stacks_in_3580 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_3580 #jwresp_col2_stacks_in_3580,#stacks_in_3580 #jwresp_col4_stacks_in_3580{float:right}#stacks_in_3580 #jwresp_col1_stacks_in_3580,#stacks_in_3580 #jwresp_col3_stacks_in_3580{margin-right:2} @media screen and (max-width:770px){#stacks_in_3580 .jwresp_col_wrapper.left,#stacks_in_3580 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_3580 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_3580 .jwresp_col{width:49%}#stacks_in_3580 #jwresp_col1_stacks_in_3580,#stacks_in_3580 #jwresp_col3_stacks_in_3580{margin:0}}  @media screen and (max-width:500px){#stacks_in_3580 .jwresp_col{width:100%;display:block}#stacks_in_3580 #jwresp_col1_stacks_in_3580,#stacks_in_3580 #jwresp_col2_stacks_in_3580,#stacks_in_3580 #jwresp_col3_stacks_in_3580{margin:0;margin-bottom:20px}#stacks_in_3580 #jwresp_col4_stacks_in_3580{margin:0}#stacks_in_3580 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_2881 {
	margin:  5px;
}

#stacks_in_2840 {
	margin:  5px;
}

#stacks_in_2835 {
	margin:  5px;
}

#stacks_in_2830 {
	margin:  5px;
}
#stacks_in_3585 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_3585 .jwresp_col_wrapper{margin:0;width:49%;float:left;position:relative;overflow:auto}#stacks_in_3585 .jwresp_col_wrapper.right{float:right}#stacks_in_3585 .jwresp_col{overflow:hidden;width:48%;float:left;margin:0}#stacks_in_3585 #jwresp_col2_stacks_in_3585,#stacks_in_3585 #jwresp_col4_stacks_in_3585{float:right}#stacks_in_3585 #jwresp_col1_stacks_in_3585,#stacks_in_3585 #jwresp_col3_stacks_in_3585{margin-right:2} @media screen and (max-width:770px){#stacks_in_3585 .jwresp_col_wrapper.left,#stacks_in_3585 .jwresp_col_wrapper.right{width:100%;float:none;clear:both}#stacks_in_3585 .jwresp_col_wrapper.left{margin-bottom:20px}#stacks_in_3585 .jwresp_col{width:49%}#stacks_in_3585 #jwresp_col1_stacks_in_3585,#stacks_in_3585 #jwresp_col3_stacks_in_3585{margin:0}}  @media screen and (max-width:500px){#stacks_in_3585 .jwresp_col{width:100%;display:block}#stacks_in_3585 #jwresp_col1_stacks_in_3585,#stacks_in_3585 #jwresp_col2_stacks_in_3585,#stacks_in_3585 #jwresp_col3_stacks_in_3585{margin:0;margin-bottom:20px}#stacks_in_3585 #jwresp_col4_stacks_in_3585{margin:0}#stacks_in_3585 .jwresp_col_wrapper.left{margin-bottom:0}}

#stacks_in_2901 {
	margin:  5px;
}

#stacks_in_2896 {
	margin:  5px;
}

#stacks_in_2891 {
	margin:  5px;
}

#stacks_in_2886 {
	margin:  5px;
}

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

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

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

#stacks_in_382 {
	background-color: rgba(230, 230, 230, 1.00);
	padding:  10px;
}

#stacks_in_384 {
	background-color: rgba(230, 230, 230, 1.00);
	margin: 15px 0px 0px 0px;
	padding:  10px;
}
#stacks_in_389&gt;.s3_row {
	margin: 0 -1px;
}

#stacks_in_389&gt;.s3_row&gt;.s3_column_left {
	width: 50.00%;
}

#stacks_in_389&gt;.s3_row&gt;.s3_column_right {
	width: 50.000000%;
}




#stacks_in_389&gt;.s3_row&gt;.s3_column {
	padding: 0 1px;
}










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



}



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


	#stacks_in_389&gt;.s3_row  {
		margin: -1px 0;
	}
	#stacks_in_389&gt;.s3_row&gt;.s3_column {
		padding: 1px 0;
		width:100%;
	}


}






#stacks_in_389 {
	background-color: rgba(230, 230, 230, 1.00);
	padding: 15px 5px 5px 5px;
}

#stacks_in_396 {
	margin: 40px 0px 0px 0px;
}
#stacks_in_4130 .jwresp_wrapper{width:100%;overflow:auto}#stacks_in_4130 .jwresp_col{float:none} #stacks_in_4130 #jwresp_col2_stacks_in_4130{position:relative;margin:0 auto;width:32%;float:none}#stacks_in_4130 #jwresp_col1_stacks_in_4130,#stacks_in_4130 #jwresp_col3_stacks_in_4130{width:32%}#stacks_in_4130 #jwresp_col1_stacks_in_4130{float:left}#stacks_in_4130 #jwresp_col3_stacks_in_4130{float:right} @media screen and (max-width:770px){#stacks_in_4130 #jwresp_col1_stacks_in_4130,#stacks_in_4130 #jwresp_col3_stacks_in_4130{margin-bottom:20px}#stacks_in_4130 #jwresp_col1_stacks_in_4130{width:49%}#stacks_in_4130 #jwresp_col3_stacks_in_4130{width:49%}#stacks_in_4130 #jwresp_col2_stacks_in_4130{clear:both;width:100%;display:block}}  @media screen and (max-width:500px){#stacks_in_4130 #jwresp_col1_stacks_in_4130,#stacks_in_4130 #jwresp_col3_stacks_in_4130,#stacks_in_4130 #jwresp_col2_stacks_in_4130{float:none;width:100%;display:block}#stacks_in_4130 #jwresp_col1_stacks_in_4130,#stacks_in_4130 #jwresp_col3_stacks_in_4130{margin-bottom:20px}} 

#stacks_in_4130 {
	border: solid rgba(77, 77, 77, 1.00);
	border-width: 3px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
}

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

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

#stacks_in_402 {
	display:inline-block; width:100%; line-height: 0.800000em;
}
#toTop{display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:51px;height:51px;border:none;text-indent:-9999px;background:url(../index_files/image-1262.png) no-repeat left top;z-index:9988}#toTop:hover{background:url(../index_files/image-1262.png) no-repeat left -51px}#toTop:active,#toTop:focus{outline:none}
</pre></body></html>