/*------------------------------------------------------------------*/
section.about-event-s {
  padding-top: 120px;
/*   padding-bottom: 2%; */
}

@media (max-width: 767px) {
  section.about-event-s {
/*     padding-left: 10px;
padding-right: 10px; */
    padding-top: 25px;
  }
}

section.about-event-s h1 {
  font: 36px/36px PF-Monumenta-Pro-Regulart, normal;
 text-transform: lowercase;
  font-family: PF-Monumenta-Pro-Regular, normal;
}

@media (max-width: 767px) {
  section.about-event-s h1 {
    font-size: 21px;
  }
}

section.about-event-s h2 {
  font: 24px/24px PF-Monumenta-Pro-Regular, normal;
  /* text-transform: uppercase; */
  font-family: PF-Monumenta-Pro-Regular, normal;
}

@media (max-width: 767px) {
  section.about-event-s h2 {
    font-size: 18px;
  }
}

section.about-event-s h3 {
  font: 20px/20px PF-Monumenta-Pro-Regular, normal;
  /* text-transform: uppercase; */
  font-family: PF-Monumenta-Pro-Regular, normal;
}

@media (max-width: 767px) {
  section.about-event-s h3 {
    font-size: 16px;
  }
}

section.about-event-s p {
  font: 18px/26px "Open Sans", normal;
}

@media (max-width: 767px) {
  section.about-event-s p {
    font-size: 14px;
  }
}

section.about-event-s span {
  font: 18px/18px "Open Sans", normal;
  color: #474747;
}

@media (max-width: 767px) {
  section.about-event-s span {
    font-size: 14px;
  }
}

section.about-event-s a {
  font: 18px/18px "Open Sans", normal;
  color: #850000;
  text-decoration: underline;
}

@media (max-width: 767px) {
  section.about-event-s a {
    font-size: 16px;
  }
}

section.about-event-s .main-title {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

section.about-event-s .main-title h1 {
  float: left;
  display: inline-block;
}

section.about-event-s .link-author {
  display: block;
  margin-bottom: 20px;
}

section.about-event-s .link-author a {
  color: #8636fb;
  font: 18px/18px "Open Sans", normal;
}

section.about-event-s .demo-gallery > ul {
  margin-bottom: 0;
}

section.about-event-s .demo-gallery > ul > li {
  float: left;
  margin-bottom: 15px;
}

section.about-event-s .demo-gallery > ul > li a {
  display: block;
  overflow: hidden;
  position: relative;
}

section.about-event-s .demo-gallery > ul > li a > img {
/*  transition: -webkit-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  height: 100%;
  width: 100%;*/
}

section.about-event-s .demo-gallery > ul > li a:hover > img {
  /*-webkit-transform: scale3d(1, 1, 1);*/
  /*transform: scale3d(1, 1, 1);*/
}

section.about-event-s .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

section.about-event-s .demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease 0s;
}

section.about-event-s .demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease 0s;
}

section.about-event-s .demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

section.about-event-s .demo-gallery .justified-gallery > a > img {
  transition: -webkit-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

section.about-event-s .demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

section.about-event-s .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

section.about-event-s .demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color 0.15s ease 0s;
}

section.about-event-s .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.3s ease 0s;
}

section.about-event-s .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

section.about-event-s .demo-gallery .video .demo-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}

section.about-event-s .demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}

section.about-event-s .home .demo-gallery {
  padding-bottom: 80px;
}