@charset "UTF-8";
/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: August 22, 2015
 */
.fullscreen-slider-wrapper {
  padding: 0 !important; }

.ag-overlay .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1; }

.ag-overlay .swiper-container-no-flexbox .swiper-slide {
  float: left; }

.ag-overlay .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.ag-overlay .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  box-sizing: content-box; }

.ag-overlay .swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.ag-overlay .swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.ag-overlay .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.ag-overlay .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.ag-overlay .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.ag-overlay .swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.ag-overlay .swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.ag-overlay .swiper-button-next, .ag-overlay .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.ag-overlay .swiper-button-next.swiper-button-disabled, .ag-overlay .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.ag-overlay .swiper-button-prev, .ag-overlay .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.ag-overlay .swiper-button-prev.swiper-button-black, .ag-overlay .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.ag-overlay .swiper-button-prev.swiper-button-white, .ag-overlay .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.ag-overlay .swiper-button-next, .ag-overlay .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.ag-overlay .swiper-button-next.swiper-button-black, .ag-overlay .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.ag-overlay .swiper-button-next.swiper-button-white, .ag-overlay .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.ag-overlay .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.ag-overlay .swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.ag-overlay .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

.ag-overlay button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.ag-overlay .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.ag-overlay .swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.ag-overlay .swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.ag-overlay .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.ag-overlay .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.ag-overlay .swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

.ag-overlay .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.ag-overlay .swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%; }

.ag-overlay .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px; }

.ag-overlay .swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.ag-overlay .swiper-container-3d .swiper-cube-shadow, .ag-overlay .swiper-container-3d .swiper-slide, .ag-overlay .swiper-container-3d .swiper-slide-shadow-bottom, .ag-overlay .swiper-container-3d .swiper-slide-shadow-left, .ag-overlay .swiper-container-3d .swiper-slide-shadow-right, .ag-overlay .swiper-container-3d .swiper-slide-shadow-top, .ag-overlay .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.ag-overlay .swiper-container-3d .swiper-slide-shadow-bottom, .ag-overlay .swiper-container-3d .swiper-slide-shadow-left, .ag-overlay .swiper-container-3d .swiper-slide-shadow-right, .ag-overlay .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.ag-overlay .swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

.ag-overlay .swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

.ag-overlay .swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

.ag-overlay .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

.ag-overlay .swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

.ag-overlay .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.ag-overlay .swiper-container-fade .swiper-slide {
  pointer-events: none; }

.ag-overlay .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.ag-overlay .swiper-container-fade .swiper-slide-active, .ag-overlay .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.ag-overlay .swiper-container-cube {
  overflow: visible; }

.ag-overlay .swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1; }

.ag-overlay .swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.ag-overlay .swiper-container-cube .swiper-slide-active, .ag-overlay .swiper-container-cube .swiper-slide-next, .ag-overlay .swiper-container-cube .swiper-slide-next + .swiper-slide, .ag-overlay .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.ag-overlay .swiper-container-cube .swiper-slide-shadow-bottom, .ag-overlay .swiper-container-cube .swiper-slide-shadow-left, .ag-overlay .swiper-container-cube .swiper-slide-shadow-right, .ag-overlay .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden; }

.ag-overlay .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.ag-overlay .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.ag-overlay .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.ag-overlay .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.ag-overlay .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.ag-overlay .swiper-scrollbar-cursor-drag {
  cursor: move; }

.ag-overlay .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.ag-overlay .swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.ag-overlay .swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.ag-overlay .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 100%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

@font-face {
  font-family: "allergallery";
  src: url("../../../../plugins/se-wordpress-aller-gallery/src/sass/fonts/allergallery.eot");
  src: url("../../../../plugins/se-wordpress-aller-gallery/src/sass/fonts/allergallery.eot?#iefix") format("embedded-opentype"), url("../../../../plugins/se-wordpress-aller-gallery/src/sass/fonts/allergallery.woff") format("woff"), url("../../../../plugins/se-wordpress-aller-gallery/src/sass/fonts/allergallery.ttf") format("truetype"), url("../../../../plugins/se-wordpress-aller-gallery/src/sass/fonts/allergallery.svg#allergallery") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-ag-icon]:before {
  font-family: "allergallery" !important;
  content: attr(data-ag-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="ag-icon-"]:before,
[class*=" ag-icon-"]:before {
  font-family: "allergallery" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ag-icon-squareboxes:before {
  content: "\61"; }

.ag-icon-arrow-thick-up:before {
  content: "\62"; }

.ag-icon-arrow-thick-right:before {
  content: "\63"; }

.ag-icon-arrow-thick-left:before {
  content: "\64"; }

.ag-icon-arrow-thick-down:before {
  content: "\65"; }

.ag-icon-gallery-overview-back-arrow:before {
  content: "\66"; }

.ag-icon-facebook:before {
  content: "\67"; }

.ag-icon-twitter:before {
  content: "\68"; }

.ag-icon-pinterest-p:before {
  content: "\69"; }

.allerGallery-launcher-wrapper {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding: 0 !important; }
  .allerGallery-launcher-wrapper .fullscreen-slider-item {
    width: 100%; }
  .allerGallery-launcher-wrapper.allerGallery-launcher-wrapper-single {
    cursor: pointer; }
  .allerGallery-launcher-wrapper .allerGallery-launch-fullscreen {
    display: block;
    width: 100%; }
  .allerGallery-launcher-wrapper .allerGallery-marker-launch-gallery {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 15px 10px 10px 15px;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-family: "Futura", "Helvetica", "Arial";
    text-transform: uppercase;
    pointer-events: none; }
    .allerGallery-launcher-wrapper .allerGallery-marker-launch-gallery .allerGallery-marker-slideshow {
      position: relative;
      padding: 3px 8px;
      border: 2px solid #fff;
      background: transparent; }
      .allerGallery-launcher-wrapper .allerGallery-marker-launch-gallery .allerGallery-marker-slideshow:before {
        content: " ";
        position: absolute;
        top: -6px;
        left: -7px;
        width: 100%;
        height: 100%;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff; }

body .block-section, body .block-section, body .solum-block {
  max-width: 100% !important; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }
  .stop-scrolling #wpadminbar {
    display: none; }

.allerGallery-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0;
  z-index: -100;
  margin: 0 !important;
  max-width: none !important;
  -webkit-transition: opacity 150ms ease-in;
          transition: opacity 150ms ease-in;
  box-sizing: border-box; }
  .allerGallery-overlay:after {
    content: " ";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #FFF;
    z-index: 5; }
  .allerGallery-overlay.active {
    opacity: 1;
    z-index: 100000; }
  .allerGallery-overlay.not-active {
     opacity: 0;
    z-index: 100000; }
  .allerGallery-overlay * {
    box-sizing: border-box; }
  .allerGallery-overlay header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    height: 65px;
    padding: 0 25px;
    border-bottom: 1px solid #ccc;
    background: #FFF;
    z-index: 10; }
    .allerGallery-overlay header * {
      -webkit-tap-highlight-color: transparent; }
    @media screen and (min-width: 1024px) {
      .allerGallery-overlay header {
        height: auto;
        min-height: 140px; } }
    .allerGallery-overlay header.ad-double-height #ag-dfp-pan_slider_1 {
      padding: 10px 0; }
    .allerGallery-overlay header .image-counter, .allerGallery-overlay header .navigation {
      width: auto; }
    .allerGallery-overlay header .image-counter {
      color: #7f7f7f;
      font-size: 20px; }
      @media screen and (min-width: 1024px) {
        .allerGallery-overlay header .image-counter {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3; } }
      .allerGallery-overlay header .image-counter .image-index {
        color: black; }
    .allerGallery-overlay header .logo {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 35%;
      max-width: 115px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .allerGallery-overlay header .logo img {
        display: block; }
      @media screen and (min-width: 1024px) {
        .allerGallery-overlay header .logo {
          position: static;
          -webkit-transform: none;
                  transform: none;
          max-width: 150px;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
              -ms-flex-order: 1;
                  order: 1; } }
    .allerGallery-overlay header #ag-dfp-pan_slider_1 {
      display: none; }
      @media screen and (min-width: 1024px) {
        .allerGallery-overlay header #ag-dfp-pan_slider_1 {
          display: block;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2;
          margin: 0 auto;
          padding: 0;
          border: 0; }
          .allerGallery-overlay header #ag-dfp-pan_slider_1 .ad-tag {
            display: none; } }
    .allerGallery-overlay header .navigation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: 28px;
      line-height: 1; }
      @media screen and (min-width: 1024px) {
        .allerGallery-overlay header .navigation {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3;
          margin-left: 25px; } }
      .allerGallery-overlay header .navigation .ag-icon-squareboxes {
        margin-top: 3px;
        margin-right: 13px;
        font-size: 20px;
        color: #a6a6a6;
        cursor: pointer; }
        .allerGallery-overlay header .navigation .ag-icon-squareboxes.return-to-overlay {
          position: relative;
          width: 20px;
          height: 20px;
          margin: 0;
          margin-right: 15px;
          background: #a6a6a6; }
          .allerGallery-overlay header .navigation .ag-icon-squareboxes.return-to-overlay:before {
            content: "\64";
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            display: block;
            margin: 0 auto;
            font-size: 14px;
            color: white; }
          .allerGallery-overlay header .navigation .ag-icon-squareboxes.return-to-overlay:after {
            content: " ";
            position: absolute;
            right: -42px;
            top: -5px;
            width: 30px;
            height: 30px;
            z-index: 10; }
          @media screen and (min-width: 1024px) {
            .allerGallery-overlay header .navigation .ag-icon-squareboxes.return-to-overlay {
              margin-right: 105px; }
              .allerGallery-overlay header .navigation .ag-icon-squareboxes.return-to-overlay:after {
                content: "TILLBAKA";
                margin-left: 30px;
                font-style: normal;
                top: auto; }
              .allerGallery-overlay header .navigation .ag-icon-squareboxes.return-to-overlay + .close-fullscreen {
                display: none; } }
      .allerGallery-overlay header .navigation .close-fullscreen {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 100%;
        cursor: pointer; }
        .allerGallery-overlay header .navigation .close-fullscreen:before, .allerGallery-overlay header .navigation .close-fullscreen:after {
          content: " ";
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
          display: block;
          width: 100%;
          height: 1px;
          background: #000; }
        .allerGallery-overlay header .navigation .close-fullscreen:after {
          -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg); }
  .allerGallery-overlay .content {
    position: absolute;
    top: 65px;
    width: 100%;
    height: calc(100% - 130px);
    background: white;
    z-index: 10; }
    .allerGallery-overlay .content.landscape {
      top: 0;
      height: calc(100% - 65px); }
    @media screen and (min-width: 1024px) {
      .allerGallery-overlay .content {
        top: 140px;
        width: calc(100% - 340px);
        height: calc(100% - 205px); }
        .allerGallery-overlay .content.ad-double-height {
          top: 261px;
          height: calc(100% - 325px); }
        .allerGallery-overlay .content .swiper-slide {
          padding-top: 30px; } }
    .allerGallery-overlay .content .desktop-left-arrow, .allerGallery-overlay .content .desktop-right-arrow {
      display: none; }
      @media screen and (min-width: 1024px) {
        .allerGallery-overlay .content .desktop-left-arrow, .allerGallery-overlay .content .desktop-right-arrow {
          display: block;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          font-size: 28px;
          color: #7f7f7f;
          z-index: 10;
          cursor: pointer; } }
    .allerGallery-overlay .content .desktop-left-arrow {
      left: 0; }
    .allerGallery-overlay .content .desktop-right-arrow {
      right: 0; }
  .allerGallery-overlay footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    max-height: 65px;
    padding: 0 25px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    background: #FFF;
    z-index: 10;
    -webkit-transition: border-color 400ms ease-out, -webkit-transform 400ms ease-out, background 400ms ease-out;
            transition: border-color 400ms ease-out, transform 400ms ease-out, background 400ms ease-out; }
    .allerGallery-overlay footer * {
      -webkit-tap-highlight-color: transparent; }
    @media screen and (min-width: 1024px) {
      .allerGallery-overlay footer {
        display: block;
        width: calc(100% - 340px);
        height: auto;
        max-height: none;
        padding-bottom: 20px;
        background: white;
        border: 0; }
        .allerGallery-overlay footer.active {
          background: rgba(255, 255, 255, 0.85); }
        .allerGallery-overlay footer:after {
          content: " ";
          position: fixed;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 100%;
          max-height: 65px;
          background: white;
          z-index: -5; } }
    .allerGallery-overlay footer.active {
      border-top: 1px solid transparent;
      border-bottom: 1px solid #ccc; }
      .allerGallery-overlay footer.active .expand-icon {
        right: 25px; }
        @media screen and (min-width: 1024px) {
          .allerGallery-overlay footer.active .expand-icon {
            right: auto; } }
    .allerGallery-overlay footer.no-transition {
      -webkit-transition: none !important;
              transition: none !important; }
    .allerGallery-overlay footer .desktop-title-container {
      display: none; }
      @media screen and (min-width: 1024px) {
        .allerGallery-overlay footer .desktop-title-container {
          display: block;
          width: calc(100% - 150px);
          color: transparent;
          font-size: 20px;
          font-weight: 700;
          line-height: 65px;
          float: left;
          text-transform: uppercase; }
          .allerGallery-overlay footer .desktop-title-container .ellipsis {
            display: none; }
          .allerGallery-overlay footer .desktop-title-container.truncated {
            position: relative; }
            .allerGallery-overlay footer .desktop-title-container.truncated .ellipsis {
              position: absolute;
              display: block; } }
    .allerGallery-overlay footer .read-more {
      height: calc(100% - 1px); }
    .allerGallery-overlay footer .expand-icon {
      position: relative;
      height: 65px;
      float: right; }
      .allerGallery-overlay footer .expand-icon i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #7f7f7f;
        font-size: 20px;
        cursor: pointer; }
        @media screen and (max-width: 1024px) {
          .allerGallery-overlay footer .expand-icon i.ag-icon-arrow-thick-up {
            margin-left: -20px; } }
        @media screen and (max-width: 1024px) {
          .allerGallery-overlay footer .expand-icon i.ag-icon-arrow-thick-down {
            margin-left: 40px; } }
    .allerGallery-overlay footer .expand-description, .allerGallery-overlay footer .social-sharing {
      display: block;
      float: right; }
    .allerGallery-overlay footer .expand-description {
      width: 110px;
      height: 100%;
      float: left;
      font-size: 16px;
      line-height: 65px;
      text-transform: uppercase;
      cursor: pointer;
      white-space: nowrap; }
      @media screen and (min-width: 1024px) {
        .allerGallery-overlay footer .expand-description {
          display: block;
          width: 75px;
          float: right;
          text-align: right;
          margin-right: 10px; } }
    .allerGallery-overlay footer .desktop-wrapper {
      display: none; }
      @media screen and (min-width: 1024px) {
        .allerGallery-overlay footer .desktop-wrapper {
          display: block;
          width: 50%;
          float: left; }
          .allerGallery-overlay footer .desktop-wrapper .desktop-caption {
            display: block;
            width: 100%; }
          .allerGallery-overlay footer .desktop-wrapper .desktop-photo-byline {
            display: block;
            width: 100%;
            margin-top: 10px;
            text-transform: uppercase;
            font-size: 12px; } }
    .allerGallery-overlay footer .social-sharing {
      width: 80%; }
      @media screen and (min-width: 1024px) {
        .allerGallery-overlay footer .social-sharing {
          width: 50%;
          float: right; } }
      .allerGallery-overlay footer .social-sharing .socializer-share-bar:after {
        content: " ";
        display: block;
        clear: both;
        float: none; }
      .allerGallery-overlay footer .social-sharing .socializer-share-bar > div {
        position: relative;
        width: 35px;
        height: 35px;
        float: right;
        margin: 0;
        margin-right: 5px;
        padding: 0;
        cursor: pointer;
        border-radius: 0 !important; }
        .allerGallery-overlay footer .social-sharing .socializer-share-bar > div:first-child {
          margin-right: 0; }
        .allerGallery-overlay footer .social-sharing .socializer-share-bar > div i {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          .allerGallery-overlay footer .social-sharing .socializer-share-bar > div i.fa-twitter:before {
            font-family: 'allergallery' !important;
            content: "\68" !important; }
          .allerGallery-overlay footer .social-sharing .socializer-share-bar > div i.fa-facebook:before {
            font-family: 'allergallery' !important;
            content: "\67" !important; }
          .allerGallery-overlay footer .social-sharing .socializer-share-bar > div i.fa-pinterest-p:before {
            font-family: 'allergallery' !important;
            content: "\69" !important; }
        .allerGallery-overlay footer .social-sharing .socializer-share-bar > div > span {
          display: none; }
      .allerGallery-overlay footer .social-sharing .socializer-share-bar .socializer-share-mail {
        display: none; }
      .allerGallery-overlay footer .social-sharing .socializer-share-bar .socializer-share-printer-fontawesome {
        display: none; }
    .allerGallery-overlay footer .description {
      position: absolute;
      top: 64px;
      left: 0;
      width: 100%;
      padding: 10px;
      background: #FFF; }
      @media screen and (min-width: 1024px) {
        .allerGallery-overlay footer .description {
          display: none; } }
      .allerGallery-overlay footer .description h2.title {
        display: none;
        font-size: 20px;
        line-height: 1;
        padding: 0;
        margin: 0;
        margin-bottom: 15px;
        text-transform: uppercase; }
        @media screen and (min-width: 1024px) {
          .allerGallery-overlay footer .description h2.title {
            font-size: 24px;
            margin-bottom: 25px; } }
      .allerGallery-overlay footer .description p.caption, .allerGallery-overlay footer .description p.desc {
        font-size: 14px;
        line-height: 1;
        padding: 0;
        margin-bottom: 10px; }
        @media screen and (min-width: 1024px) {
          .allerGallery-overlay footer .description p.caption, .allerGallery-overlay footer .description p.desc {
            font-size: 16px; } }
      .allerGallery-overlay footer .description span.photo-byline {
        padding: 0;
        color: #807f80;
        font-size: 12px;
        text-transform: uppercase;
        line-height: 1; }
  .allerGallery-overlay .mobile-ad-pagination-buttons {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 65px;
    -webkit-transform: translate3d(0, 66px, 0);
    transform: translate3d(0, 66px, 0);
    font-size: 20px;
    font-weight: 500;
    color: #807f80;
    background: #fff;
    text-align: center;
    border: 0;
    border-top: 1px solid black;
    text-transform: uppercase;
    z-index: 15;
    -webkit-transition: -webkit-transform 400ms ease-out;
    transition: -webkit-transform 400ms ease-out;
    transition: transform 400ms ease-out;
    -webkit-transition: -webkit-transform 400ms ease-out, -webkit-transform 400ms ease-out;
            transition: transform 400ms ease-out, -webkit-transform 400ms ease-out; }
    .allerGallery-overlay .mobile-ad-pagination-buttons:focus {
      outline: none; }
    .allerGallery-overlay .mobile-ad-pagination-buttons.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .allerGallery-overlay .mobile-ad-pagination-buttons .previous, .allerGallery-overlay .mobile-ad-pagination-buttons .next {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 50%;
      height: 100%;
      line-height: 64px;
      cursor: pointer; }
    .allerGallery-overlay .mobile-ad-pagination-buttons .previous {
      border-right: 1px solid #ccc; }

.allerGallery-overview {
  position: fixed;
  top: 65px;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0;
  z-index: -100;
  background: white !important;
  overflow-y: scroll;
  -webkit-transition: -webkit-transform 150ms ease-out, opacity 400ms 500ms ease-in;
          transition: transform 150ms ease-out, opacity 400ms 500ms ease-in; }
  @media screen and (min-width: 1024px) {
    .allerGallery-overview {
      top: 140px;
      right: 340px; }
      .allerGallery-overview.ad-double-height {
        top: 260px;
        height: calc(100% - 325px); } }
  .allerGallery-overview.active {
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    z-index: 100005; }
  .allerGallery-overview.not-active {
    z-index: 100005; }
  .allerGallery-overview .image-in-overview {
    width: 50%;
    height: 100px;
    float: left;
    margin-top: 5px; }
    @media screen and (min-width: 640px) and (max-width: 1024px) {
      .allerGallery-overview .image-in-overview {
        width: 33%;
        height: 150px; } }
    @media screen and (min-width: 1024px) {
      .allerGallery-overview .image-in-overview {
        width: 25%;
        height: 220px; } }
    .allerGallery-overview .image-in-overview .image-holder {
      width: 95%;
      height: 100%;
      margin: 0 auto;
      background-size: cover;
      background-position: 50% 50%; }

.allerGallery-sidebar {
  opacity: 0;
  z-index: -100;
  pointer-events: none; }
  @media screen and (min-width: 1024px) {
    .allerGallery-sidebar {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      position: fixed;
      top: 140px;
      right: 0;
      bottom: 0;
      padding: 0 !important;
      padding-top: 20px !important;
      min-width: 340px;
      opacity: 0;
      background: white !important;
      z-index: 10;
      -webkit-transition: opacity 150ms ease-in;
              transition: opacity 150ms ease-in; }
      .allerGallery-sidebar.ad-double-height {
        top: 261px;
        height: calc(100% - 260px); }
      .allerGallery-sidebar.active {
        opacity: 1;
        z-index: 100006;
        pointer-events: auto; }
      .allerGallery-sidebar.not-active {
         opacity: 0;
        z-index: 100006; } }
  .allerGallery-sidebar #ag-dfp-mpu_slider_1 {
    border: 0; }
    .allerGallery-sidebar #ag-dfp-mpu_slider_1 .ad-tag {
      display: none; }
