/*
 |--------------------------------------------------------------------------
 | Helper mixins, feel free to add/remove any that you might not use
 | Won't be rendered in the output if not used
 |--------------------------------------------------------------------------
 */
.slick-wrapper {
  overflow: hidden; }
  .slick-wrapper *:focus {
    outline: none; }

.slick-list {
  width: 100%;
  padding: 1rem 0 !important; }
  @media (min-width: 768px) {
    .slick-list {
      margin-right: 1px !important; } }
  @media (max-width: 768px) {
    .slick-list {
      padding-bottom: 0; } }

.slick-track {
  display: flex !important; }

.slick-slide {
  display: flex;
  height: inherit !important;
  min-height: 1px; }
  .slick-slide > div {
    display: flex;
    height: 100%; }
  .slick-slide:focus {
    outline: none !important; }
  .slick-slide img {
    max-width: 100%; }

.slick-slider {
  position: static !important; }

.slick-arrow {
  background-color: transparent !important;
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 0;
  border: none !important;
  display: flex;
  align-items: center;
  justify-self: center;
  color: transparent;
  position: relative;
  bottom: 0 !important;
  left: 0;
  z-index: 9;
  transition: all 0.2s ease-in-out; }
  .slick-arrow.slick-next {
    order: 2; }
  .slick-arrow.slick-prev {
    order: 3;
    margin-left: .5rem;
    margin-right: 1rem; }
    .slick-arrow.slick-prev:after {
      transform: scale(-1); }
  .slick-arrow:after {
    content: '';
    width: 100%;
    height: 30px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDEwNC40IDQ4Ij4KICA8ZGVmcz4KICAgIDxzdHlsZT4KICAgICAgLmNscy0xIHsKICAgICAgICBmaWxsOiAjMjMxZjIwOwogICAgICAgIHN0cm9rZS13aWR0aDogMHB4OwogICAgICB9CiAgICA8L3N0eWxlPgogIDwvZGVmcz4KICA8cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik03Ni4yLDI0Ii8+CiAgPHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9Ijk0LjIgMjIuMSA3Ni40IDQuMyA3NSA1LjcgOTEuOCAyMi41IDcuMyAyMi41IDcuMyAyNC41IDkxLjggMjQuNSA3NSA0MS4zIDc2LjQgNDIuNyA5NS42IDIzLjUgOTQuMiAyMi4xIi8+Cjwvc3ZnPg==);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0; }
  .slick-arrow:focus {
    outline: none; }
  .slick-arrow:active {
    border-style: solid; }
  .slick-arrow[aria-disabled="true"] {
    opacity: 0.4;
    cursor: default !important; }

.slick-controller {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  float: right; }

.slick-animation .slick-slide {
  width: 100% !important;
  height: auto !important; }

.slick-animation .slick-list {
  padding: 0 !important; }

.full-resolution-images {
  background-color: #F1F1F1;
  z-index: 99;
  opacity: 1;
  left: 0;
  top: 67px;
  height: calc( 100vh - 67px); }
  .gin--horizontal-toolbar .full-resolution-images {
    top: 167px;
    height: calc( 100vh - 167px); }
  @media (max-width: 1199.98px) {
    .full-resolution-images {
      top: 65px;
      height: calc( 100vh - 65px); }
      .gin--horizontal-toolbar .full-resolution-images {
        top: calc(var(--drupal-displace-offset-top) + 65px);
        height: calc(100vh - var(--drupal-displace-offset-top) - 65px); } }
  .full-resolution-images .close-btn {
    background-image: url("/themes/custom/opsvik/assets/icons/close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 26px;
    top: 26px;
    cursor: pointer;
    z-index: 999; }
  .full-resolution-images .slick-wrapper.gallery--full-screen {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important; }
    .full-resolution-images .slick-wrapper.gallery--full-screen .field--name-field-media-soundcloud .field__item {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
    .full-resolution-images .slick-wrapper.gallery--full-screen iframe {
      height: 40vw; }
      @media (max-width: 991.98px) {
        .full-resolution-images .slick-wrapper.gallery--full-screen iframe {
          width: 80vw;
          height: 80vw; } }
  .full-resolution-images .slick-controller {
    z-index: 99;
    position: absolute;
    right: 1rem;
    top: 50%; }
  .full-resolution-images .slick-arrow:after {
    height: 30px; }
  .full-resolution-images .slick-list {
    padding: 0 !important;
    height: 100% !important;
    width: 100% !important; }
  .full-resolution-images .slick-track {
    height: 100% !important; }
  .full-resolution-images .slick-slide > div {
    height: 100%; }
  .full-resolution-images .field--name-field-media-oembed-video {
    display: flex;
    align-items: center; }
  .full-resolution-images article:not(.media-animation) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%; }
    .full-resolution-images article:not(.media-animation) > div {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .full-resolution-images article:not(.media-animation) .field__items {
      width: 100%;
      height: 100%; }
    .full-resolution-images article:not(.media-animation) img {
      height: 100%;
      object-fit: contain;
      object-position: center; }
  .full-resolution-images article.media-animation {
    position: relative;
    display: flex !important;
    align-items: start !important; }
    .full-resolution-images article.media-animation .field__items {
      height: 100%;
      width: 100%;
      justify-content: center; }
    .full-resolution-images article.media-animation .slick-wrapper {
      max-height: 100%;
      min-height: 100%;
      height: 100%; }
    .full-resolution-images article.media-animation .slick-slide .field__item {
      justify-content: center !important; }
    .full-resolution-images article.media-animation img {
      max-height: 90vh;
      max-width: 100vw;
      height: auto;
      width: auto; }

.gallery--main-carousel .slick-controller {
  z-index: 99;
  position: absolute;
  right: 0;
  top: -30px; }

.gallery--main-carousel .slick-slide {
  cursor: pointer; }
  @media (max-width: 576px) {
    .gallery--main-carousel .slick-slide .remote-video--carousel {
      height: 100%; } }
  .gallery--main-carousel .slick-slide .remote-video--carousel .field--name-field-media-oembed-video {
    height: 100%; }
  .gallery--main-carousel .slick-slide .remote-video--carousel iframe {
    height: 400px;
    min-width: 495px; }
    @media (max-width: 576px) {
      .gallery--main-carousel .slick-slide .remote-video--carousel iframe {
        min-width: 100%;
        max-width: 100%;
        height: 100%; } }

