/**
 * Foundation for Sites by ZURB
 * Version 6.4.4-rc1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
.diaporama_wrap, .diaporama_video_wrap {
  position: relative;
  margin-top: 40px; }
  .diaporama_wrap .controls, .diaporama_video_wrap .controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    right: auto;
    left: -8px; }
    .diaporama_wrap .controls::before, .diaporama_video_wrap .controls::before {
      display: none; }
    .diaporama_wrap .controls img, .diaporama_video_wrap .controls img {
      -webkit-transition: all 0.3s 0s ease-in-out;
      -moz-transition: all 0.3s 0s ease-in-out;
      -ms-transition: all 0.3s 0s ease-in-out;
      -o-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out;
      margin: 0 !important; }
      .diaporama_wrap .controls img.slick-disabled, .diaporama_video_wrap .controls img.slick-disabled {
        opacity: 0;
        pointer-events: none; }
    .diaporama_wrap .controls + .controls, .diaporama_video_wrap .controls + .controls {
      left: auto;
      right: -8px; }
    @media screen and (max-width: 63.9375em) {
      .diaporama_wrap .controls, .diaporama_video_wrap .controls {
        left: 0; }
        .diaporama_wrap .controls + .controls, .diaporama_video_wrap .controls + .controls {
          left: auto;
          right: 0; } }
  .diaporama_wrap .diaporama_simple .slick-slide, .diaporama_wrap .diaporama_video .slick-slide, .diaporama_video_wrap .diaporama_simple .slick-slide, .diaporama_video_wrap .diaporama_video .slick-slide {
    padding: 20px; }
  @media print, screen and (min-width: 64em) {
    .diaporama_wrap iframe, .diaporama_video_wrap iframe {
      max-width: 640px; } }

#contact .button {
  margin-top: 40px; }
  @media print, screen and (min-width: 64em) {
    #contact .button + .button {
      margin-left: 40px; } }
  @media screen and (max-width: 63.9375em) {
    #contact .button {
      display: block;
      margin: 10px auto 0;
      max-width: 80vw; } }

/*# sourceMappingURL=template-inside.css.map */
