/* CSS Document */
.itemContainer {
  margin: 1%;
  width: 48% !important;
}
h3.catItemTitle {
  line-height: 150%;
  text-align: center;
  font-size: 25px;
  display: none;
}
.notetxt {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  background-color: #df532a;
  color: #ffffff;
  font-weight: 600;
  padding: 1% 0%;
  margin-bottom: 30px;
}
.itemIntroText p {
  width: 100%;
  display: block;
  float: left;
  text-align: center;
  background-color: darkgray;
  color: #ffffff;
  font-weight: 600;
  padding: 1% 0%;
  margin-bottom: 30px;
}
.catItemIntroText {
  font-size: 24px !important;
  line-height: 180% !important;
  height: 55px;
  overflow: hidden;
  background: linear-gradient(50deg, rgb(0 0 0 / 40%) 12%, rgb(0 0 0 / 10%) 77%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  margin-top: -140px;
  padding: 2% !important;
  color: #ffffff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  font-weight: 800;
  text-align: center;
}
div.itemVideoBlock {
  background: none;
}
.catItemTitle a {
  color: #ffffff;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  font-size: 40px;
}
span.catItemImage {
  display: block;
  text-align: center;
  margin: 0 0 8px 0;
  border: 1px solid #ababab;
}
div.itemListCategory h2 {
  text-align: center;
  font-size: 30px;
  display: block;
  float: left;
  width: 100%;
  font-weight: 800;
}
div.itemListCategory img {
  float: none;
  display: block;
  margin: 0 auto !important;
}
div.itemListCategory {
  background: transparent;
  border: 0px;
  border-radius: 0px;
  margin: 0px;
  padding: 0px;
}
div.catItemHeader {
  z-index: 99;
  position: relative;
  background: #ababab90;
  width: 90%;
  margin: 0 auto;
  margin-bottom: -90px;
  border-radius: 10px;
}
.itemBody {
  padding: 1% 1% 0% !important;
}
.itemFullText {
  font-size: 16px;
  line-height: 150%;
}
.itemFullText li {
  padding: 1% 0%;
  text-align: center;
  list-style: none;
  width: 60%;
  float: left;
  font-weight: 800;
}
.itemFullText li:nth-child(even) {
  float: left
}
.itemFullText li:nth-child(odd) {
  float: right
}
.itemFullText ol li::BEFORE {
  content: counters(list-item, "-", list-item)" ";
  font-size: 120px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
  position: absolute;
  margin-top: 22%;
  margin-left: 30px;
}
.itemFullText li img {
  margin-bottom: 20px;
  width: 80%;
  border: 5px solid #ffffff;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.3);
}
.itemFullText a {
  background-color: #f9b234;
  color: #ffffff;
  border-radius: 10px;
  font-size: 20px;
  padding: 1% 2%;
  margin: 10px auto;
  display: block;
  text-align: center;
  width: fit-content;
}
.itemImage {
  display: block;
  max-width: 800px;
  margin: 0 auto !important;
}
.itemFullText ol {
  padding: 0px;
  margin: 0px;
}
@media (max-width: 500px) {
  .itemContainer {
    margin: 1%;
    width: 96% !important;
  }
  .itemFullText ol li img {
    margin-bottom: 20px;
    width: 100%;
  }
  .itemFullText ol li {
    width: 90%;
    float: left !important;
    margin: 0% 5% 5%;
  }
  .itemVideo {
    overflow: unset !important;
  }
  .itemFullText ol li::BEFORE {
    margin-top: 26%;
  }
}