/* 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
 */

/* line 1, templates/g5_anacron/custom/scss/custom.scss */
.g-mosaic .g-mosaic-grid .g-mosaic-grid-item .g-mosaic-grid-item-content .g-mosaic-tag {
  display: none;
}
/* Scss Document */
/* line 5, templates/g5_anacron/custom/scss/custom.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
/* line 13, templates/g5_anacron/custom/scss/custom.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
/* line 20, templates/g5_anacron/custom/scss/custom.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 500;
}
/* line 29, templates/g5_anacron/custom/scss/custom.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
/* slideshow height fix */
/* line 36, templates/g5_anacron/custom/scss/custom.scss */
.g-owlcarousel-showcase .g-owlcarousel .g-owlcarousel-item-image {
  min-height: 52vh;
}
/*# sourceMappingURL=custom__body_only.css.map */