.lightbox-not-closeable .lightbox-buttons .lightbox-close {
  display: none;
}
.lightbox-content:focus {
  outline: none;
}
.lightbox-container {
  display: none;
}
.lightbox-container,
.lightbox-container * {
  box-sizing: border-box;
}
.lightbox-container.open {
  display: block;
  overflow: auto;
  overscroll-behavior-y: none;
}
.lightbox-overlay,
.lightbox-items,
.lightbox-item,
.lightbox-expecting .lightbox-overlay-default {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
}
.lightbox-items {
  z-index: 1000002;
}
.lightbox-item,
.lightbox-within {
  z-index: 1000004;
}
.lightbox-within {
  position: absolute;
}
.lightbox-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.lightbox-overlay-default {
  display: none;
}
.lightbox-expecting .lightbox-overlay-default {
  display: block !important;
}
.lightbox-overlay {
  opacity: 0.7;
  background: #222;
}
.tmpl-iframe .lightbox-overlay {
  opacity: 0.7;
  background: var(--lightbox);
}
.tmpl-iframe .lightbox-buttons a,
.tmpl-iframe .lightbox-buttons a:hover {
  color: #000;
}
.tmpl-iframe .lightbox-buttons a.lightbox-close,
.tmpl-iframe .lightbox-buttons a.lightbox-close:hover {
  color: #BB0505;
}
.lightbox-item {
  transition: all 0.8s ease-in-out;
  perspective: 1000;
}
.lightbox-item > div.lightbox-content-container {
  position: absolute;
  min-width: 50px;
  min-height: 50px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.lightbox-content {
  background: var(--lightbox);
  padding: 20px;
  height: 100%;
  width: 100%;
  /*position: relative; Removed relative because select2 was not placing drop down in the right place*/
  max-height: 90vh;
  overscroll-behavior-y: none;
  overflow: auto;
}
.lightbox-overflow .lightbox-content {
  overflow: visible;
}
@supports ((transform:translate(-50.09%,-50.09%))) {
  .lightbox-item > div {
    top: 50%;
    left: 50%;
    transform: translate(-50.09%, -50.09%);
  }
  .lightbox-open {
    transform: translateX(110vw);
  }
  .lightbox-goleft {
    transform: translateX(-110vw);
  }
  .lightbox-goright {
    transform: translateX(110vw);
  }
  .lightbox-active {
    transform: translateX(0px);
  }
  .lightbox-removing {
    display: none;
  }
  .lightbox-removing.lightbox-wasactive {
    display: block;
    opacity: 0;
    transform: scale(0.01);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
}
.lightbox-within {
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  overflow: auto;
  overscroll-behavior-y: none;
}
.lightbox-within.lightbox-goleft {
  transform: translateX(-110vw);
}
.lightbox-within.lightbox-goright {
  transform: translateX(110vw);
}
.lightbox-hidden {
  visibility: hidden;
}
.lightbox-item > div {
  max-width: 90%;
  max-width: 90vw;
  max-height: 90%;
  max-height: 90vh;
}
.lightbox-buttons a {
  color: #fff;
  text-decoration: none;
}
.lightbox-buttons a:hover,
.lightbox-buttons a:active,
.lightbox-buttons a:focus,
.lightbox-buttons a:visited {
  color: #fff;
  text-decoration: none;
}
.lightbox-buttons a .fa {
  font-size: 30px;
}
.lightbox-buttons-relative {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  white-space: nowrap;
  z-index: -1;
}
.lightbox-buttons .title {
  display: none;
}
.lightbox-buttons-absolute {
  text-align: center;
}
.lightbox-buttons-absolute a {
  display: inline-block;
  padding: 5px;
}
.lightbox-buttons-relative .lightbox-fullscreen {
  top: 100%;
  right: 0px;
  margin-top: 5px;
}
.lightbox-buttons-relative .lightbox-previous {
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  margin-right: 5px;
}
.lightbox-buttons-relative .lightbox-next {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 5px;
}
.lightbox-buttons-relative .lightbox-fullscreen .fa {
  font-size: 20px;
}
.lightbox-buttons-relative a {
  position: absolute;
}
.lightbox-buttons-relative .lightbox-close {
  bottom: 100%;
  left: 0;
}
.lightbox-buttons-relative .lightbox-reload {
  bottom: 100%;
  right: 0;
}
.lightbox-buttons-relative .lightbox-reload .fa {
  font-size: 25px;
}
.lightbox-buttons-absolute a .fa {
  display: inline-block;
}
.lightbox-img-container {
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.lightbox-thumbs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  overflow: hidden;
  max-height: 100%;
  z-index: 1000005;
}
.lightbox-thumb {
  width: 100px;
  padding-top: 75%;
  position: relative;
  margin: 5px;
  background: #fff;
  opacity: 0.8;
  display: block;
}
.lightbox-thumb.lightbox-loading {
  background-size: 50px 50px;
  fill: #fff;
}
.lightbox-thumb:hover {
  opacity: 1;
}
.lightbox-thumb > img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100%;
  align-self: center;
  object-fit: cover;
  padding: 5px;
}
@supports ((transform:translate(-50%,-50%))) {
  .lightbox-thumb > img {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}
.lightbox-is-fullscreen .lightbox-item > .lightbox-content-container {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 40px;
  transform: none;
  max-width: 100%;
  max-height: 100%;
  width: 100% !important;
  height: 100% !important;
}
.lightbox-is-fullscreen .lightbox-buttons-relative {
  display: none;
}
.lightbox-is-fullscreen .lightbox-buttons-absolute {
  background: var(--lightbox);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000006;
  height: 40px;
}
.lightbox-is-fullscreen .lightbox-buttons-absolute .lightbox-fullscreen {
  float: left;
}
.lightbox-is-fullscreen .lightbox-buttons-absolute .lightbox-close {
  float: right;
  color: #BB0505;
}
.lightbox-is-fullscreen .lightbox-buttons-absolute a,
.lightbox-is-fullscreen .lightbox-buttons-absolute a:hover,
.lightbox-is-fullscreen .lightbox-buttons-absolute a:active,
.lightbox-is-fullscreen .lightbox-buttons-absolute a:visited {
  position: static;
  color: #222;
}
.lightbox-is-fullscreen .lightbox-content {
  padding-bottom: 60px !important;
  max-height: 100vh;
}
body.iframe .lightbox-item > .lightbox-content-container {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 40px;
  transform: none;
  max-width: 100%;
  max-height: 100%;
  width: 100% !important;
  height: 100% !important;
}
body.iframe .lightbox-buttons-relative {
  display: none;
}
body.iframe .lightbox-buttons-absolute {
  background: var(--lightbox);
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000006;
  height: 40px;
}
body.iframe .lightbox-buttons-absolute .lightbox-fullscreen {
  float: left;
}
body.iframe .lightbox-buttons-absolute .lightbox-close {
  float: right;
  color: #BB0505;
}
body.iframe .lightbox-buttons-absolute a,
body.iframe .lightbox-buttons-absolute a:hover,
body.iframe .lightbox-buttons-absolute a:active,
body.iframe .lightbox-buttons-absolute a:visited {
  position: static;
  color: #222;
}
body.iframe .lightbox-content {
  padding-bottom: 60px !important;
  max-height: 100vh;
}
body.iframe .lightbox-fullscreen {
  display: none !important;
}
@media (max-width: 576px) {
  .lightbox-item > .lightbox-content-container {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 40px;
    transform: none;
    max-width: 100%;
    max-height: 100%;
    width: 100% !important;
    height: 100% !important;
  }
  .lightbox-buttons-relative {
    display: none;
  }
  .lightbox-buttons-absolute {
    background: var(--lightbox);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000006;
    height: 40px;
  }
  .lightbox-buttons-absolute .lightbox-fullscreen {
    float: left;
  }
  .lightbox-buttons-absolute .lightbox-close {
    float: right;
    color: #BB0505;
  }
  .lightbox-buttons-absolute a,
  .lightbox-buttons-absolute a:hover,
  .lightbox-buttons-absolute a:active,
  .lightbox-buttons-absolute a:visited {
    position: static;
    color: #222;
  }
  .lightbox-img {
    max-width: 100%;
    max-height: 100%;
  }
  .lightbox-detect-mobile {
    display: none;
  }
  .lightbox-fullscreen {
    display: none !important;
  }
  .lightbox-content {
    padding-bottom: 60px !important;
    max-height: 100vh;
  }
}
.lightbox-no-prev .lightbox-previous,
.lightbox-disable-nav .lightbox-previous {
  display: none !important;
}
.lightbox-no-next .lightbox-next,
.lightbox-disable-nav .lightbox-next {
  display: none !important;
}
.gallery-images {
  margin-bottom: 10px;
}
.gallery-images ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: -5px;
  padding: 0px;
}
.gallery-images ul li {
  width: 150px;
  height: 150px;
  list-style: none;
  overflow: hidden;
  object-fit: contain;
  border: 1px solid #f1f1f1;
  margin: 5px;
}
.gallery-images ul .imgcont {
  text-align: center;
  height: 100%;
  object-fit: contain;
  display: flex;
  justify-content: center;
}
.gallery-images ul img {
  object-fit: contain;
}
.menu.lightbox-menu {
  margin: 20px -5px;
}
.menu.lightbox-menu li {
  width: 31%;
  margin: 1%;
  border: 1px solid #d7d7d7;
  padding: 0px;
}
.menu.lightbox-menu li a {
  padding: 5px;
  line-height: 1em;
  background-color: #f1f1f1;
  color: #444;
  display: block;
  height: 100%;
  background-size: 30px;
}
.menu.lightbox-menu li a:hover {
  line-height: 1em;
  background-color: #e5e5e5;
  text-decoration: none;
}
/*# sourceMappingURL=/system/extensions/lightbox/assets/css/serve.lightbox.less.css.map */