@import url(http://fonts.googleapis.com/css?family=Arvo);
/**
*** least.
*** Author: Kamil Czujowski, Sergej Müller
*** Version: 1.5
*** Made with ♥ - Copyright (c) 2013 Hamburg, Germany - All rights reserved.
*** https://twitter.com/kamilczujowski, http://wpcoder.de
**/
/* @group Mixins */
/* @end */
/* @group Colors */
/* @end */
/* @group Default */


/* @end */
/* @group Gallery */
section#gallery-wrap {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  text-align: center;
  padding: 30px 0;
  margin: 10px 0 30px 0;
  /* @group Fullimage */
  /* @end */
  /* @group Smallimages */ }
  section#gallery-wrap #fullPreview {
    background-color: #0075bc;
    padding: 50px 0 30px 0;
    display: none; }
    section#gallery-wrap #fullPreview img,
    section#gallery-wrap #fullPreview .fullCaption {
      max-width: 960px;
      width: 100%;
      margin: 0 auto;
      display: block; }
    section#gallery-wrap #fullPreview .fullCaption {
      font-size: 13px;
      line-height: 15px;
      font-weight: 300;
      color: white;
      margin: 15px auto 0 auto; }
    section#gallery-wrap #fullPreview figure {
      background-image: url("../img/effects/close.png");
      background-size: 100%;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 10px;
      right: 20px;
      cursor: pointer; 
      opacity: 0.7;
    }
    section#gallery-wrap #fullPreview figure:hover {
      opacity: 1;
    }
  section#gallery-wrap li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* @group Over */
    /* @group Description */
    /* @end *
    /* @end */ }
    section#gallery-wrap 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: #09324a; }
    section#gallery-wrap 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#gallery-wrap li a {
      display: block;
      width: 240px;
      height: 150px;
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 6; }
      section#gallery-wrap li a.spinner {
        background-size: 100%;
        background-image: url("../img/effects/spinner.gif");
        width: 50px;
        height: 50px;
        position: absolute;
        left: 95px;
        top: 60px; }
    section#gallery-wrap li img {
      border: none;
      margin: 10px 10px 0 0; }
    section#gallery-wrap li .overLayer,
    section#gallery-wrap 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: 240px;
      height: 150px;
      line-height: 150px;
      position: absolute;
      text-align: center;
      opacity: 0;
      top: 10px;
      left: 0;
      font-size: 14px; 
      z-index: 4;
      color: #fff;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      /* @end */ }
    section#gallery-wrap li .projectInfo {
      display: none; }

/* end */
