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

.gallery {
  border: 1px solid #ccc;
}
.gallery:hover {
  border: 1px solid #777;
}
.gallery img {
  width: 100%;
  height: auto;
}
.desc1 {
  padding: -5px;
  text-align: center;
  font-size: 0.8em;
}
.desc2 {
  padding: -5px;
  text-align: right;
  font-size: 0.7em;
}
* {
  box-sizing: border-box;
}
.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}
@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}
@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#g-testimonials {
  background: rgba(255, 255, 255, 0);
  color: #000000;
  padding: 3rem 0;
  position: relative;
  z-index: 10;
  background: url('../../../../images/template/background/photo-02.jpg') no-repeat bottom fixed;
  background-size: cover;
}
#g-testimonials a {
  color: #94d1d2;
}
#g-testimonials a:hover {
  color: inherit;
}
@media print {
  #g-testimonials {
    background: #fff !important;
    color: #000 !important;
  }
}
.g-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  background: #000000;
}
.g-video iframe, .g-video object, .g-video embed, .g-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.g-video:hover .g-videolocal-play.pause {
  opacity: 1;
}
.g-video .g-videolocal-play {
  position: absolute;
  height: 3.5vw;
  width: 3.5vw;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 50%;
  margin-bottom: -40px;
  background: url('../images/owlcarousel/play.svg') no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 1;
}
@media only all and (max-width: 30rem) {
  .g-video .g-videolocal-play {
    height: 12vw;
    width: 12vw;
  }
}
@media only all and (max-width: 47.99rem) {
  .g-video .g-videolocal-play {
    height: 12vw;
    width: 12vw;
  }
}
@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
  .g-video .g-videolocal-play {
    height: 6vw;
    width: 6vw;
  }
}
.g-video .g-videolocal-play.pause {
  background: url('../images/owlcarousel/paused.svg');
  background-size: contain;
  opacity: 0;
}
.g-video .g-video-nocontrols::-webkit-media-controls {
  display: none !important;
}
.g-video-caption {
  background: #8f4dae;
  color: #ffffff;
  text-align: center;
  font-size: 0.8rem;
  padding: 0.438rem 0;
}
/*# sourceMappingURL=custom_16.css.map */