



/*! 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 */

/* 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;
}


:root{--light-gray:rgba(239, 239, 239, 1.00);--medium-gray:rgba(108, 108, 108, 1.00);--dark-gray:rgba(49, 49, 49, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(55, 55, 55, 1.00);--secondary:rgba(231, 231, 231, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);/* --primary-light:rgba(255, 255, 255, 1.00);--secondary-light:rgba(255, 255, 255, 1.00);--success-light:rgba(255, 255, 255, 1.00);--warning-light:rgba(255, 255, 246, 1.00);--alert-light:rgba(255, 255, 246, 1.00);*/--primary-dark:rgba(25, 25, 25, 1.00);--secondary-dark:rgba(201, 201, 201, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--header-color:rgba(34, 34, 34, 1.00);--subheader-color:rgba(138, 134, 138, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(55, 55, 55, 1.00);--link-color:rgba(55, 55, 55, 1.00);--link-color-hover:rgba(200, 150, 0, 1.00);--selection-background:var(--primary);--selection-text:var(--primary-contrast);--link-decoration:none;--link-decoration-hover:none;--overlay-color:rgba(0, 0, 0, 0.50);--radius:0px;--small-gutter:0.75rem;--medium-gutter:0.75rem;--large-gutter:0.75rem}::-moz-selection{background:var(--selection-background);color:var(--selection-text)}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(230, 230, 230, 1.00);--small-color:rgba(202, 202, 202, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(230, 230, 230, 1.00);--link-color-hover:rgba(200, 150, 0, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:calc(1200rem/16);}.radius{border-radius:var(--radius)}body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(24rem/16)}h2,.h2{font-size:calc(20rem/16)}h3,.h3{font-size:calc(20rem/16)}h4,.h4{font-size:calc(20rem/16)}h5,.h5{font-size:calc(16rem/16)}h6,.h6{font-size:calc(13rem/16)}small{font-size:40%}.button{font-size:calc(16rem/16)}.button.tiny{font-size:calc(10rem/16)}.button.small{font-size:calc(12rem/16)}.button.large{font-size:calc(20rem/16)}@media only screen and (min-width:40em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(36rem/16)}h2,.h2{font-size:calc(30rem/16)}h3,.h3{font-size:calc(25rem/16)}h4,.h4{font-size:calc(22rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(15rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(16rem/16)}h1,.h1{font-size:calc(48rem/16)}h2,.h2{font-size:calc(40rem/16)}h3,.h3{font-size:calc(30rem/16)}h4,.h4{font-size:calc(25rem/16)}h5,.h5{font-size:calc(20rem/16)}h6,.h6{font-size:calc(17rem/16)}small{font-size:30%}}a{color:var(--link-color);-webkit-text-decoration:var(--link-decoration);text-decoration:var(--link-decoration)}a:hover,a:focus{color:var(--link-color-hover);-webkit-text-decoration:var(--link-decoration-hover);text-decoration:var(--link-decoration-hover)}.menu a{color:var(--menu-link-color);background:var(--menu-bg-color)}.menu a:hover{color:var(--menu-link-color-hover)}h1,h2,h3,h4,h5,h6{color:var(--header-color)}small{color:var(--small-color)}.subheader{color:var(--subheader-color)}.text ul,.text ol{list-style-position:outside}.text>ul,.text>ol,.text .mez>div>ul,.text .mez>div>ol{margin-left:1.25rem}.text ul{list-style-type:disc}.text ul ul,.text ol ul{list-style-type:circle}.text ol{list-style-type:decimal}.text ol ol,.text ul ol{list-style-type:lower-alpha}.radius,.radius:before,.radius:after{border-radius:calc(0rem/16)}body{}
 p,.p, h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6, blockquote, .menu li, li, form, .button,.myclass{font-family:Helvetica, Arial, sans-serif }
 .menu-page>.menu a, .menu.menu-page a{--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(200, 150, 0, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(97, 103, 173, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .menu-page>.menu .menu-text, .menu.menu-page .menu-text{--menu-text-color:rgba(178, 178, 178, 1.00)} .menu-page>.menu>li>a, .menu.menu-page>li>a{padding-top:0.5rem;padding-bottom:0.5rem} .menu-page>.menu .submenu>li>a, .menu.menu-page .submenu>li>a{padding-top:0;padding-bottom:0} .menu-page>.menu li.active>a, .menu-page>.menu li.is-active>a, .menu-page>.menu a.is-active, .menu.menu-page li.active>a, .menu.menu-page li.is-active>a, .menu.menu-page a.is-active{--menu-bg-color:rgba(255, 255, 255, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)} .menu-page>.menu .submenu li.active>a, .menu-page>.menu .submenu li.is-active>a, .menu-page>.menu .submenu a.is-active, .menu.menu-page .submenu li.active>a, .menu.menu-page .submenu li.is-active>a, .menu.menu-page .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .menu-page>.menu .submenu a, .menu.menu-page .submenu a{--menu-caret-color:rgba(97, 103, 173, 1.00)} .menu-page>.menu .submenu, .menu.menu-page .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:1px solid rgba(202, 202, 202, 1.00)} .menu-page>.menu .submenu a, .menu.menu-page .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(55, 55, 55, 1.00);--menu-link-color-hover:rgba(200, 150, 0, 1.00)} .menu-page>.menu .submenu .menu-text, .menu.menu-page .submenu .menu-text{--menu-text-color:rgba(178, 178, 178, 1.00)} .menu-page>.menu .submenu li.active>a, .menu-page>.menu .submenu li.is-active>a, .menu-page>.menu .submenu a.is-active, .menu.menu-page .submenu li.active>a, .menu.menu-page .submenu li.is-active>a, .menu.menu-page .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(200, 150, 0, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)} .menu-page>.menu a::after, .menu.menu-page a::after{display:none!important}
 .nav-l-right>.menu a, .menu.nav-l-right a{--menu-link-color:rgba(34, 34, 34, 1.00);--menu-link-color-hover:rgba(200, 150, 0, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(97, 103, 173, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .nav-l-right>.menu .menu-text, .menu.nav-l-right .menu-text{--menu-text-color:rgba(178, 178, 178, 1.00)} .nav-l-right>.menu>li>a, .menu.nav-l-right>li>a{padding-top:2.5rem;padding-bottom:2.5rem} .nav-l-right>.menu .submenu>li>a, .menu.nav-l-right .submenu>li>a{padding-top:0;padding-bottom:0} .nav-l-right>.menu li.active>a, .nav-l-right>.menu li.is-active>a, .nav-l-right>.menu a.is-active, .menu.nav-l-right li.active>a, .menu.nav-l-right li.is-active>a, .menu.nav-l-right a.is-active{--menu-bg-color:rgba(255, 255, 255, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)} .nav-l-right>.menu .submenu li.active>a, .nav-l-right>.menu .submenu li.is-active>a, .nav-l-right>.menu .submenu a.is-active, .menu.nav-l-right .submenu li.active>a, .menu.nav-l-right .submenu li.is-active>a, .menu.nav-l-right .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .nav-l-right>.menu .submenu a, .menu.nav-l-right .submenu a{--menu-caret-color:rgba(97, 103, 173, 1.00)} .nav-l-right>.menu .submenu, .menu.nav-l-right .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:0px solid rgba(202, 202, 202, 1.00)} .nav-l-right>.menu .submenu a, .menu.nav-l-right .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(55, 55, 55, 1.00);--menu-link-color-hover:rgba(200, 150, 0, 1.00)} .nav-l-right>.menu .submenu .menu-text, .menu.nav-l-right .submenu .menu-text{--menu-text-color:rgba(178, 178, 178, 1.00)} .nav-l-right>.menu .submenu li.active>a, .nav-l-right>.menu .submenu li.is-active>a, .nav-l-right>.menu .submenu a.is-active, .menu.nav-l-right .submenu li.active>a, .menu.nav-l-right .submenu li.is-active>a, .menu.nav-l-right .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(200, 150, 0, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)} .nav-l-right>.menu a::after, .menu.nav-l-right a::after{display:none!important}
 .menu-drop-l>.menu a, .menu.menu-drop-l a{--menu-link-color:rgba(55, 55, 55, 1.00);--menu-link-color-hover:rgba(200, 150, 0, 1.00);--menu-bg-color:rgba(255, 255, 255, 0.00);--menu-caret-color:rgba(97, 103, 173, 1.00);--menu-border-accent:2px solid var(--menu-link-color)} .menu-drop-l>.menu .menu-text, .menu.menu-drop-l .menu-text{--menu-text-color:rgba(178, 178, 178, 1.00)} .menu-drop-l>.menu>li>a, .menu.menu-drop-l>li>a{padding-top:0.5rem;padding-bottom:0.5rem} .menu-drop-l>.menu .submenu>li>a, .menu.menu-drop-l .submenu>li>a{padding-top:0;padding-bottom:0} .menu-drop-l>.menu li.active>a, .menu-drop-l>.menu li.is-active>a, .menu-drop-l>.menu a.is-active, .menu.menu-drop-l li.active>a, .menu.menu-drop-l li.is-active>a, .menu.menu-drop-l a.is-active{--menu-bg-color:rgba(255, 255, 255, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)} .menu-drop-l>.menu .submenu li.active>a, .menu-drop-l>.menu .submenu li.is-active>a, .menu-drop-l>.menu .submenu a.is-active, .menu.menu-drop-l .submenu li.active>a, .menu.menu-drop-l .submenu li.is-active>a, .menu.menu-drop-l .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00)} .menu-drop-l>.menu .submenu a, .menu.menu-drop-l .submenu a{--menu-caret-color:rgba(97, 103, 173, 1.00)} .menu-drop-l>.menu .submenu, .menu.menu-drop-l .submenu{--submenu-bg-color:rgba(254, 254, 254, 1.00);--submenu-border:0px solid rgba(223, 223, 223, 1.00)} .menu-drop-l>.menu .submenu a, .menu.menu-drop-l .submenu a{--menu-bg-color:transparent;--menu-link-color:rgba(55, 55, 55, 1.00);--menu-link-color-hover:rgba(200, 150, 0, 1.00)} .menu-drop-l>.menu .submenu .menu-text, .menu.menu-drop-l .submenu .menu-text{--menu-text-color:rgba(178, 178, 178, 1.00)} .menu-drop-l>.menu .submenu li.active>a, .menu-drop-l>.menu .submenu li.is-active>a, .menu-drop-l>.menu .submenu a.is-active, .menu.menu-drop-l .submenu li.active>a, .menu.menu-drop-l .submenu li.is-active>a, .menu.menu-drop-l .submenu a.is-active{--menu-caret-color:rgba(255, 255, 255, 1.00);--menu-bg-color:rgba(200, 150, 0, 1.00);--menu-link-color:rgba(254, 254, 254, 1.00);--menu-link-color-hover:rgba(254, 254, 254, 1.00)} .menu-drop-l>.menu a::after, .menu.menu-drop-l a::after{display:none!important}
.text-logo{position:fixed   ;z-index:1 ;top:7px ;bottom:unset ;left:57px ;right:unset ;}
.nav-logo{position:fixed   ;z-index:1 ;top:7px ;bottom:unset ;left:7px ;right:unset ;}
.nav-l-right{position:fixed   ;z-index:1 ;top:0px ;bottom:unset ;left:unset ;right:12px ;}
.hamburger{position:fixed   ;z-index:9999 ;top:34px ;bottom:unset ;left:unset ;right:15px ;}
.menu-style{border-color:rgba(178, 178, 178, 1.00) ;border-width:2px ;border-bottom-style:solid ;}
.menu-style{height:90.00px ;}@media only screen and (min-width:40em){.menu-style{height:90.00px }}@media only screen and (min-width:64em){.menu-style{height:90.00px }}
.h-box-img{height:150.00px ;min-height:fit-content ;max-height:fit-content ;}@media only screen and (min-width:40em){.h-box-img{height:200.00px }}@media only screen and (min-width:64em){.h-box-img{height:400.00px }}
.h-box-Nachrichten{height:200.00px ;}@media only screen and (min-width:40em){.h-box-Nachrichten{height:500.00px }}@media only screen and (min-width:64em){.h-box-Nachrichten{height:600.00px }}
.h-box{height:200.00px ;}@media only screen and (min-width:40em){.h-box{height:250.00px }}@media only screen and (min-width:64em){.h-box{height:350.00px }}
.h-0{height:0.00px ;}@media only screen and (min-width:40em){.h-0{height:0.00px }}@media only screen and (min-width:64em){.h-0{height:0.00px }}
.h-30{height:30.00px ;}@media only screen and (min-width:40em){.h-30{height:30.00px }}@media only screen and (min-width:64em){.h-30{height:30.00px }}
.h-50{height:50.00px ;}@media only screen and (min-width:40em){.h-50{height:50.00px }}@media only screen and (min-width:64em){.h-50{height:50.00px }}
.h-80{height:80.00px ;}@media only screen and (min-width:40em){.h-80{height:80.00px }}@media only screen and (min-width:64em){.h-80{height:80.00px }}
.h-100{height:100.00px ;}@media only screen and (min-width:40em){.h-100{height:100.00px }}@media only screen and (min-width:64em){.h-100{height:100.00px }}
.h-200{height:200.00px ;}@media only screen and (min-width:40em){.h-200{height:200.00px }}@media only screen and (min-width:64em){.h-200{height:200.00px }}
.h-300{height:300.00px ;min-height:0px ;max-height:400px ;}@media only screen and (min-width:40em){.h-300{height:300.00px }}@media only screen and (min-width:64em){.h-300{height:300.00px }}
.h-400{height:400.00px ;}@media only screen and (min-width:40em){.h-400{height:400.00px }}@media only screen and (min-width:64em){.h-400{height:400.00px }}
.h-500{height:500.00px ;}@media only screen and (min-width:40em){.h-500{height:500.00px }}@media only screen and (min-width:64em){.h-500{height:500.00px }}
.h-600{height:600.00px ;}@media only screen and (min-width:40em){.h-600{height:600.00px }}@media only screen and (min-width:64em){.h-600{height:600.00px }}
.h-1000{height:1000.00px ;}@media only screen and (min-width:40em){.h-1000{height:1000.00px }}@media only screen and (min-width:64em){.h-1000{height:1000.00px }}
.h-slider{height:400.00px ;}@media only screen and (min-width:40em){.h-slider{height:600.00px }}@media only screen and (min-width:64em){.h-slider{height:700.00px }}
.h-slider-down{height:300.00px ;}@media only screen and (min-width:40em){.h-slider-down{height:480.00px }}@media only screen and (min-width:64em){.h-slider-down{height:565.00px }}
.h-slider-text{height:300.00px ;}@media only screen and (min-width:40em){.h-slider-text{height:450.00px }}@media only screen and (min-width:64em){.h-slider-text{height:500.00px }}
.nav-drop-icon{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.nav-drop-icon{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.nav-drop-icon{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:16.00px }}
.orbit-bullets button.is-active{background-color:rgba(200, 150, 0, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.orbit-bullets button.is-active{background-attachment:scroll!important}}
.orbit-bullets button{background-color:rgba(178, 178, 178, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.orbit-bullets button{background-attachment:scroll!important}}
.back-room{background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ; background-image: linear-gradient(0deg, #FFFFFF 0%, #DDDDDD 100%); }@media (hover:none) and (pointer:coarse){.back-room{background-attachment:scroll!important}}
@media screen and (min-width: 40em){.back-white75{background-color:rgba(255, 255, 255, 0.75) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}}@media (hover:none) and (pointer:coarse){.back-white75{background-attachment:scroll!important}}
.back-white{background-color:rgba(255, 255, 255, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.back-white{background-attachment:scroll!important}}
.back-black{background-color:rgba(0, 0, 0, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.back-black{background-attachment:scroll!important}}
.back-grey{background-color:rgba(55, 55, 55, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.back-grey{background-attachment:scroll!important}}
.back-grey2{background-color:rgba(239, 239, 239, 1.00) ;background-position:center center ;background-origin:content-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.back-grey2{background-attachment:scroll!important}}
.back-gold{background-color:rgba(200, 150, 0, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.back-gold{background-attachment:scroll!important}}
.button-gold{background-color:rgba(200, 150, 0, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.button-gold{background-attachment:scroll!important}}
.button-white{background-color:rgba(255, 255, 255, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.button-white{background-attachment:scroll!important}}
.button-white:hover{background-color:rgba(239, 239, 239, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.button-white{background-attachment:scroll!important}}
.button-gold:hover{background-color:rgba(55, 55, 55, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.button-gold{background-attachment:scroll!important}}
.box-grey2{-webkit-transition:all 500ms ease 0ms ;transition:all 500ms ease 0ms }
.box-grey2:link{--light-gray:rgba(255, 255, 255, 1.00);--medium-gray:rgba(255, 255, 255, 1.00);--dark-gray:rgba(138, 138, 138, 1.00);--black:rgba(10, 10, 10, 1.00);--black-color:var(--black);--white:rgba(254, 254, 254, 1.00);--white-color:var(--white);--primary:rgba(55, 55, 55, 1.00);--secondary:rgba(231, 231, 231, 1.00);--success:rgba(67, 172, 106, 1.00);--warning:rgba(240, 138, 36, 1.00);--alert:rgba(240, 65, 36, 1.00);--primary-contrast:rgba(255, 255, 255, 1.00);--secondary-contrast:rgba(51, 51, 51, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(254, 254, 254, 1.00);/* --primary-light:rgba(255, 255, 255, 1.00);--secondary-light:rgba(255, 255, 255, 1.00);--success-light:rgba(255, 255, 255, 1.00);--warning-light:rgba(255, 255, 246, 1.00);--alert-light:rgba(255, 255, 246, 1.00);*/--primary-dark:rgba(25, 25, 25, 1.00);--secondary-dark:rgba(201, 201, 201, 1.00);--success-dark:rgba(37, 142, 76, 1.00);--warning-dark:rgba(210, 108, 6, 1.00);--alert-dark:rgba(210, 35, 6, 1.00);--overlay-color:rgba(0, 0, 0, 0.50)}
.box-grey2:hover{background-color:rgba(255, 255, 255, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.box-grey2{background-attachment:scroll!important}}
.box-solar{background-color:rgba(0, 150, 0, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.box-solar{background-attachment:scroll!important}}
.box-grey2{background-color:rgba(239, 239, 239, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.box-grey2{background-attachment:scroll!important}}
.box-white:hover{background-color:rgba(223, 223, 223, 1.00) ;background-position:center center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.box-white{background-attachment:scroll!important}}
.box-white{-webkit-transition:all 500ms ease 0ms ;transition:all 500ms ease 0ms }
.box-button{-webkit-transition:all 250ms ease 0ms ;transition:all 250ms ease 0ms }
.box-button:hover{background:none ;background-color:transparent ;background-position:left center ;background-origin:padding-box ;background-blend-mode:normal ;background-attachment:scroll   ;-webkit-background-clip:border-box ;background-clip:border-box ;}@media (hover:none) and (pointer:coarse){.box-button{background-attachment:scroll!important}}
.box-button{-webkit-transition:all 250ms ease 0ms ;transition:all 250ms ease 0ms }
.text-on-dark{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(255, 255, 255, 1.00);--small-color:rgba(255, 255, 255, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(255, 255, 255, 1.00);--link-color-hover:rgba(200, 150, 0, 1.00);--link-decoration:none;--link-decoration-hover:none}
.text-white{--header-color:rgba(255, 255, 255, 1.00);--subheader-color:rgba(255, 255, 255, 1.00);--small-color:rgba(255, 255, 255, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(255, 255, 255, 1.00);--link-color-hover:rgba(255, 255, 255, 1.00);--link-decoration:none;--link-decoration-hover:none}
.button-white{color:rgba(55, 55, 55, 1.00) ;}
.text-gold{color:rgba(200, 150, 0, 1.00) ;}
.button-white:hover{color:rgba(200, 150, 0, 1.00) ;}
.text-on-white .text-on-white{--header-color:rgba(200, 150, 0, 1.00);--subheader-color:rgba(55, 55, 55, 1.00);--small-color:rgba(55, 55, 55, 1.00);--text-color:rgba(55, 55, 55, 1.00);--link-color:rgba(55, 55, 55, 1.00);--link-color-hover:rgba(200, 150, 0, 1.00);--link-decoration:none;--link-decoration-hover:none}
.text-on-white .text-on-white:hover{--header-color:rgba(200, 150, 0, 1.00);--subheader-color:rgba(55, 55, 55, 1.00);--small-color:rgba(55, 55, 55, 1.00);--text-color:rgba(55, 55, 55, 1.00);--link-color:rgba(200, 150, 0, 1.00);--link-color-hover:rgba(200, 150, 0, 1.00);--link-decoration:none;--link-decoration-hover:none}
.text-solar{--header-color:rgba(0, 150, 0, 1.00);--subheader-color:rgba(55, 55, 55, 1.00);--small-color:rgba(55, 55, 55, 1.00);--text-color:rgba(55, 55, 55, 1.00);--link-color:rgba(55, 55, 55, 1.00);--link-color-hover:rgba(200, 150, 0, 1.00);--link-decoration:none;--link-decoration-hover:none}
.text-logo{--header-color:rgba(55, 55, 55, 1.00);--subheader-color:rgba(55, 55, 55, 1.00);--small-color:rgba(55, 55, 55, 1.00);--text-color:rgba(55, 55, 55, 1.00);--link-color:rgba(55, 55, 55, 1.00);--link-color-hover:rgba(55, 55, 55, 1.00);--link-decoration:none;--link-decoration-hover:none}
 p,.p, h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6,     .serie{font-family:Helvetica, Arial, sans-serif }
.footer-icon{height:25.00px ;}@media only screen and (min-width:40em){.footer-icon{height:40.00px }}@media only screen and (min-width:64em){.footer-icon{height:0.00px }}
.box-t{margin-top:12.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.box-t{margin-top:12.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.box-t{margin-top:12.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px }}
.box-b6{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:6.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.box-b6{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:6.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.box-b6{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:6.00px ;margin-left:0.00px }}
.box-b{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:12.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.box-b{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:12.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.box-b{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:12.00px ;margin-left:0.00px }}
.box-l{margin-top:0.00px ;margin-right:6.00px ;margin-bottom:12.00px ;margin-left:6.00px ;}@media only screen and (min-width:40em){.box-l{margin-top:0.00px ;margin-right:6.00px ;margin-bottom:12.00px ;margin-left:6.00px }}@media only screen and (min-width:64em){.box-l{margin-top:0.00px ;margin-right:6.00px ;margin-bottom:12.00px ;margin-left:6.00px }}
.box-r{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:12.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.box-r{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:12.00px ;margin-left:6.00px }}@media only screen and (min-width:64em){.box-r{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:12.00px ;margin-left:6.00px }}
.p-slider-wall{margin-top:500.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.p-slider-wall{margin-top:500.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:6.00px }}@media only screen and (min-width:64em){.p-slider-wall{margin-top:600.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:6.00px }}
.p-slider-bullet{margin-top:0.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px ;}@media only screen and (min-width:40em){.p-slider-bullet{margin-top:560.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px }}@media only screen and (min-width:64em){.p-slider-bullet{margin-top:660.00px ;margin-right:0.00px ;margin-bottom:0.00px ;margin-left:0.00px }}
.border-no{border-color:rgba(255, 255, 255, 1.00) ;border-width:0px ;border-style:solid solid solid solid ;}
.border-t1{border-width:1px 0px 0px 0px ;}
.border-tb1{border-width:1px 0px 1px 0px ;}
.border-b1{border-color:rgba(55, 55, 55, 1.00) ;border-width:2px ;}
.border-tb{border-color:rgba(178, 178, 178, 1.00) ;border-width:2px 0px 2px 0px ;}
.border-white{border-color:rgba(255, 255, 255, 1.00) ;}
.border-grey{border-color:rgba(55, 55, 55, 1.00) ;}
.border-grey2{border-color:rgba(223, 223, 223, 1.00) ;}
.border-1{border-width:1px ;}
.logo{-webkit-transition:all 500ms ease 0ms ;transition:all 500ms ease 0ms }
.padding-l-12{padding-left:0.75rem ;}  
.padding-0{padding:0 ;}  
.stacks_in_4_15{line-height:0}.stacks_in_4_15 svg{display:inline-block;max-width:100px;height:auto;}.stacks_in_4_15.full-width svg{width:100%;height:auto}
#stacks_in_4_74_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_74_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_74_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_821_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_821_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_821_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_105_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_105_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_105_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_166_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_166_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_166_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_192_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_192_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_192_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_214_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_214_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_214_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_1063_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_1063_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_1063_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_242_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_242_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_242_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_765_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_765_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_765_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_307_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_307_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_307_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_354_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_354_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_354_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_375_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_375_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_375_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_408_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_408_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_408_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_434_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_434_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_434_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_455_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_455_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_455_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_476_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_476_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_476_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_499_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_499_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_499_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_534_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_534_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_534_2 {
	margin: 0px 0px 0px 16px;
}
#stacks_in_4_1079_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_1079_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_1079_2 {
	margin: 0px 0px 0px 16px;
}
 #stacks_in_4_809{ overflow:hidden;height:30px; } 
#stacks_in_4_559_547_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_559_547_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_559_547_2 {
	margin: 0px 0px 0px 16px;
}

#stacks_in_4_559_772 {
	padding: 0px 0px 0px 5px;
}

#stacks_in_4_559_773 {
	display:inline-block; width:100%; line-height: 1.500000em;
	font-size: 120%;
}

#stacks_in_4_559_776 {
	padding: 0px 0px 0px 5px;
}

#stacks_in_4_559_777 {
	font-size: 120%;
}

#stacks_in_4_559_713 {
	padding: 0px 0px 0px 5px;
}

#stacks_in_4_559_714 {
	font-size: 120%;
}

#stacks_in_4_559_752 {
	font-size: 120%;
}

#stacks_in_4_559_756 {
	padding: 0px 0px 0px 5px;
}

#stacks_in_4_559_757 {
	font-size: 120%;
}

#stacks_in_4_559_719 {
	font-size: 120%;
}
#stacks_in_4_559_742_2 .onthelineouterspace
{
display:block;
padding: 12px 0px 12px 0px;
}
#stacks_in_4_559_742_2 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:0px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:1px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 0px #DDDDDC;
-moz-box-shadow: 0px 0px 0px #DDDDDC;
box-shadow: 0px 0px 0px #DDDDDC;
opacity:1;

/*CustomCSS;*/
}


#stacks_in_4_559_742_2 {
	margin: 0px 0px 0px 16px;
}

#stacks_in_487 {
    background-image: url("D034D2C2-DF48-40FE-8D09-8EE8366A65EB");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#stacks_in_6 {
	padding:  20px;
}

#stacks_in_266 {
    background-image: url("AD7B9563-5C70-4A24-ACBA-3929841CCC14");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_485{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_751 {
    background-image: url("5F8386A7-CFA2-477F-AFD3-913F29BEA7A5");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_757{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_735 {
    background-image: url("AFD213B7-9817-4632-9359-31FF0F33D169");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_741{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_697 {
    background-image: url("B0B9BE32-D1EC-4DA8-86A2-CA9BA25528D8");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_703{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_681 {
    background-image: url("A282DA0D-1C7D-4A17-8169-E2E3A612C306");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_687{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_618 {
    background-image: url("1102DB86-ED8F-4B10-91F7-6146B172FA15");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_624{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_602 {
    background-image: url("413C162C-3B8E-4192-AB78-36AADB865797");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_608{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_262 {
    background-image: url("F7067F72-E735-42A8-8043-E28F08584E29");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_490{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_258 {
    background-image: url("7FB853DD-E807-4706-8486-7FF0341E7655");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_496{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_254 {
    background-image: url("3BEA64E5-BD0C-4358-9127-1133A27DAF98");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_502{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_250 {
    background-image: url("0FD71D77-394B-4CF5-BB2A-4183A40A0991");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_508{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_246 {
    background-image: url("9294A3DD-5ECA-4552-A3BA-2495E405E9E7");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_514{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_242 {
    background-image: url("152CBB39-B8D0-4507-99F0-C4F53FBC4892");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_520{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_238 {
    background-image: url("35C98416-2519-4757-ADA1-0195A4ACEC60");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_526{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_234 {
    background-image: url("99EC7A6D-3209-4729-8A6A-95E741DB73C2");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_532{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#stacks_in_224 {
    background-image: url("48736D2A-D74D-45A8-AEC3-C073DB422262");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_538{ overflow:hidden;height:40px; } 

















.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.h-box-video{height:150.00px ;}@media only screen and (min-width:40em){.h-box-video{height:200.00px }}@media only screen and (min-width:64em){.h-box-video{height:250.00px }}
 #stacks_in_199{ overflow:hidden;height:12px; } 

#stacks_in_195 {
	padding:  20px;
}

#stacks_in_209 {
    background-image: url("5E534171-B06A-491C-B8C2-F1BCB774A989");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_570{ overflow:hidden;height:50px; } 



/*#stacks_in_547 {
    display: none;
}*/
.stacks_in_547_photo_wrapper {
    
}


.stacks_in_547_photo_wrapper img {
    border-radius: 0px;
}


.stacks_in_547_photo_wrapper .thumbnail-caption {
    text-align: center;
}
.stacks_in_547_photo_wrapper .cell {
	padding: 0.10rem 0.10rem 0.10rem 0.10rem;
}
.stacks_in_547_photo_wrapper img {
	width: 100%;
}



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

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

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


#lg-counter {
    display: none;
}


#lg-download {
    display: none;
}


.lg-fullscreen {
    display: none;
}

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

#stacks_in_275 {
    background-image: url("2E3F4BA7-1FAF-41E7-BCE9-29307EB67048");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_572{ overflow:hidden;height:50px; } 



/*#stacks_in_579 {
    display: none;
}*/
.stacks_in_579_photo_wrapper {
    
}


.stacks_in_579_photo_wrapper img {
    border-radius: 0px;
}


.stacks_in_579_photo_wrapper .thumbnail-caption {
    text-align: center;
}
.stacks_in_579_photo_wrapper .cell {
	padding: 0.10rem 0.10rem 0.10rem 0.10rem;
}
.stacks_in_579_photo_wrapper img {
	width: 100%;
}



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

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

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


#lg-counter {
    display: none;
}


#lg-download {
    display: none;
}


.lg-fullscreen {
    display: none;
}

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

#stacks_in_283 {
    background-image: url("425F2494-C79D-4B7F-8A4A-B77615CD030D");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_574{ overflow:hidden;height:50px; } 



/*#stacks_in_586 {
    display: none;
}*/
.stacks_in_586_photo_wrapper {
    
}


.stacks_in_586_photo_wrapper img {
    border-radius: 0px;
}


.stacks_in_586_photo_wrapper .thumbnail-caption {
    text-align: center;
}
.stacks_in_586_photo_wrapper .cell {
	padding: 0.10rem 0.10rem 0.10rem 0.10rem;
}
.stacks_in_586_photo_wrapper img {
	width: 100%;
}



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

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

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


#lg-counter {
    display: none;
}


#lg-download {
    display: none;
}


.lg-fullscreen {
    display: none;
}

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

#stacks_in_659 {
    background-image: url("85B9633A-574A-41B6-88F3-6341A9841FA1");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_666{ overflow:hidden;height:50px; } 



/*#stacks_in_668 {
    display: none;
}*/
.stacks_in_668_photo_wrapper {
    
}


.stacks_in_668_photo_wrapper img {
    border-radius: 0px;
}


.stacks_in_668_photo_wrapper .thumbnail-caption {
    text-align: center;
}
.stacks_in_668_photo_wrapper .cell {
	padding: 0.10rem 0.10rem 0.10rem 0.10rem;
}
.stacks_in_668_photo_wrapper img {
	width: 100%;
}



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

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

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


#lg-counter {
    display: none;
}


#lg-download {
    display: none;
}


.lg-fullscreen {
    display: none;
}

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

#stacks_in_714 {
    background-image: url("03E6C075-0829-4BD8-8BCE-288367765385");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
 #stacks_in_721{ overflow:hidden;height:50px; } 



/*#stacks_in_723 {
    display: none;
}*/
.stacks_in_723_photo_wrapper {
    
}


.stacks_in_723_photo_wrapper img {
    border-radius: 0px;
}


.stacks_in_723_photo_wrapper .thumbnail-caption {
    text-align: center;
}
.stacks_in_723_photo_wrapper .cell {
	padding: 0.10rem 0.10rem 0.10rem 0.10rem;
}
.stacks_in_723_photo_wrapper img {
	width: 100%;
}



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

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

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


#lg-counter {
    display: none;
}


#lg-download {
    display: none;
}


.lg-fullscreen {
    display: none;
}

.lg-outer .lg-thumb-item img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
}
 #stacks_in_211{ overflow:hidden;height:12px; } 
#stacks_in_49_24 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_49_24 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:2px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:0px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;


}

#stacks_in_49_29 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_49_29 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:2px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:0px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;


}

#stacks_in_49_103 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_49_103 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:2px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:0px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;


}

#stacks_in_49_34 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_49_34 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:2px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:0px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;


}

#stacks_in_49_91 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_49_91 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:2px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:0px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;


}


#stacks_in_49_118 {
	padding:  20px;
}

#stacks_in_49_120 {
	font-size: 120%;
}

#stacks_in_49_123 {
	padding:  20px;
}

#stacks_in_49_129 {
	padding:  20px;
}
#stacks_in_49_133 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_49_133 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:2px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:0px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;


}

.stacks_in_49_72{line-height:0}.stacks_in_49_72 svg{display:inline-block;max-width:100px;height:auto;}.stacks_in_49_72.full-width svg{width:100%;height:auto}.stacks_in_49_72 svg *{fill:rgba(200, 150, 0, 1.00)}
.stacks_in_49_76{line-height:0}.stacks_in_49_76 svg{display:inline-block;max-width:100px;height:auto;}.stacks_in_49_76.full-width svg{width:100%;height:auto}.stacks_in_49_76 svg *{fill:rgba(200, 150, 0, 1.00)}
.stacks_in_49_78{line-height:0}.stacks_in_49_78 svg{display:inline-block;max-width:100px;height:auto;}.stacks_in_49_78.full-width svg{width:100%;height:auto}.stacks_in_49_78 svg *{fill:rgba(200, 150, 0, 1.00)}
#stacks_in_49_89 .onthelineouterspace
{
display:block;
padding: 0px 0px 0px 0px;
}
#stacks_in_49_89 .ontheline
{
display:block; 
height:auto; 

border-bottom-style:solid; 
border-bottom-width:2px; 
border-bottom-color:#FFFFFF; 
border-top-style:solid; 
border-top-width:0px; 
border-top-color:#CCCCCC; 
font-size:1%;
-webkit-box-shadow: 0px 0px 2px #DDDDDC;
-moz-box-shadow: 0px 0px 2px #DDDDDC;
box-shadow: 0px 0px 2px #DDDDDC;
opacity:1;


}


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