@import url(//fonts.googleapis.com/css?family=Arvo);
/**
*** least.
*** Author: Kamil Czujowski, Sergej Müller
*** Version: 1.3
*** 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 */
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0; }

ul { list-style: none; }


/* @end */
/* @group Gallery */
#recent-work {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  text-align: center;
  background-color: #333;
  /* @group Fullimage */
  /* @end */
  /* @group Smallimages */ }
  #recent-work #fullPreview {
	width: 960px;
	margin: 0 auto;
    background-color: #333;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    padding: 50px 0 30px 0;
    display: none; }
	#recent-work #fullPreview img{
		float: left;
	}
    #recent-work #fullPreview img,
    #recent-work #fullPreview .fullCaption {
      width: 50%;
      display: block;
 }
	#recent-work #fullPreview .fullCaption {
		font-size: 15px;
		line-height: 1.5;
		font-weight: 300;
		text-align: left;
		color: #fff;
		margin: 50px 30px;
		float: left;
		width: 40%;
	  }
    #recent-work #fullPreview figure {
      background-image: url("images/close.png");
      background-size: 100%;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 10px;
      right: 20px;
      cursor: pointer; }
  #recent-work li {
    display: inline-block;
    vertical-align: top;
    position: relative;
	
    /* @group Over */
    /* @group Description */
    /* @end *
    /* @end */ }
    #recent-work 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; }
    #recent-work 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; }
    #recent-work li a {
      display: block;
      width: 240px;
      height: 150px;
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 6; }
    #recent-work li img {
      border: none;
      margin: 10px 10px 0 0; }
    #recent-work li .overLayer,
    #recent-work 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;
      position: absolute !important;
      text-align: center;
      opacity: 0;
      top: 10px;
      left: 0;
      z-index: 4;
      /* @end */ }
      #recent-work li .overLayer ul,
      #recent-work li .infoLayer ul {
        padding: 50px 0 0 0; }
        #recent-work li .overLayer ul li,
        #recent-work li .infoLayer ul li {
          display: block;
          margin: 0 auto;
          width: 200px;
          padding: 0 0 5px 0; }
          #recent-work li .overLayer ul li:first-child,
          #recent-work li .infoLayer ul li:first-child {
            border-bottom: 2px white solid; }
          #recent-work li .overLayer ul li:last-child,
          #recent-work li .infoLayer ul li:last-child {
            padding: 5px 0 0 0;
            text-transform: lowercase; }
          #recent-work li .overLayer ul li h2,
          #recent-work li .infoLayer ul li h2 {
            font-size: 25px;
			color: #fff;
			text-transform: uppercase;
			}
		#recent-work li .infoLayer ul li{ color: #fff; }
    #recent-work li .projectInfo {
      display: none; }

/* end */