.oembed.video,.oembed.codepen,.fr-video{display:block;width:100%;margin-bottom:0;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.oembed.video video,.oembed.codepen video,.fr-video video{width:100%}.oembed.video iframe,.oembed.codepen iframe,.fr-video iframe{border:none;height:100%;position:absolute;top:0;width:100%;left:0}img.fr-full-width{min-width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw !important;margin-right:-50vw !important}

.cookie-jar{display:none;z-index:9999;position:fixed;bottom:0;width:100%}.cookie-jar.cookie-jar-top{bottom:auto;top:0}.cookie-jar-buttons > div{width:49.5%;display:inline-block}
#tiptip_holder{display:none;position:absolute;top:0;left:0;z-index:9950}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_left{padding-right:5px}#tiptip_content{border-radius:3px}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border-color:transparent;border-style:solid;border-width:6px;height:0;width:0}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-5px;margin-left:-6px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-6px;margin-left:-7px}#tiptip_content{overflow:hidden;padding:5px}






/*! lightgallery - v1.2.14 - 2016-01-18
* 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: 1080;
  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;
}
.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;
  -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;
  -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;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.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 ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !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%;
}
.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-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  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: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 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 ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 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-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 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}
.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}



:root{--light-gray:rgba(230, 230, 230, 1.00);--medium-gray:rgba(202, 202, 202, 1.00);--dark-gray:rgba(252, 30, 31, 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(85, 162, 255, 1.00);--secondary:rgba(27, 70, 255, 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(252, 255, 255, 1.00);--secondary-contrast:rgba(27, 123, 254, 1.00);--success-contrast:rgba(254, 254, 254, 1.00);--warning-contrast:rgba(254, 254, 254, 1.00);--alert-contrast:rgba(242, 255, 50, 1.00);--primary-dark:rgba(55, 132, 225, 1.00);--secondary-dark:rgba(0, 40, 225, 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(27, 70, 255, 1.00);--subheader-color:rgba(27, 70, 255, 1.00);--small-color:rgba(27, 123, 254, 1.00);--text-color:rgba(34, 34, 34, 1.00);--link-color:rgba(0, 0, 255, 1.00);--link-color-hover:rgba(64, 196, 66, 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:10px;--small-gutter:1.25rem;--medium-gutter:2rem;--large-gutter:2rem;--site-width:calc(1200rem/16);}::selection{background:var(--selection-background);color:var(--selection-text)}.alt{--header-color:rgba(15, 123, 246, 1.00);--subheader-color:rgba(146, 0, 18, 1.00);--small-color:rgba(255, 0, 0, 1.00);--text-color:rgba(255, 255, 255, 1.00);--link-color:rgba(27, 70, 255, 1.00);--link-color-hover:rgba(64, 196, 66, 1.00);--link-decoration:none;--link-decoration-hover:none}.grid-container{max-width:var(--site-width)}.radius{border-radius:var(--radius)}body{font-size:calc(17rem/16)}h1,.h1{font-size:calc(22rem/16)}h2,.h2{font-size:calc(20rem/16)}h3,.h3{font-size:calc(19rem/16)}h4,.h4{font-size:calc(18rem/16)}h5,.h5{font-size:calc(17rem/16)}h6,.h6{font-size:calc(14rem/16)}small{font-size:30%}.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(18rem/16)}h1,.h1{font-size:calc(36rem/16)}h2,.h2{font-size:calc(32rem/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(15rem/16)}small{font-size:30%}}@media only screen and (min-width:64em){body{font-size:calc(19rem/16)}h1,.h1{font-size:calc(40rem/16)}h2,.h2{font-size:calc(34rem/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(15rem/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:inside}.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:lower-alpha}.text ol ol,.text ul ol{list-style-type:lower-roman}.radius,.radius:before,.radius:after{border-radius:calc(10rem/16)}body{}

form.blog-filter-form input,form.blog-filter-form select,form.blog-filter-form textarea,form.datastore-form input,form.datastore-form select,form.datastore-form textarea{padding:0.50rem;border-width:1px;border-radius:0px;margin-bottom:1.00rem;font-size:0.90rem;background-color:rgba(255, 255, 255, 1.00);border-color:rgba(204, 204, 204, 1.00);color:rgba(34, 34, 34, 1.00)}form.blog-filter-form select,form.datastore-form select{padding-right:1.5rem}form.blog-filter-form input,form.blog-filter-form select,form.datastore-form input,form.datastore-form select{height:2.30rem}form.blog-filter-form::placeholder,form.datastore-form::placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form:-ms-input-placeholder,form.datastore-form:-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}form.blog-filter-form::-ms-input-placeholder,form.datastore-form::-ms-input-placeholder{color:rgba(204, 204, 204, 1.00)}


 .font-vault-7 > a, h1,.font-family-h1,h1 a,.font-family-h1 a, h2,.font-family-h2,h2 a,.font-family-h2 a, h3,.font-family-h3,h3 a,.font-family-h3 a, h4,.font-family-h4,h4 a,.font-family-h4 a, h5,.font-family-h5,h5 a,.font-family-h5 a, h6,.font-family-h6,h6 a,.font-family-h6 a, .font-vault-7,.font-vault-7 > li,  .headers, .fontpro-stacks_in_2_264{font-style:normal;font-weight:800;font-family:"Gothic A1",sans-serif }

 h1,.font-family-h1,h1 a,.font-family-h1 a, .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers, .fontpro-stacks_in_2_265{line-height:2.13 ;letter-spacing:0.12em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:20.00px ; text-decoration-line:none ;text-decoration-style:solid ;text-transform:none ;word-wrap:normal ;word-break:normal ;hyphens:none ;color:rgba(0, 0, 255, 1.00) ;text-decoration-color:rgba(255, 255, 51, 1.00) ;text-shadow:0.07em 0.06em 0.05em rgba(15, 127, 255, 0.20) ;}
       h1>br,.font-family-h1>br,h1 a>br,.font-family-h1 a>br, .font-style-7>br,.font-style-7>br > li,.font-style-7 > *>br,  .headers>br, .fontpro-stacks_in_2_265 > br{display:block;content:' ';padding-bottom:0.00em }
  @media only screen and (min-width:40em){ h1,.font-family-h1,h1 a,.font-family-h1 a, .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers, .fontpro-stacks_in_2_265{}} 
  @media only screen and (min-width:33.625000em){ h1,.font-family-h1,h1 a,.font-family-h1 a, .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers, .fontpro-stacks_in_2_265{font-size:24.00px }} 
  @media only screen and (min-width:48.000000em){ h1,.font-family-h1,h1 a,.font-family-h1 a, .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers, .fontpro-stacks_in_2_265{font-size:28.00px }} 
  @media only screen and (min-width:62.500000em){ h1,.font-family-h1,h1 a,.font-family-h1 a, .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers, .fontpro-stacks_in_2_265{font-size:38.00px }} 

 .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers-2, .fontpro-stacks_in_2_270{line-height:2.13 ;letter-spacing:0.12em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:20.00px ; text-decoration-line:none ;text-decoration-style:solid ;text-transform:none ;word-wrap:normal ;word-break:normal ;hyphens:none ;color:rgba(0, 0, 255, 1.00) ;text-decoration-color:rgba(255, 255, 51, 1.00) ;text-shadow:0.07em 0.06em 0.05em rgba(15, 127, 255, 0.20) ;}
       .font-style-7>br,.font-style-7>br > li,.font-style-7 > *>br,  .headers-2>br, .fontpro-stacks_in_2_270 > br{display:block;content:' ';padding-bottom:0.00em }
  @media only screen and (min-width:40em){ .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers-2, .fontpro-stacks_in_2_270{}} 
  @media only screen and (min-width:33.625000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers-2, .fontpro-stacks_in_2_270{font-size:24.00px }} 
  @media only screen and (min-width:48.000000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers-2, .fontpro-stacks_in_2_270{font-size:28.00px }} 
  @media only screen and (min-width:62.500000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers-2, .fontpro-stacks_in_2_270{font-size:36.00px }} 

 .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers-3, .fontpro-stacks_in_2_271{line-height:2.13 ;letter-spacing:0.12em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:20.00px ; text-decoration-line:none ;text-decoration-style:solid ;text-transform:none ;word-wrap:normal ;word-break:normal ;hyphens:none ;color:rgba(0, 0, 255, 1.00) ;text-decoration-color:rgba(255, 255, 51, 1.00) ;text-shadow:0.07em 0.06em 0.05em rgba(15, 127, 255, 0.20) ;}
       .font-style-7>br,.font-style-7>br > li,.font-style-7 > *>br,  .headers-3>br, .fontpro-stacks_in_2_271 > br{display:block;content:' ';padding-bottom:0.00em }
  @media only screen and (min-width:40em){ .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers-3, .fontpro-stacks_in_2_271{}} 
  @media only screen and (min-width:33.625000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers-3, .fontpro-stacks_in_2_271{font-size:22.00px }} 
  @media only screen and (min-width:48.000000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers-3, .fontpro-stacks_in_2_271{font-size:26.00px }} 
  @media only screen and (min-width:62.500000em){ .font-style-7,.font-style-7 > li,.font-style-7 > *,  .headers-3, .fontpro-stacks_in_2_271{font-size:32.00px }} 

 .font-style-4,.font-style-4 > li,.font-style-4 > *,  .headers-4, .fontpro-stacks_in_2_272{line-height:2.13 ;letter-spacing:0.12em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:18.00px ; text-decoration-line:none ;text-decoration-style:solid ;text-transform:none ;word-wrap:normal ;word-break:normal ;hyphens:none ;color:rgba(0, 0, 255, 1.00) ;text-decoration-color:rgba(255, 255, 51, 1.00) ;text-shadow:0.07em 0.06em 0.05em rgba(15, 127, 255, 0.20) ;}
       .font-style-4>br,.font-style-4>br > li,.font-style-4 > *>br,  .headers-4>br, .fontpro-stacks_in_2_272 > br{display:block;content:' ';padding-bottom:0.00em }
  @media only screen and (min-width:40em){ .font-style-4,.font-style-4 > li,.font-style-4 > *,  .headers-4, .fontpro-stacks_in_2_272{}} 
  @media only screen and (min-width:33.625000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *,  .headers-4, .fontpro-stacks_in_2_272{font-size:22.00px }} 
  @media only screen and (min-width:48.000000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *,  .headers-4, .fontpro-stacks_in_2_272{font-size:25.00px }} 
  @media only screen and (min-width:62.500000em){ .font-style-4,.font-style-4 > li,.font-style-4 > *,  .headers-4, .fontpro-stacks_in_2_272{font-size:29.00px }} 

 .font-style-5,.font-style-5 > li,.font-style-5 > *,  .headers-5, .fontpro-stacks_in_2_273{line-height:2.13 ;letter-spacing:0.12em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:20.00px ; text-decoration-line:none ;text-decoration-style:solid ;text-transform:none ;word-wrap:normal ;word-break:normal ;hyphens:none ;color:rgba(0, 0, 255, 1.00) ;text-decoration-color:rgba(255, 255, 51, 1.00) ;text-shadow:0.07em 0.06em 0.05em rgba(15, 127, 255, 0.20) ;}
       .font-style-5>br,.font-style-5>br > li,.font-style-5 > *>br,  .headers-5>br, .fontpro-stacks_in_2_273 > br{display:block;content:' ';padding-bottom:0.00em }
  @media only screen and (min-width:40em){ .font-style-5,.font-style-5 > li,.font-style-5 > *,  .headers-5, .fontpro-stacks_in_2_273{}} 
  @media only screen and (min-width:33.625000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *,  .headers-5, .fontpro-stacks_in_2_273{font-size:20.00px }} 
  @media only screen and (min-width:48.000000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *,  .headers-5, .fontpro-stacks_in_2_273{font-size:23.00px }} 
  @media only screen and (min-width:62.500000em){ .font-style-5,.font-style-5 > li,.font-style-5 > *,  .headers-5, .fontpro-stacks_in_2_273{font-size:23.00px }} 


 .font-vault-6 > a, .font-vault-6,.font-vault-6 > li,  .iphs-default, .fontpro-stacks_in_2_158{font-style:normal;font-weight:400;font-family:"Roboto",serif }

 html,body, blockquote, p:not(.custom-font),.font-family-text,.text_stack:not(.custom-font), .font-style-6,.font-style-6 > li,  .iphs-default, .fontpro-stacks_in_2_161{line-height:1.60 ;letter-spacing:0.04em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ;  }p:not(.custom-font),p.font-family-text:not(.custom-font),.text_stack:not(.custom-font){line-height:1.60 ;letter-spacing:0.04em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ;  }
    p:not(.custom-font)>br,.font-family-text>br,.text_stack:not(.custom-font)>br,    blockquote>br, .font-style-6>br,.font-style-6>br > li,  .iphs-default>br, .fontpro-stacks_in_2_161 > br{display:block;content:' ';padding-bottom:0.00em }
  
  
  
  


 .iphs-small, .fontpro-stacks_in_2_319{line-height:1.60 ;letter-spacing:0.04em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ; font-size:9.00px ; color:rgba(85, 162, 255, 1.00) ;text-decoration-color:rgba(255, 0, 0, 1.00) ;}
       .iphs-small>br, .fontpro-stacks_in_2_319 > br{display:block;content:' ';padding-bottom:0.00em }
  
  @media only screen and (min-width:37.000000em){ .iphs-small, .fontpro-stacks_in_2_319{font-size:10.00px }} 
  @media only screen and (min-width:48.000000em){ .iphs-small, .fontpro-stacks_in_2_319{font-size:10.00px }} 
  @media only screen and (min-width:62.500000em){ .iphs-small, .fontpro-stacks_in_2_319{font-size:10.00px }} 
            .FormSubmit .button{font-size:calc(19rem/16) ;font-weight:600 ;}@media only screen and (min-width:40em){            .FormSubmit .button{font-size:calc(19rem/16) }}@media only screen and (min-width:64em){            .FormSubmit .button{font-size:calc(20rem/16) }}


 .font-style-8,.font-style-8 > li,  .iphs-totalcms, .fontpro-stacks_in_2_163{line-height:1.00 ;letter-spacing:0.07em ;word-spacing:0.00em ;text-indent:0.00em ;margin-left:0.00em ;margin-right:0.00em ;  }
     .font-style-8>br,.font-style-8>br > li,  .iphs-totalcms>br, .fontpro-stacks_in_2_163 > br{display:block;content:' ';padding-bottom:0.00em }
  
  
  
  

 .font-vault-8 > a, .font-vault-8,.font-vault-8 > li,  .iphs-totalcms, .fontpro-stacks_in_2_166{font-style:normal;font-weight:400;font-family:"Gupter",cursive }

            .TabBar .tabs-title > a {font-size:calc(18rem/16) !important;font-weight:600 !important;font-style:italic !important;}@media only screen and (min-width:40em){            .TabBar .tabs-title > a {font-size:calc(19rem/16) !important}}@media only screen and (min-width:64em){            .TabBar .tabs-title > a {font-size:calc(19rem/16) !important}}
         .menu li,   .TabBar .TabBar{font-size:calc(19rem/16) !important;font-weight:600 !important;font-style:italic !important;}@media only screen and (min-width:40em){         .menu li,   .TabBar{font-size:calc(19rem/16) !important}}@media only screen and (min-width:64em){         .menu li,   .TabBar{font-size:calc(19rem/16) !important}}
.TabBar .accordion-title{background-color:rgba(97, 149, 255, 1.00) !important;background-position:center center !important;background-attachment:scroll   !important;background-origin:padding-box !important;background-blend-mode:normal !important;-webkit-background-clip:padding-box !important;background-clip:padding-box !important; background: rgb(208,228,247);
background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%);
background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%);
background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); }@media (hover:none) and (pointer:coarse){.TabBar .accordion-title{background-attachment:scroll!important}}
.TabBar .tabs-title > a[aria-selected='true']{background-color:rgba(97, 149, 255, 1.00) !important;background-position:center center !important;background-attachment:scroll   !important;background-origin:padding-box !important;background-blend-mode:normal !important;-webkit-background-clip:padding-box !important;background-clip:padding-box !important; background: rgba(142,190,236,1);
background: -moz-linear-gradient(top, rgba(142,190,236,1) 0%, rgba(63,148,222,1) 24%, rgba(8,100,180,1) 50%, rgba(38,133,217,1) 79%, rgba(82,158,224,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(142,190,236,1)), color-stop(24%, rgba(63,148,222,1)), color-stop(50%, rgba(8,100,180,1)), color-stop(79%, rgba(38,133,217,1)), color-stop(100%, rgba(82,158,224,1)));
background: -webkit-linear-gradient(top, rgba(142,190,236,1) 0%, rgba(63,148,222,1) 24%, rgba(8,100,180,1) 50%, rgba(38,133,217,1) 79%, rgba(82,158,224,1) 100%);
background: -o-linear-gradient(top, rgba(142,190,236,1) 0%, rgba(63,148,222,1) 24%, rgba(8,100,180,1) 50%, rgba(38,133,217,1) 79%, rgba(82,158,224,1) 100%);
background: -ms-linear-gradient(top, rgba(142,190,236,1) 0%, rgba(63,148,222,1) 24%, rgba(8,100,180,1) 50%, rgba(38,133,217,1) 79%, rgba(82,158,224,1) 100%);
background: linear-gradient(to bottom, rgba(142,190,236,1) 0%, rgba(63,148,222,1) 24%, rgba(8,100,180,1) 50%, rgba(38,133,217,1) 79%, rgba(82,158,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ebeec', endColorstr='#529ee0', GradientType=0 ); }@media (hover:none) and (pointer:coarse){.TabBar .tabs-title > a[aria-selected='true']{background-attachment:scroll!important}}
.TabBar .tabs-title > a {background-color:rgba(97, 149, 255, 1.00) !important;background-position:center center !important;background-attachment:scroll   !important;background-origin:padding-box !important;background-blend-mode:normal !important;-webkit-background-clip:padding-box !important;background-clip:padding-box !important; background: rgb(208,228,247);
background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%);
background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%);
background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); }@media (hover:none) and (pointer:coarse){.TabBar .tabs-title > a {background-attachment:scroll!important}}
.TabBar{background-color:rgba(97, 149, 255, 1.00) !important;background-position:center center !important;background-attachment:scroll   !important;background-origin:padding-box !important;background-blend-mode:normal !important;-webkit-background-clip:padding-box !important;background-clip:padding-box !important; background: rgb(208,228,247);
background: -moz-linear-gradient(top,  rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%);
background: -webkit-linear-gradient(top,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%);
background: linear-gradient(to bottom,  rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); }@media (hover:none) and (pointer:coarse){.TabBar{background-attachment:scroll!important}}
.TabBar .accordion-title{color:rgba(252, 255, 255, 1.00) !important;}
.TabBar .TabBar{color:rgba(252, 255, 255, 1.00) !important;}
.TabBar .accordion-content{background:none !important;background-color:rgba(252, 255, 255, 1.00) !important;}
.TabBar .tabs-title > a {color:rgba(252, 255, 255, 1.00) !important;}

.menu{width:100% !important;}  
         .menu li,   .NavBar .menu{font-size:calc(18rem/16) !important;font-weight:700 !important;}@media only screen and (min-width:40em){         .menu li,   .NavBar .menu{font-size:calc(19rem/16) !important}}@media only screen and (min-width:64em){         .menu li,   .NavBar .menu{font-size:calc(20rem/16) !important}}
.NavBar .menu{background-color:rgba(212, 229, 242, 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){.NavBar .menu{background-attachment:scroll!important}}
.NavBar{background-color:rgba(212, 229, 242, 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){.NavBar{background-attachment:scroll!important}}
.NavBar .menu .submenu>li>a{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){.NavBar .menu .submenu>li>a{background-attachment:scroll!important}}
         .menu li,   .menu .accordion-title{font-size:calc(18rem/16) ;font-weight:600 ;font-style:italic ;}@media only screen and (min-width:40em){         .menu li,   .menu .accordion-title{font-size:calc(19rem/16) }}@media only screen and (min-width:64em){         .menu li,   .menu .accordion-title{font-size:calc(20rem/16) }}
.menu>li.is-active>a, .menu>li.active>a, .menu>li>a.is_active{background-color:rgba(97, 149, 254, 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){.menu>li.is-active>a, .menu>li.active>a, .menu>li>a.is_active{background-attachment:scroll!important}}
.menu>li>a:hover{background-color:rgba(85, 162, 255, 1.00) !important;}
.menu>li>a{color:rgba(27, 70, 255, 1.00) !important;}

.quoted{color:rgba(0, 0, 255, 1.00) ;}
blockquote cite{color:rgba(255, 0, 0, 1.00) ;}
.quoted{background-color:rgba(252, 255, 255, 1.00) ;}

.Panel-White{border-radius:10px ;}
.Panel-White{background-color:rgba(252, 255, 255, 1.00) ;}
.Panel-White-Trans{background-color:rgba(252, 255, 255, 0.50) ;}
.Panel-White-Trans{border-radius:10px ;}

.Panel-Red{border-radius:10px ;}
.Panel-Red{background-color:rgba(254, 202, 203, 1.00) ;}

.Panel-Blue{border-radius:10px ;}
.Panel-Blue{background-color:rgba(194, 229, 255, 1.00) ;}

.foot{color:rgba(49, 116, 255, 1.00) ;}
.foot{background-color:rgba(211, 228, 241, 1.00) ;}

.ieasy{color:var(--white-color) ;}
            .ieasy>p{font-size:calc(16rem/16) !important;}@media only screen and (min-width:40em){            .ieasy>p{font-size:calc(14rem/16) !important}}@media only screen and (min-width:64em){            .ieasy>p{font-size:calc(14rem/16) !important}}
.bg-colour{background-color:rgba(252, 255, 255, 1.00) ;}
.border{border-color:rgba(150, 152, 152, 1.00) ;border-width:1px ;border-style:solid ;}
.svg{color:rgba(252, 255, 255, 1.00) ;}
.total-blog-list .button{width:100% ;}  
.total-blog-list .button{background-color:rgba(27, 123, 254, 1.00) ;}
.total-blog-list .button{color:rgba(252, 255, 255, 1.00) ;}

            .errorBG{font-size:calc(18rem/16) ;font-weight:600 ;}@media only screen and (min-width:40em){            .errorBG{font-size:calc(22rem/16) }}@media only screen and (min-width:64em){            .errorBG{font-size:calc(26rem/16) }}
.errorBG{color:rgba(255, 255, 51, 1.00) ;}

            .Charges .accordion-title{font-size:calc(18rem/16) ;font-weight:600 ;}@media only screen and (min-width:40em){            .Charges .accordion-title{font-size:calc(18rem/16) }}@media only screen and (min-width:64em){            .Charges .accordion-title{font-size:calc(22rem/16) }}
            .Charges .tabs-title > a {font-size:calc(18rem/16) ;font-weight:600 ;}@media only screen and (min-width:40em){            .Charges .tabs-title > a {font-size:calc(18rem/16) }}@media only screen and (min-width:64em){            .Charges .tabs-title > a {font-size:calc(20rem/16) }}

            .HeatingFAQ .accordion-title{font-size:calc(18rem/16) ;font-weight:600 ;}@media only screen and (min-width:40em){            .HeatingFAQ .accordion-title{font-size:calc(18rem/16) }}@media only screen and (min-width:64em){            .HeatingFAQ .accordion-title{font-size:calc(22rem/16) }}

.CallUsVert{display:inline-block;white-space:nowrap}
.Call-Us>a:hover:hover{color:rgba(64, 196, 66, 1.00) ;}
            .Call-Us{font-size:calc(20rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em){            .Call-Us{font-size:calc(18rem/16) }}@media only screen and (min-width:64em){            .Call-Us{font-size:calc(22rem/16) }}
.Call-Us{color:var(--success) ;}

            .CardReadMore .button{font-size:calc(18rem/16) ;font-weight:600 ;}@media only screen and (min-width:40em){            .CardReadMore .button{font-size:calc(19rem/16) }}@media only screen and (min-width:64em){            .CardReadMore .button{font-size:calc(20rem/16) }}
.GalleryCardHeader{background-color:rgba(85, 162, 255, 1.00) ;}
.CardReadMore{background-color:rgba(85, 162, 255, 1.00) ;}
.GalleryCardHeader{color:rgba(252, 255, 255, 1.00) ;}
.CardReadMore{color:rgba(252, 255, 255, 1.00) ;}
.CardReadMore:hover{color:rgba(255, 0, 0, 1.00) ;}
.CardReadMore:hover{background-color:rgba(194, 229, 255, 1.00) ;}
.GalleryCardHeaderFitText{display:inline-block;white-space:nowrap}
.GCardHeader{color:rgba(252, 255, 255, 1.00) ;}
.card{box-shadow: 0px 0px 30px 1px rgba(255, 0, 0, 0.20);}

.myTbar{height:4rem !important;}  
.mbImage{position: absolute  ;z-index:99 ;top:unset ;bottom:unset ;left:55% ;right:unset ;transform:translateY(-50%) translateX(-50%) ;}
.top-bar> *{background-color:rgba(212, 229, 242, 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){.top-bar{background-attachment:scroll!important}}
#tiptip_content{font-size:11px;color:#FFFFFF;text-shadow:0 0 2px #000000;border:1px solid #999999;background-color:#333333;background:linear-gradient(#333333,#000000);-webkit-box-shadow:0 0 5px #555555;box-shadow:0 0 5px #555555}#tiptip_holder.tip_top #tiptip_arrow{border-top-color:#999999}#tiptip_holder.tip_bottom #tiptip_arrow{border-bottom-color:#999999}#tiptip_holder.tip_right #tiptip_arrow{border-right-color:#999999}#tiptip_holder.tip_left #tiptip_arrow{border-left-color:#999999}#tiptip_holder.tip_top #tiptip_arrow_inner{border-top-color:#333333}#tiptip_holder.tip_bottom #tiptip_arrow_inner{border-bottom-color:#333333}#tiptip_holder.tip_right #tiptip_arrow_inner{border-right-color:#333333}#tiptip_holder.tip_left #tiptip_arrow_inner{border-left-color:#333333}#tiptip_holder{max-width:200px}

.stacks_in_132_389 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 0.75rem)}





.Card-Text{height:100% !important;min-height:14rem !important;max-height:fit-content !important;}  
.myclass{background-color:rgba(252, 255, 255, 1.00) ;}
.height-full{height:100% ;}  
.myclass {box-shadow: 0px 0px 30px 1px rgba(255, 0, 0, 0.20);}
.GCardHeader{width:100% !important;}  
.mytooltip{position: absolute  !important;z-index:1 !important;top:unset !important;bottom:unset !important;left:unset !important;right:-15px !important;transform:translateY(-50%) !important;}
.mytooltip{width:4rem ;}  
#tiptip_content{font-size:16px;color:#FFFFFF;text-shadow:0 0 2px #000000;border:1px solid #999999;background-color:#333333;background:linear-gradient(#333333,#000000);-webkit-box-shadow:0 0 5px #555555;box-shadow:0 0 5px #555555}#tiptip_holder.tip_top #tiptip_arrow{border-top-color:#999999}#tiptip_holder.tip_bottom #tiptip_arrow{border-bottom-color:#999999}#tiptip_holder.tip_right #tiptip_arrow{border-right-color:#999999}#tiptip_holder.tip_left #tiptip_arrow{border-left-color:#999999}#tiptip_holder.tip_top #tiptip_arrow_inner{border-top-color:#333333}#tiptip_holder.tip_bottom #tiptip_arrow_inner{border-bottom-color:#333333}#tiptip_holder.tip_right #tiptip_arrow_inner{border-right-color:#333333}#tiptip_holder.tip_left #tiptip_arrow_inner{border-left-color:#333333}#tiptip_holder{max-width:200px}
.stacks_in_452{line-height:0}.stacks_in_452 svg{display:inline-block;max-width:48px;height:auto;}.stacks_in_452.full-width svg{width:100%;height:auto}.stacks_in_452 svg *{fill:rgba(255, 0, 0, 1.00)}
.stacks_in_273 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}




/*#stacks_in_155 {
    display: none;
}*/
.stacks_in_155_photo_wrapper {
    
}


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


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



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

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



#lg-download {
    display: none;
}

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




/*#stacks_in_177 {
    display: none;
}*/
.stacks_in_177_photo_wrapper {
    
}


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


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



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

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



#lg-download {
    display: none;
}

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




/*#stacks_in_199 {
    display: none;
}*/
.stacks_in_199_photo_wrapper {
    
}


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


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



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

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



#lg-download {
    display: none;
}

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




/*#stacks_in_349 {
    display: none;
}*/
.stacks_in_349_photo_wrapper {
    
}


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


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



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

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



#lg-download {
    display: none;
}

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




/*#stacks_in_407 {
    display: none;
}*/
.stacks_in_407_photo_wrapper {
    
}


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


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



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

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



#lg-download {
    display: none;
}

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




/*#stacks_in_378 {
    display: none;
}*/
.stacks_in_378_photo_wrapper {
    
}


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


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



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

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



#lg-download {
    display: none;
}

.lg-outer .lg-thumb-item img {
    /* width: 100%;
    height: 100%; */
    object-fit: cover;
}
            .cookieText{font-size:calc(16rem/16) ;font-weight:400 ;}@media only screen and (min-width:40em){            .cookieText{font-size:calc(16rem/16) }}@media only screen and (min-width:64em){            .cookieText{font-size:calc(16rem/16) }}
.cookieText{background-color:rgba(252, 255, 255, 1.00) ;}
.cookieText{padding:1.25rem ;}  
.cookieText .button{padding:0.75rem ;}  
.stacks_in_657_13 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 0px)}

.CallMeSVG{min-width:1rem ;max-width:2rem ;}
            SocialShareLinks1{font-size:calc(24rem/16) !important;}@media only screen and (min-width:40em){            SocialShareLinks1{font-size:calc(24rem/16) !important}}@media only screen and (min-width:64em){            SocialShareLinks1{font-size:calc(24rem/16) !important}}
.CallMeSVG{height:30.00px !important;}@media only screen and (min-width:40em){.CallMeSVG{height:25.00px !important}}@media only screen and (min-width:64em){.CallMeSVG{height:32.00px !important}}
.CallMe:hover{color:rgba(64, 196, 66, 1.00) !important;}
            .CallMe{font-size:calc(22rem/16) ;font-weight:600 ;}@media only screen and (min-width:40em){            .CallMe{font-size:calc(17rem/16) }}@media only screen and (min-width:64em){            .CallMe{font-size:calc(22rem/16) }}
.Call-Us{color:var(--header-color) !important;}
.CallMe1{display:inline-block;white-space:nowrap}
.stacks_in_657_17_18{line-height:0}.stacks_in_657_17_18 svg{display:inline-block;max-width:32px;height:auto;}.stacks_in_657_17_18.full-width svg{width:100%;height:auto}
.stacks_in_657_17_21{line-height:0}.stacks_in_657_17_21 svg{display:inline-block;max-width:32px;height:auto;}.stacks_in_657_17_21.full-width svg{width:100%;height:auto}

.CallMeSVG{min-width:1rem ;max-width:2rem ;}
            SocialShareLinks1{font-size:calc(24rem/16) !important;}@media only screen and (min-width:40em){            SocialShareLinks1{font-size:calc(24rem/16) !important}}@media only screen and (min-width:64em){            SocialShareLinks1{font-size:calc(24rem/16) !important}}
.CallMeSVG{height:30.00px !important;}@media only screen and (min-width:40em){.CallMeSVG{height:25.00px !important}}@media only screen and (min-width:64em){.CallMeSVG{height:32.00px !important}}
.CallMe:hover{color:rgba(64, 196, 66, 1.00) !important;}
            .CallMe{font-size:calc(22rem/16) ;font-weight:600 ;}@media only screen and (min-width:40em){            .CallMe{font-size:calc(17rem/16) }}@media only screen and (min-width:64em){            .CallMe{font-size:calc(22rem/16) }}
.Call-Us{color:var(--header-color) !important;}
.CallMe1{display:inline-block;white-space:nowrap}
.stacks_in_657_20_18{line-height:0}.stacks_in_657_20_18 svg{display:inline-block;max-width:32px;height:auto;}.stacks_in_657_20_18.full-width svg{width:100%;height:auto}
.stacks_in_657_20_21{line-height:0}.stacks_in_657_20_21 svg{display:inline-block;max-width:32px;height:auto;}.stacks_in_657_20_21.full-width svg{width:100%;height:auto}
.SocialShareLinks{width:1.25rem !important;min-width:1.25rem !important;max-width:4rem !important;}  
.SocialShareLinks1{min-width:1.25rem !important;max-width:2rem !important;}
            SocialShareLinks1{font-size:calc(24rem/16) !important;}@media only screen and (min-width:40em){            SocialShareLinks1{font-size:calc(24rem/16) !important}}@media only screen and (min-width:64em){            SocialShareLinks1{font-size:calc(24rem/16) !important}}
.SocialShareHeight{height:32.00px !important;}@media only screen and (min-width:40em){.SocialShareHeight{height:28.00px !important}}@media only screen and (min-width:64em){.SocialShareHeight{height:32.00px !important}}
.SocialShareHeightFB{height:32.00px !important;}@media only screen and (min-width:40em){.SocialShareHeightFB{height:26.00px !important}}@media only screen and (min-width:64em){.SocialShareHeightFB{height:32.00px !important}}
.stacks_in_657_37 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}

.stacks_in_657_41{line-height:0}.stacks_in_657_41 svg{display:inline-block;max-width:32px;height:auto;}.stacks_in_657_41.full-width svg{width:100%;height:auto}

.stacks_in_657_45{line-height:0}.stacks_in_657_45 svg{display:inline-block;max-width:32px;height:auto;}.stacks_in_657_45.full-width svg{width:100%;height:auto}

.stacks_in_657_49{line-height:0}.stacks_in_657_49 svg{display:inline-block;max-width:32px;height:auto;}.stacks_in_657_49.full-width svg{width:100%;height:auto}

.stacks_in_657_53{line-height:0}.stacks_in_657_53 svg{display:inline-block;max-width:32px;height:auto;}.stacks_in_657_53.full-width svg{width:100%;height:auto}

.stacks_in_657_57{line-height:0}.stacks_in_657_57 svg{display:inline-block;max-width:32px;height:auto;}.stacks_in_657_57.full-width svg{width:100%;height:auto}
.stacks_in_657_94 > .grid-divider-wrapper > .grid-divider{height:calc(100% - 2rem)}


#toTop{--elevator-image:url(../../../rw_common/plugins/stacks/elevator-images/top.png);--elevator-size:50px;display:none;text-decoration:none;position:fixed;bottom:10px;right:10px;overflow:hidden;width:var(--elevator-size);height:var(--elevator-size);border:none;text-indent:-9999px;background-image:var(--elevator-image);background-repeat:no-repeat;background-position:left top;z-index:9988}#toTop:active,#toTop:focus{outline:none}#toTop:hover{background-position:left calc(var(--elevator-size) * -1)}
#cookiejar_stacks_in_657_107{padding:20px;background-color:rgba(51, 51, 51, 0.51)}
