
/* Fonts */
@font-face {
  font-family: "IcoFont";
font-weight: normal;
font-style: "Regular";
src: url("fonts/icofont/fonts/icofont.woff2") format("woff2"),
url("fonts/icofont/fonts/icofont.woff") format("woff");
}
[class*=" icofont-"], [class^=icofont-] {
  font-family: IcoFont !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased
}

/* Gallery 2026 */
.gllr-lnk-cntnr {
    margin: 1vw 2vw 0vw 2vw;
}
.gllr-lnk {
    
}
.gllr-lnk-img {
    
}
.gllr-dl-lnk {
    font-family: "IcoFont";
    text-align: center;
}
.gllr-cntnr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3vw;
}
.gllr-popup-cntnr {
    position: relative;
    display: block;
}
.gllr-overlay {
    position: absolute;
    position: fixed;
    top: 0;
    max-width: 100vw;
    background: rgba(0,0,0,0.65);
    transition: opacity 5ms;
    visibility: hidden;
	display: none;
    opacity: 0;
    z-index: 999;
	left: -768px;
}
.gllr-overlay:target {
    visibility: visible;
	display: block;
    opacity: 1.0!important;
    top: 0;
	right:0;
    left: 0;
    bottom: 0;
    display: flex;
  height: 100vh!important;
  opacity: 1;
  z-index: 998;
}

.gllr-popup {
    display: block;
    margin: 0 auto 0 auto;
    background:rgba(255,255,255,0.80);
    position: relative;
    transition: all 5s ease-in-out;
    opacity: 1.0!important;
}
.gllr-popup .gllr-close {
  position: absolute;
  top: 1.5vh;
  right: 1.5vw;
  -webkit-transition: all 5ms;
  -moz-transition: all 5ms;
  -o-transition: all 5ms;
  transition: all 5ms;
  font-size: clamp(2.3rem, 2.1200rem + 0.9000vw, 3.2rem);
  font-weight: bold;
  text-decoration: none;
    color: rgba(162,162,162,1.00);
	display: table;
	vertical-align: middle;
    font-family: "IcoFont";
    text-align: center;
}
.gllr-popup .gllr-close > small {
    display: block;
    font-size: clamp(0.45rem, 0.4000rem + 0.2500vw, 0.7rem);
    padding: 0;
    margin: 0;
}
.gllr-popup .gllr-close:hover {
  color: rgba(0,0,0,1.00);
}

.gllr-popup-frame {
    /*
    position: absolute;
    top: 0;
    left: 0;
    */
    display: block;
    background: white;
    margin: 5vh 5vw;
    padding: 2vh 2vw;
}
.gllr-popup-img {
    display: block;
    width: 84vw;
    height: 90vh;
}
.gllr-popup-img img {
    width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: contain;
}