/* purgecss start ignore */
.SumoGallery {
  border: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 100000;
  background-color: var(--bg-color);
  position: fixed;
  top: 0px;
  direction: ltr;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.SumoGallery a {
  cursor: pointer;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.SumoGallery .Sarrow {
  position: absolute;
  font-size: 30px;
  color: var(--black-color);
  top: 50%;
  margin-top: -50px;
  padding: 10px;
  z-index: 10;
}
.SumoGallery .Sarrow:hover {
  opacity: 1;
}
.SumoGallery .Sarrow.l {
  right: 15px;
}
.SumoGallery .Sarrow.l svg {
  height: 26px;
  fill: var(--black-color);
}
.SumoGallery .Sarrow.r {
  left: 15px;
}
.SumoGallery .Sarrow.r svg {
  height: 26px;
  fill: var(--black-color);
}
.SumoGallery .Sarrow.last-item {
  opacity: 0.3;
}
.SumoGallery .Sheader {
  background-color: var(--bg-color);
  height: 40px;
  position: relative;
}
.SumoGallery .Sheader p {
  color: var(--black-color);
  padding: 10px 50px;
  text-align: center;
}
.SumoGallery .Sheader a {
  font-size: 30px;
  line-height: 40px;
  color: var(--black-color);
  position: absolute;
  right: 15px;
  top: 0px;
  padding: 10px;
  display: block;
  cursor: pointer;
}
.SumoGallery .Sheader a svg {
  height: 26px;
  fill: var(--black-color);
}
.SumoGallery .Sheader a:hover {
  opacity: 1;
}
.SumoGallery .Sbody {
  position: absolute;
  top: 40px;
  bottom: 75px;
  left: 0px;
  right: 0px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.SumoGallery .Sbody a {
  left: 0px;
  opacity: 1;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.SumoGallery .Sbody a.sel {
  display: block;
  background-image: url("../images/loader.gif");
  background-color: var(--bg-color);
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
.SumoGallery .Sbody a.anim {
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
}
.SumoGallery .Sbody a.left {
  left: -100%;
  opacity: 0;
}
.SumoGallery .Sbody a.right {
  left: 100%;
  opacity: 0;
}
.SumoGallery .SimgCount {
  position: absolute;
  color: var(--gray-light-color);
  right: 10px;
  bottom: 120px;
}
.SumoGallery .toggle-thumbs {
  position: absolute;
  color: #FFFFFF;
  right: 10px;
  bottom: 82px;
  z-index: 10;
  font-size: 26px;
  background-color: var(--red-color);
  border-radius: 3px;
  padding: 0px 8px;
  line-height: 20px;
}
.SumoGallery .toggle-thumbs svg {
  height: 26px;
  fill: #FFF;
}
.SumoGallery .toggle-thumbs:hover {
  color: #FFFFFF;
}
.SumoGallery .Sbody a img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  max-width: 100%;
  max-height: 88%;
  border-radius: 2px;
}
.SumoGallery .Sfooter {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 75px;
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding: 12px 0px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.SumoGallery ul.Sthumbnails {
  list-style: none;
  display: block;
  text-align: center;
  overflow: auto;
  white-space: nowrap;
  height: 150px;
  padding-top: 5px;
  margin-top: -5px;
}
.SumoGallery ul.Sthumbnails li {
  display: inline-block;
  margin: 0px 2px;
}
.SumoGallery ul.Sthumbnails li a {
  display: block;
  height: 50px;
  width: 60px;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 2px;
  background-size: cover;
}
.SumoGallery ul.Sthumbnails li a:hover {
  top: -1px;
}
.SumoGallery ul.Sthumbnails li.sel a {
  top: -3px;
}
.SumoGallery ul.Sthumbnails li.sel a:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  padding: 3px;
  background-color: var(--red-color);
  border-radius: 50%;
  border: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: -10px;
}
.SumoGallery.nothumbs .Sfooter {
  bottom: -74px;
}
.SumoGallery.nothumbs .Sbody {
  bottom: 0px;
}

/* purgecss end ignore */

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