/* -- 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 -- */.tippy-touch{cursor:pointer!important}.tippy-notransition{-webkit-transition:none!important;transition:none!important}.tippy-popper{max-width:350px;-webkit-perspective:700px;perspective:700px;z-index:9999;outline:0;-webkit-transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-timing-function:cubic-bezier(.165,.84,.44,1);pointer-events:none}.tippy-popper[data-html]{max-width:96%;max-width:calc(100% - 20px)}.tippy-popper[x-placement^=top] .tippy-backdrop{border-radius:40% 40% 0 0}.tippy-popper[x-placement^=top] .tippy-roundarrow{width:23px;height:23px;fill:#333;bottom:-15px;margin:0 6px}.tippy-popper[x-placement^=top] .tippy-roundarrow svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.tippy-popper[x-placement^=top] .tippy-arrow{border-top:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;bottom:-7px;margin:0 7px}.tippy-popper[x-placement^=top] .tippy-backdrop{-webkit-transform-origin:0 100%;transform-origin:0 100%}.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(5.5) translate(-50%,25%);transform:scale(5.5) translate(-50%,25%);opacity:1}.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(1) translate(-50%,25%);transform:scale(1) translate(-50%,25%);opacity:0}.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible]{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.tippy-popper[x-placement^=top] [data-animation=perspective]{-webkit-transform-origin:bottom;transform-origin:bottom}.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible]{opacity:1;-webkit-transform:translateY(-10px) rotateX(0);transform:translateY(-10px) rotateX(0)}.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:translateY(0) rotateX(90deg);transform:translateY(0) rotateX(90deg)}.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible]{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible]{opacity:1;-webkit-transform:translateY(-10px);transform:translateY(-10px)}.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden]{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible]{opacity:1;-webkit-transform:translateY(-10px) scale(1);transform:translateY(-10px) scale(1)}.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=bottom] .tippy-backdrop{border-radius:0 0 30% 30%}.tippy-popper[x-placement^=bottom] .tippy-roundarrow{width:23px;height:23px;fill:#333;top:-15px;margin:0 6px}.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg{-webkit-transform:rotate(0);transform:rotate(0)}.tippy-popper[x-placement^=bottom] .tippy-arrow{border-bottom:7px solid #333;border-right:7px solid transparent;border-left:7px solid transparent;top:-7px;margin:0 7px}.tippy-popper[x-placement^=bottom] .tippy-backdrop{-webkit-transform-origin:0 -100%;transform-origin:0 -100%}.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(5.5) translate(-50%,-125%);transform:scale(5.5) translate(-50%,-125%);opacity:1}.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(1) translate(-50%,-125%);transform:scale(1) translate(-50%,-125%);opacity:0}.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible]{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}.tippy-popper[x-placement^=bottom] [data-animation=perspective]{-webkit-transform-origin:top;transform-origin:top}.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible]{opacity:1;-webkit-transform:translateY(10px) rotateX(0);transform:translateY(10px) rotateX(0)}.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:translateY(0) rotateX(-90deg);transform:translateY(0) rotateX(-90deg)}.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible]{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible]{opacity:1;-webkit-transform:translateY(10px);transform:translateY(10px)}.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden]{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible]{opacity:1;-webkit-transform:translateY(10px) scale(1);transform:translateY(10px) scale(1)}.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateY(0) scale(0);transform:translateY(0) scale(0)}.tippy-popper[x-placement^=left] .tippy-backdrop{border-radius:30% 0 0 30%}.tippy-popper[x-placement^=left] .tippy-roundarrow{width:23px;height:23px;fill:#333;right:-15px;margin:4px 0}.tippy-popper[x-placement^=left] .tippy-roundarrow svg{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.tippy-popper[x-placement^=left] .tippy-arrow{border-left:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;right:-7px;margin:4px 0}.tippy-popper[x-placement^=left] .tippy-backdrop{-webkit-transform-origin:100% 0;transform-origin:100% 0}.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(5.5) translate(33%,-50%);transform:scale(5.5) translate(33%,-50%);opacity:1}.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(1.5) translate(33%,-50%);transform:scale(1.5) translate(33%,-50%);opacity:0}.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible]{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px)}.tippy-popper[x-placement^=left] [data-animation=perspective]{-webkit-transform-origin:right;transform-origin:right}.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible]{opacity:1;-webkit-transform:translateX(-10px) rotateY(0);transform:translateX(-10px) rotateY(0)}.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:translateX(0) rotateY(-90deg);transform:translateX(0) rotateY(-90deg)}.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible]{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible]{opacity:1;-webkit-transform:translateX(-10px);transform:translateX(-10px)}.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden]{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible]{opacity:1;-webkit-transform:translateX(-10px) scale(1);transform:translateX(-10px) scale(1)}.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-popper[x-placement^=right] .tippy-backdrop{border-radius:0 30% 30% 0}.tippy-popper[x-placement^=right] .tippy-roundarrow{width:23px;height:23px;fill:#333;left:-15px;margin:4px 0}.tippy-popper[x-placement^=right] .tippy-roundarrow svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.tippy-popper[x-placement^=right] .tippy-arrow{border-right:7px solid #333;border-top:7px solid transparent;border-bottom:7px solid transparent;left:-7px;margin:4px 0}.tippy-popper[x-placement^=right] .tippy-backdrop{-webkit-transform-origin:-100% 0;transform-origin:-100% 0}.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible]{-webkit-transform:scale(5.5) translate(-133%,-50%);transform:scale(5.5) translate(-133%,-50%);opacity:1}.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden]{-webkit-transform:scale(1.5) translate(-133%,-50%);transform:scale(1.5) translate(-133%,-50%);opacity:0}.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible]{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden]{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}.tippy-popper[x-placement^=right] [data-animation=perspective]{-webkit-transform-origin:left;transform-origin:left}.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible]{opacity:1;-webkit-transform:translateX(10px) rotateY(0);transform:translateX(10px) rotateY(0)}.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden]{opacity:0;-webkit-transform:translateX(0) rotateY(90deg);transform:translateX(0) rotateY(90deg)}.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible]{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden]{opacity:0;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible]{opacity:1;-webkit-transform:translateX(10px);transform:translateX(10px)}.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden]{opacity:0;-webkit-transform:translateX(0);transform:translateX(0)}.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible]{opacity:1;-webkit-transform:translateX(10px) scale(1);transform:translateX(10px) scale(1)}.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden]{opacity:0;-webkit-transform:translateX(0) scale(0);transform:translateX(0) scale(0)}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:.9rem;padding:.3rem .6rem;text-align:center;will-change:transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#333}.tippy-tooltip[data-size=small]{padding:.2rem .4rem;font-size:.75rem}.tippy-tooltip[data-size=large]{padding:.4rem .8rem;font-size:1rem}.tippy-tooltip[data-animatefill]{overflow:hidden;background-color:transparent}.tippy-tooltip[data-animatefill] .tippy-content{-webkit-transition:-webkit-clip-path cubic-bezier(.46,.1,.52,.98);transition:-webkit-clip-path cubic-bezier(.46,.1,.52,.98);transition:clip-path cubic-bezier(.46,.1,.52,.98);transition:clip-path cubic-bezier(.46,.1,.52,.98),-webkit-clip-path cubic-bezier(.46,.1,.52,.98)}.tippy-tooltip[data-interactive]{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible]{-webkit-transition-timing-function:cubic-bezier(.53,2,.36,.85);transition-timing-function:cubic-bezier(.53,2,.36,.85)}.tippy-tooltip[data-inertia][data-state=hidden]{-webkit-transition-timing-function:ease;transition-timing-function:ease}.tippy-arrow,.tippy-roundarrow{position:absolute;width:0;height:0}.tippy-backdrop{position:absolute;will-change:transform;background-color:#333;border-radius:50%;width:26%;left:50%;top:50%;z-index:-1;-webkit-transition:all cubic-bezier(.46,.1,.52,.98);transition:all cubic-bezier(.46,.1,.52,.98);-webkit-backface-visibility:hidden;backface-visibility:hidden}.tippy-backdrop:after{content:"";float:left;padding-top:100%}body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content{-webkit-clip-path:ellipse(100% 100% at 50% 50%);clip-path:ellipse(100% 100% at 50% 50%)}body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content{-webkit-clip-path:ellipse(5% 50% at 50% 50%);clip-path:ellipse(5% 50% at 50% 50%)}body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content{-webkit-clip-path:ellipse(135% 100% at 0 50%);clip-path:ellipse(135% 100% at 0 50%)}body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content{-webkit-clip-path:ellipse(25% 100% at 0 50%);clip-path:ellipse(25% 100% at 0 50%)}body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content{-webkit-clip-path:ellipse(135% 100% at 100% 50%);clip-path:ellipse(135% 100% at 100% 50%)}body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content{-webkit-clip-path:ellipse(25% 100% at 100% 50%);clip-path:ellipse(25% 100% at 100% 50%)}@media (max-width:360px){.tippy-popper{max-width:96%;max-width:calc(100% - 20px)}}/* TRIGGER FONT */

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'trigger';
    src: url('../font/trigger.svg?60643705#trigger') format('svg');
  }
}
*/

 
 [class^="trigger-"]:before, [class*=" trigger-"]:before {
  font-family: "trigger";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
     
  /* fix buttons height, for twitter bootstrap */
  /*line-height: 1em;*/
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /*margin-left: .2em;*/
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.trigger-plus-squared:before { content: '\e800'; } /* '' */
.trigger-minus-squared:before { content: '\e801'; } /* '' */
.trigger-plus-squared-alt:before { content: '\e802'; } /* '' */
.trigger-minus-squared-alt:before { content: '\e803'; } /* '' */
.trigger-cancel-1:before { content: '\e804'; } /* '' */
.trigger-ok:before { content: '\e805'; } /* '' */
.trigger-ok-circled:before { content: '\e806'; } /* '' */
.trigger-cancel-circled:before { content: '\e807'; } /* '' */
.trigger-ok-circled2:before { content: '\e808'; } /* '' */
.trigger-cancel-circled2:before { content: '\e809'; } /* '' */
.trigger-ok-squared:before { content: '\e80a'; } /* '' */
.trigger-plus-circled:before { content: '\e80b'; } /* '' */
.trigger-minus-circled:before { content: '\e80c'; } /* '' */
.trigger-toggle-off:before { content: '\e80d'; } /* '' */
.trigger-toggle-on:before { content: '\e80e'; } /* '' */
.trigger-cog:before { content: '\e80f'; } /* '' */
.trigger-info-circled:before { content: '\e810'; } /* '' */
.trigger-help-circled:before { content: '\e811'; } /* '' */
.trigger-eye:before { content: '\e812'; } /* '' */
.trigger-eye-off:before { content: '\e813'; } /* '' */
.trigger-code-1:before { content: '\e814'; } /* '' */
.trigger-chat:before { content: '\e815'; } /* '' */
.trigger-chat-empty:before { content: '\e816'; } /* '' */
.trigger-down-open-1:before { content: '\e817'; } /* '' */
.trigger-up-open-1:before { content: '\e818'; } /* '' */
.trigger-star:before { content: '\e819'; } /* '' */
.trigger-star-empty:before { content: '\e81a'; } /* '' */
.trigger-heart:before { content: '\e81b'; } /* '' */
.trigger-heart-empty:before { content: '\e81c'; } /* '' */
.trigger-plus-1:before { content: '\e81d'; } /* '' */
.trigger-minus-1:before { content: '\e81e'; } /* '' */
.trigger-help-1:before { content: '\e81f'; } /* '' */
.trigger-info-1:before { content: '\e820'; } /* '' */
.trigger-mail:before { content: '\e821'; } /* '' */
.trigger-mail-squared:before { content: '\e822'; } /* '' */
.trigger-export-alt:before { content: '\e823'; } /* '' */
.trigger-export:before { content: '\e824'; } /* '' */
.trigger-menu-1:before { content: '\e825'; } /* '' */.com_joeworkman_stacks_impact_stack .impact-animate.pre-anim{display:none}.com_joeworkman_stacks_impact_stack .slides-navigation{margin:0 auto;position:absolute;z-index:99;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a{position:absolute;display:block;text-decoration:none}.com_joeworkman_stacks_impact_stack .slides-navigation a::before{line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;text-rendering:auto;transform:translate(0,0)}.com_joeworkman_stacks_impact_stack .slides-pagination > a{text-decoration:none}.com_joeworkman_stacks_impact_stack .fg-content{position:absolute;top:0;width:100%}.com_joeworkman_stacks_impact_stack .slides-navigation a:before{font-family:"FontAwesome","Font Awesome 5 Pro";font-weight:900}.com_joeworkman_stacks_impact_stack .impact-scroll:hover{cursor:pointer}.com_joeworkman_stacks_impact_stack .slides-container{display:none}.com_joeworkman_stacks_impact_stack .scrollable{position:relative;top:0;left:0;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}.com_joeworkman_stacks_impact_stack .scrollable::after{content:"";display:table;clear:both}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap{position:absolute;z-index:1050;top:0;margin-left:-45px;width:90px;height:90px;padding:0;font-size:9px;display:block}.com_joeworkman_stacks_impact_stack .impact-arrow{float:left;position:absolute;margin-top:20px;margin-left:23px;width:40px;height:40px;border-style:solid;border-bottom-color:transparent;border-left-color:transparent;transform:rotate(135deg)}.com_joeworkman_stacks_impact_stack .impact-arrow-wrap.animates .impact-arrow{animation:impactArrows linear 1.8s 0.4s}.com_joeworkman_stacks_impact_stack .video-container{min-height:100%;min-width:100%;position:absolute;top:0;left:0}.com_joeworkman_stacks_impact_stack .video-container > img{width:100%;height:100%}.com_joeworkman_stacks_impact_stack video{max-width:none}.com_joeworkman_stacks_impact_stack .impact-container{position:absolute}.com_joeworkman_stacks_impact_stack .impact-container.v-full{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-full .slide-content{height:100%}.com_joeworkman_stacks_impact_stack .impact-container.v-center{top:50%;transform:translateY(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center{left:50%;transform:translateX(-50%)}.com_joeworkman_stacks_impact_stack .impact-container.h-center.v-center{top:50%;left:50%;transform:translate(-50%,-50%)}.com_joeworkman_stacks_impact_stack .impact-container:not(.h-center):not(.h-left):not(.h-right){width:100%}@keyframes impactArrows{0%{transform:translate(0px,0px) rotate(135deg) scale(1)}15%{transform:translate(0px,22px) rotate(135deg) scale(0.8)}30%{transform:translate(0px,13px) rotate(135deg) scale(0.9)}45%{transform:translate(0px,27px) rotate(135deg) scale(0.8)}60%{transform:translate(0px,13px) rotate(135deg) scale(0.8)}75%{transform:translate(0px,4px) rotate(135deg) scale(0.9)}100%{transform:translate(0px,0px) rotate(135deg) scale(1)}}
/* Start dooMontage 2 stack page CSS code *//*! * Justified Gallery - v3.6.1 * http://miromannino.github.io/Justified-Gallery/ * Copyright (c) 2015 Miro Mannino * Licensed under the MIT license. */@-webkit-keyframes justified-gallery-show-doocaption-animation{from{opacity:0}to{opacity:.7}}@-moz-keyframes justified-gallery-show-doocaption-animation{from{opacity:0}to{opacity:.7}}@-o-keyframes justified-gallery-show-doocaption-animation{from{opacity:0}to{opacity:.7}}@keyframes justified-gallery-show-doocaption-animation{from{opacity:0}to{opacity:.7}}@-webkit-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-moz-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@-o-keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}@keyframes justified-gallery-show-entry-animation{from{opacity:0}to{opacity:1}}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;opacity:0;filter:alpha(opacity=0)}.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0}.justified-gallery>a>.doocaption,.justified-gallery>div>.doocaption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:600;font-family:sans-serif}.justified-gallery>a>.doocaption.doocaption-visible,.justified-gallery>div>.doocaption.doocaption-visible{display:initial;opacity:.7;filter:"alpha(opacity=70)";-webkit-animation:justified-gallery-show-doocaption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-doocaption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-doocaption-animation 500ms 0 ease}.justified-gallery>.entry-visible{opacity:1;filter:alpha(opacity=100);-webkit-animation:justified-gallery-show-entry-animation 500ms 0 ease;-moz-animation:justified-gallery-show-entry-animation 500ms 0 ease;-ms-animation:justified-gallery-show-entry-animation 500ms 0 ease}.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-right-radius:6px;border-bottom-left-radius:6px}/* End dooMontage 2 stack page CSS code */
#stacks_in_1 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_2915 {
	margin-right:0;
}

#last_updated_stacks_in_2627 {
	text-align: left;
	
	
	font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  
  font-style: italic;
  
  
	font-size: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	color: rgba(127, 127, 127, 1.00);
}

#stacks_out_2627 {
	width: 350px;
	float: left;
	margin-left:0;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_3723 {
	height: 10.00px;
}




























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

#stacks_in_2014 {
	border: solid rgba(153, 153, 153, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_out_2014 {
	width: 150px;
}

.spacerStack {
	height: 5.00px;
}

#spacerStackstacks_in_2016 {
	height: 5.00px;
}




























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

#stacks_in_1933 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	padding: 8px 10px 8px 10px;
}

#stacks_out_1933 {
	width: 850px;
}
#stacks_in_3902 .fg-content.fg-full-height{height:100%}#stacks_in_3902 .slides-container{margin:0}#stacks_in_3902 .slides-container > li{margin:0}#stacks_in_3902 .slides-container > li::before,#stacks_in_3902 .slides-container > li::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:2;transition:opacity 80ms ease}#stacks_in_3902 .slides-container.ovl-color li::before{background-color:rgba(0, 0, 0, 1.00)}#stacks_in_3902 .slides-container.ovl-tile li::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_3902 .fg-per-show{position:absolute;z-index:5;width:100%;height:100%}#stacks_in_3902 .impact-wrapper{z-index:0}#stacks_in_3902 .impact-wrapper.fill-container{min-width:100%}#stacks_in_3902 .impact-wrapper.fill-container.hero-header{height:100%;height:100vh;width:100%;width:100vw}@media only screen and (orientation:portrait){#stacks_in_3902 .impact-wrapper.fill-container.hero-header{height:100% !important}}#stacks_in_3902 .impact-wrapper.fixed-height{height:400px;width:100%;min-width:100%}#stacks_in_3902 .impact-wrapper.flexible-height{height:100%;min-height:400px;width:100%;min-width:100%}#stacks_in_3902 .impact-wrapper.touch-device.cover-touch{background-size:cover;background-position:center center;overflow:hidden}#stacks_in_3902 .impact-wrapper.touch-device.cover-touch:not(.touch-warehouse){background-image:url()}#stacks_in_3902 .impact-wrapper.touch-device.cover-touch.touch-warehouse{background-image:url()}#stacks_in_3902 .impact-wrapper > .pre-loader{position:absolute;text-align:center;top:0;left:0;width:100%;height:100%;opacity:1;visibility:visible;transition:opacity 80ms ease,visibility 0 0.2s}#stacks_in_3902 .impact-wrapper > .pre-loader.hidden{opacity:0;visibility:hidden}#stacks_in_3902 .impact-wrapper > .pre-loader > .pl-spinner{position:absolute;top:36%;margin-left:-32px;color:rgba(251, 251, 251, 0.90)}#stacks_in_3902 .impact-wrapper > .pre-loader > .pl-spinner.hidden{display:none}#stacks_in_3902 .impact-wrapper > .pre-loader.bg-image{background-size:cover;background-position:center center;background-repeat:no-repeat}#stacks_in_3902 .impact-wrapper > .pre-loader.bg-image.custom-image:not(.bg-warehouse){background-image:url()}#stacks_in_3902 .impact-wrapper > .pre-loader.bg-image.custom-image.bg-warehouse{background-image:url()}#stacks_in_3902 .impact-wrapper > .pre-loader.preload-color{background-color:rgba(51, 51, 51, 1.00)}#stacks_in_3902 .impact-wrapper > .pre-loader.bg-overlay{z-index:1}#stacks_in_3902 .impact-wrapper > .pre-loader.bg-overlay::before,#stacks_in_3902 .impact-wrapper > .pre-loader.bg-overlay::after{content:"";top:0;left:0;bottom:0;right:0;height:100%;position:absolute;z-index:0}#stacks_in_3902 .impact-wrapper > .pre-loader.bg-overlay.ovl-color::before{background-color:rgba(0, 0, 0, 1.00)}#stacks_in_3902 .impact-wrapper > .pre-loader.bg-overlay.ovl-tile::after{background-image:url();opacity:0.30;background-repeat:repeat}#stacks_in_3902 .impact-container{z-index:5}#stacks_in_3902 .scrollDown{position:absolute;cursor:pointer;z-index:100;left:50%;width:80px;height:80px;-webkit-touch-callout:none;transform:scale(0.70);transform-origin:left center;-webkit-user-select:none;user-select:none}@media screen and (max-width:640px){#stacks_in_3902 .scrollDown{transform:scale(0.70)}}#stacks_in_3902 .scrollDown.button-bottom{bottom:30px}#stacks_in_3902 .scrollDown.button-top{top:30px}@media screen and (max-width:640px){#stacks_in_3902 .scrollDown.hide-on-mob{display:none}}#stacks_in_3902 .impact-arrow-wrap{background:rgba(0, 0, 0, 0.85);border-radius:50%;border:2px solid rgba(255, 255, 255, 0.96);box-shadow:0px 0px 0px 0px rgba(51, 51, 51, 0.60);transition:all 90ms ease}#stacks_in_3902 .impact-arrow-wrap:hover{background:rgba(40, 40, 40, 0.85);transition:all 90ms ease}#stacks_in_3902 .impact-arrow-wrap:hover .impact-hint{opacity:1 !important}#stacks_in_3902 .impact-arrow-wrap.animates .impact-arrow{animation-delay:3000ms;animation-iteration-count:3}#stacks_in_3902 .impact-arrow{border-top-color:rgba(255, 255, 255, 0.85);border-right-color:rgba(255, 255, 255, 0.85);border-width:2px}#stacks_in_3902 .impact-arrow:hover{border-top-color:rgba(255, 255, 255, 1.00);border-right-color:rgba(255, 255, 255, 1.00)}#stacks_in_3902 .impact-hint{position:absolute;top:0.6em;width:100%;left:0;font-size:2em;font-style:italic;text-align:center;color:rgba(255, 255, 255, 0.85);opacity:0}#stacks_in_3902 .slides-pagination > a{transition:all 6000ms ease}#stacks_in_3902 .slides-pagination > a.current{transition:all 6000ms ease}#stacks_in_3902 .fg-per-show > div{opacity:0;transition:opacity 180ms ease}#stacks_in_3902:hover .fg-per-show > div{opacity:1}

#stacks_in_3902 {
	background-color: rgba(230, 230, 230, 1.00);
	border: solid rgba(204, 204, 204, 1.00);
	border-width: 1px 1px 1px 1px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding: 8px 10px 8px 10px;
}

#stacks_out_3902 {
	width: 850px;
}
#stacks_in_4138 .impact-slide{background-image:url("../files/slideshowImage-4138.jpg")}.slide-stacks_in_4138 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_4138 .impact-container.h-right{right:0px}.slide-stacks_in_4138 .impact-container.h-left{left:0px}.slide-stacks_in_4138 .impact-container.v-top{top:0px}
#stacks_in_4140 .impact-slide{background-image:url("../files/slideshowImage-4140.jpg")}.slide-stacks_in_4140 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_4140 .impact-container.h-right{right:0px}.slide-stacks_in_4140 .impact-container.h-left{left:0px}.slide-stacks_in_4140 .impact-container.v-top{top:0px}
#stacks_in_4141 .impact-slide{background-image:url("../files/slideshowImage-4141.jpg")}.slide-stacks_in_4141 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_4141 .impact-container.h-right{right:0px}.slide-stacks_in_4141 .impact-container.h-left{left:0px}.slide-stacks_in_4141 .impact-container.v-top{top:0px}
#stacks_in_4142 .impact-slide{background-image:url("../files/slideshowImage-4142.jpg")}.slide-stacks_in_4142 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_4142 .impact-container.h-right{right:0px}.slide-stacks_in_4142 .impact-container.h-left{left:0px}.slide-stacks_in_4142 .impact-container.v-top{top:0px}.slide-stacks_in_4142 .impact-container{opacity:0;transition:opacity 180ms ease}.slide-stacks_in_4142:hover .impact-container{opacity:1}
#stacks_in_4143 .impact-slide{background-image:url("../files/slideshowImage-4143.jpg")}.slide-stacks_in_4143 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_4143 .impact-container.h-right{right:0px}.slide-stacks_in_4143 .impact-container.h-left{left:0px}.slide-stacks_in_4143 .impact-container.v-top{top:0px}
#stacks_in_4144 .impact-slide{background-image:url("../files/slideshowImage-4144.jpg")}.slide-stacks_in_4144 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_4144 .impact-container.h-right{right:0px}.slide-stacks_in_4144 .impact-container.h-left{left:0px}.slide-stacks_in_4144 .impact-container.v-top{top:0px}
#stacks_in_4145 .impact-slide{background-image:url("../files/slideshowImage-4145.jpg")}.slide-stacks_in_4145 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_4145 .impact-container.h-right{right:0px}.slide-stacks_in_4145 .impact-container.h-left{left:0px}.slide-stacks_in_4145 .impact-container.v-top{top:0px}
#stacks_in_4146 .impact-slide{background-image:url("../files/slideshowImage-4146.jpg")}.slide-stacks_in_4146 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_4146 .impact-container.h-right{right:0px}.slide-stacks_in_4146 .impact-container.h-left{left:0px}.slide-stacks_in_4146 .impact-container.v-top{top:0px}
#stacks_in_4147 .impact-slide{background-image:url("../files/slideshowImage-4147.jpg")}.slide-stacks_in_4147 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_4147 .impact-container.h-right{right:0px}.slide-stacks_in_4147 .impact-container.h-left{left:0px}.slide-stacks_in_4147 .impact-container.v-top{top:0px}
#stacks_in_4148 .impact-slide{background-image:url("../files/slideshowImage-4148.jpg")}.slide-stacks_in_4148 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_4148 .impact-container.h-right{right:0px}.slide-stacks_in_4148 .impact-container.h-left{left:0px}.slide-stacks_in_4148 .impact-container.v-top{top:0px}
#stacks_in_4149 .impact-slide{background-image:url("../files/slideshowImage-4149.jpg")}.slide-stacks_in_4149 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_4149 .impact-container.h-right{right:0px}.slide-stacks_in_4149 .impact-container.h-left{left:0px}.slide-stacks_in_4149 .impact-container.v-top{top:0px}
#stacks_in_4150 .impact-slide{background-image:url("../files/slideshowImage-4150.jpg")}.slide-stacks_in_4150 .impact-container.v-bottom{bottom:0px}.slide-stacks_in_4150 .impact-container.h-right{right:0px}.slide-stacks_in_4150 .impact-container.h-left{left:0px}.slide-stacks_in_4150 .impact-container.v-top{top:0px}

.spacerStack {
	height: 8.00px;
}

#spacerStackstacks_in_3051 {
	height: 8.00px;
}




























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

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_733 {
	height: 10.00px;
}




























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

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_732 {
	height: 10.00px;
}




























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

#stacks_in_3224 {
	position: relative;
	display: block;
}

.myID1 {
	position: relative;
	
	
}






	
	#stacks_in_3224 .cpsl_myID1 {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 0px;
	}
	





#stacks_in_3224 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
}

#stacks_out_3224 {
	width: 360px;
	margin-left:0;
}

#stacks_in_3252 {
	margin: 5px 0px 5px 20px;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_3236 {
	height: 10.00px;
}




























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

#stacks_in_3232 {
	position: relative;
	display: block;
}

.myID2 {
	position: relative;
	
	
}






	
	#stacks_in_3232 .cpsl_myID2 {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 0px;
	}
	





#stacks_in_3232 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  4px;
	-webkit-border-radius:  4px;
	border-radius:  4px;
}

#stacks_out_3232 {
	width: 380px;
}

#stacks_in_3254 {
	margin: 5px 0px 5px 20px;
}

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_3237 {
	height: 10.00px;
}




























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

.spacerStack {
	height: 10.00px;
}

#spacerStackstacks_in_1626 {
	height: 10.00px;
}




























@media print {
	#spacerStackstacks_in_1626 {
		display: none !important;
	}
}
/*
1.1.3
  - added support for hide stacks in inner columns
  - added breakpoint customization to layouts item stack
  - fixes a crashing issue in RapidWeaver 8 and Stacks 4.10
*/
/*  */
#stacks_in_491 > .layouts-section {
  grid-gap: 5px 5px;
  -ms-grid-columns: (minmax(0px, 1fr))[3];
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  
  
  
}
#stacks_in_491 > .layouts-section > div {
  margin-bottom: 5px;
  margin-right: 5px;
}
@supports (display: grid) {
  #stacks_in_491 > .layouts-section > div {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
@media all and (max-width: 900px) {
  #stacks_in_491 > .layouts-section {
    -ms-grid-columns: minmax(0px, 1fr);
    -ms-grid-columns: (minmax(0px, 1fr))[1];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    grid-template-columns: repeat(1, minmax(0px, 1fr));
  }
  #stacks_in_491 > .layouts-section[data-col="3"] {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  #stacks_in_491 > .layouts-section[data-col="3"] > div:nth-child(3n) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  #stacks_in_491 > .layouts-section > div {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media all and (max-width: 700px) {
  #stacks_in_491 > .layouts-section {
    -ms-grid-columns: minmax(0px, 1fr);
    -ms-grid-columns: (minmax(0px, 1fr))[0];
    grid-template-columns: repeat(1, minmax(0px, 1fr));
    grid-template-columns: repeat( 0, minmax(0px, 1fr));
  }
  #stacks_in_491 > .layouts-section[data-col="3"] {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  #stacks_in_491 > .layouts-section[data-col="3"] > div:nth-child(3n) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
/*  */
/*  */
#stacks_out_492 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_492 {
  box-shadow: none;
}
#stacks_in_492, [tag="slice"] #stacks_in_492 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 15px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_492 > * {
  margin-bottom: 0px;
  margin-right: 15px;
}
@supports (display: grid) {
  #stacks_in_492 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_492.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_492 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
#stacks_in_3222 .trigger_myID1 {
	cursor: pointer;
	display: inline-block;
	color: #074080;

	
	font-size: 20px;
	line-height: 20px;
	

	padding-left: 1px;
}

#stacks_in_3222 .toggle_open .closed_icon {
	display: none;
}

#stacks_in_3222 .toggle_closed .open_icon {
	display: none;
}

#stacks_in_3222 .toggle_open .closed_image {
	display: none;
}

#stacks_in_3222 .toggle_closed .open_image {
	display: none;
}



#stacks_in_3222 {
	position: relative;
	text-align: center;
}

#stacks_in_3222 .trigger_label,
#stacks_in_3222 .trigger_label_open {
	font-size: 15px;
	color: #074080;
	margin-left: 4px;
	
	line-height: 20px;
	vertical-align: top;
	
}

#stacks_in_3222 .trigger_label_open {
	display: none;
}

#stacks_in_3222 {
	padding: 4px 0px 0px 0px;
}
#stacks_out_511 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_511 {
  box-shadow: none;
}
#stacks_in_511, [tag="slice"] #stacks_in_511 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 15px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_511 > * {
  margin-bottom: 0px;
  margin-right: 15px;
}
@supports (display: grid) {
  #stacks_in_511 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_511.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */
#stacks_out_499 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_499 {
  box-shadow: none;
}
#stacks_in_499, [tag="slice"] #stacks_in_499 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 15px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_499 > * {
  margin-bottom: 0px;
  margin-right: 15px;
}
@supports (display: grid) {
  #stacks_in_499 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_499.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_499 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
#stacks_in_3223 .trigger_myID2 {
	cursor: pointer;
	display: inline-block;
	color: #074080;

	
	font-size: 20px;
	line-height: 20px;
	

	padding-left: 1px;
}

#stacks_in_3223 .toggle_open .closed_icon {
	display: none;
}

#stacks_in_3223 .toggle_closed .open_icon {
	display: none;
}

#stacks_in_3223 .toggle_open .closed_image {
	display: none;
}

#stacks_in_3223 .toggle_closed .open_image {
	display: none;
}



#stacks_in_3223 {
	position: relative;
	text-align: center;
}

#stacks_in_3223 .trigger_label,
#stacks_in_3223 .trigger_label_open {
	font-size: 15px;
	color: #074080;
	margin-left: 4px;
	
	line-height: 20px;
	vertical-align: top;
	
}

#stacks_in_3223 .trigger_label_open {
	display: none;
}

#stacks_in_3223 {
	padding: 4px 0px 0px 0px;
}
#stacks_out_515 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_515 {
  box-shadow: none;
}
#stacks_in_515, [tag="slice"] #stacks_in_515 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 15px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_515 > * {
  margin-bottom: 0px;
  margin-right: 15px;
}
@supports (display: grid) {
  #stacks_in_515 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_515.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */
#stacks_out_497 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_497 {
  box-shadow: none;
}
#stacks_in_497, [tag="slice"] #stacks_in_497 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 15px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_497 > * {
  margin-bottom: 0px;
  margin-right: 15px;
}
@supports (display: grid) {
  #stacks_in_497 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_497.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_497 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
#stacks_out_513 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_513 {
  box-shadow: none;
}
#stacks_in_513, [tag="slice"] #stacks_in_513 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 15px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_513 > * {
  margin-bottom: 0px;
  margin-right: 15px;
}
@supports (display: grid) {
  #stacks_in_513 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_513.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */
#stacks_out_501 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_501 {
  box-shadow: none;
}
#stacks_in_501, [tag="slice"] #stacks_in_501 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 15px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_501 > * {
  margin-bottom: 0px;
  margin-right: 15px;
}
@supports (display: grid) {
  #stacks_in_501 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_501.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_501 {
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  5px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

#stacks_in_525 .jspContainer
{
	overflow: hidden;
	position: relative;
}

#stacks_in_525 .jspPane
{
	position: absolute;
}

#stacks_in_525 .jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}

#stacks_in_525 .jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

#stacks_in_525 .jspVerticalBar *,
#stacks_in_525 .jspHorizontalBar *
{
	margin: 0;
	padding: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#stacks_in_525 .jspCap
{
	display: none;
}

#stacks_in_525 .jspHorizontalBar .jspCap
{
	float: left;
}

#stacks_in_525 .jspTrack
{
	background: #CCCCCC;
	/**/
	position: relative;
}

#stacks_in_525 .jspDrag
{
	background: #000000;
	/**/
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#stacks_in_525 .jspHorizontalBar .jspTrack,
#stacks_in_525 .jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}



#stacks_in_525 .jspArrow
{	
	text-indent: -20000px;
	display: block;
	cursor: pointer;

}

#stacks_in_525 .jspArrow:hover
{
	background-color:#AAAAAA;
}

#stacks_in_525 .jspArrow.jspDisabled
{
	cursor: default;
}

#stacks_in_525 .jspArrowUp{
	background-color:transparent;
	background:   no-repeat;
}
#stacks_in_525 .jspArrowDown{
	background-color:transparent;
	background:   no-repeat;
}
#stacks_in_525 .jspArrowRight{
	background-color:transparent;
	/*background:  url() no-repeat;*/
}
#stacks_in_525 .jspArrowLeft{
	background-color:transparent;
	/*background:  url() no-repeat;*/
}
#stacks_in_525 .jspArrowUp:hover{

	background:    no-repeat;
}
#stacks_in_525 .jspArrowDown:hover{

	background:    no-repeat;
}
#stacks_in_525 .jspArrowRight:hover{

	/*background: #AAAAAA url() no-repeat;*/
}
#stacks_in_525 .jspArrowLeft:hover{

	/*background: #AAAAAA url() no-repeat;*/
}

#stacks_in_525 .jspVerticalBar .jspArrow
{
	height:5px;
	width:10px;
}

#stacks_in_525 .jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}



#stacks_in_525 .jspVerticalBar .jspArrow:focus
{
	outline: none;
}

#stacks_in_525 .jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
#stacks_in_525 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

.spacerStack {
	height: 2.00px;
}

#spacerStackstacks_in_3596 {
	height: 2.00px;
}




























@media print {
	#spacerStackstacks_in_3596 {
		display: none !important;
	}
}
#stacks_in_3970 ul,#stacks_in_3970 ol,#stacks_in_3970 dl{list-style-position:inside}#stacks_in_3970 .float-top{overflow:hidden}#stacks_in_3970 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3970 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3970 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3970 .float-text.justify{text-align:juAstify}#stacks_in_3970 .float-text.hyphenate{hyphens:auto}

#stacks_in_3970 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin: 5px 15px 0px 15px;
	padding: 0px 5px 0px 5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3975swell{
		max-width: 300px;
	}
	.stacks_in_3975swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3975 .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_3975 .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_3975 .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_3975 .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: 400px) {
	#stacks_in_3975 .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_3975 .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_3975 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3975 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3975 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3975 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3975 .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_3975 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* Start dooGrid stack each CSS code */.stacks_in_4065gridWrapper > div{	display: inline-block !important;	width: 25%;	-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    vertical-align: top;    margin-top: 5px;    padding-right: 2.500000px;    padding-left: 2.500000px;}.stacks_in_4065gridWrapper{	margin-right: -2.500000px;    margin-left: -2.500000px;    margin-top: -5px;}@media all and (max-width: 1024px) {				.stacks_in_4065gridWrapper > div{		width: 33.333333%;	}	}@media all and (max-width: 768px) {				.stacks_in_4065gridWrapper > div{		width: 50%;	}		}@media all and (max-width: 480px) {				.stacks_in_4065gridWrapper > div{		width: 100%;	}	}/* End dooGrid stack each CSS code */
#stacks_in_4065 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	margin: 0px 15px 5px 15px;
	padding: 5px 5px 3px 5px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* -- Start Swell Each css Template -- */

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

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

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


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


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

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

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

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

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

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

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


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


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

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

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

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

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

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

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


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


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

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

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

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

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

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

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


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


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

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

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

#stacks_in_4079 .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_4079 .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_4079 .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_4079 .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_4079 .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_4079 .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_4079 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4079 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4079 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4079 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4079 .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 -- *//* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_4083 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_4083-tippyp-theme * {			    }.tippy-tooltip.stacks_in_4083-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_4083[x-placement^=top] .tippy-tooltip.stacks_in_4083-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_4083[x-placement^=bottom] .tippy-tooltip.stacks_in_4083-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_4083[x-placement^=left] .tippy-tooltip.stacks_in_4083-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_4083[x-placement^=right] .tippy-tooltip.stacks_in_4083-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.k1:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_4083 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_4083 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_4084 {
	width: 600px;
}
#stacks_in_4057 ul,#stacks_in_4057 ol,#stacks_in_4057 dl{list-style-position:inside}#stacks_in_4057 .float-top{overflow:hidden}#stacks_in_4057 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_4057 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_4057 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_4057 .float-text.justify{text-align:juAstify}#stacks_in_4057 .float-text.hyphenate{hyphens:auto}

#stacks_in_4057 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin: 5px 15px 0px 15px;
	padding: 0px 5px 0px 5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_4062swell{
		max-width: 300px;
	}
	.stacks_in_4062swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_4062 .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_4062 .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_4062 .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_4062 .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: 400px) {
	#stacks_in_4062 .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_4062 .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_4062 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4062 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4062 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4062 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4062 .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_4062 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* Start dooGrid stack each CSS code */.stacks_in_4026gridWrapper > div{	display: inline-block !important;	width: 25%;	-webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    vertical-align: top;    margin-top: 5px;    padding-right: 2.500000px;    padding-left: 2.500000px;}.stacks_in_4026gridWrapper{	margin-right: -2.500000px;    margin-left: -2.500000px;    margin-top: -5px;}@media all and (max-width: 1024px) {				.stacks_in_4026gridWrapper > div{		width: 33.333333%;	}	}@media all and (max-width: 768px) {				.stacks_in_4026gridWrapper > div{		width: 50%;	}		}@media all and (max-width: 480px) {				.stacks_in_4026gridWrapper > div{		width: 100%;	}	}/* End dooGrid stack each CSS code */
#stacks_in_4026 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	margin: 0px 15px 5px 15px;
	padding: 5px 5px 3px 5px;
}
/* Start dooGridChild stack each CSS code *//* End dooGridChild stack each CSS code *//* -- Start Swell Each css Template -- */

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

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

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


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


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

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

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

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

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

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

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


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


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

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

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

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

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

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

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


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


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

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

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

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

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

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

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


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


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

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

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

#stacks_in_4042 .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_4042 .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_4042 .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_4042 .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_4042 .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_4042 .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_4042 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4042 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4042 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4042 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4042 .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_3732.expd-card,
#stacks_in_3732.expd-card * {
  box-sizing: border-box;
}

#stacks_in_3732 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_3732.expd-card .click-all {
  height: 100%;
}

  #stacks_in_3732_wrap.wrap-expd-card {
   width: 360px;
  height: 200px;
   margin: 5px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_3732.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_3732.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
    color: rgba(0, 0, 0, 1.00);
     background: rgba(230, 230, 230, 1.00);
    height: 200px;
  width: 360px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 5px;
   
}

 #stacks_in_3732.expd-card a {
  text-decoration: none;
  background: transparent;
  color: rgba(128, 0, 2, 1.00);
}

#stacks_in_3732.expd-card a:hover {
  text-decoration: none;
  background: transparent;
  color: rgba(251, 2, 7, 1.00);
}

 #stacks_in_3732.expd-card * {
  pointer-events: none;
}

#stacks_in_3732.expd-card .expd-open,
#stacks_in_3732.expd-card [data-open='1'],
#stacks_in_3732.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_3732.expd-card h1,
#stacks_in_3732.expd-card h2,
#stacks_in_3732.expd-card h3,
#stacks_in_3732.expd-card h4,
#stacks_in_3732.expd-card h5,
#stacks_in_3732.expd-card h6 {
  font-family: inherit;
}

#stacks_in_3732.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: calc(100vw - 0px);
  height: calc(100vh - 0px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   border-radius: 0px;
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_3732.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_3732.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_3732.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   background: rgba(153, 153, 153, 1.00);
  color: rgba(128, 0, 2, 1.00);
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_3732.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_3732.expd-card .expd-card-button:hover,
#stacks_in_3732.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_3732.expd-card .expd-card-body-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.fixed-closestacks_in_3732 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  transition-delay: 700ms; 
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
    color: rgba(0, 0, 0, 1.00); 
     background: rgba(230, 230, 230, 1.00);
   border-radius: 4px;
}
.expd-body .fixed-closestacks_in_3732 {
  pointer-events: all;
  
}

#stacks_in_3732.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url();
  background-size: cover;
  background-position: center center;
}

#stacks_in_3732.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_3732.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_3732.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_3732.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_3732.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_3732.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_3732.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_3732.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_3732.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_3732.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_3732.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_3732.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_3732.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_3732.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_3732.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_3732.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_3732.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_3732.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_3732.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_3732.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_3732.expd-card.expd-active {
    top: 0.000000px;
    bottom: 0.000000px;
    left: 0.000000px;
    right: 0.000000px;
    width: calc(100vw - 0.000000px);
    height: calc(100vh - 0.000000px);
  }
}

#stacks_in_3733 ul,#stacks_in_3733 ol,#stacks_in_3733 dl{list-style-position:inside}#stacks_in_3733 .float-top{overflow:hidden}#stacks_in_3733 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3733 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3733 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3733 .float-text.justify{text-align:juAstify}#stacks_in_3733 .float-text.hyphenate{hyphens:auto}

#stacks_in_3733 {
	background-color: rgba(230, 230, 230, 1.00);
	border: solid rgba(179, 179, 179, 1.00);
	border-width: 1px 1px 0px 1px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 0px 5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3739swell{
		max-width: 300px;
	}
	.stacks_in_3739swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3739 .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_3739 .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_3739 .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_3739 .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: 400px) {
	#stacks_in_3739 .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_3739 .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_3739 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3739 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3739 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3739 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3739 .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_3739 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
 #stacks_in_3746 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_3746 hr.gradient{height:2px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_3746 hr.faded{height:2px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_3746 hr.dashed_fade{border-bottom:2px dashed #7E7E7E;background:#333333}#stacks_in_3746 hr.dotted_fade{border-bottom:2px dotted #7E7E7E;background:#333333}#stacks_in_3746 hr.dashed{border-bottom:2px dashed #333333}#stacks_in_3746 hr.dotted{border-bottom:2px dotted #7E7E7E}#stacks_in_3746 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_3746 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #333333}#stacks_in_3746 hr.cloudy:after{content:"\00a0"}#stacks_in_3746 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_3746 hr.inset_two{border-top:2px solid #CCCCCC;border-bottom:2px solid #333333}#stacks_in_3746 hr.inset_three{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_3746 hr.inset_four{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_3746 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_3746 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 2px 0;border-radius:20px}#stacks_in_3746 hr.glyph{padding:0;border:0;border-top:2px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_3746 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_3746 {
	background-color: rgba(230, 230, 230, 1.00);
	padding: 10px 10px 10px 10px;
}
/* Start dooMontage 2 stack each CSS code */.stacks_in_3747sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;opacity:.9;display:none;z-index:100006}.stacks_in_3747sl-wrapper{z-index:1000000}.stacks_in_3747sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.stacks_in_3747sl-wrapper button:hover{opacity:.7}.stacks_in_3747sl-wrapper .stacks_in_3747sl-close{display:none;position:fixed;right:30px;top:30px;z-index:100015;color:#fff}.stacks_in_3747sl-wrapper .stacks_in_3747sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:100015;color:#fff}.stacks_in_3747sl-wrapper .stacks_in_3747sl-navigation{width:100%;display:none}.stacks_in_3747sl-wrapper .stacks_in_3747sl-navigation button{position:fixed;top:50%;margin-top:-10px;height:30px;width:30px;line-height:30px;text-algin:center;display:block;z-index:100015}.stacks_in_3747sl-wrapper .stacks_in_3747sl-navigation button.stacks_in_3747sl-next{right:40px;color:#fff}.stacks_in_3747sl-wrapper .stacks_in_3747sl-navigation button.stacks_in_3747sl-prev{left:40px;color:#fff}.stacks_in_3747sl-wrapper .stacks_in_3747sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:1000000}.stacks_in_3747sl-wrapper .stacks_in_3747sl-image img{margin:0;padding:0;display:block}.stacks_in_3747sl-wrapper .stacks_in_3747sl-image .stacks_in_3747sl-caption{display:none;padding:10px;color:#fff;background:#000;opacity:0;position:absolute;bottom:0;left:0;right:0;-webkit-transition: opacity 300ms ease-out;-moz-transition: opacity 300ms ease-out;-o-transition: opacity 300ms ease-out;transition: opacity 300ms ease-out;}.stacks_in_3747sl-wrapper .stacks_in_3747sl-image .stacks_in_3747sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:100005}.stacks_in_3747sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:100007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}.stacks_in_3747sl-image:hover > .stacks_in_3747sl-caption{	opacity: 0.8;}.dooMasterImage, .jg-entry, .followMontageLink{-webkit-transform-style: preserve-3d;-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility: hidden;-webkit-font-smoothing: antialiased}#stacks_in_3747 .montageImageZoom { transition: all .2s ease-in-out; }#stacks_in_3747 .dooMasterImage:hover > .montageImageZoom {	-webkit-transform: scale(1.1);	transform: scale(1.1); }#stacks_in_3747Montage{	background: rgba(230, 230, 230, 1.00);	z-index: 100;}#stacks_in_3747 .montageImageTitle{	display: none;}.stacks_in_3747green{	background: #37332f;	color: #fff;	padding: 0 5px 0 5px;}.stacks_in_3747centerbox {	background-color: #ffffff;	-webkit-border-radius: 3px;	padding: 10px;	border: 1px solid #D3D3D3;}#stacks_in_3747 .montageImageTitle{	display: none !important;}/* End Edit Mode UI Style                  *//* ####################################### *//* %[endif]% *//* End dooMontage 2 stack each CSS code */
#stacks_in_3747 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding: 0px 10px 10px 10px;
}
/* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code */#stacks_in_3704 ul,#stacks_in_3704 ol,#stacks_in_3704 dl{list-style-position:inside}#stacks_in_3704 .float-top{overflow:hidden}#stacks_in_3704 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3704 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3704 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3704 .float-text.justify{text-align:juAstify}#stacks_in_3704 .float-text.hyphenate{hyphens:auto}

#stacks_in_3704 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 5px 15px 5px 15px;
	padding: 5px 5px 5px 5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3709swell{
		max-width: 300px;
	}
	.stacks_in_3709swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3709 .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_3709 .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_3709 .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_3709 .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: 400px) {
	#stacks_in_3709 .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_3709 .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_3709 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3709 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3709 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3709 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3709 .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_3709 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3712 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3712-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3712-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3712[x-placement^=top] .tippy-tooltip.stacks_in_3712-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3712[x-placement^=bottom] .tippy-tooltip.stacks_in_3712-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3712[x-placement^=left] .tippy-tooltip.stacks_in_3712-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3712[x-placement^=right] .tippy-tooltip.stacks_in_3712-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.mm2-1:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3712 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3712 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3713 {
	width: 600px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3717 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3717-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3717-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3717[x-placement^=top] .tippy-tooltip.stacks_in_3717-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3717[x-placement^=bottom] .tippy-tooltip.stacks_in_3717-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3717[x-placement^=left] .tippy-tooltip.stacks_in_3717-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3717[x-placement^=right] .tippy-tooltip.stacks_in_3717-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.mm1a-1:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3717 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3717 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3718 {
	width: 600px;
}
#stacks_in_3597.expd-card,
#stacks_in_3597.expd-card * {
  box-sizing: border-box;
}

#stacks_in_3597 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_3597.expd-card .click-all {
  height: 100%;
}

  #stacks_in_3597_wrap.wrap-expd-card {
   width: 360px;
  height: 200px;
   margin: 5px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_3597.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_3597.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
    color: rgba(0, 0, 0, 1.00);
     background: rgba(230, 230, 230, 1.00);
    height: 200px;
  width: 360px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 5px;
   
}

 #stacks_in_3597.expd-card a {
  text-decoration: none;
  background: transparent;
  color: rgba(128, 0, 2, 1.00);
}

#stacks_in_3597.expd-card a:hover {
  text-decoration: none;
  background: transparent;
  color: rgba(251, 2, 7, 1.00);
}

 #stacks_in_3597.expd-card * {
  pointer-events: none;
}

#stacks_in_3597.expd-card .expd-open,
#stacks_in_3597.expd-card [data-open='1'],
#stacks_in_3597.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_3597.expd-card h1,
#stacks_in_3597.expd-card h2,
#stacks_in_3597.expd-card h3,
#stacks_in_3597.expd-card h4,
#stacks_in_3597.expd-card h5,
#stacks_in_3597.expd-card h6 {
  font-family: inherit;
}

#stacks_in_3597.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: calc(100vw - 0px);
  height: calc(100vh - 0px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   border-radius: 0px;
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_3597.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_3597.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_3597.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   background: rgba(153, 153, 153, 1.00);
  color: rgba(128, 0, 2, 1.00);
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_3597.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_3597.expd-card .expd-card-button:hover,
#stacks_in_3597.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_3597.expd-card .expd-card-body-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.fixed-closestacks_in_3597 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  transition-delay: 700ms; 
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
    color: rgba(0, 0, 0, 1.00); 
     background: rgba(230, 230, 230, 1.00);
   border-radius: 4px;
}
.expd-body .fixed-closestacks_in_3597 {
  pointer-events: all;
  
}

#stacks_in_3597.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url();
  background-size: cover;
  background-position: center center;
}

#stacks_in_3597.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_3597.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_3597.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_3597.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_3597.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_3597.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_3597.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_3597.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_3597.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_3597.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_3597.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_3597.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_3597.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_3597.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_3597.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_3597.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_3597.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_3597.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_3597.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_3597.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_3597.expd-card.expd-active {
    top: 0.000000px;
    bottom: 0.000000px;
    left: 0.000000px;
    right: 0.000000px;
    width: calc(100vw - 0.000000px);
    height: calc(100vh - 0.000000px);
  }
}

#stacks_in_3598 ul,#stacks_in_3598 ol,#stacks_in_3598 dl{list-style-position:inside}#stacks_in_3598 .float-top{overflow:hidden}#stacks_in_3598 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3598 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3598 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3598 .float-text.justify{text-align:juAstify}#stacks_in_3598 .float-text.hyphenate{hyphens:auto}

#stacks_in_3598 {
	background-color: rgba(230, 230, 230, 1.00);
	border: solid rgba(179, 179, 179, 1.00);
	border-width: 1px 1px 0px 1px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 0px 5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3604swell{
		max-width: 300px;
	}
	.stacks_in_3604swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3604 .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_3604 .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_3604 .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_3604 .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: 400px) {
	#stacks_in_3604 .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_3604 .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_3604 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3604 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3604 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3604 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3604 .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_3604 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3650 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3650-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3650-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3650[x-placement^=top] .tippy-tooltip.stacks_in_3650-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3650[x-placement^=bottom] .tippy-tooltip.stacks_in_3650-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3650[x-placement^=left] .tippy-tooltip.stacks_in_3650-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3650[x-placement^=right] .tippy-tooltip.stacks_in_3650-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.alky1:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3650 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3650 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3651 {
	width: 600px;
}
 #stacks_in_3607 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_3607 hr.gradient{height:2px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_3607 hr.faded{height:2px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_3607 hr.dashed_fade{border-bottom:2px dashed #7E7E7E;background:#333333}#stacks_in_3607 hr.dotted_fade{border-bottom:2px dotted #7E7E7E;background:#333333}#stacks_in_3607 hr.dashed{border-bottom:2px dashed #333333}#stacks_in_3607 hr.dotted{border-bottom:2px dotted #7E7E7E}#stacks_in_3607 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_3607 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #333333}#stacks_in_3607 hr.cloudy:after{content:"\00a0"}#stacks_in_3607 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_3607 hr.inset_two{border-top:2px solid #CCCCCC;border-bottom:2px solid #333333}#stacks_in_3607 hr.inset_three{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_3607 hr.inset_four{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_3607 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_3607 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 2px 0;border-radius:20px}#stacks_in_3607 hr.glyph{padding:0;border:0;border-top:2px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_3607 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_3607 {
	background-color: rgba(230, 230, 230, 1.00);
	padding: 10px 10px 10px 10px;
}
/* Start dooMontage 2 stack each CSS code */.stacks_in_3608sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;opacity:.9;display:none;z-index:100006}.stacks_in_3608sl-wrapper{z-index:1000000}.stacks_in_3608sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.stacks_in_3608sl-wrapper button:hover{opacity:.7}.stacks_in_3608sl-wrapper .stacks_in_3608sl-close{display:none;position:fixed;right:30px;top:30px;z-index:100015;color:#fff}.stacks_in_3608sl-wrapper .stacks_in_3608sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:100015;color:#fff}.stacks_in_3608sl-wrapper .stacks_in_3608sl-navigation{width:100%;display:none}.stacks_in_3608sl-wrapper .stacks_in_3608sl-navigation button{position:fixed;top:50%;margin-top:-10px;height:30px;width:30px;line-height:30px;text-algin:center;display:block;z-index:100015}.stacks_in_3608sl-wrapper .stacks_in_3608sl-navigation button.stacks_in_3608sl-next{right:40px;color:#fff}.stacks_in_3608sl-wrapper .stacks_in_3608sl-navigation button.stacks_in_3608sl-prev{left:40px;color:#fff}.stacks_in_3608sl-wrapper .stacks_in_3608sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:1000000}.stacks_in_3608sl-wrapper .stacks_in_3608sl-image img{margin:0;padding:0;display:block}.stacks_in_3608sl-wrapper .stacks_in_3608sl-image .stacks_in_3608sl-caption{display:none;padding:10px;color:#fff;background:#000;opacity:0;position:absolute;bottom:0;left:0;right:0;-webkit-transition: opacity 300ms ease-out;-moz-transition: opacity 300ms ease-out;-o-transition: opacity 300ms ease-out;transition: opacity 300ms ease-out;}.stacks_in_3608sl-wrapper .stacks_in_3608sl-image .stacks_in_3608sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:100005}.stacks_in_3608sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:100007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}.stacks_in_3608sl-image:hover > .stacks_in_3608sl-caption{	opacity: 0.8;}.dooMasterImage, .jg-entry, .followMontageLink{-webkit-transform-style: preserve-3d;-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility: hidden;-webkit-font-smoothing: antialiased}#stacks_in_3608 .montageImageZoom { transition: all .2s ease-in-out; }#stacks_in_3608 .dooMasterImage:hover > .montageImageZoom {	-webkit-transform: scale(1.1);	transform: scale(1.1); }#stacks_in_3608Montage{	background: rgba(230, 230, 230, 1.00);	z-index: 100;}#stacks_in_3608 .montageImageTitle{	display: none;}.stacks_in_3608green{	background: #37332f;	color: #fff;	padding: 0 5px 0 5px;}.stacks_in_3608centerbox {	background-color: #ffffff;	-webkit-border-radius: 3px;	padding: 10px;	border: 1px solid #D3D3D3;}#stacks_in_3608 .montageImageTitle{	display: none !important;}/* End Edit Mode UI Style                  *//* ####################################### *//* %[endif]% *//* End dooMontage 2 stack each CSS code */
#stacks_in_3608 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding: 0px 10px 10px 10px;
}
/* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code */#stacks_in_2936 ul,#stacks_in_2936 ol,#stacks_in_2936 dl{list-style-position:inside}#stacks_in_2936 .float-top{overflow:hidden}#stacks_in_2936 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_2936 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_2936 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_2936 .float-text.justify{text-align:juAstify}#stacks_in_2936 .float-text.hyphenate{hyphens:auto}

#stacks_in_2936 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 5px 15px 5px 15px;
	padding: 5px 5px 5px 5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_2941swell{
		max-width: 300px;
	}
	.stacks_in_2941swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_2941 .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_2941 .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_2941 .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_2941 .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: 400px) {
	#stacks_in_2941 .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_2941 .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_2941 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_2941 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_2941 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_2941 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_2941 .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_2941 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3518 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3518-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3518-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3518[x-placement^=top] .tippy-tooltip.stacks_in_3518-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3518[x-placement^=bottom] .tippy-tooltip.stacks_in_3518-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3518[x-placement^=left] .tippy-tooltip.stacks_in_3518-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3518[x-placement^=right] .tippy-tooltip.stacks_in_3518-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.falkoa3:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3518 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3518 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3519 {
	width: 600px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3586 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3586-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3586-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3586[x-placement^=top] .tippy-tooltip.stacks_in_3586-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3586[x-placement^=bottom] .tippy-tooltip.stacks_in_3586-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3586[x-placement^=left] .tippy-tooltip.stacks_in_3586-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3586[x-placement^=right] .tippy-tooltip.stacks_in_3586-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.falkoa2:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3586 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3586 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3587 {
	width: 600px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3590 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3590-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3590-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3590[x-placement^=top] .tippy-tooltip.stacks_in_3590-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3590[x-placement^=bottom] .tippy-tooltip.stacks_in_3590-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3590[x-placement^=left] .tippy-tooltip.stacks_in_3590-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3590[x-placement^=right] .tippy-tooltip.stacks_in_3590-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.falcoa1:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3590 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3590 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3591 {
	width: 600px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3579 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3579-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3579-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3579[x-placement^=top] .tippy-tooltip.stacks_in_3579-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3579[x-placement^=bottom] .tippy-tooltip.stacks_in_3579-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3579[x-placement^=left] .tippy-tooltip.stacks_in_3579-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3579[x-placement^=right] .tippy-tooltip.stacks_in_3579-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.falko5:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3579 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3579 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack *//* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3554 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3554-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3554-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3554[x-placement^=top] .tippy-tooltip.stacks_in_3554-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3554[x-placement^=bottom] .tippy-tooltip.stacks_in_3554-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3554[x-placement^=left] .tippy-tooltip.stacks_in_3554-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3554[x-placement^=right] .tippy-tooltip.stacks_in_3554-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.falko4:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3554 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3554 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
.spacerStack {
	height: 2.00px;
}

#spacerStackstacks_in_3517 {
	height: 2.00px;
}




























@media print {
	#spacerStackstacks_in_3517 {
		display: none !important;
	}
}
#stacks_in_3509 ul,#stacks_in_3509 ol,#stacks_in_3509 dl{list-style-position:inside}#stacks_in_3509 .float-top{overflow:hidden}#stacks_in_3509 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3509 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3509 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3509 .float-text.justify{text-align:juAstify}#stacks_in_3509 .float-text.hyphenate{hyphens:auto}

#stacks_in_3509 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 5px 15px 5px 15px;
	padding: 5px 5px 5px 5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3514swell{
		max-width: 300px;
	}
	.stacks_in_3514swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3514 .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_3514 .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_3514 .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_3514 .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: 400px) {
	#stacks_in_3514 .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_3514 .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_3514 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3514 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3514 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3514 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3514 .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_3514 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3489 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3489-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3489-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3489[x-placement^=top] .tippy-tooltip.stacks_in_3489-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3489[x-placement^=bottom] .tippy-tooltip.stacks_in_3489-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3489[x-placement^=left] .tippy-tooltip.stacks_in_3489-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3489[x-placement^=right] .tippy-tooltip.stacks_in_3489-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.pru2:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3489 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3489 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack *//* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3493 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3493-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3493-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3493[x-placement^=top] .tippy-tooltip.stacks_in_3493-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3493[x-placement^=bottom] .tippy-tooltip.stacks_in_3493-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3493[x-placement^=left] .tippy-tooltip.stacks_in_3493-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3493[x-placement^=right] .tippy-tooltip.stacks_in_3493-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.pru3:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3493 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3493 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack *//* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3497 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3497-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3497-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3497[x-placement^=top] .tippy-tooltip.stacks_in_3497-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3497[x-placement^=bottom] .tippy-tooltip.stacks_in_3497-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3497[x-placement^=left] .tippy-tooltip.stacks_in_3497-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3497[x-placement^=right] .tippy-tooltip.stacks_in_3497-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.pru4:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3497 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3497 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack *//* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3504 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3504-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3504-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3504[x-placement^=top] .tippy-tooltip.stacks_in_3504-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3504[x-placement^=bottom] .tippy-tooltip.stacks_in_3504-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3504[x-placement^=left] .tippy-tooltip.stacks_in_3504-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3504[x-placement^=right] .tippy-tooltip.stacks_in_3504-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.pru5:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3504 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3504 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
.spacerStack {
	height: 2.00px;
}

#spacerStackstacks_in_3487 {
	height: 2.00px;
}




























@media print {
	#spacerStackstacks_in_3487 {
		display: none !important;
	}
}
#stacks_in_3297.expd-card,
#stacks_in_3297.expd-card * {
  box-sizing: border-box;
}

#stacks_in_3297 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_3297.expd-card .click-all {
  height: 100%;
}

  #stacks_in_3297_wrap.wrap-expd-card {
   width: 360px;
  height: 200px;
   margin: 5px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_3297.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_3297.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
    color: rgba(0, 0, 0, 1.00);
     background: rgba(230, 230, 230, 1.00);
    height: 200px;
  width: 360px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 5px;
   
}

 #stacks_in_3297.expd-card a {
  text-decoration: none;
  background: transparent;
  color: rgba(128, 0, 2, 1.00);
}

#stacks_in_3297.expd-card a:hover {
  text-decoration: none;
  background: transparent;
  color: rgba(251, 2, 7, 1.00);
}

 #stacks_in_3297.expd-card * {
  pointer-events: none;
}

#stacks_in_3297.expd-card .expd-open,
#stacks_in_3297.expd-card [data-open='1'],
#stacks_in_3297.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_3297.expd-card h1,
#stacks_in_3297.expd-card h2,
#stacks_in_3297.expd-card h3,
#stacks_in_3297.expd-card h4,
#stacks_in_3297.expd-card h5,
#stacks_in_3297.expd-card h6 {
  font-family: inherit;
}

#stacks_in_3297.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: calc(100vw - 0px);
  height: calc(100vh - 0px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   border-radius: 0px;
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_3297.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_3297.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_3297.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   background: rgba(153, 153, 153, 1.00);
  color: rgba(128, 0, 2, 1.00);
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_3297.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_3297.expd-card .expd-card-button:hover,
#stacks_in_3297.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_3297.expd-card .expd-card-body-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.fixed-closestacks_in_3297 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  transition-delay: 700ms; 
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
    color: rgba(0, 0, 0, 1.00); 
     background: rgba(230, 230, 230, 1.00);
   border-radius: 4px;
}
.expd-body .fixed-closestacks_in_3297 {
  pointer-events: all;
  
}

#stacks_in_3297.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url();
  background-size: cover;
  background-position: center center;
}

#stacks_in_3297.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_3297.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_3297.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_3297.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_3297.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_3297.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_3297.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_3297.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_3297.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_3297.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_3297.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_3297.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_3297.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_3297.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_3297.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_3297.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_3297.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_3297.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_3297.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_3297.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_3297.expd-card.expd-active {
    top: 0.000000px;
    bottom: 0.000000px;
    left: 0.000000px;
    right: 0.000000px;
    width: calc(100vw - 0.000000px);
    height: calc(100vh - 0.000000px);
  }
}

#stacks_in_3299 ul,#stacks_in_3299 ol,#stacks_in_3299 dl{list-style-position:inside}#stacks_in_3299 .float-top{overflow:hidden}#stacks_in_3299 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3299 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3299 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3299 .float-text.justify{text-align:juAstify}#stacks_in_3299 .float-text.hyphenate{hyphens:auto}

#stacks_in_3299 {
	background-color: rgba(230, 230, 230, 1.00);
	border: solid rgba(179, 179, 179, 1.00);
	border-width: 1px 1px 0px 1px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 0px 5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3305swell{
		max-width: 300px;
	}
	.stacks_in_3305swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3305 .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_3305 .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_3305 .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_3305 .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: 400px) {
	#stacks_in_3305 .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_3305 .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_3305 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3305 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3305 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3305 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3305 .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_3305 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
 #stacks_in_3308 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_3308 hr.gradient{height:2px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_3308 hr.faded{height:2px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_3308 hr.dashed_fade{border-bottom:2px dashed #7E7E7E;background:#333333}#stacks_in_3308 hr.dotted_fade{border-bottom:2px dotted #7E7E7E;background:#333333}#stacks_in_3308 hr.dashed{border-bottom:2px dashed #333333}#stacks_in_3308 hr.dotted{border-bottom:2px dotted #7E7E7E}#stacks_in_3308 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_3308 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #333333}#stacks_in_3308 hr.cloudy:after{content:"\00a0"}#stacks_in_3308 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_3308 hr.inset_two{border-top:2px solid #CCCCCC;border-bottom:2px solid #333333}#stacks_in_3308 hr.inset_three{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_3308 hr.inset_four{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_3308 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_3308 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 2px 0;border-radius:20px}#stacks_in_3308 hr.glyph{padding:0;border:0;border-top:2px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_3308 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_3308 {
	background-color: rgba(230, 230, 230, 1.00);
	padding: 10px 10px 10px 10px;
}
/* Start dooMontage 2 stack each CSS code */.stacks_in_3309sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;opacity:.9;display:none;z-index:100006}.stacks_in_3309sl-wrapper{z-index:1000000}.stacks_in_3309sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.stacks_in_3309sl-wrapper button:hover{opacity:.7}.stacks_in_3309sl-wrapper .stacks_in_3309sl-close{display:none;position:fixed;right:30px;top:30px;z-index:100015;color:#fff}.stacks_in_3309sl-wrapper .stacks_in_3309sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:100015;color:#fff}.stacks_in_3309sl-wrapper .stacks_in_3309sl-navigation{width:100%;display:none}.stacks_in_3309sl-wrapper .stacks_in_3309sl-navigation button{position:fixed;top:50%;margin-top:-10px;height:30px;width:30px;line-height:30px;text-algin:center;display:block;z-index:100015}.stacks_in_3309sl-wrapper .stacks_in_3309sl-navigation button.stacks_in_3309sl-next{right:40px;color:#fff}.stacks_in_3309sl-wrapper .stacks_in_3309sl-navigation button.stacks_in_3309sl-prev{left:40px;color:#fff}.stacks_in_3309sl-wrapper .stacks_in_3309sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:1000000}.stacks_in_3309sl-wrapper .stacks_in_3309sl-image img{margin:0;padding:0;display:block}.stacks_in_3309sl-wrapper .stacks_in_3309sl-image .stacks_in_3309sl-caption{display:none;padding:10px;color:#fff;background:#000;opacity:0;position:absolute;bottom:0;left:0;right:0;-webkit-transition: opacity 300ms ease-out;-moz-transition: opacity 300ms ease-out;-o-transition: opacity 300ms ease-out;transition: opacity 300ms ease-out;}.stacks_in_3309sl-wrapper .stacks_in_3309sl-image .stacks_in_3309sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:100005}.stacks_in_3309sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:100007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}.stacks_in_3309sl-image:hover > .stacks_in_3309sl-caption{	opacity: 0.8;}.dooMasterImage, .jg-entry, .followMontageLink{-webkit-transform-style: preserve-3d;-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility: hidden;-webkit-font-smoothing: antialiased}#stacks_in_3309 .montageImageZoom { transition: all .2s ease-in-out; }#stacks_in_3309 .dooMasterImage:hover > .montageImageZoom {	-webkit-transform: scale(1.1);	transform: scale(1.1); }#stacks_in_3309Montage{	background: rgba(230, 230, 230, 1.00);	z-index: 100;}#stacks_in_3309 .montageImageTitle{	display: none;}.stacks_in_3309green{	background: #37332f;	color: #fff;	padding: 0 5px 0 5px;}.stacks_in_3309centerbox {	background-color: #ffffff;	-webkit-border-radius: 3px;	padding: 10px;	border: 1px solid #D3D3D3;}#stacks_in_3309 .montageImageTitle{	display: none !important;}/* End Edit Mode UI Style                  *//* ####################################### *//* %[endif]% *//* End dooMontage 2 stack each CSS code */
#stacks_in_3309 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding: 0px 10px 10px 10px;
}
/* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3440 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3440-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3440-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3440[x-placement^=top] .tippy-tooltip.stacks_in_3440-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3440[x-placement^=bottom] .tippy-tooltip.stacks_in_3440-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3440[x-placement^=left] .tippy-tooltip.stacks_in_3440-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3440[x-placement^=right] .tippy-tooltip.stacks_in_3440-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.p35:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3440 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3440 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
.spacerStack {
	height: 2.00px;
}

#spacerStackstacks_in_3441 {
	height: 2.00px;
}




























@media print {
	#spacerStackstacks_in_3441 {
		display: none !important;
	}
}
#stacks_in_3387.expd-card,
#stacks_in_3387.expd-card * {
  box-sizing: border-box;
}

#stacks_in_3387 .expd-truncate {
  position: relative;
  display: inline-block;
  width: 100%;
}

 #stacks_in_3387.expd-card .click-all {
  height: 100%;
}

  #stacks_in_3387_wrap.wrap-expd-card {
   width: 360px;
  height: 200px;
   margin: 5px auto;
  max-width: 100%;
  position: relative;
}

#stacks_in_3387.expd-card.fadeIn {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}

#stacks_in_3387.expd-card {
  font-family: inherit;
  text-align: left;
  will-change: top, left, right, bottom;
    color: rgba(0, 0, 0, 1.00);
     background: rgba(230, 230, 230, 1.00);
    height: 200px;
  width: 360px;
  visibility: hidden;
   border: 0px solid #ccc;
  overflow: hidden;
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  border-radius: 5px;
   
}

 #stacks_in_3387.expd-card a {
  text-decoration: none;
  background: transparent;
  color: rgba(128, 0, 2, 1.00);
}

#stacks_in_3387.expd-card a:hover {
  text-decoration: none;
  background: transparent;
  color: rgba(251, 2, 7, 1.00);
}

 #stacks_in_3387.expd-card * {
  pointer-events: none;
}

#stacks_in_3387.expd-card .expd-open,
#stacks_in_3387.expd-card [data-open='1'],
#stacks_in_3387.expd-card.expd-active * {
  pointer-events: all;
}

 #stacks_in_3387.expd-card h1,
#stacks_in_3387.expd-card h2,
#stacks_in_3387.expd-card h3,
#stacks_in_3387.expd-card h4,
#stacks_in_3387.expd-card h5,
#stacks_in_3387.expd-card h6 {
  font-family: inherit;
}

#stacks_in_3387.expd-card.expd-active {
  position: fixed;
  z-index: 99;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: calc(100vw - 0px);
  height: calc(100vh - 0px);
  overflow: scroll;
  overflow-x: hidden;
  border: 0px solid transparent;
  box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.4);
   border-radius: 0px;
   -webkit-transform-origin: center center;
  transform-origin: center center;
  margin: 0;
  transform: scale(1);
}

#stacks_in_3387.expd-card [data-close='1'] {
  display: none;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_3387.expd-card [data-open='1'] {
  display: block;
  cursor: pointer;
  z-index: 199;
}

#stacks_in_3387.expd-card .expd-card-button {
  background: #CCCCCC;
  color: #676767;
   background: rgba(153, 153, 153, 1.00);
  color: rgba(128, 0, 2, 1.00);
   display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, .2);
  transition: 300ms all linear;
  cursor: pointer;
}

#stacks_in_3387.expd-card .expd-card-button[data-open='1'] {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 4px;
}

#stacks_in_3387.expd-card .expd-card-button:hover,
#stacks_in_3387.expd-card .expd-card-button[data-open='1']:hover {
  opacity: .8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#stacks_in_3387.expd-card .expd-card-body-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.fixed-closestacks_in_3387 {
  display: block;
  pointer-events: none;
  transition: opacity 300ms linear;
  
  transition-delay: 700ms; 
  
  opacity: 0;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
    color: rgba(0, 0, 0, 1.00); 
     background: rgba(230, 230, 230, 1.00);
   border-radius: 4px;
}
.expd-body .fixed-closestacks_in_3387 {
  pointer-events: all;
  
}

#stacks_in_3387.expd-card .expd-card-body-wrap .expd-card-img {
  height: 0px;
  padding-bottom: 56.25%;
  background-color: #bbb;
  background-image: url();
  background-size: cover;
  background-position: center center;
}

#stacks_in_3387.expd-card .expd-card-body-wrap .expd-card-content {
  padding: 18px 16px;
  position: relative;
  perspective: 1200;
}

#stacks_in_3387.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  padding: 20px 20px;
}

#stacks_in_3387.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 40px;
  background: rgba(88, 236, 88, 1.00);
  right: 20px;
  top: -20px;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
  text-align: center;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  transition: all ease 300ms;
}

#stacks_in_3387.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3);
}

#stacks_in_3387.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle:active {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.6);
  transition: all ease 100ms;
}

#stacks_in_3387.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa {
  line-height: 34px;
  position: absolute;
  width: 34px;
  height: 34px;
  font-size: 24px;
  top: 0;
  left: 0;
  text-align: center;
}

#stacks_in_3387.expd-card .expd-card-body-wrap .expd-card-content {
  font-size: 12px;
}

#stacks_in_3387.expd-card .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  color: rgba(66, 66, 66, 1.00);
  font-size: 20px;
  line-height: 26px;
  margin: 0;
}

#stacks_in_3387.expd-card .expd-card-body-wrap .expd-card-content .expd-heading strong {
  color: rgba(88, 88, 88, 1.00);
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

#stacks_in_3387.expd-card .expd-card-body-wrap .expd-card-content p {
  margin: 10px 0px;
}

#stacks_in_3387.expd-card.expd-active .expd-card-body-wrap .expd-card-content {
  font-size: 16px;
  line-height: 22px;
}

#stacks_in_3387.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading h2 {
  font-size: 26px;
  line-height: 32px;
}

#stacks_in_3387.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-heading strong {
  font-size: 20px;
  margin: 5px 0px 20px 0px;
}

.expd-body {
  overflow: hidden;
}

#stacks_in_3387.expd-card.expd-pre-anim {
  position: fixed;
  z-index: 99;
}

#stacks_in_3387.expd-card.expd-active [data-close='1'] {
  display: inline-block;
}

#stacks_in_3387.expd-card.expd-active .expd-open[data-open='1'] {
  display: block;
  cursor: auto;
}

#stacks_in_3387.expd-card.expd-active .expd-card-button[data-open='1'] {
  display: none;
}

#stacks_in_3387.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle {
  background: rgba(236, 88, 88, 1.00);
  color: rgba(255, 255, 255, 1.00);
  border: 3px solid rgba(255, 255, 255, 1.00);
}

#stacks_in_3387.expd-card .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  line-height: 34px;
}

#stacks_in_3387.expd-card.expd-active .expd-card-body-wrap .expd-card-content .expd-card-toggle i.fa.fa-plus:before {
  content: "\f00d";
}

   @media all and (max-width: 600px) {
  #stacks_in_3387.expd-card.expd-active {
    top: 0.000000px;
    bottom: 0.000000px;
    left: 0.000000px;
    right: 0.000000px;
    width: calc(100vw - 0.000000px);
    height: calc(100vh - 0.000000px);
  }
}

#stacks_in_3388 ul,#stacks_in_3388 ol,#stacks_in_3388 dl{list-style-position:inside}#stacks_in_3388 .float-top{overflow:hidden}#stacks_in_3388 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3388 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3388 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3388 .float-text.justify{text-align:juAstify}#stacks_in_3388 .float-text.hyphenate{hyphens:auto}

#stacks_in_3388 {
	background-color: rgba(230, 230, 230, 1.00);
	border: solid rgba(179, 179, 179, 1.00);
	border-width: 1px 1px 0px 1px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 0px 5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3394swell{
		max-width: 300px;
	}
	.stacks_in_3394swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3394 .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_3394 .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_3394 .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_3394 .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: 400px) {
	#stacks_in_3394 .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_3394 .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_3394 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3394 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3394 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3394 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3394 .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_3394 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
 #stacks_in_3397 hr{border:0;height:0;width:100%;margin:0;padding:0}#stacks_in_3397 hr.gradient{height:2px;background:#333;background-image:-webkit-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-moz-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-ms-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:-o-linear-gradient(left,#CCCCCC,#333333,#CCCCCC);background-image:linear-gradient(left,#CCCCCC,#333333,#CCCCCC)}#stacks_in_3397 hr.faded{height:2px;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0))}#stacks_in_3397 hr.dashed_fade{border-bottom:2px dashed #7E7E7E;background:#333333}#stacks_in_3397 hr.dotted_fade{border-bottom:2px dotted #7E7E7E;background:#333333}#stacks_in_3397 hr.dashed{border-bottom:2px dashed #333333}#stacks_in_3397 hr.dotted{border-bottom:2px dotted #7E7E7E}#stacks_in_3397 hr.shadow{height:2px;box-shadow:inset 0 2px 2px -2px rgba(0,0,0,0.5)}#stacks_in_3397 hr.cloudy{margin:2px 0;box-shadow:0 0 2px 1px #333333}#stacks_in_3397 hr.cloudy:after{content:"\00a0"}#stacks_in_3397 hr.inset{border-top:2px solid rgba(0,0,0,0.1);border-bottom:2px solid rgba(255,255,255,0.3)}#stacks_in_3397 hr.inset_two{border-top:2px solid #CCCCCC;border-bottom:2px solid #333333}#stacks_in_3397 hr.inset_three{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_3397 hr.inset_four{border-top:2px solid #333333;border-bottom:2px solid #CCCCCC}#stacks_in_3397 hr.flared{height:30px;border-style:solid;border-color:#333333;border-width:2px 0 0 0;border-radius:20px;margin-top:12px}#stacks_in_3397 hr.flared:before{display:block;content:"";height:30px;margin-top:-31px;border-style:solid;border-color:#333333;border-width:0 0 2px 0;border-radius:20px}#stacks_in_3397 hr.glyph{padding:0;border:0;border-top:2px double #333333;color:#333333;text-align:center;margin:1em 0}#stacks_in_3397 hr.glyph:after{content:"§";display:inline-block;position:relative;top:-0.00em;font-size:1.5em;padding:0 .25em;background:#FFFFFF} 

#stacks_in_3397 {
	background-color: rgba(230, 230, 230, 1.00);
	padding: 10px 10px 10px 10px;
}
/* Start dooMontage 2 stack each CSS code */.stacks_in_3398sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;opacity:.9;display:none;z-index:100006}.stacks_in_3398sl-wrapper{z-index:1000000}.stacks_in_3398sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.stacks_in_3398sl-wrapper button:hover{opacity:.7}.stacks_in_3398sl-wrapper .stacks_in_3398sl-close{display:none;position:fixed;right:30px;top:30px;z-index:100015;color:#fff}.stacks_in_3398sl-wrapper .stacks_in_3398sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:100015;color:#fff}.stacks_in_3398sl-wrapper .stacks_in_3398sl-navigation{width:100%;display:none}.stacks_in_3398sl-wrapper .stacks_in_3398sl-navigation button{position:fixed;top:50%;margin-top:-10px;height:30px;width:30px;line-height:30px;text-algin:center;display:block;z-index:100015}.stacks_in_3398sl-wrapper .stacks_in_3398sl-navigation button.stacks_in_3398sl-next{right:40px;color:#fff}.stacks_in_3398sl-wrapper .stacks_in_3398sl-navigation button.stacks_in_3398sl-prev{left:40px;color:#fff}.stacks_in_3398sl-wrapper .stacks_in_3398sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:1000000}.stacks_in_3398sl-wrapper .stacks_in_3398sl-image img{margin:0;padding:0;display:block}.stacks_in_3398sl-wrapper .stacks_in_3398sl-image .stacks_in_3398sl-caption{display:none;padding:10px;color:#fff;background:#000;opacity:0;position:absolute;bottom:0;left:0;right:0;-webkit-transition: opacity 300ms ease-out;-moz-transition: opacity 300ms ease-out;-o-transition: opacity 300ms ease-out;transition: opacity 300ms ease-out;}.stacks_in_3398sl-wrapper .stacks_in_3398sl-image .stacks_in_3398sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:100005}.stacks_in_3398sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:100007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}.stacks_in_3398sl-image:hover > .stacks_in_3398sl-caption{	opacity: 0.8;}.dooMasterImage, .jg-entry, .followMontageLink{-webkit-transform-style: preserve-3d;-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility: hidden;-webkit-font-smoothing: antialiased}#stacks_in_3398 .montageImageZoom { transition: all .2s ease-in-out; }#stacks_in_3398 .dooMasterImage:hover > .montageImageZoom {	-webkit-transform: scale(1.1);	transform: scale(1.1); }#stacks_in_3398Montage{	background: rgba(230, 230, 230, 1.00);	z-index: 100;}#stacks_in_3398 .montageImageTitle{	display: none;}.stacks_in_3398green{	background: #37332f;	color: #fff;	padding: 0 5px 0 5px;}.stacks_in_3398centerbox {	background-color: #ffffff;	-webkit-border-radius: 3px;	padding: 10px;	border: 1px solid #D3D3D3;}#stacks_in_3398 .montageImageTitle{	display: none !important;}/* End Edit Mode UI Style                  *//* ####################################### *//* %[endif]% *//* End dooMontage 2 stack each CSS code */
#stacks_in_3398 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding: 0px 10px 10px 10px;
}
/* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* Start dooMontageImage stack each CSS code *//* Edit Mode UI Style                      *//* ####################################### *//* End dooMontageImage stack each CSS code *//* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3382 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3382-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3382-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3382[x-placement^=top] .tippy-tooltip.stacks_in_3382-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3382[x-placement^=bottom] .tippy-tooltip.stacks_in_3382-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3382[x-placement^=left] .tippy-tooltip.stacks_in_3382-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3382[x-placement^=right] .tippy-tooltip.stacks_in_3382-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.alula1:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3382 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3382 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
.spacerStack {
	height: 2.00px;
}

#spacerStackstacks_in_3298 {
	height: 2.00px;
}




























@media print {
	#spacerStackstacks_in_3298 {
		display: none !important;
	}
}
#stacks_in_3475 ul,#stacks_in_3475 ol,#stacks_in_3475 dl{list-style-position:inside}#stacks_in_3475 .float-top{overflow:hidden}#stacks_in_3475 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3475 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3475 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3475 .float-text.justify{text-align:juAstify}#stacks_in_3475 .float-text.hyphenate{hyphens:auto}

#stacks_in_3475 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 5px 15px 5px 15px;
	padding: 5px 5px 5px 5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3480swell{
		max-width: 300px;
	}
	.stacks_in_3480swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3480 .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_3480 .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_3480 .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_3480 .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: 400px) {
	#stacks_in_3480 .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_3480 .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_3480 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3480 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3480 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3480 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3480 .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_3480 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_2970 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_2970-tippyp-theme * {			    }.tippy-tooltip.stacks_in_2970-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_2970[x-placement^=top] .tippy-tooltip.stacks_in_2970-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_2970[x-placement^=bottom] .tippy-tooltip.stacks_in_2970-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_2970[x-placement^=left] .tippy-tooltip.stacks_in_2970-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_2970[x-placement^=right] .tippy-tooltip.stacks_in_2970-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.uhu2:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_2970 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_2970 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack *//* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_2975 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_2975-tippyp-theme * {			    }.tippy-tooltip.stacks_in_2975-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_2975[x-placement^=top] .tippy-tooltip.stacks_in_2975-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_2975[x-placement^=bottom] .tippy-tooltip.stacks_in_2975-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_2975[x-placement^=left] .tippy-tooltip.stacks_in_2975-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_2975[x-placement^=right] .tippy-tooltip.stacks_in_2975-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.uhu3:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_2975 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_2975 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack *//* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_2979 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_2979-tippyp-theme * {			    }.tippy-tooltip.stacks_in_2979-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_2979[x-placement^=top] .tippy-tooltip.stacks_in_2979-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_2979[x-placement^=bottom] .tippy-tooltip.stacks_in_2979-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_2979[x-placement^=left] .tippy-tooltip.stacks_in_2979-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_2979[x-placement^=right] .tippy-tooltip.stacks_in_2979-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.uhu4:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_2979 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_2979 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */#stacks_out_517 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_517 {
  box-shadow: none;
}
#stacks_in_517, [tag="slice"] #stacks_in_517 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 15px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_517 > * {
  margin-bottom: 0px;
  margin-right: 15px;
}
@supports (display: grid) {
  #stacks_in_517 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_517.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */
#stacks_out_503 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_503 {
  box-shadow: none;
}
#stacks_in_503, [tag="slice"] #stacks_in_503 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 15px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_503 > * {
  margin-bottom: 0px;
  margin-right: 15px;
}
@supports (display: grid) {
  #stacks_in_503 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_503.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_503 {
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  5px;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

#stacks_in_675 .jspContainer
{
	overflow: hidden;
	position: relative;
}

#stacks_in_675 .jspPane
{
	position: absolute;
}

#stacks_in_675 .jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
}

#stacks_in_675 .jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

#stacks_in_675 .jspVerticalBar *,
#stacks_in_675 .jspHorizontalBar *
{
	margin: 0;
	padding: 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#stacks_in_675 .jspCap
{
	display: none;
}

#stacks_in_675 .jspHorizontalBar .jspCap
{
	float: left;
}

#stacks_in_675 .jspTrack
{
	background: #CCCCCC;
	/**/
	position: relative;
}

#stacks_in_675 .jspDrag
{
	background: #000000;
	/**/
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#stacks_in_675 .jspHorizontalBar .jspTrack,
#stacks_in_675 .jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}



#stacks_in_675 .jspArrow
{	
	text-indent: -20000px;
	display: block;
	cursor: pointer;

}

#stacks_in_675 .jspArrow:hover
{
	background-color:#AAAAAA;
}

#stacks_in_675 .jspArrow.jspDisabled
{
	cursor: default;
}

#stacks_in_675 .jspArrowUp{
	background-color:transparent;
	background:   no-repeat;
}
#stacks_in_675 .jspArrowDown{
	background-color:transparent;
	background:   no-repeat;
}
#stacks_in_675 .jspArrowRight{
	background-color:transparent;
	/*background:  url() no-repeat;*/
}
#stacks_in_675 .jspArrowLeft{
	background-color:transparent;
	/*background:  url() no-repeat;*/
}
#stacks_in_675 .jspArrowUp:hover{

	background:    no-repeat;
}
#stacks_in_675 .jspArrowDown:hover{

	background:    no-repeat;
}
#stacks_in_675 .jspArrowRight:hover{

	/*background: #AAAAAA url() no-repeat;*/
}
#stacks_in_675 .jspArrowLeft:hover{

	/*background: #AAAAAA url() no-repeat;*/
}

#stacks_in_675 .jspVerticalBar .jspArrow
{
	height:5px;
	width:10px;
}

#stacks_in_675 .jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}



#stacks_in_675 .jspVerticalBar .jspArrow:focus
{
	outline: none;
}

#stacks_in_675 .jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
#stacks_in_675 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
#stacks_in_3879 ul,#stacks_in_3879 ol,#stacks_in_3879 dl{list-style-position:inside}#stacks_in_3879 .float-top{overflow:hidden}#stacks_in_3879 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3879 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3879 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3879 .float-text.justify{text-align:juAstify}#stacks_in_3879 .float-text.hyphenate{hyphens:auto}

#stacks_in_3879 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3884swell{
		max-width: 300px;
	}
	.stacks_in_3884swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3884 .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_3884 .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_3884 .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_3884 .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: 400px) {
	#stacks_in_3884 .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_3884 .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_3884 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3884 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3884 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3884 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3884 .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_3884 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_4117 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_4117-tippyp-theme * {			    }.tippy-tooltip.stacks_in_4117-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_4117[x-placement^=top] .tippy-tooltip.stacks_in_4117-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_4117[x-placement^=bottom] .tippy-tooltip.stacks_in_4117-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_4117[x-placement^=left] .tippy-tooltip.stacks_in_4117-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_4117[x-placement^=right] .tippy-tooltip.stacks_in_4117-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.vs2:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_4117 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_4117 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_4118 {
	width: 600px;
}
#stacks_in_4109 ul,#stacks_in_4109 ol,#stacks_in_4109 dl{list-style-position:inside}#stacks_in_4109 .float-top{overflow:hidden}#stacks_in_4109 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_4109 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_4109 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_4109 .float-text.justify{text-align:juAstify}#stacks_in_4109 .float-text.hyphenate{hyphens:auto}

#stacks_in_4109 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_4114swell{
		max-width: 300px;
	}
	.stacks_in_4114swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_4114 .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_4114 .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_4114 .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_4114 .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: 400px) {
	#stacks_in_4114 .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_4114 .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_4114 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4114 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4114 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4114 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4114 .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_4114 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
#stacks_in_4101 ul,#stacks_in_4101 ol,#stacks_in_4101 dl{list-style-position:inside}#stacks_in_4101 .float-top{overflow:hidden}#stacks_in_4101 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_4101 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_4101 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_4101 .float-text.justify{text-align:juAstify}#stacks_in_4101 .float-text.hyphenate{hyphens:auto}

#stacks_in_4101 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_4106swell{
		max-width: 300px;
	}
	.stacks_in_4106swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_4106 .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_4106 .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_4106 .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_4106 .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: 400px) {
	#stacks_in_4106 .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_4106 .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_4106 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4106 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4106 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4106 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4106 .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_4106 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_4096 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_4096-tippyp-theme * {			    }.tippy-tooltip.stacks_in_4096-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_4096[x-placement^=top] .tippy-tooltip.stacks_in_4096-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_4096[x-placement^=bottom] .tippy-tooltip.stacks_in_4096-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_4096[x-placement^=left] .tippy-tooltip.stacks_in_4096-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_4096[x-placement^=right] .tippy-tooltip.stacks_in_4096-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.F2:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_4096 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_4096 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_4097 {
	width: 600px;
}
#stacks_in_4088 ul,#stacks_in_4088 ol,#stacks_in_4088 dl{list-style-position:inside}#stacks_in_4088 .float-top{overflow:hidden}#stacks_in_4088 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_4088 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_4088 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_4088 .float-text.justify{text-align:juAstify}#stacks_in_4088 .float-text.hyphenate{hyphens:auto}

#stacks_in_4088 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_4093swell{
		max-width: 300px;
	}
	.stacks_in_4093swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_4093 .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_4093 .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_4093 .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_4093 .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: 400px) {
	#stacks_in_4093 .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_4093 .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_4093 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4093 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4093 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4093 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4093 .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_4093 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_4052 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_4052-tippyp-theme * {			    }.tippy-tooltip.stacks_in_4052-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_4052[x-placement^=top] .tippy-tooltip.stacks_in_4052-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_4052[x-placement^=bottom] .tippy-tooltip.stacks_in_4052-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_4052[x-placement^=left] .tippy-tooltip.stacks_in_4052-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_4052[x-placement^=right] .tippy-tooltip.stacks_in_4052-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.t2:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_4052 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_4052 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_4053 {
	width: 600px;
}
#stacks_in_4044 ul,#stacks_in_4044 ol,#stacks_in_4044 dl{list-style-position:inside}#stacks_in_4044 .float-top{overflow:hidden}#stacks_in_4044 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_4044 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_4044 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_4044 .float-text.justify{text-align:juAstify}#stacks_in_4044 .float-text.hyphenate{hyphens:auto}

#stacks_in_4044 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_4049swell{
		max-width: 300px;
	}
	.stacks_in_4049swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_4049 .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_4049 .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_4049 .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_4049 .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: 400px) {
	#stacks_in_4049 .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_4049 .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_4049 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_4049 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_4049 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_4049 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_4049 .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_4049 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3887 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3887-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3887-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3887[x-placement^=top] .tippy-tooltip.stacks_in_3887-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3887[x-placement^=bottom] .tippy-tooltip.stacks_in_3887-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3887[x-placement^=left] .tippy-tooltip.stacks_in_3887-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3887[x-placement^=right] .tippy-tooltip.stacks_in_3887-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.v5a:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3887 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3887 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3888 {
	width: 600px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3892 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3892-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3892-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3892[x-placement^=top] .tippy-tooltip.stacks_in_3892-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3892[x-placement^=bottom] .tippy-tooltip.stacks_in_3892-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3892[x-placement^=left] .tippy-tooltip.stacks_in_3892-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3892[x-placement^=right] .tippy-tooltip.stacks_in_3892-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.v5b:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3892 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3892 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3893 {
	width: 600px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3896 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3896-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3896-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3896[x-placement^=top] .tippy-tooltip.stacks_in_3896-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3896[x-placement^=bottom] .tippy-tooltip.stacks_in_3896-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3896[x-placement^=left] .tippy-tooltip.stacks_in_3896-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3896[x-placement^=right] .tippy-tooltip.stacks_in_3896-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.v5c:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3896 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3896 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3897 {
	width: 600px;
}
#stacks_in_3655 ul,#stacks_in_3655 ol,#stacks_in_3655 dl{list-style-position:inside}#stacks_in_3655 .float-top{overflow:hidden}#stacks_in_3655 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3655 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3655 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3655 .float-text.justify{text-align:juAstify}#stacks_in_3655 .float-text.hyphenate{hyphens:auto}

#stacks_in_3655 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3660swell{
		max-width: 300px;
	}
	.stacks_in_3660swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3660 .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_3660 .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_3660 .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_3660 .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: 400px) {
	#stacks_in_3660 .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_3660 .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_3660 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3660 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3660 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3660 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3660 .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_3660 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3874 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3874-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3874-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3874[x-placement^=top] .tippy-tooltip.stacks_in_3874-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3874[x-placement^=bottom] .tippy-tooltip.stacks_in_3874-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3874[x-placement^=left] .tippy-tooltip.stacks_in_3874-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3874[x-placement^=right] .tippy-tooltip.stacks_in_3874-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.preupnd:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3874 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3874 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3875 {
	width: 600px;
}
#stacks_in_3866 ul,#stacks_in_3866 ol,#stacks_in_3866 dl{list-style-position:inside}#stacks_in_3866 .float-top{overflow:hidden}#stacks_in_3866 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3866 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3866 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3866 .float-text.justify{text-align:juAstify}#stacks_in_3866 .float-text.hyphenate{hyphens:auto}

#stacks_in_3866 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3871swell{
		max-width: 300px;
	}
	.stacks_in_3871swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3871 .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_3871 .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_3871 .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_3871 .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: 400px) {
	#stacks_in_3871 .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_3871 .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_3871 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3871 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3871 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3871 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3871 .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_3871 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3861 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3861-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3861-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3861[x-placement^=top] .tippy-tooltip.stacks_in_3861-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3861[x-placement^=bottom] .tippy-tooltip.stacks_in_3861-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3861[x-placement^=left] .tippy-tooltip.stacks_in_3861-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3861[x-placement^=right] .tippy-tooltip.stacks_in_3861-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.sla1:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3861 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3861 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3862 {
	width: 600px;
}
#stacks_in_3853 ul,#stacks_in_3853 ol,#stacks_in_3853 dl{list-style-position:inside}#stacks_in_3853 .float-top{overflow:hidden}#stacks_in_3853 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3853 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3853 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3853 .float-text.justify{text-align:juAstify}#stacks_in_3853 .float-text.hyphenate{hyphens:auto}

#stacks_in_3853 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3858swell{
		max-width: 300px;
	}
	.stacks_in_3858swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3858 .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_3858 .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_3858 .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_3858 .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: 400px) {
	#stacks_in_3858 .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_3858 .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_3858 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3858 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3858 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3858 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3858 .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_3858 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3833 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3833-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3833-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3833[x-placement^=top] .tippy-tooltip.stacks_in_3833-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3833[x-placement^=bottom] .tippy-tooltip.stacks_in_3833-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3833[x-placement^=left] .tippy-tooltip.stacks_in_3833-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3833[x-placement^=right] .tippy-tooltip.stacks_in_3833-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.str1:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3833 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3833 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3834 {
	width: 600px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3838 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3838-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3838-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3838[x-placement^=top] .tippy-tooltip.stacks_in_3838-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3838[x-placement^=bottom] .tippy-tooltip.stacks_in_3838-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3838[x-placement^=left] .tippy-tooltip.stacks_in_3838-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3838[x-placement^=right] .tippy-tooltip.stacks_in_3838-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.str3:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3838 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3838 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3839 {
	width: 600px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3843 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3843-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3843-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3843[x-placement^=top] .tippy-tooltip.stacks_in_3843-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3843[x-placement^=bottom] .tippy-tooltip.stacks_in_3843-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3843[x-placement^=left] .tippy-tooltip.stacks_in_3843-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3843[x-placement^=right] .tippy-tooltip.stacks_in_3843-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.str2:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3843 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3843 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3844 {
	width: 600px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3848 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3848-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3848-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3848[x-placement^=top] .tippy-tooltip.stacks_in_3848-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3848[x-placement^=bottom] .tippy-tooltip.stacks_in_3848-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3848[x-placement^=left] .tippy-tooltip.stacks_in_3848-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3848[x-placement^=right] .tippy-tooltip.stacks_in_3848-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.str4:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3848 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3848 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3849 {
	width: 600px;
}
#stacks_in_3825 ul,#stacks_in_3825 ol,#stacks_in_3825 dl{list-style-position:inside}#stacks_in_3825 .float-top{overflow:hidden}#stacks_in_3825 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3825 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3825 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3825 .float-text.justify{text-align:juAstify}#stacks_in_3825 .float-text.hyphenate{hyphens:auto}

#stacks_in_3825 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3830swell{
		max-width: 300px;
	}
	.stacks_in_3830swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3830 .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_3830 .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_3830 .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_3830 .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: 400px) {
	#stacks_in_3830 .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_3830 .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_3830 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3830 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3830 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3830 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3830 .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_3830 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3802 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3802-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3802-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3802[x-placement^=top] .tippy-tooltip.stacks_in_3802-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3802[x-placement^=bottom] .tippy-tooltip.stacks_in_3802-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3802[x-placement^=left] .tippy-tooltip.stacks_in_3802-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3802[x-placement^=right] .tippy-tooltip.stacks_in_3802-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.blag2023:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3802 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3802 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3803 {
	width: 600px;
}
#stacks_in_3794 ul,#stacks_in_3794 ol,#stacks_in_3794 dl{list-style-position:inside}#stacks_in_3794 .float-top{overflow:hidden}#stacks_in_3794 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3794 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3794 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3794 .float-text.justify{text-align:juAstify}#stacks_in_3794 .float-text.hyphenate{hyphens:auto}

#stacks_in_3794 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3799swell{
		max-width: 300px;
	}
	.stacks_in_3799swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3799 .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_3799 .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_3799 .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_3799 .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: 400px) {
	#stacks_in_3799 .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_3799 .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_3799 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3799 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3799 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3799 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3799 .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_3799 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
#stacks_in_3696 ul,#stacks_in_3696 ol,#stacks_in_3696 dl{list-style-position:inside}#stacks_in_3696 .float-top{overflow:hidden}#stacks_in_3696 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3696 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3696 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3696 .float-text.justify{text-align:juAstify}#stacks_in_3696 .float-text.hyphenate{hyphens:auto}

#stacks_in_3696 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3701swell{
		max-width: 300px;
	}
	.stacks_in_3701swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3701 .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_3701 .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_3701 .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_3701 .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: 400px) {
	#stacks_in_3701 .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_3701 .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_3701 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3701 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3701 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3701 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3701 .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_3701 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
#stacks_in_2384 ul,#stacks_in_2384 ol,#stacks_in_2384 dl{list-style-position:inside}#stacks_in_2384 .float-top{overflow:hidden}#stacks_in_2384 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_2384 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_2384 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_2384 .float-text.justify{text-align:juAstify}#stacks_in_2384 .float-text.hyphenate{hyphens:auto}

#stacks_in_2384 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_2389swell{
		max-width: 300px;
	}
	.stacks_in_2389swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_2389 .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_2389 .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_2389 .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_2389 .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: 400px) {
	#stacks_in_2389 .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_2389 .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_2389 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_2389 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_2389 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_2389 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_2389 .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_2389 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3567 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3567-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3567-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3567[x-placement^=top] .tippy-tooltip.stacks_in_3567-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3567[x-placement^=bottom] .tippy-tooltip.stacks_in_3567-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3567[x-placement^=left] .tippy-tooltip.stacks_in_3567-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3567[x-placement^=right] .tippy-tooltip.stacks_in_3567-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.js1:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3567 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3567 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3577 {
	width: 400px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3572 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3572-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3572-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3572[x-placement^=top] .tippy-tooltip.stacks_in_3572-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3572[x-placement^=bottom] .tippy-tooltip.stacks_in_3572-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3572[x-placement^=left] .tippy-tooltip.stacks_in_3572-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3572[x-placement^=right] .tippy-tooltip.stacks_in_3572-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.js2:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3572 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3572 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3573 {
	width: 600px;
}
#stacks_in_3559 ul,#stacks_in_3559 ol,#stacks_in_3559 dl{list-style-position:inside}#stacks_in_3559 .float-top{overflow:hidden}#stacks_in_3559 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3559 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3559 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3559 .float-text.justify{text-align:juAstify}#stacks_in_3559 .float-text.hyphenate{hyphens:auto}

#stacks_in_3559 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3564swell{
		max-width: 300px;
	}
	.stacks_in_3564swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3564 .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_3564 .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_3564 .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_3564 .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: 400px) {
	#stacks_in_3564 .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_3564 .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_3564 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3564 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3564 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3564 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3564 .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_3564 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3483 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3483-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3483-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3483[x-placement^=top] .tippy-tooltip.stacks_in_3483-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3483[x-placement^=bottom] .tippy-tooltip.stacks_in_3483-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3483[x-placement^=left] .tippy-tooltip.stacks_in_3483-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3483[x-placement^=right] .tippy-tooltip.stacks_in_3483-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.t16its:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3483 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3483 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3484 {
	width: 400px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3548 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3548-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3548-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3548[x-placement^=top] .tippy-tooltip.stacks_in_3548-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3548[x-placement^=bottom] .tippy-tooltip.stacks_in_3548-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3548[x-placement^=left] .tippy-tooltip.stacks_in_3548-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3548[x-placement^=right] .tippy-tooltip.stacks_in_3548-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.r7308sb:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3548 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3548 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */
#stacks_out_3549 {
	width: 400px;
}
#stacks_in_3536 ul,#stacks_in_3536 ol,#stacks_in_3536 dl{list-style-position:inside}#stacks_in_3536 .float-top{overflow:hidden}#stacks_in_3536 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3536 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3536 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3536 .float-text.justify{text-align:juAstify}#stacks_in_3536 .float-text.hyphenate{hyphens:auto}

#stacks_in_3536 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3541swell{
		max-width: 300px;
	}
	.stacks_in_3541swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3541 .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_3541 .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_3541 .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_3541 .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: 400px) {
	#stacks_in_3541 .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_3541 .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_3541 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3541 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3541 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3541 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3541 .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_3541 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3531 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3531-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3531-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3531[x-placement^=top] .tippy-tooltip.stacks_in_3531-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3531[x-placement^=bottom] .tippy-tooltip.stacks_in_3531-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3531[x-placement^=left] .tippy-tooltip.stacks_in_3531-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3531[x-placement^=right] .tippy-tooltip.stacks_in_3531-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.fai2:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3531 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3531 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */#stacks_in_3523 ul,#stacks_in_3523 ol,#stacks_in_3523 dl{list-style-position:inside}#stacks_in_3523 .float-top{overflow:hidden}#stacks_in_3523 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3523 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3523 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3523 .float-text.justify{text-align:juAstify}#stacks_in_3523 .float-text.hyphenate{hyphens:auto}

#stacks_in_3523 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin:  5px;
	padding:  5px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3528swell{
		max-width: 300px;
	}
	.stacks_in_3528swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

#stacks_in_3528 .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_3528 .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_3528 .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_3528 .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: 400px) {
	#stacks_in_3528 .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_3528 .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_3528 .swellswingeffect{
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	#stacks_in_3528 .swellswingeffect:hover{
	    -webkit-animation: swellswing 1s ease;
	    animation: swellswing 1s ease;
	    -webkit-animation-iteration-count: 1;
	    animation-iteration-count: 1;
	}
	
	#stacks_in_3528 .swellcircleeffect:hover{
	        border-radius:50%;
	}
	
	#stacks_in_3528 .swellthreedeffect{
	    margin-left: 3px !important;
		margin-top: 3px !important;
	}
	
	#stacks_in_3528 .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_3528 {
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}
/* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3040 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3040-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3040-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3040[x-placement^=top] .tippy-tooltip.stacks_in_3040-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3040[x-placement^=bottom] .tippy-tooltip.stacks_in_3040-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3040[x-placement^=left] .tippy-tooltip.stacks_in_3040-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3040[x-placement^=right] .tippy-tooltip.stacks_in_3040-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.ho3:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3040 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3040 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack *//* TippyPlus stack v1.0.2 [each.css] */#tippy-content_stacks_in_3217 {	text-align:left;}/* @group custom theme */.tippy-tooltip.stacks_in_3217-tippyp-theme * {			    }.tippy-tooltip.stacks_in_3217-tippyp-theme {				padding: 10px;    	border: 0px solid rgba(255, 255, 255, 1.00);	border-radius: 0px;	background-color: rgba(128, 128, 128, 1.00);}/* @group arrows */.tippy-parent_stacks_in_3217[x-placement^=top] .tippy-tooltip.stacks_in_3217-tippyp-theme .tippy-arrow {	border-top-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3217[x-placement^=bottom] .tippy-tooltip.stacks_in_3217-tippyp-theme .tippy-arrow {	border-bottom-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3217[x-placement^=left] .tippy-tooltip.stacks_in_3217-tippyp-theme .tippy-arrow {	border-left-color: rgba(128, 128, 128, 1.00);}.tippy-parent_stacks_in_3217[x-placement^=right] .tippy-tooltip.stacks_in_3217-tippyp-theme .tippy-arrow {	border-right-color: rgba(128, 128, 128, 1.00);}/* @end *//* @end *//* @group cursor */.amat2:hover {	cursor: pointer;}/* @end *//* @group width */.tippy-parent_stacks_in_3217 {							max-width: 50% !important;	}@media screen and (max-width:400px) { 	.tippy-parent_stacks_in_3217 {		max-width: 96% !important;		max-width: calc(100% - 10px) !important;	}}/* @end *//* End of TippyPlus stack */#stacks_out_519 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_519 {
  box-shadow: none;
}
#stacks_in_519, [tag="slice"] #stacks_in_519 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 15px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_519 > * {
  margin-bottom: 0px;
  margin-right: 15px;
}
@supports (display: grid) {
  #stacks_in_519 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_519.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */
#stacks_out_505 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_505 {
  box-shadow: none;
}
#stacks_in_505, [tag="slice"] #stacks_in_505 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 0px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_505 > * {
  margin-bottom: 0px;
  margin-right: 0px;
}
@supports (display: grid) {
  #stacks_in_505 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_505.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_505 {
	border: solid rgba(230, 230, 230, 1.00);
	border-width:  1px;
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	padding:  5px;
}
#stacks_out_3146 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_3146 {
  box-shadow: none;
}
#stacks_in_3146, [tag="slice"] #stacks_in_3146 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 0px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_3146 > * {
  margin-bottom: 0px;
  margin-right: 0px;
}
@supports (display: grid) {
  #stacks_in_3146 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_3146.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_3146 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 5px 0px 0px 0px;
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

#stacks_in_3148 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}
#stacks_out_3147 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_3147 {
  box-shadow: none;
}
#stacks_in_3147, [tag="slice"] #stacks_in_3147 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 0px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_3147 > * {
  margin-bottom: 0px;
  margin-right: 0px;
}
@supports (display: grid) {
  #stacks_in_3147 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_3147.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_3147 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 0px 5px 0px 0px;
	-webkit-border-radius: 0px 5px 0px 0px;
	border-radius: 0px 5px 0px 0px;
	padding: 5px 5px 5px 5px;
}

#stacks_in_3151 {
	-moz-border-radius:  3px;
	-webkit-border-radius:  3px;
	border-radius:  3px;
}
#stacks_out_3154 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_3154 {
  box-shadow: none;
}
#stacks_in_3154, [tag="slice"] #stacks_in_3154 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 0px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_3154 > * {
  margin-bottom: 0px;
  margin-right: 0px;
}
@supports (display: grid) {
  #stacks_in_3154 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
#stacks_out_3154 {
  grid-column: 1 / -1 !important;
}
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_3154.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_3154 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding:  5px;
}

#stacks_in_3248 {
	margin: 0px 0px 0px 5px;
}
#stacks_out_3158 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_3158 {
  box-shadow: none;
}
#stacks_in_3158, [tag="slice"] #stacks_in_3158 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 0px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_3158 > * {
  margin-bottom: 0px;
  margin-right: 0px;
}
@supports (display: grid) {
  #stacks_in_3158 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
#stacks_out_3158 {
  grid-column: 1 / -1 !important;
}
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_3158.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_3158 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 10px 0px 5px 0px;
	padding: 3px 0px 0px 0px;
}

#stacks_in_3159 {
	margin: 0px 0px 0px 10px;
}
#stacks_out_3162 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_3162 {
  box-shadow: none;
}
#stacks_in_3162, [tag="slice"] #stacks_in_3162 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 0px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_3162 > * {
  margin-bottom: 0px;
  margin-right: 0px;
}
@supports (display: grid) {
  #stacks_in_3162 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
#stacks_out_3162 {
  grid-column: 1 / -1 !important;
}
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_3162.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_3162 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 0px 0px;
}

#stacks_in_3163 {
	margin: 0px 0px 0px 10px;
}
#stacks_out_3166 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_3166 {
  box-shadow: none;
}
#stacks_in_3166, [tag="slice"] #stacks_in_3166 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 0px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_3166 > * {
  margin-bottom: 0px;
  margin-right: 0px;
}
@supports (display: grid) {
  #stacks_in_3166 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
#stacks_out_3166 {
  grid-column: 1 / -1 !important;
}
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_3166.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_3166 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

#stacks_in_3167 {
	margin: 0px 0px 0px 10px;
}
#stacks_out_3170 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_3170 {
  box-shadow: none;
}
#stacks_in_3170, [tag="slice"] #stacks_in_3170 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 0px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_3170 > * {
  margin-bottom: 0px;
  margin-right: 0px;
}
@supports (display: grid) {
  #stacks_in_3170 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
#stacks_out_3170 {
  grid-column: 1 / -1 !important;
}
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_3170.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_3170 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding: 0px 5px 5px 5px;
}

.spacerStack {
	height: 2.00px;
}

#spacerStackstacks_in_3174 {
	height: 2.00px;
}




























@media print {
	#spacerStackstacks_in_3174 {
		display: none !important;
	}
}
#stacks_out_3175 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: center;
  align-self: center;
  
}
#stacks_in_3175 {
  box-shadow: none;
}
#stacks_in_3175, [tag="slice"] #stacks_in_3175 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 0px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: center;
}
}
#stacks_in_3175 > * {
  margin-bottom: 0px;
  margin-right: 0px;
}
@supports (display: grid) {
  #stacks_in_3175 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
#stacks_out_3175 {
  grid-column: 1 / -1 !important;
}
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_3175.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_3175 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 3px 0px;
}

#stacks_in_3176 {
	border: solid rgba(204, 204, 204, 1.00);
	border-width:  1px;
	margin: 2px 5px 2px 5px;
}

.spacerStack {
	height: 2.00px;
}

#spacerStackstacks_in_3213 {
	height: 2.00px;
}




























@media print {
	#spacerStackstacks_in_3213 {
		display: none !important;
	}
}
#stacks_out_3211 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-flex-item-align: top;
  align-self: top;
  
}
#stacks_in_3211 {
  box-shadow: none;
}
#stacks_in_3211, [tag="slice"] #stacks_in_3211 > .layouts-item > .out {
  display: -ms-grid;
  display: grid;
  grid-gap: 0px 15px;
  -ms-grid-column-span: 1;
  grid-column: span 1;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -ms-grid-rows: -webkit-min-content;
  -ms-grid-rows: min-content;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  align-content: flex-start;
}
}
#stacks_in_3211 > * {
  margin-bottom: 0px;
  margin-right: 15px;
}
@supports (display: grid) {
  #stacks_in_3211 > * {
    margin-bottom: 0px;
    margin-right: 0px;
    margin: 0;
  }
}
/*  */
/*  */
/*  */
/*  */
#stacks_out_3211 {
  grid-column: 1 / -1 !important;
}
/*  */
/*  */
@media all and (max-width: 800px) {
  #stacks_in_3211.com_onelittledesigner_stacks_Layouts_Item_stack {
    padding: 0px 0px 0px 0px ;
  }
}
/* */

#stacks_in_3211 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
}

#stacks_in_3207 {
	margin: 10px 10px 10px 6px;
}

#stacks_out_3207 {
	margin-right:0;
}

#stacks_in_356 {
	background-color: rgba(254, 204, 102, 1.00);
	-moz-border-radius:  5px;
	-webkit-border-radius:  5px;
	border-radius:  5px;
	margin: 0px 0px 5px 0px;
}
#stacks_in_3052 ul,#stacks_in_3052 ol,#stacks_in_3052 dl{list-style-position:inside}#stacks_in_3052 .float-top{overflow:hidden}#stacks_in_3052 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3052 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3052 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3052 .float-text.justify{text-align:juAstify}#stacks_in_3052 .float-text.hyphenate{hyphens:auto}

#stacks_in_3052 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin: 5px 0px 0px 0px;
	padding: 5px 3px 0px 3px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3057swell{
		max-width: 300px;
	}
	.stacks_in_3057swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

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

.spacerStack {
	height: 5.00px;
}

#spacerStackstacks_in_3292 {
	height: 5.00px;
}




























@media print {
	#spacerStackstacks_in_3292 {
		display: none !important;
	}
}
#stacks_in_3466 ul,#stacks_in_3466 ol,#stacks_in_3466 dl{list-style-position:inside}#stacks_in_3466 .float-top{overflow:hidden}#stacks_in_3466 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3466 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3466 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3466 .float-text.justify{text-align:juAstify}#stacks_in_3466 .float-text.hyphenate{hyphens:auto}

#stacks_in_3466 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin: 5px 0px 0px 0px;
	padding: 5px 3px 0px 3px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3472swell{
		max-width: 300px;
	}
	.stacks_in_3472swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

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

.spacerStack {
	height: 5.00px;
}

#spacerStackstacks_in_3467 {
	height: 5.00px;
}




























@media print {
	#spacerStackstacks_in_3467 {
		display: none !important;
	}
}
#stacks_in_3276 ul,#stacks_in_3276 ol,#stacks_in_3276 dl{list-style-position:inside}#stacks_in_3276 .float-top{overflow:hidden}#stacks_in_3276 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_3276 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_3276 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_3276 .float-text.justify{text-align:juAstify}#stacks_in_3276 .float-text.hyphenate{hyphens:auto}

#stacks_in_3276 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin: 5px 0px 0px 0px;
	padding: 5px 3px 0px 3px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_3281swell{
		max-width: 300px;
	}
	.stacks_in_3281swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

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

.spacerStack {
	height: 5.00px;
}

#spacerStackstacks_in_3060 {
	height: 5.00px;
}




























@media print {
	#spacerStackstacks_in_3060 {
		display: none !important;
	}
}
#stacks_in_2791 ul,#stacks_in_2791 ol,#stacks_in_2791 dl{list-style-position:inside}#stacks_in_2791 .float-top{overflow:hidden}#stacks_in_2791 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_2791 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_2791 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_2791 .float-text.justify{text-align:juAstify}#stacks_in_2791 .float-text.hyphenate{hyphens:auto}

#stacks_in_2791 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin: 5px 0px 0px 0px;
	padding: 5px 3px 0px 3px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_2796swell{
		max-width: 300px;
	}
	.stacks_in_2796swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

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

.spacerStack {
	height: 5.00px;
}

#spacerStackstacks_in_906 {
	height: 5.00px;
}




























@media print {
	#spacerStackstacks_in_906 {
		display: none !important;
	}
}
#stacks_in_818 ul,#stacks_in_818 ol,#stacks_in_818 dl{list-style-position:inside}#stacks_in_818 .float-top{overflow:hidden}#stacks_in_818 .float-container{float:right;width:30%;margin:0 6px 6px 0;z-index:100}#stacks_in_818 .float-container.float-right{margin:0 0 6px 6px}@media screen and (max-width:500px){#stacks_in_818 .float-container.responsive{float:none;width:100%;margin:0 0 6px 0}}#stacks_in_818 .float-text.justify{text-align:juAstify}#stacks_in_818 .float-text.hyphenate{hyphens:auto}

#stacks_in_818 {
	background-color: rgba(230, 230, 230, 1.00);
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin: 5px 0px 0px 0px;
	padding: 5px 3px 0px 3px;
}
/* -- Start Swell Each css Template -- */

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

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

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


	.stacks_in_823swell{
		max-width: 300px;
	}
	.stacks_in_823swell img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}


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

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

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

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

.spacerStack {
	height: 50.00px;
}

#spacerStackstacks_in_816 {
	height: 50.00px;
}




























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