h1.catTitle,
h1.itemTitle,
#jmap_sitemap h1,
h1.igallery_title {
  font-size: 50px;
  margin: 0 auto 20px !important;
  overflow: hidden;
  padding: 10px 0 0 0 !important;
  position: relative !important;
  text-transform: uppercase;
  text-align: center;
}

.text-reflect {
  position: relative !important;
  height: 1em !important;
  padding-bottom: .5em !important;
  overflow: hidden !important;
}
.text-reflect::after,
.text-reflect:after {
  display: block !important;
  position: absolute;
  content: attr(data-content) !important;
  width: 100%;
  height: 1em !important;
  top: 0px;
  left: 0px;
  transform: scaleY(-1);
  transform-origin: bottom;
  opacity: 0.3;
}

.title-left .itemTitle {
  text-align: left;
}

.bottom-border-red {
  font-size: 50px;
  font-weight: 700;
  margin: 0 auto 20px !important;
  text-align: left;
  text-transform: uppercase;
  position: relative;
  overflow: visible;
}
.bottom-border-red:after {
  background: #ed1c24;
  bottom: -10px;
  content: "";
  display: block;
  height: 5px;
  margin: 0 auto;
  left: 0;
  position: absolute;
  width: 100%;
}