#glr-lightbox {
  display: none;
}

#glr-lightbox * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  font-family: Arial, Helvetica, sans-serif;
}

#glr-lightbox {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.78);
  background: #000;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#glr-lightbox *, #glr-lightbox *::before, #glr-lightbox *::after {
  box-sizing: border-box;
}

.glr-single-wrapper {
  display: none;
}

.glr-single-wrapper.glr-active {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.glr-single-wrapper img {
  max-height: 75vh;
  max-width: 80vw;
}

.glr-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.glr-description {
  line-height: 1.4;
  font-size: 16px;
}

#glr-lightbox-cover {
  background-size: cover;
  background-position: center center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(1.1);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  opacity: 0.3;
}

.glr-desc-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  min-height: 40px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.43) 90%, rgba(0, 0, 0, 0.43) 100%);
  color: #fff;
  display: none;
}

.glr-desc-box.glr-active {
  display: block;
}

.glr-desc-toggle {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 25px;
  z-index: 1;
  cursor: pointer;
}

#glr-close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 5vh;
  right: 5vh;
  transition: all ease-in-out 200ms;
}
#glr-close:hover {
  transform: scale(1.2, 1.2);
}

#glr-btn-prev,
#glr-btn-next {
  position: absolute;
  top: 20vh;
  height: 60vh;
  padding: 0 4vw;
  cursor: pointer;
  transition: all ease-in-out 200ms;
}
#glr-btn-prev svg,
#glr-btn-next svg {
  width: 40px;
}
#glr-btn-prev:hover,
#glr-btn-next:hover {
  transform: scale(1.2, 1.2);
}
#glr-btn-prev.glr-btn-nav--disable,
#glr-btn-next.glr-btn-nav--disable {
  opacity: 0.2;
  cursor: default;
}
#glr-btn-prev.glr-btn-nav--disable:hover,
#glr-btn-next.glr-btn-nav--disable:hover {
  transform: scale(1, 1);
}

#glr-btn-prev {
  left: 0;
}

#glr-btn-next {
  right: 0;
}

#glr-dot-list {
  position: fixed;
  bottom: 4vh;
  left: 0;
  right: 0;
  text-align: center;
  transition: all ease-in-out 200ms;
  z-index: 100;
}
#glr-dot-list .glr-dot {
  display: inline-block;
  padding: 0 0.5rem;
  cursor: pointer;
  margin-top: 15px;
  height: 37px;
  vertical-align: top;
  transition: all ease-in-out 200ms;
}
#glr-dot-list .glr-dot > div {
  background: #fff;
  width: 2px;
  height: 7px;
  border-radius: 7px;
  position: relative;
  transition: all ease-in-out 200ms;
  box-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}
#glr-dot-list .glr-dot.glr-active {
  margin-top: 0 !important;
  cursor: default;
}
#glr-dot-list .glr-dot.glr-active > div {
  height: 37px !important;
}
#glr-dot-list .glr-dot:hover {
  margin-top: 10px;
}
#glr-dot-list .glr-dot:hover > div {
  height: 17px;
}
#glr-dot-list .glr-dot.set:hover .glr-thumbnail {
  display: none;
}
#glr-dot-list .glr-dot:hover .glr-thumbnail {
  display: inline-block;
}
#glr-dot-list .glr-thumbnail {
  display: none;
  width: 62px;
  height: 62px;
  background-position: center center !important;
  background-size: cover !important;
  transition: all ease-in-out 200ms;
  cursor: pointer;
  position: absolute;
  bottom: 27px;
  left: -30px;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
}
@media (max-width: 500px) {
  #glr-dot-list {
    display: none;
  }
}

/*# sourceMappingURL=glr.css.map */
