@font-face {
  font-family: "mace";
  src: url("./../../../assets/iconfont/fonts/mace.eot");
  src: url("./../../../assets/iconfont/fonts/mace.eot?#iefix") format("embedded-opentype"), url("./../../../assets/iconfont/fonts/mace.woff") format("woff"), url("./../../../assets/iconfont/fonts/mace.ttf") format("truetype"), url("./../../../assets/iconfont/fonts/mace.svg#starmile") format("svg");
  font-weight: normal;
  font-style: normal; }

.mace-gallery-teaser {
  display: block;
  max-width: 662px;
  height: auto;
  position: relative; }
  .mace-gallery-teaser img {
    max-width: 100%;
    height: auto; }

.mace-gallery-teaser-button {
  display: block;
  padding: 10px 30px 10px 54px;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 5px;
  background-color: #333333;
  color: #fff;
  -webkit-transition: border-color 0.375s ease-in-out, background-color 0.375s ease-in-out, color 0.375s ease-in-out;
  -moz-transition: border-color 0.375s ease-in-out, background-color 0.375s ease-in-out, color 0.375s ease-in-out;
  -o-transition: border-color 0.375s ease-in-out, background-color 0.375s ease-in-out, color 0.375s ease-in-out;
  transition: border-color 0.375s ease-in-out, background-color 0.375s ease-in-out, color 0.375s ease-in-out; }
  .mace-gallery-teaser-button:before {
    display: block;
    margin-top: -0.5em;
    position: absolute;
    left: 15px;
    top: 50%;
    font: 24px/1 "mace";
    content: "\e008"; }

.mace-gallery-teaser-button-text {
  display: block; }

.mace-gallery-teaser-button-counter {
  display: block;
  font-size: 12px;
  line-height: 14px;
  opacity: 0.666; }

.mace-gallery-teaser:hover .mace-gallery-teaser-button {
  background-color: #ffffff;
  color: #1a1a1a;
  -webkit-transition: border-color 0.375s ease-in-out, background-color 0.375s ease-in-out, color 0.375s ease-in-out;
  -moz-transition: border-color 0.375s ease-in-out, background-color 0.375s ease-in-out, color 0.375s ease-in-out;
  -o-transition: border-color 0.375s ease-in-out, background-color 0.375s ease-in-out, color 0.375s ease-in-out;
  transition: border-color 0.375s ease-in-out, background-color 0.375s ease-in-out, color 0.375s ease-in-out; }

.g1-gallery-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999; }

.g1-gallery {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #1a1a1a;
  color: white; }

.g1-gallery-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 64px; }
  .g1-gallery-header .g1-gallery-header-left {
    padding: 10px 0px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #313131;
    border-right: 1px solid #313131; }
    .g1-gallery-header .g1-gallery-header-left .g1-gallery-logo {
      height: 36px;
      line-height: 36px;
      margin-left: 20px; }
      .g1-gallery-header .g1-gallery-header-left .g1-gallery-logo img {
        max-height: 100%;
        width: auto; }
    .g1-gallery-header .g1-gallery-header-left .g1-gallery-title {
      margin: 0px 50px;
      color: white;
      display: none; }
      @media only screen and (min-width: 601px) {
        .g1-gallery-header .g1-gallery-header-left .g1-gallery-title {
          display: block; } }
  .g1-gallery-header .g1-gallery-header-right {
    padding: 10px 0px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 1000px) {
      .g1-gallery-header .g1-gallery-header-right {
        min-width: 320px;
        width: 320px; } }
    .g1-gallery-header .g1-gallery-header-right .g1-gallery-back-to-slideshow {
      display: none;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      padding-left: 5px;
      text-transform: uppercase;
      font-weight: 600; }
      .g1-gallery-header .g1-gallery-header-right .g1-gallery-back-to-slideshow:before {
        position: relative;
        top: 1px;
        margin-right: 5px;
        font: 14px/14px "mace";
        content: "\e022"; }
    .g1-gallery-header .g1-gallery-header-right .g1-gallery-thumbs-button {
      margin: 0 12px; }
      .g1-gallery-header .g1-gallery-header-right .g1-gallery-thumbs-button:before {
        font: 16px/44px "mace";
        content: "\e007"; }
    .g1-gallery-header .g1-gallery-header-right .g1-gallery-numerator {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      text-align: center;
      font-size: 16px;
      white-space: nowrap; }
    .g1-gallery-header .g1-gallery-header-right .g1-gallery-close-button {
      margin: 0 12px; }
      .g1-gallery-header .g1-gallery-header-right .g1-gallery-close-button:before {
        font: 16px/24px "mace";
        content: "\e006"; }

.g1-gallery-body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  top: 0px;
  bottom: 0px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 2;
  flex-shrink: 2; }
  .g1-gallery-body .g1-gallery-thumbnails32 {
    display: none;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border-right: 1px solid #313131; }
    .g1-gallery-body .g1-gallery-thumbnails32 .g1-gallery-thumbnails-collection {
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      align-content: baseline;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      overflow: auto;
      counter-reset: section; }
      .g1-gallery-body .g1-gallery-thumbnails32 .g1-gallery-thumbnails-collection .g1-gallery-thumbnail {
        display: inline-block;
        width: 180px;
        height: 120px;
        margin: 10px;
        position: relative; }
        .g1-gallery-body .g1-gallery-thumbnails32 .g1-gallery-thumbnails-collection .g1-gallery-thumbnail:after {
          position: absolute;
          right: 12px;
          bottom: 6px;
          font-size: 14px;
          font-weight: 600;
          counter-increment: section;
          content: counter(section); }

.g1-gallery-frames {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1; }
  .g1-gallery-frames .g1-gallery-frame {
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border-right: 1px solid #313131;
    border-bottom: 1px solid #313131; }
    .g1-gallery-frames .g1-gallery-frame.g1-gallery-frame-visible {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .g1-gallery-frames .g1-gallery-frame .g1-gallery-image {
      position: relative;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .g1-gallery-frames .g1-gallery-frame .g1-gallery-image-title {
      min-height: 22px;
      padding: 12px 0;
      text-align: center;
      color: #999999;
      border-top: 1px solid #313131; }

.g1-gallery-sidebar {
  width: 320px;
  min-width: 320px;
  display: none;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (min-width: 1000px) {
    .g1-gallery-sidebar {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; } }
  .g1-gallery-sidebar .g1-gallery-thumbnails {
    display: flex;
    max-height: 420px;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    width: 100%;
    text-align: center; }
    .g1-gallery-sidebar .g1-gallery-thumbnails .g1-gallery-thumbnails-collection {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%;
      margin: 7px;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: absolute;
      top: 40px;
      bottom: 40px;
      left: 0;
      right: 0;
      overflow: hidden; }
      .g1-gallery-sidebar .g1-gallery-thumbnails .g1-gallery-thumbnails-collection .g1-gallery-thumbnail {
        max-width: 92px;
        display: inline-block;
        margin: 5px;
        position: relative; }

.g1-gallery-thumbnails-up {
  font: 18px/40px "mace";
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  right: auto;
  margin-left: auto;
  margin-right: auto; }
  .g1-gallery-thumbnails-up:before {
    content: "\e021"; }

.g1-gallery-thumbnails-down {
  font: 18px/40px "mace";
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: auto;
  margin-left: auto;
  margin-right: auto; }
  .g1-gallery-thumbnails-down:before {
    content: "\e020"; }

.g1-gallery-thumbnail img {
  opacity: 0.5;
  -webkit-transition: opacity 0.375s ease-in-out;
  -moz-transition: opacity 0.375s ease-in-out;
  -o-transition: opacity 0.375s ease-in-out;
  transition: opacity 0.375s ease-in-out; }

.g1-gallery-thumbnail:hover img,
.g1-gallery-thumbnail-active img {
  opacity: 0.99;
  -webkit-transition: opacity 0.375s ease-in-out;
  -moz-transition: opacity 0.375s ease-in-out;
  -o-transition: opacity 0.375s ease-in-out;
  transition: opacity 0.375s ease-in-out; }

.g1-gallery-ad {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  margin: 0 9px;
  text-align: center; }

.g1-gallery-shares {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 20px);
  margin: 0 9px;
  margin-bottom: 10px; }
  .g1-gallery-shares .g1-gallery-share {
    display: block;
    height: 40px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    color: #fff;
    font-size: 0px; }
    .g1-gallery-shares .g1-gallery-share:before {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      font: 18px/40px bimber;
      text-align: center; }
  .g1-gallery-shares .g1-gallery-share-fb {
    background: #3b5998; }
    .g1-gallery-shares .g1-gallery-share-fb:before {
      content: "\e040"; }
  .g1-gallery-shares .g1-gallery-share-twitter {
    background: #00aced; }
    .g1-gallery-shares .g1-gallery-share-twitter:before {
      content: "\e041"; }
  .g1-gallery-shares .g1-gallery-share-pinterest {
    background: #c92228; }
    .g1-gallery-shares .g1-gallery-share-pinterest:before {
      content: "\e042"; }

.g1-gallery-previous-frame,
.g1-gallery-next-frame {
  padding: 15px;
  position: absolute;
  align-self: center;
  font: 24px/24px "mace";
  text-align: center;
  color: black;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  -webkit-transition: background-color 0.375s ease-in-out;
  -moz-transition: background-color 0.375s ease-in-out;
  -o-transition: background-color 0.375s ease-in-out;
  transition: background-color 0.375s ease-in-out; }

.g1-gallery-previous-frame:hover,
.g1-gallery-next-frame:hover {
  background: white;
  -webkit-transition: background-color 0.375s ease-in-out;
  -moz-transition: background-color 0.375s ease-in-out;
  -o-transition: background-color 0.375s ease-in-out;
  transition: background-color 0.375s ease-in-out; }

.g1-gallery-previous-frame {
  left: 12px; }
  .g1-gallery-previous-frame:before {
    position: relative;
    right: 2px;
    content: "\e022"; }

.g1-gallery-next-frame {
  right: 12px; }
  .g1-gallery-next-frame:before {
    position: relative;
    left: 2px;
    content: "\e023"; }

.g1-gallery-frame:first-child .g1-gallery-previous-frame {
  display: none; }

.g1-gallery-frame:last-child .g1-gallery-next-frame {
  display: none; }

.g1-gallery-thumbnails-mode .g1-gallery-header-right .g1-gallery-back-to-slideshow {
  display: block; }

.g1-gallery-thumbnails-mode .g1-gallery-thumbnails32 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.g1-gallery-thumbnails-mode .g1-gallery-sidebar .g1-gallery-thumbnails,
.g1-gallery-thumbnails-mode .g1-gallery-frames,
.g1-gallery-thumbnails-mode .g1-gallery-thumbs-button,
.g1-gallery-thumbnails-mode .g1-gallery-numerator {
  display: none; }

.g1-gallery-ad-mode .g1-gallery-sidebar {
  display: none; }

.g1-gallery-ad-mode .g1-gallery-frame-ad {
  justify-content: center; }

.g1-gallery-back-to-slideshow:hover,
.g1-gallery-thumbs-button:hover,
.g1-gallery-close-button:hover,
.g1-gallery-thumbnails-up:hover,
.g1-gallery-thumbnails-down:hover,
.g1-gallery-thumbnail:hover {
  cursor: pointer; }

.g1-gallery-light .g1-gallery {
  background: white;
  color: #1a1a1a; }

.g1-gallery-light .g1-gallery-header .g1-gallery-title {
  color: #1a1a1a; }

.g1-gallery-light .g1-gallery-previous-frame,
.g1-gallery-light .g1-gallery-next-frame {
  background: #e6e6e6; }

.g1-gallery-light .g1-gallery-thumbnails32,
.g1-gallery-light .g1-gallery-previous-frame,
.g1-gallery-light .g1-gallery-next-frame,
.g1-gallery-light .g1-gallery-frame,
.g1-gallery-light .g1-gallery-frames .g1-gallery-image-title,
.g1-gallery-light .g1-gallery-header-left {
  border-color: #e6e6e6; }

.g1-gallery-wrapper {
  visibility: hidden;
  display: flex;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: visibility 0s, opacity 0.375s ease-in-out, -webkit-transform 0.375s ease-in-out;
  -webkit-transition-delay: 0.375s, 0s, 0s;
  -moz-transition: visibility 0s 0.375s, opacity 0.375s ease-in-out, -moz-transform 0.375s ease-in-out;
  -o-transition: visibility 0s 0.375s, opacity 0.375s ease-in-out, -o-transform 0.375s ease-in-out;
  transition: visibility 0s 0.375s, opacity 0.375s ease-in-out, transform 0.375s ease-in-out; }

.g1-gallery {
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transition: visibility 0s, opacity 0.375s ease-in-out, -webkit-transform 0.375s ease-in-out;
  -webkit-transition-delay: 0.375s, 0s, 0s;
  -moz-transition: visibility 0s 0.375s, opacity 0.375s ease-in-out, -moz-transform 0.375s ease-in-out;
  -o-transition: visibility 0s 0.375s, opacity 0.375s ease-in-out, -o-transform 0.375s ease-in-out;
  transition: visibility 0s 0.375s, opacity 0.375s ease-in-out, transform 0.375s ease-in-out; }

.g1-gallery-visible .g1-gallery-wrapper {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.375s ease-in-out, -webkit-transform 0.375s ease-in-out;
  -moz-transition: visibility 0s, opacity 0.375s ease-in-out, -moz-transform 0.375s ease-in-out;
  -o-transition: visibility 0s, opacity 0.375s ease-in-out, -o-transform 0.375s ease-in-out;
  transition: visibility 0s, opacity 0.375s ease-in-out, transform 0.375s ease-in-out; }

.g1-gallery-visible .g1-gallery {
  visibility: visible;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: visibility 0s, opacity 0.375s ease-in-out, -webkit-transform 0.375s ease-in-out;
  -moz-transition: visibility 0s, opacity 0.375s ease-in-out, -moz-transform 0.375s ease-in-out;
  -o-transition: visibility 0s, opacity 0.375s ease-in-out, -o-transform 0.375s ease-in-out;
  transition: visibility 0s, opacity 0.375s ease-in-out, transform 0.375s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

#fb-root .fb_dialog {
  z-index: 999999 !important; }
