/* CSS Document */
body.gallery-modal-opened {
  overflow: hidden; }

.gallery-loader {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  display: none; }
  .gallery-loader img {
    max-width: 100%; }

	.gallery-wrapper .sec-heading {
		text-align: center;
		margin-bottom: .5em;
	}

	@media (max-width: 769px) {
		.gallery-wrapper .sec-heading {
			margin-bottom: .25em;
		}
	}
	
	#gallery_load_more {
		color: #394C52;
		box-shadow: 0 0 0 1px #394C52;
		padding: .5em 3em;
		transition: color .25s, background-color .25s;
	}
	
	.gallery-image-tile {
		background-repeat: no-repeat !important;
		background-size: cover !important;
		background-position: center center !important;
	}
	
	.slides {
		padding-left: 0 !important;
	}
	
button.gallery-image-tile {
	height: 100%;
	width: 100%;
	border: none;
}
	
button.gallery-image-tile:focus-visible {
	box-shadow:  0 0 0 2px #394c52;
	outline: 2px dashed #394c52 !important;
	outline-offset: 4px;
}

button#btn-i-am:focus-visible {
	box-shadow:  0 0 0 2px black;
	outline: 2px dashed black !important;
	outline-offset: 4px;
}

.gallery-wrapper {
	margin-bottom: 0 !important;
	/*  padding-top: 100px; }*/ }

.gallery-wrapper .gallery-heading {
	min-height: 260px;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; 
}

.gallery-wrapper .gallery-heading > * {
	color: #33383B;
	max-width: 900px;
	text-align: center;
}

.gallery-wrapper .gallery-heading > p {
    font-size: 14px;
    letter-spacing: 4px;
    /*font-family: NeueHaasUnicaW1G-Light;*/
    font-family: neue-haas-unica;
    text-transform: uppercase;
}



.gallery-wrapper .gallery-heading > h1 {
	font-size: 84px;
	line-height: 96px;
}

#main {
	background-color: #E7E2DE;
}

@media only screen and (max-width: 890px) {
	.gallery-wrapper .gallery-heading > h1 {
		font-size: 48px;
		line-height: 52px;
		max-width: 80vw;
	}
}

.gallery-desktop {
	display: block;
}

.gallery-mobile {
	display: none;
}

@media only screen and (max-width: 649px) {
	.gallery-desktop {
		display: none;
	}
	
	.gallery-mobile {
		display: block;
	}
}

.flex-next, .flex-prev {
	color: transparent !important;
}

.gallery-close:focus {
	outline: none !important; 
}

#leftArrow, #rightArrow {
	height: 36px;
	width: 36px;
	background: no-repeat;
	background-position: center;
	background-size: contain;
}
 
#leftArrow {
	background-image: url("../images/vector-left.svg");
}

#rightArrow {
	background-image: url("../images/vector-right.svg");
}

.gallery-mobile-imgHolder {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 80px;
}

#slideImage {
	height: 250px;
} 

.gallery-mobile-imgHolder > img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.gallery-mobile-arrowHolder {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 30px;
}

.gallery-mobile-arrowHolder span {
	margin: 0 60px;
}

  .gallery-wrapper .formfield-wrapper {
    width: 215px;
    height: 40px;
    margin: 50px auto; }
    @media (max-width: 768px) {
      .gallery-wrapper .formfield-wrapper {
        margin: 18px auto;
        padding: 0px 12vw;
        width: 100%; } }
    .gallery-wrapper .formfield-wrapper .selectivo {
      width: 100%;
      background-color: transparent; }
      .gallery-wrapper .formfield-wrapper .selectivo.selectivo--open .selectivo__label {
        background-image: url("../images/gallery/drop-up.svg"); }
      .gallery-wrapper .formfield-wrapper .selectivo .selectivo__label,
      .gallery-wrapper .formfield-wrapper .selectivo .selectivo__option {
        padding: 0px 1.25rem;
        font-weight: 500;
        letter-spacing: .1rem;
        height: 40px;
        text-align: left;
        color: #394c52;
        text-transform: capitalize;
        background-color: transparent;
        font-size: 16px; }
        @media (max-width: 1439px) {
          .gallery-wrapper .formfield-wrapper .selectivo .selectivo__label,
          .gallery-wrapper .formfield-wrapper .selectivo .selectivo__option {
            font-size: calc(11px + 5 * ((100vw - 375px) / 1065)); } }
        @media (max-width: 768px) {
          .gallery-wrapper .formfield-wrapper .selectivo .selectivo__label,
          .gallery-wrapper .formfield-wrapper .selectivo .selectivo__option {
            height: 30px;
            line-height: 30px;
            padding: 0rem 0.75rem; } }
        @media (max-width: 374px) {
          .gallery-wrapper .formfield-wrapper .selectivo .selectivo__label,
          .gallery-wrapper .formfield-wrapper .selectivo .selectivo__option {
            font-size: calc(10px + 1 * ((100vw - 320px) / 55)); } }
      .gallery-wrapper .formfield-wrapper .selectivo .selectivo__label {
		border: none;
		border-bottom: 1px solid #C8B2A8 !important;
        padding: 0 1.25rem;
        color: #394c52;
        height: 40px;
        background: url("../images/gallery/drop-down.svg") no-repeat center right 4%;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media (max-width: 768px) {
          .gallery-wrapper .formfield-wrapper .selectivo .selectivo__label {
            height: 30px;
            line-height: 30px;
            padding: 0rem 0.75rem; } }
      .gallery-wrapper .formfield-wrapper .selectivo .selectivo__dropdown {
        border-color: transparent;

        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
        padding: 5px 0px;
        top: 40px; }
        @media (max-width: 768px) {
          .gallery-wrapper .formfield-wrapper .selectivo .selectivo__dropdown {
            top: 30px; } }
        .gallery-wrapper .formfield-wrapper .selectivo .selectivo__dropdown .selectivo__option:first-child {
          background: none; }
        .gallery-wrapper .formfield-wrapper .selectivo .selectivo__dropdown .selectivo__option:not(:first-child) {
          outline-offset: -4px; }
        .gallery-wrapper .formfield-wrapper .selectivo .selectivo__dropdown .selectivo__option:hover {
          background-color: #394c52;
          color: #fff; }
        .gallery-wrapper .formfield-wrapper .selectivo .selectivo__dropdown .selectivo__option--selected {
          color: #28231b; }
  .gallery-wrapper .blocks-wrapper {
    padding: 0px 3.5vw; }
    .gallery-wrapper .blocks-wrapper .gallery-list {
      list-style-type: none;
      margin: 0 -15px 70px;
	  padding-left: 0;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 768px) {
        .gallery-wrapper .blocks-wrapper .gallery-list {
          margin-bottom: 55px; } }
      .gallery-wrapper .blocks-wrapper .gallery-list li {
        width: 25%;
        padding: 0 15px;
        height: 30vw;
        margin-bottom: 30px; }
        @media (max-width: 768px) {
          .gallery-wrapper .blocks-wrapper .gallery-list li {
            width: 50%;
            height: 27vw;
            margin-bottom: 35px; } }
        @media (max-width: 415px) {
          .gallery-wrapper .blocks-wrapper .gallery-list li {
            margin-bottom: 25px;
            padding: 0 10px; } }
        .gallery-wrapper .blocks-wrapper .gallery-list li a {
          cursor: pointer;
          display: block;
          height: 100%;
          background: no-repeat center center;
          background-size: cover; }

.gallery-list li button {
	background-color: transparent !important;
}

.gallery-pagination {
  margin-bottom: 75px;
  text-align: center;
  position: relative; }
  .gallery-pagination .load-more {
    margin: 50px auto;
    width: 40px;
    height: 40px;
    background: url("../images/gallery/loader.svg") no-repeat center/contain;
    opacity: 0.7; }

.gallery-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .gallery-modal .overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.8; }
  .gallery-modal .gallery-close {
    width: 25px;
    height: 25px;
    z-index: 1004;
    position: fixed;
    top: 30px;
    right: 30px;
	background-color: unset !important;
    background: transparent url("../images/gallery/close.svg") no-repeat center center;
	
    border: 0; }
    .gallery-modal .gallery-close.hide-in-web {
      display: none; }
    @media (max-width: 768px) {
      .gallery-modal .gallery-close {
        background-size: 20px;
        right: 0px;
        top: -40px;
        position: absolute;
        width: 21px; }
        .gallery-modal .gallery-close.hide-in-mobile {
          display: none; }
        .gallery-modal .gallery-close.hide-in-web {
          display: block; } }
  .gallery-modal .flex-direction-nav .flex-prev {
    opacity: 1;
    width: 35px;
    height: 35px;
    z-index: 1002;
    position: fixed;
    left: 10vw !important;
    top: 50%;
    margin-top: -35px;
    background: transparent url("../images/gallery/prev-arrow.svg") no-repeat center center;
    border: 0;
    font-size: 0; }
    .gallery-modal .flex-direction-nav .flex-prev::before {
      display: none; }
    @media (max-width: 991px) {
      .gallery-modal .flex-direction-nav .flex-prev {
        left: 4vw !important; } }
    @media (max-width: 768px) {
      .gallery-modal .flex-direction-nav .flex-prev {
        background-size: 13px;
        left: 2vw !important; } }
  .gallery-modal .flex-direction-nav .flex-next {
    opacity: 1;
    width: 35px;
    height: 35px;
    z-index: 1002;
    position: fixed;
    top: 50%;
    margin-top: -35px;
    background: transparent url("../images/gallery/prev-arrow.svg") no-repeat center center;
    border: 0;
    transform: rotate(180deg);
    right: 10vw !important;
    font-size: 0; }
    .gallery-modal .flex-direction-nav .flex-next::before {
      display: none; }
    @media (max-width: 991px) {
      .gallery-modal .flex-direction-nav .flex-next {
        right: 4vw !important; } }
    @media (max-width: 768px) {
      .gallery-modal .flex-direction-nav .flex-next {
        background-size: 13px;
        right: 2vw !important; } }
  .gallery-modal .gallery-modal-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
  .gallery-modal .gallery-slider-wrapper {
    width: 60vw;
    position: relative; }
    .gallery-modal .gallery-slider-wrapper .slide-loader {
      position: absolute;
      background: url("../images/gallery/loader.svg") no-repeat center/contain;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 50px;
      height: 50px; }
    @media (max-width: 991px) {
      .gallery-modal .gallery-slider-wrapper {
        width: 75vw; } }
    @media (max-width: 768px) {
      .gallery-modal .gallery-slider-wrapper {
        width: 70vw; } }
    .gallery-modal .gallery-slider-wrapper .flexslider {
      border: 0;
      background: none;
      margin: 0; }
      .gallery-modal .gallery-slider-wrapper .flexslider .flex-control-nav {
        display: none; }
      .gallery-modal .gallery-slider-wrapper .flexslider .slides li .img {
        width: 100%;
        height: 75vh;
        background: no-repeat center center;
        background-size: contain; }
        @media (max-width: 768px) {
          .gallery-modal .gallery-slider-wrapper .flexslider .slides li .img {
            height: 55vh; } }
      .gallery-modal .gallery-slider-wrapper .flexslider .slides li h3 {
		display: none;
        margin-top: 15px;
        color: #f1f1f3;
        font-family: "orpheuspro";
        font-size: 22px;
        text-align: center;
        font-weight: 400;
        line-height: 32px; }
        @media (max-width: 768px) {
          .gallery-modal .gallery-slider-wrapper .flexslider .slides li h3 {
            font-size: 19px;
            margin-top: 5px; } }
	
	.flex-nav-prev a:focus, .flex-nav-next a:focus {
		background: transparent url("../images/gallery/prev-arrow.svg") no-repeat center center !important;
	}