@import url(http://fonts.googleapis.com/css?family=Arvo);

.galerie-photo ul {
  list-style: none; }

.galerie-photo h2 {
  font-size: 30px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px; }

.galerie-photo p {
  font-size: 15px;
  line-height: 15px;
  font-weight: 100;
  color: white; }

/* @end */
/* @group Gallery */
section.galerie-photo {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  /* @group Fullimage */
  /* @end */
  /* @group Smallimages */ }
  section.galerie-photo #fullPreview {
    background-color:#faf8e7;
    padding: 50px 0 30px 0;
    display: none; }
    section.galerie-photo #fullPreview img,
    section.galerie-photo #fullPreview .fullCaption {
      max-width: 960px;
      width: 100%;
      margin: 0 auto;
      display: block; }
    section.galerie-photo #fullPreview .fullCaption {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 13px;
      line-height: 15px;
      font-weight: 300;
      color: white;
      margin: 15px auto 0 auto; }
    section.galerie-photo #fullPreview figure {
      background-image: url("../img/effects/close.png");
      background-size: 100%;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 10px;
      right: 50px;
      cursor: pointer; }
  section.galerie-photo li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* @group Over */
    /* @group Description */
    /* @end *
    /* @end */ }
    section.galerie-photo li:hover .overLayer {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      opacity: 0.6;
      display: block;
      background: gray; }
    section.galerie-photo li:hover .infoLayer {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      opacity: 1;
      display: block; }
    section.galerie-photo li a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 6; }
      section.galerie-photo li a.spinner {
        background-size: 100%;
        background-image: url("../img/effects/spinner.gif");
        width: 50px;
        height: 50px;
        position: absolute;
        left: 95px;
        top: 60px; }
    section.galerie-photo li img {
      border: none;
      margin: 10px 10px 0 0; }
    section.galerie-photo li .overLayer,
    section.galerie-photo li .infoLayer {
      -webkit-transition: opacity 0.3s linear;
      -moz-transition: opacity 0.3s linear;
      -ms-transition: opacity 0.3s linear;
      -o-transition: opacity 0.3s linear;
      transition: opacity 0.3s linear;
      width: 225px;
      height: 150px;
      position: absolute;
      text-align: center;
      opacity: 0;
      top: 10px;
      left: 0;
      z-index: 4;
      /* @end */ }
      section.galerie-photo li .overLayer ul,
      section.galerie-photo li .infoLayer ul {
        padding: 50px 0 0 0; }
        section.galerie-photo li .overLayer ul li,
        section.galerie-photo li .infoLayer ul li {
          display: block;
          margin: 0 auto;
          width: 200px;
          padding: 0 0 5px 0; }
          section.galerie-photo li .overLayer ul li:first-child,
          section.galerie-photo li .infoLayer ul li:first-child {
            border-bottom: 2px white solid; }
          section.galerie-photo li .overLayer ul li:last-child,
          section.galerie-photo li .infoLayer ul li:last-child {
            padding: 5px 0 0 0;
            text-transform: lowercase; }
          section.galerie-photo li .overLayer ul li h2,
          section.galerie-photo li .infoLayer ul li h2 {
            font-size: 25px; }
    section.galerie-photo li .projectInfo {
      display: none; }

/* end */
