﻿/* Body */
/* Typography */
/* Header*/
/* Buttons */
/* Panels*/
/* Panel Background*/
/* Highlight */
/* Calendar*/
/**forms */
.c-gallery {
  background: #eae5e3;
  min-height: calc(100vh - 80px); }
  .c-gallery .btn--gallery-on:after {
    width: 50%;
    max-width: 80px; }
  @media (max-width: 767px) {
    .c-gallery .btn-container {
      justify-content: space-between; } }
  .c-gallery .gallery-slider {
    height: 450px;
    max-height: 400px; }
    @media (min-width: 1200px) {
      .c-gallery .gallery-slider {
        max-height: none; } }
  .c-gallery .gallery-slide .caption, .c-gallery .grid-item .caption {
    position: absolute;
    bottom: 20px;
    /*left: 50%;
            transform: translateX(-50%);*/
    color: #fff;
    z-index: 10;
    padding: 0 20px;
    width: 100%;
    text-align: center; }
  .c-gallery .gallery-slide .fill-gradient, .c-gallery .grid-item .fill-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(transparent, #111);
    z-index: 1; }
  .c-gallery .gallery-slide {
    height: 450px;
    max-height: 400px; }
    @media (min-width: 1200px) {
      .c-gallery .gallery-slide {
        max-height: none; } }
  .c-gallery .grid-item {
    width: 475px;
    height: 400px;
    margin-bottom: 20px;
    max-height: 350px; }
    @media (min-width: 1200px) {
      .c-gallery .grid-item {
        max-height: none; } }
  .c-gallery .grid-item--height2 {
    width: 475px;
    height: 600px;
    margin-bottom: 20px;
    max-height: 350px; }
    @media (min-width: 1200px) {
      .c-gallery .grid-item--height2 {
        max-height: none; } }
  .c-gallery .switch {
    margin-bottom: 20px;
    display: flex;
    justify-content: center; }
    @media (min-width: 768px) {
      .c-gallery .switch {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        margin-bottom: 0; } }
    .c-gallery .switch button {
      margin-left: 10px; }
      .c-gallery .switch button:first-child {
        margin-left: 0; }
  .c-gallery .btn-view {
    background: none;
    border: none;
    height: 32px;
    width: 32px; }
    .c-gallery .btn-view img {
      width: 32px;
      height: 32px;
      opacity: 0.3; }
    .c-gallery .btn-view.active img, .c-gallery .btn-view:hover img {
      opacity: 1; }
  .c-gallery .counter {
    margin-top: 30px;
    font-weight: bold;
    font-size: 14px;
    font-family: Montserrat;
    position: relative;
    display: inline-block; }
    .c-gallery .counter:after {
      position: absolute;
      content: '';
      display: block;
      left: 0px;
      top: calc(50% - 1px);
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      height: 1px;
      z-index: 1; }
    .c-gallery .counter .item {
      width: 22px;
      display: inline-block;
      padding-left: 17px;
      z-index: 2;
      background: #eae5e3;
      position: relative; }
    .c-gallery .counter .current {
      margin-right: 90px;
      position: relative;
      padding-right: 17px;
      padding-left: 0; }
  .c-gallery .slick-prev.slick-arrow {
    display: none !important;
    background-image: url(/Assets/img/website/slider/left.svg);
    background-size: 77px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
    width: 77px;
    left: -10%;
    z-index: 10; }
    .c-gallery .slick-prev.slick-arrow:before {
      display: none; }
  .c-gallery .slick-next.slick-arrow {
    display: none !important;
    background-image: url(/Assets/img/website/slider/right.svg);
    background-size: 77px 10px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 10px;
    width: 77px;
    right: -10%;
    z-index: 10; }
    .c-gallery .slick-next.slick-arrow:before {
      display: none; }
  .c-gallery .swipe {
    display: block; }
  @media (min-width: 1200px) {
    .c-gallery .gallery-slider {
      height: 700px; }
    .c-gallery .gallery-slide {
      height: 700px; } }
  @media (min-width: 1920px) {
    .c-gallery .slick-next.slick-arrow,
    .c-gallery .slick-prev.slick-arrow {
      display: block !important; }
    .c-gallery .swipe {
      display: none; } }
  @media (max-width: 1199px) {
    .c-gallery .gallery-section {
      font-size: 12px;
      margin: 0;
      min-width: 0;
      padding-left: 0;
      padding-right: 0; } }
