@import "../../../modules/mod_xpertgallery/assets/css/xpertgallery.css";
.tx-gallery {
  margin: 0;
}
.tx-gallery .tx-gallery-filters {
  float: none;
}
.tx-gallery .tx-gallery-filters li {
  padding: 8px 15px;
  margin: 5px;
  border-radius: 20px;
  background: none;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.tx-gallery .tx-gallery-header {
  margin-bottom: 25px;
  margin-top: 0;
}
.tx-gallery .tx-gallery-header li.active {
  background: transparent;
}
.tx-gallery .tx-gallery-container .tx-gallery-item {
  margin: 0;
}
.tx-gallery .tx-gallery-container .tx-gallery-item .overlay-contents {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  margin-top: -140px;
  width: 100%;
}
.tx-gallery .tx-gallery-container .tx-gallery-item .overlay-contents .tx-gallery-image-preview {
  background-image: none;
  background-color: transparent;
  margin-top: -120px;
  margin-left: -18px;
  font-size: 48px;
  color: #fff;
}
.tx-gallery .tx-gallery-container .tx-gallery-item .overlay-contents .tx-gallery-title {
  color: #fff;
  text-transform: uppercase;
  font-family: 'loveloblack', sans-serif;
  font-size: 22px;
}
.tx-gallery .tx-gallery-container .tx-gallery-item .overlay-contents .tx-gallery-intro {
  color: #fff;
  margin-top: 20px;
  padding: 0 15px;
}
.tx-gallery .tx-gallery-container .tx-gallery-item:hover .overlay-contents {
  opacity: 1;
}
.tx-gallery .tx-gallery-container .tx-gallery-item .tx-gallery-image:hover .tx-gallery-image-overlay {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
