/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

h2.r-pic-title {
  margin: 0;
}
.r-cus-categories {
  margin: 0 -15px;
}
.r-cus-categories .r-cus-category {
  margin: 0 15px;
}
.r-cus-categories .r-cus-category a {
  display: block;
  position: relative;
  overflow: hidden;
}
.r-cus-categories .r-cus-category a .r-cus-category-inner {
  display: block;
  background-color: #de2131;
  color: #ffffff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.r-cus-categories .r-cus-category a .r-cus-category-inner > img {
  width: 100%;
  transition: opacity 0.3s, transform 0.3s;
  transform: scale(1);
}
.r-cus-categories .r-cus-category a .r-cus-category-inner > .r-cus-category-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.r-cus-categories .r-cus-category a .r-cus-category-inner > .r-cus-category-content > span > span:not(.btn) {
  display: block;
}
.r-cus-categories .r-cus-category a .r-cus-category-inner > .r-cus-category-content > span > span:not(.btn).r-cus-category-title {
  font-size: 2.5rem;
  line-height: 1.1;
  letter-spacing: 5px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0 0 12px;
  padding: 0;
  -webkit-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
  .r-cus-categories .r-cus-category a .r-cus-category-inner > .r-cus-category-content > span > span:not(.btn).r-cus-category-title {
    font-size: 2em;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .r-cus-categories .r-cus-category a .r-cus-category-inner > .r-cus-category-content > span > span:not(.btn).r-cus-category-title {
    font-size: 1em;
  }
}
@media only all and (max-width: 47.99rem) {
  .r-cus-categories .r-cus-category a .r-cus-category-inner > .r-cus-category-content > span > span:not(.btn).r-cus-category-title {
    font-size: 1em;
  }
}
.r-cus-categories .r-cus-category a .r-cus-category-inner > .r-cus-category-content > span > span:not(.btn).r-cus-category-title ~ span {
  margin-top: 1rem;
}
.r-cus-categories .r-cus-category a:hover span > img {
  opacity: 0.9;
  transform: scale(1.05);
}
/*# sourceMappingURL=custom_28.css.map */