/*
 * text-align
 */

.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-nomargin-top{margin-top:0}.text-nomargin-top.text >:first-child{margin-top:0}.text-nomargin-bottom{margin-bottom:0}.text-nomargin-bottom.text >:last-child{margin-bottom:0}


/*! lightgallery - v1.2.21 - 2016-06-28
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("lg.eot?n1z373");
  src: url("lg.eot?#iefixn1z373") format("embedded-opentype"), url("lg.woff?n1z373") format("woff"), url("lg.ttf?n1z373") format("truetype"), url("lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
.compass-next,.compass-prev{visibility:hidden;opacity:0;-webkit-transition:opacity 0.2s linear 0.1s;transition:opacity 0.2s linear 0.1s}.compass-next.visible,.compass-prev.visible{visibility:visible;opacity:1}.compass-align.compass-next{text-align:right}.compass-align.compass-prev{text-align:left}.compass-align img{display:inline-block}
/* CSSgram | Copyright (c) 2015 Una Kravets | http://una.im/CSSgram | MIT license | Version 0.1.7 */
.aden{-webkit-filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);filter:hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)}.aden::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.perpetua::after,.reyes::after{mix-blend-mode:soft-light;opacity:.5}.inkwell{-webkit-filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);filter:sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)}.perpetua::after{background:-webkit-linear-gradient(top,#005b9a,#e6c13d);background:linear-gradient(to bottom,#005b9a,#e6c13d)}.reyes{-webkit-filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75);filter:sepia(.22) brightness(1.1) contrast(.85) saturate(.75)}.reyes::after{background:#efcdad}.gingham{-webkit-filter:brightness(1.05) hue-rotate(-10deg);filter:brightness(1.05) hue-rotate(-10deg)}.gingham::after{background:-webkit-linear-gradient(left,rgba(66,10,14,.2),transparent);background:linear-gradient(to right,rgba(66,10,14,.2),transparent);mix-blend-mode:darken}.toaster{-webkit-filter:contrast(1.5) brightness(.9);filter:contrast(1.5) brightness(.9)}.toaster::after{background:-webkit-radial-gradient(circle,#804e0f,#3b003b);background:radial-gradient(circle,#804e0f,#3b003b);mix-blend-mode:screen}.walden{-webkit-filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);filter:brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)}.walden::after{background:#04c;mix-blend-mode:screen;opacity:.3}.hudson{-webkit-filter:brightness(1.2) contrast(.9) saturate(1.1);filter:brightness(1.2) contrast(.9) saturate(1.1)}.hudson::after{background:-webkit-radial-gradient(circle,#a6b1ff 50%,#342134);background:radial-gradient(circle,#a6b1ff 50%,#342134);mix-blend-mode:multiply;opacity:.5}.earlybird{-webkit-filter:contrast(.9) sepia(.2);filter:contrast(.9) sepia(.2)}.earlybird::after{background:-webkit-radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);background:radial-gradient(circle,#d0ba8e 20%,#360309 85%,#1d0210 100%);mix-blend-mode:overlay}.mayfair{-webkit-filter:contrast(1.1) saturate(1.1);filter:contrast(1.1) saturate(1.1)}.mayfair::after{background:-webkit-radial-gradient(40% 40%,circle,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);background:radial-gradient(circle at 40% 40%,rgba(255,255,255,.8),rgba(255,200,200,.6),#111 60%);mix-blend-mode:overlay;opacity:.4}.lofi{-webkit-filter:saturate(1.1) contrast(1.5);filter:saturate(1.1) contrast(1.5)}.lofi::after{background:-webkit-radial-gradient(circle,transparent 70%,#222 150%);background:radial-gradient(circle,transparent 70%,#222 150%);mix-blend-mode:multiply}._1977{-webkit-filter:contrast(1.1) brightness(1.1) saturate(1.3);filter:contrast(1.1) brightness(1.1) saturate(1.3)}._1977:after{background:rgba(243,106,188,.3);mix-blend-mode:screen}.brooklyn{-webkit-filter:contrast(.9) brightness(1.1);filter:contrast(.9) brightness(1.1)}.brooklyn::after{background:-webkit-radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);background:radial-gradient(circle,rgba(168,223,193,.4) 70%,#c4b7c8);mix-blend-mode:overlay}.xpro2{-webkit-filter:sepia(.3);filter:sepia(.3)}.xpro2::after{background:-webkit-radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);background:radial-gradient(circle,#e6e7e0 40%,rgba(43,42,161,.6) 110%);mix-blend-mode:color-burn}.nashville{-webkit-filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);filter:sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)}.nashville::after{background:rgba(0,70,150,.4);mix-blend-mode:lighten}.nashville::before{background:rgba(247,176,153,.56);mix-blend-mode:darken}.lark{-webkit-filter:contrast(.9);filter:contrast(.9)}.lark::after{background:rgba(242,242,242,.8);mix-blend-mode:darken}.lark::before{background:#22253f;mix-blend-mode:color-dodge}.moon{-webkit-filter:grayscale(1) contrast(1.1) brightness(1.1);filter:grayscale(1) contrast(1.1) brightness(1.1)}.moon::before{background:#a0a0a0;mix-blend-mode:soft-light}.moon::after{background:#383838;mix-blend-mode:lighten}.clarendon{-webkit-filter:contrast(1.2) saturate(1.35);filter:contrast(1.2) saturate(1.35)}.clarendon:before{background:rgba(127,187,227,.2);mix-blend-mode:overlay}.willow{-webkit-filter:grayscale(.5) contrast(.95) brightness(.9);filter:grayscale(.5) contrast(.95) brightness(.9)}.willow::before{background-color:radial-gradient(40%,circle,#d4a9af 55%,#000 150%);mix-blend-mode:overlay}.willow::after{background-color:#d8cdcb;mix-blend-mode:color}.rise{-webkit-filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9);filter:brightness(1.05) sepia(.2) contrast(.9) saturate(.9)}.rise::after{background:-webkit-radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);background:radial-gradient(circle,rgba(232,197,152,.8),transparent 90%);mix-blend-mode:overlay;opacity:.6}.rise::before{background:-webkit-radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));background:radial-gradient(circle,rgba(236,205,169,.15) 55%,rgba(50,30,7,.4));mix-blend-mode:multiply}._1977:after,._1977:before,.aden:after,.aden:before,.brooklyn:after,.brooklyn:before,.clarendon:after,.clarendon:before,.earlybird:after,.earlybird:before,.gingham:after,.gingham:before,.hudson:after,.hudson:before,.inkwell:after,.inkwell:before,.lark:after,.lark:before,.lofi:after,.lofi:before,.mayfair:after,.mayfair:before,.moon:after,.moon:before,.nashville:after,.nashville:before,.perpetua:after,.perpetua:before,.reyes:after,.reyes:before,.rise:after,.rise:before,.slumber:after,.slumber:before,.toaster:after,.toaster:before,.walden:after,.walden:before,.willow:after,.willow:before,.xpro2:after,.xpro2:before{content:'';display:block;height:100%;width:100%;top:0;left:0;position:absolute;pointer-events:none}._1977,.aden,.brooklyn,.clarendon,.earlybird,.gingham,.hudson,.inkwell,.lark,.lofi,.mayfair,.moon,.nashville,.perpetua,.reyes,.rise,.slumber,.toaster,.walden,.willow,.xpro2{position:relative}._1977 img,.aden img,.brooklyn img,.clarendon img,.earlybird img,.gingham img,.hudson img,.inkwell img,.lark img,.lofi img,.mayfair img,.moon img,.nashville img,.perpetua img,.reyes img,.rise img,.slumber img,.toaster img,.walden img,.willow img,.xpro2 img{width:100%;z-index:1}._1977:before,.aden:before,.brooklyn:before,.clarendon:before,.earlybird:before,.gingham:before,.hudson:before,.inkwell:before,.lark:before,.lofi:before,.mayfair:before,.moon:before,.nashville:before,.perpetua:before,.reyes:before,.rise:before,.slumber:before,.toaster:before,.walden:before,.willow:before,.xpro2:before{z-index:2}._1977:after,.aden:after,.brooklyn:after,.clarendon:after,.earlybird:after,.gingham:after,.hudson:after,.inkwell:after,.lark:after,.lofi:after,.mayfair:after,.moon:after,.nashville:after,.perpetua:after,.reyes:after,.rise:after,.slumber:after,.toaster:after,.walden:after,.willow:after,.xpro2:after{z-index:3}.slumber{-webkit-filter:saturate(.66) brightness(1.05);filter:saturate(.66) brightness(1.05)}.slumber::after{background:rgba(125,105,24,.5);mix-blend-mode:soft-light}.slumber::before{background:rgba(69,41,12,.4);mix-blend-mode:lighten}

.gallery-img-hide {
    display: none !important;
}.lines{border:0;height:0;width:100%;margin:0;padding:0;opacity:1}.lines-wrapper{position:relative}.lines-wrapper.vertical{height:100%}
/* 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 *//*
v1.0.0
 */
#ls2_stacks_in_2473_2 {
 position: relative;
}
#ls2_stacks_in_2473_2 * {
  box-sizing: border-box;
}
#ls2_stacks_in_2473_2 *:focus {outline:none;}
#stacks_in_2473_2_tipue_search_input[list]::-webkit-calendar-picker-indicator { display: none !important;}
#stacks_in_2473_2_tipue_search_input,
.live-search-input {
  font-size: 16px;
  width: 100%;
  height: auto;
  line-height: 1;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.25);
  background-color: #fff;
  padding: 6px 12px ;
  margin: 0;
  position: relative;
  z-index: 1;
  color: #525252;
}
#ls2_stacks_in_2473_2 ::-webkit-input-placeholder,
.live-search-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #999;
}
#ls2_stacks_in_2473_2 :-moz-placeholder,
.live-search-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity:  1;
}
#ls2_stacks_in_2473_2 ::-moz-placeholder,
.live-search-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  opacity:  1;
}
#ls2_stacks_in_2473_2 :-ms-input-placeholder,
.live-search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999;
}
#ls2_stacks_in_2473_2 :placeholder-shown,
.live-search-input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #999;
}
#ls2_stacks_in_2473_2 form {
  
}
#ls2_stacks_in_2473_2 form > svg,
.live-search-form > svg {
  height: 32px;
  width: 16px;
  fill: #999;
  position: absolute;
  left: 13px;
  text-align: right;
  top: 0px;
  z-index: 2;
  display: none;
}
#ls2_stacks_in_2473_2 form .live-search-submit {
  display: none;
}
#ls2_stacks_in_2473_2 .ls-input-wrap {
  display: flex;
  width: 100%;
}
#ls2_stacks_in_2473_2 .ls-input-options {
  position: relative;
  flex: 1;
}
#ls2_stacks_in_2473_2 .ls-input-options > .ls-match {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  z-index: 2;
  padding: 0;
  opacity: 0.75;
  cursor: pointer;
  color: #999999;
}
#ls2_stacks_in_2473_2 .ls-input-options > .ls-match + .ls-match {
  right: 40px;
}
#ls2_stacks_in_2473_2 .ls-input-options  > .ls-match svg {
  width: 24px;
  pointer-events: none;
}
#ls2_stacks_in_2473_2 .ls-input-options > .ls-match.ls-option-enabled {
  opacity: 1;
}
#ls2_stacks_in_2473_2 .ls-input-options > .ls-match.ls-option-enabled {
  color: #525252;
}
@media (hover: hover) {
  #ls2_stacks_in_2473_2 .ls-input-options > .ls-match:hover {
    color: #525252;
  }
}
/**/
.ls2-finder {
  z-index: 9999;
  background: #e3e3e3;
  border: 1px solid #ccc;
  color: black;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
}
.ls2-finder {
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  border-radius: 0 0 0 4px;
  gap: 2px;
}
.ls2-finder button,
.ls2-finder span {
  font-size: 14px;
  color: #555;
  padding-right: 6px;
  line-height: 18px;
}
.ls2-finder button {
  background: transparent;
  padding: 2px 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #f3f3f3;
}
.ls2-finder button:active {
  background: #ddd;
}
.ls2-finder button svg {
  display: block;
}
.ls2-score {
  opacity: 0.7;
  font-style:italic;
  font-weight: 400;
}
mark {
  background: %id=resultHColors[1];
  color: rgba(0, 0, 0, 1.00);
}
mark:focus {
  outline: thin solid rgba(0, 0, 0, 1.00);
  background: rgba(255, 255, 0, 1.00);
  color: rgba(0, 0, 0, 1.00);
}


#stacks_in_2474 {
	padding:  10px;
}

#stacks_in_2478 {
	font-size: 150%;
}

#stacks_in_2475 {
	padding:  10px;
}
.lines.stacks_in_2479{width:100%;margin:calc(7rem/16) auto calc(7rem/16) auto;border-bottom:7px solid rgba(153, 153, 153, 1.00);background:rgba(153, 153, 153, 1.00);transform:rotate(0deg)}.lines.stacks_in_2479.vertical{border-left:7px solid rgba(153, 153, 153, 1.00);border-bottom:none;width:0;height:100%;margin:0 auto;margin-top:calc((100% - 100%)/-2)}

#stacks_in_1764 {
	padding:  10px;
}

#stacks_in_2477 {
	background-color: rgba(52, 54, 103, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  10px;
}

#stacks_in_2482 {
	font-size: 125%;
}

#stacks_in_2211 {
	padding:  10px;
}
/* Start dooMontage 2 stack each CSS code */.stacks_in_1034sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;opacity:.9;display:none;z-index:100006}.stacks_in_1034sl-wrapper{z-index:1000000}.stacks_in_1034sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.stacks_in_1034sl-wrapper button:hover{opacity:.7}.stacks_in_1034sl-wrapper .stacks_in_1034sl-close{display:none;position:fixed;right:30px;top:30px;z-index:100015;color:#fff}.stacks_in_1034sl-wrapper .stacks_in_1034sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:100015;color:#fff}.stacks_in_1034sl-wrapper .stacks_in_1034sl-navigation{width:100%;display:none}.stacks_in_1034sl-wrapper .stacks_in_1034sl-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_1034sl-wrapper .stacks_in_1034sl-navigation button.stacks_in_1034sl-next{right:40px;color:#fff}.stacks_in_1034sl-wrapper .stacks_in_1034sl-navigation button.stacks_in_1034sl-prev{left:40px;color:#fff}.stacks_in_1034sl-wrapper .stacks_in_1034sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:1000000}.stacks_in_1034sl-wrapper .stacks_in_1034sl-image img{margin:0;padding:0;display:block}.stacks_in_1034sl-wrapper .stacks_in_1034sl-image .stacks_in_1034sl-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_1034sl-wrapper .stacks_in_1034sl-image .stacks_in_1034sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:100005}.stacks_in_1034sl-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_1034sl-image:hover > .stacks_in_1034sl-caption{	opacity: 0.8;}	.stacks_in_1034sl-caption{		opacity: 0.8 !important;	}.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_1034 .montageImageZoom { transition: all .2s ease-in-out; }#stacks_in_1034 .dooMasterImage:hover > .montageImageZoom {	-webkit-transform: scale(1.1);	transform: scale(1.1); }#stacks_in_1034Montage{	background: rgba(52, 54, 103, 1.00);	z-index: 100;}#stacks_in_1034 .montageImageTitle{	display: none;}.stacks_in_1034green{	background: #37332f;	color: #fff;	padding: 0 5px 0 5px;}.stacks_in_1034centerbox {	background-color: #ffffff;	-webkit-border-radius: 3px;	padding: 10px;	border: 1px solid #D3D3D3;}#stacks_in_1034 .montageImageTitle{	display: none !important;}	#stacks_in_1034 .montageImageTitle{		display: block !important;	}/* End Edit Mode UI Style                  *//* ####################################### *//* %[endif]% *//* End dooMontage 2 stack each CSS code */
#stacks_in_1034 {
	margin:  10px;
	padding:  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 */
#stacks_in_2485 {
	background-color: rgba(52, 54, 103, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  10px;
}

#stacks_in_2486 {
	font-size: 125%;
}

#stacks_in_2234 {
	padding:  10px;
}
/* Start dooMontage 2 stack each CSS code */.stacks_in_2208sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;opacity:.9;display:none;z-index:100006}.stacks_in_2208sl-wrapper{z-index:1000000}.stacks_in_2208sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.stacks_in_2208sl-wrapper button:hover{opacity:.7}.stacks_in_2208sl-wrapper .stacks_in_2208sl-close{display:none;position:fixed;right:30px;top:30px;z-index:100015;color:#fff}.stacks_in_2208sl-wrapper .stacks_in_2208sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:100015;color:#fff}.stacks_in_2208sl-wrapper .stacks_in_2208sl-navigation{width:100%;display:none}.stacks_in_2208sl-wrapper .stacks_in_2208sl-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_2208sl-wrapper .stacks_in_2208sl-navigation button.stacks_in_2208sl-next{right:40px;color:#fff}.stacks_in_2208sl-wrapper .stacks_in_2208sl-navigation button.stacks_in_2208sl-prev{left:40px;color:#fff}.stacks_in_2208sl-wrapper .stacks_in_2208sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:1000000}.stacks_in_2208sl-wrapper .stacks_in_2208sl-image img{margin:0;padding:0;display:block}.stacks_in_2208sl-wrapper .stacks_in_2208sl-image .stacks_in_2208sl-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_2208sl-wrapper .stacks_in_2208sl-image .stacks_in_2208sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:100005}.stacks_in_2208sl-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_2208sl-image:hover > .stacks_in_2208sl-caption{	opacity: 0.8;}	.stacks_in_2208sl-caption{		opacity: 0.8 !important;	}.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_2208 .montageImageZoom { transition: all .2s ease-in-out; }#stacks_in_2208 .dooMasterImage:hover > .montageImageZoom {	-webkit-transform: scale(1.1);	transform: scale(1.1); }#stacks_in_2208Montage{	background: rgba(52, 54, 103, 1.00);	z-index: 100;}#stacks_in_2208 .montageImageTitle{	display: none;}.stacks_in_2208green{	background: #37332f;	color: #fff;	padding: 0 5px 0 5px;}.stacks_in_2208centerbox {	background-color: #ffffff;	-webkit-border-radius: 3px;	padding: 10px;	border: 1px solid #D3D3D3;}#stacks_in_2208 .montageImageTitle{	display: none !important;}	#stacks_in_2208 .montageImageTitle{		display: block !important;	}/* End Edit Mode UI Style                  *//* ####################################### *//* %[endif]% *//* End dooMontage 2 stack each CSS code */
#stacks_in_2208 {
	margin:  10px;
	padding:  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 *//* 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_2488 {
	background-color: rgba(52, 54, 103, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  10px;
}

#stacks_in_2487 {
	font-size: 125%;
}

#stacks_in_2287 {
	padding:  10px;
}
/* Start dooMontage 2 stack each CSS code */.stacks_in_2231sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;opacity:.9;display:none;z-index:100006}.stacks_in_2231sl-wrapper{z-index:1000000}.stacks_in_2231sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.stacks_in_2231sl-wrapper button:hover{opacity:.7}.stacks_in_2231sl-wrapper .stacks_in_2231sl-close{display:none;position:fixed;right:30px;top:30px;z-index:100015;color:#fff}.stacks_in_2231sl-wrapper .stacks_in_2231sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:100015;color:#fff}.stacks_in_2231sl-wrapper .stacks_in_2231sl-navigation{width:100%;display:none}.stacks_in_2231sl-wrapper .stacks_in_2231sl-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_2231sl-wrapper .stacks_in_2231sl-navigation button.stacks_in_2231sl-next{right:40px;color:#fff}.stacks_in_2231sl-wrapper .stacks_in_2231sl-navigation button.stacks_in_2231sl-prev{left:40px;color:#fff}.stacks_in_2231sl-wrapper .stacks_in_2231sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:1000000}.stacks_in_2231sl-wrapper .stacks_in_2231sl-image img{margin:0;padding:0;display:block}.stacks_in_2231sl-wrapper .stacks_in_2231sl-image .stacks_in_2231sl-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_2231sl-wrapper .stacks_in_2231sl-image .stacks_in_2231sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:100005}.stacks_in_2231sl-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_2231sl-image:hover > .stacks_in_2231sl-caption{	opacity: 0.8;}	.stacks_in_2231sl-caption{		opacity: 0.8 !important;	}.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_2231 .montageImageZoom { transition: all .2s ease-in-out; }#stacks_in_2231 .dooMasterImage:hover > .montageImageZoom {	-webkit-transform: scale(1.1);	transform: scale(1.1); }#stacks_in_2231Montage{	background: rgba(52, 54, 103, 1.00);	z-index: 100;}#stacks_in_2231 .montageImageTitle{	display: none;}.stacks_in_2231green{	background: #37332f;	color: #fff;	padding: 0 5px 0 5px;}.stacks_in_2231centerbox {	background-color: #ffffff;	-webkit-border-radius: 3px;	padding: 10px;	border: 1px solid #D3D3D3;}#stacks_in_2231 .montageImageTitle{	display: none !important;}	#stacks_in_2231 .montageImageTitle{		display: block !important;	}/* End Edit Mode UI Style                  *//* ####################################### *//* %[endif]% *//* End dooMontage 2 stack each CSS code */
#stacks_in_2231 {
	margin:  10px;
	padding:  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_2489 {
	background-color: rgba(52, 54, 103, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  10px;
}

#stacks_in_2490 {
	font-size: 125%;
}

#stacks_in_2310 {
	padding:  10px;
}
/* Start dooMontage 2 stack each CSS code */.stacks_in_2284sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;opacity:.9;display:none;z-index:100006}.stacks_in_2284sl-wrapper{z-index:1000000}.stacks_in_2284sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.stacks_in_2284sl-wrapper button:hover{opacity:.7}.stacks_in_2284sl-wrapper .stacks_in_2284sl-close{display:none;position:fixed;right:30px;top:30px;z-index:100015;color:#fff}.stacks_in_2284sl-wrapper .stacks_in_2284sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:100015;color:#fff}.stacks_in_2284sl-wrapper .stacks_in_2284sl-navigation{width:100%;display:none}.stacks_in_2284sl-wrapper .stacks_in_2284sl-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_2284sl-wrapper .stacks_in_2284sl-navigation button.stacks_in_2284sl-next{right:40px;color:#fff}.stacks_in_2284sl-wrapper .stacks_in_2284sl-navigation button.stacks_in_2284sl-prev{left:40px;color:#fff}.stacks_in_2284sl-wrapper .stacks_in_2284sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:1000000}.stacks_in_2284sl-wrapper .stacks_in_2284sl-image img{margin:0;padding:0;display:block}.stacks_in_2284sl-wrapper .stacks_in_2284sl-image .stacks_in_2284sl-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_2284sl-wrapper .stacks_in_2284sl-image .stacks_in_2284sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:100005}.stacks_in_2284sl-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_2284sl-image:hover > .stacks_in_2284sl-caption{	opacity: 0.8;}	.stacks_in_2284sl-caption{		opacity: 0.8 !important;	}.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_2284 .montageImageZoom { transition: all .2s ease-in-out; }#stacks_in_2284 .dooMasterImage:hover > .montageImageZoom {	-webkit-transform: scale(1.1);	transform: scale(1.1); }#stacks_in_2284Montage{	background: rgba(52, 54, 103, 1.00);	z-index: 100;}#stacks_in_2284 .montageImageTitle{	display: none;}.stacks_in_2284green{	background: #37332f;	color: #fff;	padding: 0 5px 0 5px;}.stacks_in_2284centerbox {	background-color: #ffffff;	-webkit-border-radius: 3px;	padding: 10px;	border: 1px solid #D3D3D3;}#stacks_in_2284 .montageImageTitle{	display: none !important;}	#stacks_in_2284 .montageImageTitle{		display: block !important;	}/* End Edit Mode UI Style                  *//* ####################################### *//* %[endif]% *//* End dooMontage 2 stack each CSS code */
#stacks_in_2284 {
	margin:  10px;
	padding:  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 */
#stacks_in_2492 {
	background-color: rgba(52, 54, 103, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  10px;
}

#stacks_in_2491 {
	font-size: 125%;
}

#stacks_in_2345 {
	padding:  10px;
}
/* Start dooMontage 2 stack each CSS code */.stacks_in_2307sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;opacity:.9;display:none;z-index:100006}.stacks_in_2307sl-wrapper{z-index:1000000}.stacks_in_2307sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.stacks_in_2307sl-wrapper button:hover{opacity:.7}.stacks_in_2307sl-wrapper .stacks_in_2307sl-close{display:none;position:fixed;right:30px;top:30px;z-index:100015;color:#fff}.stacks_in_2307sl-wrapper .stacks_in_2307sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:100015;color:#fff}.stacks_in_2307sl-wrapper .stacks_in_2307sl-navigation{width:100%;display:none}.stacks_in_2307sl-wrapper .stacks_in_2307sl-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_2307sl-wrapper .stacks_in_2307sl-navigation button.stacks_in_2307sl-next{right:40px;color:#fff}.stacks_in_2307sl-wrapper .stacks_in_2307sl-navigation button.stacks_in_2307sl-prev{left:40px;color:#fff}.stacks_in_2307sl-wrapper .stacks_in_2307sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:1000000}.stacks_in_2307sl-wrapper .stacks_in_2307sl-image img{margin:0;padding:0;display:block}.stacks_in_2307sl-wrapper .stacks_in_2307sl-image .stacks_in_2307sl-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_2307sl-wrapper .stacks_in_2307sl-image .stacks_in_2307sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:100005}.stacks_in_2307sl-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_2307sl-image:hover > .stacks_in_2307sl-caption{	opacity: 0.8;}	.stacks_in_2307sl-caption{		opacity: 0.8 !important;	}.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_2307 .montageImageZoom { transition: all .2s ease-in-out; }#stacks_in_2307 .dooMasterImage:hover > .montageImageZoom {	-webkit-transform: scale(1.1);	transform: scale(1.1); }#stacks_in_2307Montage{	background: rgba(52, 54, 103, 1.00);	z-index: 100;}#stacks_in_2307 .montageImageTitle{	display: none;}.stacks_in_2307green{	background: #37332f;	color: #fff;	padding: 0 5px 0 5px;}.stacks_in_2307centerbox {	background-color: #ffffff;	-webkit-border-radius: 3px;	padding: 10px;	border: 1px solid #D3D3D3;}#stacks_in_2307 .montageImageTitle{	display: none !important;}	#stacks_in_2307 .montageImageTitle{		display: block !important;	}/* End Edit Mode UI Style                  *//* ####################################### *//* %[endif]% *//* End dooMontage 2 stack each CSS code */
#stacks_in_2307 {
	margin:  10px;
	padding:  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_2494 {
	background-color: rgba(52, 54, 103, 1.00);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  10px;
}

#stacks_in_2493 {
	font-size: 125%;
}
#stacks_in_2394_float {
	float:right;
	width:33%;
}
#stacks_in_2394 {
	padding:  10px;
}



/*#stacks_in_2397 {
    display: none;
}*/
.stacks_in_2397_photo_wrapper {
    
}


.stacks_in_2397_photo_wrapper img {
    border-radius: 0px;
}
#stacks_in_2397 {
	padding:  10px;
}



.stacks_in_2397_photo_wrapper img {
    max-height: auto;
    max-width: 100%;
    width: auto;
}







.lg-outer {
	z-index: 9999;
}

.lg-backdrop{
	z-index: 9999;
}

.lg-sub-html {
	display: none;
}



#lg-download {
    display: none;
}


.lg-outer .lg-thumb-item img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
}

#stacks_in_66 {
	padding:  10px;
}

#stacks_in_67 {
	font-size: 125%;
}

.grid-x.grid-padding-custom.stacks_in_2470_6{--grid-cell-padding-x:10px;--grid-cell-padding-y:10px}

#stacks_in_2470_1 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	margin: 0px 0px 20px 0px;
}

#stacks_in_2470_3 {
	font-weight: bold;
}

#stacks_in_2470_1_1 {
	background-color: rgba(52, 54, 103, 0.74);
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding:  10px;
}

#stacks_in_2470_1_4 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
	padding: 0px 10px 0px 10px;
}

#stacks_in_2470_1_5 {
	font-size: 110%;
	font-weight: bold;
}

#stacks_in_2470_1_6 {
	padding: 0px 10px 0px 10px;
}
/* 1.0.8.21
- prevents toggle from having an inherited margin, causing the menu to disappear when trying to navigate the menu
- prevents menu from closing too quickly when the cursor leaves the sides of the menu
- You can now add images to the Logo textfield
- corner rounding setting now applies to the megamenu
- Hide stack settings now work with fixed position menus
- Dropdown items can have the dropdown disabled for a single parent link
- Dropdown chevron replaced with svg element instead of ionicons <i> element
- fixed bug that limited horizontal space for top menu items on desktop
- address bar hiding/showing on mobile does not trigger the submenus to close when rotating device after loading the page
- adding the class "has-mega-menu" to any stack will allow inline Mega Menus to overflow and not clip
- disabling dropdown now also removes dropdown arrow from mobile menu
- fixed: disabled child items were not clickable in the mobile menu
- you can add the class "mm-click" to disable hover dropdowns for click to open dropdowns
- you can add the class "mm-auto-width" to disable full width dropdowns (you must define max-widths on Mega Menu Column stacks)
- adds overflow hidden important tag to expanding submenus
- open submenus that extend past the edge of a mobile device will now allow the menu to be scrolled
- highlights current page links
- font files are now a site asset so  they dont upload more than once
- new option to disable menu item hover underline
- added important tag to dropdown titles line height in edit mode, to prevent conflicts, and icon too
*/
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../../../rw_common/plugins/stacks/megamenu-files/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../../../rw_common/plugins/stacks/megamenu-files/MaterialIcons-Regular.woff2) format('woff2'),
    url(../../../rw_common/plugins/stacks/megamenu-files/MaterialIcons-Regular.woff) format('woff'),
    url(../../../rw_common/plugins/stacks/megamenu-files/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
}
@font-face{font-family:"Ionicons";src:url("../../../rw_common/plugins/stacks/megamenu-files/ionicons.eot?v=2.0.1");src:url("../../../rw_common/plugins/stacks/megamenu-files/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("../../../rw_common/plugins/stacks/megamenu-files/ionicons.ttf?v=2.0.1") format("truetype"),url("../../../rw_common/plugins/stacks/megamenu-files/ionicons.woff?v=2.0.1") format("woff"),url("../../../rw_common/plugins/stacks/megamenu-files/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}
/*  */
.has-mega-menu,.has-mega-menu-parent,
#stacks_out_2470_4_2, .com_onelittledesigner_stacks_Mega_Menu_stack {
  overflow: visible !important;
}

#mega-menu-stacks_in_2470_4_2 {
  /*  */
  /*  */
  background: rgba(52, 54, 103, 1.00);
  /*  */
  /*  */
  /*  */
  /*  */
  font-family: "Lato";
  /*  */
  /*  */
  z-index: 1000;
  max-width: 3000px;
  border-radius: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          align-items: center;}
  #mega-menu-stacks_in_2470_4_2 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #mega-menu-stacks_in_2470_4_2 .mega-menu-header {
    width: 100%;
    flex-basis: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #mega-menu-stacks_in_2470_4_2 .mega-menu-header .mega-menu-title {
      color: rgba(236, 113, 8, 1.00);
      font-size: 22px;
      padding: 0px 20px;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
    #mega-menu-stacks_in_2470_4_2 .mega-menu-header .mega-menu-title img {
      max-width: 50vw;
      height: auto;
      display: block;
      margin: 0;
    }
    #mega-menu-stacks_in_2470_4_2 .mega-menu-header .mega-menu-toggle {
      color: rgba(255, 255, 255, 1.00);
      background: rgba(77, 77, 77, 1.00);
      font-size: 20px;
      line-height: 20px;
      width: 60px;
      padding: 13px 0;
      display: none;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      cursor: pointer;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #mega-menu-stacks_in_2470_4_2 .mega-menu-header .mega-menu-toggle i.toggle-close {
        display: none; }
      #mega-menu-stacks_in_2470_4_2 .mega-menu-header .mega-menu-toggle:hover {
        color: rgba(255, 255, 255, 1.00);
        background: rgba(67, 152, 251, 1.00); }
  #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main {
    overflow: auto !important;
    max-height: calc(100vh - 100px);
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    list-style-type: none;
    justify-self: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li.hide-icon > a i:not(.mega-menu-dropdown-arrow) {
      display: none; }
    #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li.hide-text > a span {
      display: none; }
      #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li {
        margin: 0;
      }
    #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li > a {
      /*  */
      /*  */
      font-family: "Lato";
      /*  */
      /*  */
      color: rgba(255, 255, 0, 1.00);
      background: rgba(0, 0, 0, 0.00);
      padding: 13px 20px;
      font-size: 18px;
      line-height: 29.124001px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none; }
      #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li > a i {
        line-height: 1;
        font-size: 18px;
        margin-right: 5px; }
      #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li > a i.material-icons {
        vertical-align: middle; }
      #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li > a .mega-menu-dropdown-arrow {
        margin-left: 3px;
        stroke: rgba(255, 255, 0, 1.00);
        width: 23px; }
        #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li.mm-current > a {
          color: rgba(255, 255, 255, 1.00);
        }
        #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li.mm-current > a .mega-menu-dropdown-arrow {
          stroke: rgba(255, 255, 255, 1.00);
        }
        #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li:hover > a .mega-menu-dropdown-arrow {
          color: rgba(33, 255, 6, 1.00); }
    #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li.mm-current > a {
      stroke: rgba(255, 255, 255, 1.00);
      background: rgba(253, 128, 8, 1.00);
    }
    #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li:hover > a {
      stroke: rgba(33, 255, 6, 1.00);
      background: rgba(29, 31, 78, 1.00); }

  #mega-menu-stacks_in_2470_4_2 .mega-dropdown {
    /*  */
    /*  */
    background: rgba(86, 85, 124, 1.00);
    /*  */
    /*  */
    border-radius: 0 0 0 0;
    min-height: 0px;
    left: 0;
    top: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    transition: opacity 150ms ease;
    pointer-events: none;
    position: absolute; }
    #mega-menu-stacks_in_2470_4_2.mm-auto-width > ul.mega-menu-main > li {
      position: relative;
    }
    #mega-menu-stacks_in_2470_4_2.mm-auto-width > ul.mega-menu-main > li.mm-is-full-width {
      position: static;
    }
    #mega-menu-stacks_in_2470_4_2.mm-auto-width .mega-dropdown {
      max-width: 3000px;
      width: auto;
      left: 0;
      right: auto;
    }
    #mega-menu-stacks_in_2470_4_2.mm-auto-width .mm-is-full-width .mega-dropdown {
      left: auto;
      right: 0;
    }
    @media (max-width: 3010px) {
      #mega-menu-stacks_in_2470_4_2.mm-auto-width .mega-dropdown {
        max-width: calc(100vw - 10px);
      }
    }
    #mega-menu-stacks_in_2470_4_2.mm-auto-width .mega-dropdown .mega-dropdown-column {
      width: 100vw;
    }
    #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li.mm-hover > .mega-dropdown,
    #mega-menu-stacks_in_2470_4_2:not(.mm-click) > ul.mega-menu-main > li:hover > .mega-dropdown {
    transition: opacity 0ms ease;
     pointer-events: all;
     opacity: 1;
    }
    #mega-menu-stacks_in_2470_4_2 .mega-dropdown-column {
      padding: 10px 5px;
      border-right: 3px solid rgba(236, 113, 8, 1.00);
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
      #mega-menu-stacks_in_2470_4_2 .mega-dropdown-column:last-child {
        border-right: none; }
    #mega-menu-stacks_in_2470_4_2 .mega-dropdown-inner {
      height: 100%; }
    #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list {
      margin: 0;
      padding: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style-type: none; }
      #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li {
        /*  */
        font-family: inherit;
        /*  */
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: rgba(255, 255, 255, 1.00);
        font-size: 14px;
        line-height: 22.652000px; }
        #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li a {
          color: rgba(255, 255, 10, 1.00);
          font-size: 14px;
          line-height: 22.652000px; }
          #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li.mm-current > a {
            color: rgba(33, 255, 6, 1.00);
          }
          #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li a:hover {
            /*  */
            text-decoration: underline;
            /*  */
            color: rgba(33, 255, 6, 1.00); }
        #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li .text, #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li .mega-menu-stacks {
          padding: 0;
          font-size: 14px;
          line-height: 22.652000px; }
        #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li i {
          font-size: inherit;
          margin-right: 5px; }
        #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li a, #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li .text, #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li .mega-menu-stacks, #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li.title {
          margin: 0;
          width: 100%;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          display: inline-block;
          padding: 5px 10px;
          text-decoration: none; }
          #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li a i, #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li .text i, #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li .mega-menu-stacks i, #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li.title i {
            line-height: 1;
            font-size: inherit;
            margin-right: 5px; }
          #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li a i.material-icons, #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li .text i.material-icons, #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li .mega-menu-stacks i.material-icons, #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li.title i.material-icons {
            vertical-align: middle; }
        #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li.title {
          color: rgba(255, 255, 255, 1.00);
          font-size: 24px;
          line-height: 38.832001px;
          font-weight: bold;
          text-transform: uppercase;
          margin-bottom: 10px;
          position: relative; }
          #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li.title::before {
            left: 0;
            right: 0;
            bottom: -5.000000px;
            content: '';
            height: 0px;
            background: rgba(253, 128, 8, 1.00);
            -webkit-user-select: none;
               -moz-user-select: none;
                -ms-user-select: none;
                    user-select: none;
            position: absolute;
            pointer-events: none;
            display: block;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease; }
        #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li.hide-icon a i, #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li.hide-icon.title i {
          display: none; }
  #mega-menu-stacks_in_2470_4_2.mega-menu-fixed {
    /*  */
    position: fixed;
    z-index: 1000;
    left: 5px;
    right: 5px;
    /*  */ }
  #mega-menu-stacks_in_2470_4_2.mega-menu-inline {
    position: relative; }
    #mega-menu-stacks_in_2470_4_2.mega-menu-inline:hover {
          z-index: 1000; }
  #mega-menu-stacks_in_2470_4_2.mega-menu-top {
    top: 0px; }
  #mega-menu-stacks_in_2470_4_2.mega-menu-bottom {
    bottom: 0px; }
    #mega-menu-stacks_in_2470_4_2.mega-menu-bottom .mega-dropdown {
      top: auto;
      bottom: 100%; }
  #mega-menu-stacks_in_2470_4_2.col-align-center .mega-dropdown ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-stacks_in_2470_4_2.col-align-right .mega-dropdown ul.mega-list li {
    text-align: right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

@media (max-width: 600px) {
  #mega-menu-stacks_in_2470_4_2.mega-menu-top > ul.mega-menu-main > li > a:not(.mm-no-child)::after {
    content: '\f123'; }
  #mega-menu-stacks_in_2470_4_2.mega-menu-top > ul.mega-menu-main > li.item-opened > a:not(.mm-no-child)::after {
    content: '\f126'; }
  #mega-menu-stacks_in_2470_4_2.mega-menu-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    #mega-menu-stacks_in_2470_4_2.mega-menu-bottom .mega-dropdown {
      bottom: 0; }
    #mega-menu-stacks_in_2470_4_2.mega-menu-bottom > ul.mega-menu-main > li > a:not(.mm-no-child)::after {
      content: '\f126'; }
    #mega-menu-stacks_in_2470_4_2.mega-menu-bottom > ul.mega-menu-main > li.item-opened > a:not(.mm-no-child)::after {
      content: '\f123'; }
  #mega-menu-stacks_in_2470_4_2 {
    /*  */
    max-height: 100%;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /*  */ }
    #mega-menu-stacks_in_2470_4_2.mega-menu-open .mega-menu-header {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      border-bottom: 3px solid rgba(236, 113, 8, 1.00); }
      #mega-menu-stacks_in_2470_4_2.mega-menu-open .mega-menu-header .mega-menu-toggle i.toggle-open {
        display: none; }
      #mega-menu-stacks_in_2470_4_2.mega-menu-open .mega-menu-header .mega-menu-toggle i.toggle-close {
        display: block; }
    #mega-menu-stacks_in_2470_4_2.mega-menu-open > ul.mega-menu-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #mega-menu-stacks_in_2470_4_2.mega-menu-open > ul.mega-menu-main > li > a {
        cursor: pointer; }
    #mega-menu-stacks_in_2470_4_2 .mega-menu-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: 100%; }
      #mega-menu-stacks_in_2470_4_2 .mega-menu-header .mega-menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main {
      display: none;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li {
        width: 100%; }
        #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li > a {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li > a i {
            margin-right: 5px; }
          #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li > a .mega-menu-dropdown-arrow {
            display: none; }
          #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li > a:not(.mm-no-child)::after {
            margin-left: auto;
            display: inline-block;
            font-family: "Ionicons"; }
      #mega-menu-stacks_in_2470_4_2 > ul.mega-menu-main > li.item-opened > a:not(.mm-no-child)::after {
        display: inline-block;
        font-family: "Ionicons"; }
    #mega-menu-stacks_in_2470_4_2 .mega-dropdown {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      top: 0;
      left: 0;
      height: 0;
      min-height: 0;
      margin-top: 0;
      padding-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden !important;
      position: relative;
      opacity: 1;
      transition: opacity 0ms ease;
      pointer-events: all;
     }
      #mega-menu-stacks_in_2470_4_2 .mega-dropdown-column {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        max-width: 100% !important;
        border-bottom: 3px solid rgba(236, 113, 8, 1.00); }
        #mega-menu-stacks_in_2470_4_2 .mega-dropdown-column:last-child {
          border-right: none;
          border-bottom: none; }
      #mega-menu-stacks_in_2470_4_2 .mega-dropdown-inner {
        height: 100%;
        border-right: none; }
        #mega-menu-stacks_in_2470_4_2 .mega-dropdown-inner:hover ul.mega-list li.title::before {
          width: auto; }
      #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list {
        width: 100%; }
        #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li {
          width: 100%;
          -webkit-box-flex: 0;
              -ms-flex: 0 1 auto;
                  flex: 0 1 auto; }
          #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li a {
            width: 100%;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 auto;
                    flex: 0 1 auto; }
          #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li.title::before {
            width: auto; }
          #mega-menu-stacks_in_2470_4_2 .mega-dropdown ul.mega-list li.title:hover::before {
            width: auto; } }
            @media only screen and (min-width: 771px) {
              #mega-menu-stacks_in_2470_4_2.stacks_l_hidden {
                display: none;
              }
            }
            @media only screen and (max-width: 770px) and (min-width: 441px) {
              #mega-menu-stacks_in_2470_4_2.stacks_m_hidden {
                display: none;
              }
            }
            @media only screen and (max-width: 440px) {
              #mega-menu-stacks_in_2470_4_2.stacks_s_hidden {
                display: none;
              }
            }
#mega-menu-dropdown-stacks_in_2470_4_659.mega-dropdown .mega-dropdown-column {
  -webkit-box-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
#mega-menu-dropdown-col-stacks_in_2470_4_946 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_946.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_946.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_946.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_946.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_946.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_946.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_946.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_946.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }
#mega-menu-dropdown-stacks_in_2470_4_4.mega-dropdown .mega-dropdown-column {
  -webkit-box-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
#mega-menu-dropdown-col-stacks_in_2470_4_6 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_6.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_6.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_6.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_6.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_6.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_6.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_6.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_6.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_15 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_765 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_28 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_35 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_35.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_35.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_35.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_35.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_35.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_35.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_35.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_35.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_670 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_40 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_669 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_92 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_92.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_92.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_92.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_92.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_92.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_92.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_92.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_92.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_678 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_97 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_677 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_129 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_129.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_129.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_129.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_129.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_129.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_129.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_129.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_129.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_686 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_134 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_685 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_181 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_181.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_181.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_181.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_181.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_181.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_181.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_181.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_181.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_694 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_186 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_693 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-stacks_in_2470_4_204.mega-dropdown .mega-dropdown-column {
  -webkit-box-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
#mega-menu-dropdown-col-stacks_in_2470_4_206 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_206.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_206.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_206.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_206.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_206.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_206.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_206.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_206.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_702 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_211 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_701 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_248 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_248.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_248.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_248.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_248.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_248.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_248.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_248.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_248.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_710 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_253 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_709 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_270 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_270.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_270.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_270.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_270.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_270.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_270.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_270.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_270.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_718 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_275 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_717 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_297 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_297.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_297.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_297.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_297.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_297.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_297.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_297.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_297.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_726 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_302 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_725 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-stacks_in_2470_4_320.mega-dropdown .mega-dropdown-column {
  -webkit-box-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
#mega-menu-dropdown-col-stacks_in_2470_4_322 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_322.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_322.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_322.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_322.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_322.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_322.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_322.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_322.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_734 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_327 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_733 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_349 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_349.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_349.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_349.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_349.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_349.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_349.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_349.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_349.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_742 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_354 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_741 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_376 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_376.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_376.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_376.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_376.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_376.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_376.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_376.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_376.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_750 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_381 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_749 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_408 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_408.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_408.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_408.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_408.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_408.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_408.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_408.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_408.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_755 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_413 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_754 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-stacks_in_2470_4_431.mega-dropdown .mega-dropdown-column {
  -webkit-box-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
#mega-menu-dropdown-col-stacks_in_2470_4_433 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_433.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_433.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_433.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_433.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_433.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_433.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_433.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_433.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_771 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_438 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_770 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_465 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_465.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_465.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_465.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_465.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_465.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_465.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_465.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_465.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_776 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_470 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_775 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_502 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_502.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_502.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_502.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_502.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_502.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_502.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_502.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_502.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_787 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_507 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_786 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_524 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_524.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_524.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_524.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_524.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_524.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_524.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_524.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_524.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_792 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_529 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_791 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-stacks_in_2470_4_552.mega-dropdown .mega-dropdown-column {
  -webkit-box-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
#mega-menu-dropdown-col-stacks_in_2470_4_554 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_554.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_554.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_554.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_554.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_554.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_554.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_554.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_554.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_803 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_559 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_802 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_586 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_586.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_586.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_586.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_586.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_586.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_586.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_586.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_586.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_808 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_591 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_807 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_608 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_608.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_608.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_608.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_608.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_608.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_608.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_608.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_608.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_819 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}

#stacks_in_2470_4_613 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_818 {
	font-size: 125%;
	font-weight: bold;
}
#mega-menu-dropdown-col-stacks_in_2470_4_630 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_630.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_630.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_630.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_630.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_630.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_630.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_630.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_630.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }

#stacks_in_2470_4_635 {
	font-size: 125%;
	font-weight: bold;
}

#stacks_in_2470_4_649 {
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
	border-radius:  10px;
}
#mega-menu-dropdown-stacks_in_2470_4_655.mega-dropdown .mega-dropdown-column {
  -webkit-box-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%; }
#mega-menu-dropdown-col-stacks_in_2470_4_955 {
  /*  */
  max-width: 1200px;
  /*  */ }
  #mega-menu-dropdown-col-stacks_in_2470_4_955.col-align-center ul.mega-list li {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #mega-menu-dropdown-col-stacks_in_2470_4_955.col-align-right ul.mega-list li {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: right; }
  #mega-menu-dropdown-col-stacks_in_2470_4_955.custom-col-colors {
    /*  */
    /*  */
    background: rgba(36, 36, 36, 1.00);
    /*  */
    /*  */
    /*  */ }
    #mega-menu-dropdown-col-stacks_in_2470_4_955.custom-col-colors ul.mega-list li {
      color: rgba(255, 255, 255, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_955.custom-col-colors ul.mega-list li a {
        color: rgba(255, 255, 255, 0.50); }
        #mega-menu-dropdown-col-stacks_in_2470_4_955.custom-col-colors ul.mega-list li a:hover {
          color: rgba(67, 152, 251, 1.00); }
      #mega-menu-dropdown-col-stacks_in_2470_4_955.custom-col-colors ul.mega-list li.title {
        color: rgba(255, 255, 255, 1.00); }
        #mega-menu-dropdown-col-stacks_in_2470_4_955.custom-col-colors ul.mega-list li.title::before {
          background: rgba(67, 152, 251, 1.00); }
