meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
.galleria_slideshow_container {
  position: relative;
  overflow: hidden; }
  .galleria_slideshow_container .setup {
    display: none; }
  .galleria_slideshow_container .slideshow {
    height: 500px; }
    @media only screen and (max-width: 40em) {
      .galleria_slideshow_container .slideshow {
        height: 320px; } }
    .galleria_slideshow_container .slideshow .galleria-stage {
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }
  .galleria_slideshow_container .extended_navigation {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10; }
    .galleria_slideshow_container .extended_navigation .nav {
      position: absolute;
      top: 50%;
      z-index: 5;
      color: lightsteelblue;
      font-size: 3rem;
      text-shadow: -2px -2px 0px rgba(255, 255, 255, 0.3), 2px 2px 0px rgba(0, 0, 0, 0.8); }
      .galleria_slideshow_container .extended_navigation .nav.prev {
        left: 1rem; }
      .galleria_slideshow_container .extended_navigation .nav.next {
        right: 1rem; }
  .galleria_slideshow_container .layers {
    position: absolute;
    z-index: 5; }
    .galleria_slideshow_container .layers .layer {
      -webkit-transform: translateX(0);
      -khtml-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
      .galleria_slideshow_container .layers .layer.transform {
        -webkit-transform: translateX(500%);
        -khtml-transform: translateX(500%);
        -moz-transform: translateX(500%);
        -ms-transform: translateX(500%);
        -o-transform: translateX(500%);
        transform: translateX(500%); }
    .galleria_slideshow_container .layers.top {
      top: 0;
      left: 0;
      right: 0;
      min-height: 2rem;
      background-color: rgba(255, 0, 0, 0.4);
      width: 100%; }
      .galleria_slideshow_container .layers.top .media_q, .galleria_slideshow_container .layers.top .layer {
        position: absolute;
        top: 0;
        width: 100%;
        -webkit-transition: all 0.8s;
        -khtml-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -ms-transition: all 0.8s;
        -o-transition: all 0.8s;
        transition: all 0.8s; }
        .galleria_slideshow_container .layers.top .media_q img, .galleria_slideshow_container .layers.top .layer img {
          max-height: 80px; }
    .galleria_slideshow_container .layers.bottom {
      bottom: 0;
      left: 0;
      right: 0;
      min-height: 0.5rem;
      background-color: rgba(0, 0, 255, 0.4);
      width: 100%; }
      .galleria_slideshow_container .layers.bottom .layer {
        position: absolute;
        bottom: 0;
        width: 100%;
        -webkit-transition: all 1.3s;
        -khtml-transition: all 1.3s;
        -moz-transition: all 1.3s;
        -ms-transition: all 1.3s;
        -o-transition: all 1.3s;
        transition: all 1.3s; }
        .galleria_slideshow_container .layers.bottom .layer * {
          margin: 0; }
        .galleria_slideshow_container .layers.bottom .layer img {
          max-height: 80px; }
    .galleria_slideshow_container .layers.center {
      top: 50%;
      left: 20%;
      right: 20%; }
      .galleria_slideshow_container .layers.center .media_q, .galleria_slideshow_container .layers.center .layer {
        position: absolute;
        bottom: 0;
        width: 100%; }
      .galleria_slideshow_container .layers.center .layer {
        -webkit-transition: all 1.8s;
        -khtml-transition: all 1.8s;
        -moz-transition: all 1.8s;
        -ms-transition: all 1.8s;
        -o-transition: all 1.8s;
        transition: all 1.8s; }

/*# sourceMappingURL=galleria.css.map */
