.lb-grid {
  position: relative;
  display: block;
}
.lb-grid .lb-item-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.lb-grid:not(.lb-grid-simple) .lb-item {
  position: absolute;
}
.lb-grid:not(.lb-grid-simple) .lb-item .lb-more {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 3rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-top: 2px solid white;
}
.lb-grid:not(.lb-grid-simple) .lb-item .lb-more:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: 100%;
}
.lb-grid .lb-item {
  cursor: pointer;
}
.lb-grid .lb-item:hover, .lb-grid .lb-item:focus {
  opacity: 0.6;
}
.lb-grid.lb-grid-1 .lb-item {
  width: 100%;
  height: 100%;
}
.lb-grid.lb-grid-2 .lb-item {
  width: 50%;
  height: 100%;
}
.lb-grid.lb-grid-3 .lb-item {
  width: 50%;
}
.lb-grid.lb-grid-3 .lb-item:nth-child(1) {
  height: 100%;
}
.lb-grid.lb-grid-3 .lb-item:nth-child(2), .lb-grid.lb-grid-3 .lb-item:nth-child(3) {
  height: 50%;
}
.lb-grid.lb-grid-4 .lb-item {
  width: 50%;
}
.lb-grid.lb-grid-4 .lb-item:nth-child(1) {
  height: 100%;
}
.lb-grid.lb-grid-5 .lb-item {
  width: 50%;
}
.lb-grid.lb-grid-5 .lb-item:nth-child(1), .lb-grid.lb-grid-5 .lb-item:nth-child(2) {
  height: 50%;
}
.lb-grid.lb-grid-simple:not(.lb-single) {
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.lb-grid.lb-grid-simple:not(.lb-single) .lb-item {
  width: 33.3333%;
}
.lb-grid.lb-grid-simple:not(.lb-single) .lb-item .lb-item-img {
  padding-bottom: 75%;
}
.lb-grid.lb-grid-simple:not(.lb-single) .lb-item:nth-child(3n) .lb-item-img {
  border-right: 0;
}
.lb-grid.lb-grid-simple.lb-single {
  height: auto;
}
.lb-grid.lb-grid-simple.lb-single .lb-item {
  width: 100%;
}
.lb-grid.lb-grid-simple.lb-single .lb-item .lb-item-img {
  padding-bottom: 75%;
}
.lb-grid.lb-grid-simple .lb-item:nth-child(1) .lb-item-img, .lb-grid.lb-grid-simple .lb-item:nth-child(2) .lb-item-img, .lb-grid.lb-grid-simple .lb-item:nth-child(3) .lb-item-img, .lb-grid.lb-grid-1 .lb-item .lb-item-img, .lb-grid.lb-grid-2 .lb-item .lb-item-img, .lb-grid.lb-grid-3 .lb-item:nth-child(1) .lb-item-img, .lb-grid.lb-grid-3 .lb-item:nth-child(2) .lb-item-img, .lb-grid.lb-grid-4 .lb-item:nth-child(1) .lb-item-img, .lb-grid.lb-grid-4 .lb-item:nth-child(2) .lb-item-img, .lb-grid.lb-grid-5 .lb-item:nth-child(1) .lb-item-img, .lb-grid.lb-grid-5 .lb-item:nth-child(3) .lb-item-img {
  border-top: 0;
}
.lb-grid:not(.lb-grid-simple) .lb-item:last-child, .lb-grid.lb-grid-2 .lb-item:nth-child(2), .lb-grid.lb-grid-3 .lb-item:nth-child(2), .lb-grid.lb-grid-3 .lb-item:nth-child(3), .lb-grid.lb-grid-4 .lb-item:nth-child(2), .lb-grid.lb-grid-4 .lb-item:nth-child(3), .lb-grid.lb-grid-4 .lb-item:nth-child(4), .lb-grid.lb-grid-5 .lb-item:nth-child(3), .lb-grid.lb-grid-5 .lb-item:nth-child(4), .lb-grid.lb-grid-5 .lb-item:nth-child(5) {
  left: auto;
  right: 0;
}
.lb-grid:not(.lb-grid-simple) .lb-item:last-child .lb-item-img, .lb-grid.lb-grid-2 .lb-item:nth-child(2) .lb-item-img, .lb-grid.lb-grid-3 .lb-item:nth-child(2) .lb-item-img, .lb-grid.lb-grid-3 .lb-item:nth-child(3) .lb-item-img, .lb-grid.lb-grid-4 .lb-item:nth-child(2) .lb-item-img, .lb-grid.lb-grid-4 .lb-item:nth-child(3) .lb-item-img, .lb-grid.lb-grid-4 .lb-item:nth-child(4) .lb-item-img, .lb-grid.lb-grid-5 .lb-item:nth-child(3) .lb-item-img, .lb-grid.lb-grid-5 .lb-item:nth-child(4) .lb-item-img, .lb-grid.lb-grid-5 .lb-item:nth-child(5) .lb-item-img {
  border-right: 0;
}
.lb-grid.lb-grid-3 .lb-item:nth-child(3), .lb-grid.lb-grid-4 .lb-item:nth-child(4), .lb-grid.lb-grid-5 .lb-item:nth-child(2), .lb-grid.lb-grid-5 .lb-item:nth-child(5) {
  bottom: 0;
  top: auto;
}
.lb-grid.lb-grid-4 .lb-item:nth-child(3), .lb-grid.lb-grid-5 .lb-item:nth-child(4) {
  top: 33.3333333333%;
}
.lb-grid.lb-grid-4 .lb-item:nth-child(2), .lb-grid.lb-grid-4 .lb-item:nth-child(3), .lb-grid.lb-grid-4 .lb-item:nth-child(4), .lb-grid.lb-grid-5 .lb-item:nth-child(3), .lb-grid.lb-grid-5 .lb-item:nth-child(4), .lb-grid.lb-grid-5 .lb-item:nth-child(5) {
  height: 33.3333333333%;
}

/*
.lb-more:after{
    position: absolute;
    top: 0;
    left: 0;
    left: 0;
    right: 0;
    z-index: -1;
    content: "";
    background: #222;
    opacity: 0.9;
} */
.lb-modal {
  transition: opacity 0.2s ease;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  /* .lb-modal-img:before {
      display: inline-block;
      content: "";
      vertical-align: middle;
      height: 100%;
  } */
}
.lb-modal .lb-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
}
.lb-modal .lb-modal-next, .lb-modal .lb-modal-prev {
  margin-top: -25px;
  /* width: 50px;
  height: 50px; */
  z-index: 999;
  cursor: pointer;
  background-color: transparent;
  border: none;
  color: white;
  border-color: transparent;
  border-radius: 50%;
  font-size: 2rem;
}
.lb-modal .lb-modal-next:disabled, .lb-modal .lb-modal-prev:disabled {
  color: #999;
}
.lb-modal .lb-modal-next {
  left: auto;
}
.lb-modal .lb-modal-img {
  /* @media only screen and (max-width: 600px) {
      display: flex;
      justify-content: center;
      align-items: center;
      height: -moz-fit-content;
      height: fit-content;
  }
  @media only screen and (min-width: 601px) {
      position: absolute;
      top: 10px;
      left: 70px;
      right: 70px;
      bottom: 10px;
      text-align: center;
  } */
  text-align: center;
  max-height: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.lb-modal .lb-modal-img .manipulation-buttons {
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  left: 0;
  right: 0;
  text-align: center;
}
.lb-modal .lb-modal-img .upload-messages {
  position: absolute;
  top: 10px;
  left: 70px;
  right: 70px;
  text-align: center;
}
.lb-modal .lb-modal-img .upload-messages ul {
  list-style: none;
  padding-left: 0;
}
.lb-modal .lb-modal-img img {
  max-width: 100%;
  max-height: 100vh;
}
.lb-modal .lb-modal-img .loader {
  position: absolute;
  top: 50%;
  z-index: 1;
}

/*# sourceMappingURL=lightbox.css.map */
