@font-face {
  font-family: "Material Icons";
  src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2)
    format("woff2");
}
.ImageSlideShow .Header {
  background-color: #0f6c32;
  height: 35px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
}
.ImageSlideShow .Header span {
  color: #ffffff;
}
.ImageSlideShow {
  display: block;
  margin-bottom: 0px;
  margin-top: 0px;
  position: relative;
  margin-bottom: 10px;
}
.ImageSlideShow .SlideShowItem {
  display: block;
  position: relative;
}
.ImageSlideShow .image-item {
  display: inline-block;
  position: absolute;
}
.ImageSlideShowVertical .lSSlideOuter .lSSlide .list-item .image-item {
  height: 100%;
  width: 100%;
  transition: transform 0.5s ease;
  object-fit: contain;
}
.ImageSlideShow .image-title {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  color: #000000;
  display: inline-block;
  font: bold 11pt arial;
  left: 0;
  min-height: 24px;
  padding: 6px 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
div.div-thumb {
  height: 130px;
  overflow: hidden;
  position: relative;
}
div.div-thumb ul.ThumbList {
  display: block;
  list-style: none outside none;
  margin: 0;
  padding: 4px 0 0;
  position: relative;
  width: 1000%;
}
div.div-thumb ul.ThumbList li.li-thumb {
  display: block;
  float: left;
  padding: 0 4px 0 0;
}
div.div-thumb ul.ThumbList li.li-thumb img.image-thumb {
  transition: all 1s ease 0s;
  border: 3px solid #ffffff;
  display: block;
  height: 90px;
  opacity: 0.5;
  width: 120px;
}
div.div-thumb ul.ThumbList li.li-thumb img.image-thumb:hover {
  border: 3px solid #444444;
}
div.div-thumb ul.ThumbList li.li-thumb img.image-thumb:hover {
  opacity: 1;
}
div.div-thumb .selected {
  border: 3px solid #444 !important;
  display: block;
  height: 120px;
  opacity: 1 !important;
  width: 120px;
}
.SlideShowItem .prev {
  cursor: pointer;
  left: 0px;
  top: 90px;
  position: absolute;
  z-index: 2;
  height: 40px;
  width: 40px;
  background: #ffffff73;
  border-radius: 20px;
  margin: 10px;
}
.SlideShowItem .prev:before {
  display: inline-block;
  text-rendering: auto;
  position: absolute;
  left: 5px;
  content: "\e2ea";
  font-size: 30px;
  /* font-family:'Material Icons'; */
  /* font-weight:900; */
  font-family: "FontAwesome";
  content: "\f053";
}
.SlideShowItem .prev:hover,
.SlideShowItem .next:hover {
  opacity: 1;
  color: #fff;
  background-color: #004ee3;
}
.SlideShowItem .next {
  position: absolute;
  right: 0px;
  top: 90px;
  cursor: pointer;
  z-index: 2;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #ffffff73;
  margin: 10px;
}
.SlideShowItem .next::before {
  display: inline-block;
  text-rendering: auto;
  position: absolute;
  left: 10px;
  content: "\e5e1";
  font-size: 30px;
  font-family: "FontAwesome";
  content: "\f054";
}
@media only screen and (max-width: 768px) {
  .UIImageLibrary_red .ImageSlideShow > div.SlideShowItem,
  .UIImageLibrary_red .ImageSlideShow .SlideShowItem > a > img {
    height: 300px !important;
  }
  .UIImageLibrary_red .SlideShowItem .prev {
    top: 90px !important;
  }
  .UIImageLibrary_red .SlideShowItem .next {
    top: 90px !important;
  }
  .UIImageLibrary_red .SlideShowItem {
    height: 300px !important;
  }
}
/*Slider Vertical*/
.ImageSlideShowVertical .lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ImageSlideShowVertical .lSSlideOuter .lSSlide .list-item .image-item {
  height: 100%;
  width: 100%;
  transition: transform 0.5s ease;
}
.ImageSlideShowVertical .lSSlideOuter .lSSlide .list-item .image-item:hover {
  transform: scale(1.2);
}
.ImageSlideShowVertical .lSSlideOuter .lSSlide .list-item .ImageTitle {
  position: relative;
  bottom: 10%;
  background: gray;
}
.ImageSlideShowVertical .lSSlideOuter .lSSlide .list-item .ImageTitle span {
  color: white;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial;
  margin-left: 10px;
}
.ImageSlideShowVertical .lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  /* background-image: url("images/controls_covid.png"); */
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 1;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.ImageSlideShowVertical .lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
  position: relative;
  z-index: 1000;
}
.ImageSlideShowVertical .lSSlideOuter.vertical .lSAction > a {
  left: 88%;
  margin-left: -14px;
  margin-top: 0;
}
.ImageSlideShowVertical .lSSlideOuter.vertical .lSAction > .lSNext {
  /* background-position: 31px -31px; */
  bottom: 10px;
  top: auto;
  position: absolute;
  z-index: 1000;
}
.ImageSlideShowVertical .lSSlideOuter.vertical .lSAction > .lSPrev:before {
  display: inline-block;
  text-rendering: auto;
  position: absolute;
  font-size: 30px;
  font-family: "FontAwesome";
  content: "\f102";
  z-index: 99999999;
  bottom: 0px;
  border-radius: 10px;
  color: #fff;
  width: 40px;
  border-radius: 15px;
  background-color: #ce0004;
  height: 40px;
  text-align: center;
}
.ImageSlideShowVertical .lSSlideOuter.vertical .lSAction > .lSNext:before {
  display: inline-block;
  text-rendering: auto;
  position: absolute;
  font-size: 30px;
  font-family: "FontAwesome";
  content: "\f103";
  z-index: 99999999;
  bottom: 0px;
  border-radius: 10px;
  color: #fff;
  width: 40px;
  border-radius: 15px;
  background-color: #ce0004;
  height: 40px;
  text-align: center;
}
/*============ Make button float above*/
.ImageSlideShowVertical .SlideShowItem .lSSlideOuter.vertical {
  position: relative !important;
}
.ImageSlideShowVertical .SlideShowItem .lSSlideOuter .lSSlideWrapper {
  overflow: visible !important;
}
.ImageSlideShowVertical .SlideShowItem .lSSlideOuter .lSAction {
  position: absolute;
  top: 0;
  right: -50px !important;
  height: 100%;
}
.ImageSlideShowVertical
  .SlideShowItem
  .lSSlideOuter
  .lSPager.lSGallery
  li:has(+ .active) {
  display: none;
}
.lSGallery {
  background-color: #fff;
  /* margin:0 !Important; */
  /* padding: 0 !Important; */
  width: 163px;
}
.lSGallery li {
  border-radius: 0 !important;
  padding: 0 5px !important;
}
.ImageSlideShowVertical {
  padding: 0 5px 5px 5px;
}
.ImageSlideShowVertical .Header {
  height: 35px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  background-color: #ce0004;
}
.ImageSlideShowVertical .Header p {
  height: 35px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  background-color: #ce0004;
}
@media only screen and (max-width: 768px) {
  .ImageSlideShowVertical {
    padding: 5px;
    margin: 0;
    width: 100vw;
  }
  .ImageSlideShowVertical .lSSlideOuter .lSPager.lSGallery img {
    height: 25vw;
  }
}
