html {
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
body.loading {
  overflow: hidden;
}

.preloader {
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}

.modal [data-action=prev] {
  position: fixed;
  left: 15px;
  top: 45%;
  z-index: 99;
  border-radius: 0 0.25rem 0.25rem 0;
}
.modal [data-action=next] {
  position: absolute;
  right: 15px;
  top: 45%;
  z-index: 99;
  border-radius: 0.25rem 0 0 0.25rem;
}
.modal [data-dismiss=modal] {
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #ff0000;
  opacity: 1;
  z-index: 999;
}

.image-grid {
  font-size: 2rem;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 3px black;
  background-position: center center !important;
  background-size: cover !important;
  cursor: pointer;
}
.image-grid .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00000050;
  z-index: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.image-grid > div {
  position: relative;
  z-index: 2;
}
.image-grid.active, .image-grid:hover {
  box-shadow: 0 0 10px 3px #0000007d;
  z-index: 99;
}
.image-grid.active .overlay, .image-grid:hover .overlay {
  background-color: transparent;
}

.gallery-modal img {
  max-width: 100%;
}

.alert-render {
  position: fixed;
  right: 15px;
  top: 15px;
}

.v-align-middle {
  vertical-align: middle !important;
}

.sort-trigger {
  cursor: pointer;
}

.small-image {
  width: 64px;
  height: 64px;
  background-size: cover !important;
  background-position: center center !important;
  overflow: hidden;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  border: 1px solid #dee2e6;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.small-image span {
  color: #f8f8f8;
  text-shadow: 0 0 #000;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  z-index: 99;
}
.small-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #00000050;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.small-image:hover .overlay {
  background: #00000010;
}

@media (min-width: 1920px) {
  .modal-xl {
    max-width: 1280px;
  }
}
.site-pagination a {
  padding: 1rem;
  font-size: 16px;
  font-weight: bold;
}

.gallery-wrapper {
  padding-left: 300px;
}
.gallery-wrapper .sidebar-menu {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  height: 100%;
  background: #1a1c1e;
  color: #f0f0f0;
}
@media (max-width: 921px) {
  .gallery-wrapper {
    padding-left: 15px;
  }
  .gallery-wrapper .sidebar-menu {
    display: none;
  }
}

.bg-deep-dark {
  background: #1a1c1e;
}

.sticky {
  position: sticky;
  top: 0;
}

.models-ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.models-ul li {
  padding: 0.35rem 1rem;
  border-bottom: 1px solid #343a40;
}
.models-ul li a {
  color: #f0f0f0;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none !important;
}
.models-ul li a .small-icon {
  margin-right: 1rem;
  padding: 1rem;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  background-size: 32px 32px !important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.models-ul li a:hover .small-icon {
  margin-right: 1.5rem;
  transform: rotate(360deg);
}

.invisible.position-absolute {
  top: 0;
  left: 0;
}
.invisible.position-absolute * {
  visibility: hidden !important;
  opacity: 0 !important;
}

.menu-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu-list li a {
  display: block;
  padding: 1rem;
  background: #af4c45;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85rem;
  border-bottom: 1px solid #373737;
  text-decoration: none !important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
.menu-list li a:hover {
  background: #74332e;
  padding-left: 2rem;
}

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

@media only screen and (max-width: 921px) {
  .mobile-off {
    display: none;
  }
}

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