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


/*Least Responsive slidehow code provided by:
			Kamil Czujowski, Sergej Müller. Least Responsive Slideshow.js: random responsive jquery html5 and css3 gallery with lazyload.
			http://kamilczujowski.github.io/least/
			(accessed 10 October , 2014).*/

/* @group Mixins */
/* @end */
/* @group Colors */
/* @end */
/* @group Default */
* {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0; }

ul {
  list-style: none; }

h2 {
  font-family: Arvo, Arial, sans-serif;
  font-size: 30px;
  line-height: 25px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  letter-spacing: 1px; }
  
h3{
	 font-family: Arvo, Arial, sans-serif;
  font-size: 10px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #303030;
  letter-spacing: 1px;
  text-align:center;
	}

p {
  font-family: 'Montserrat', Georgia, Arial, sans-serif;
  font-size: 10px;
  line-height: 25px;
  font-weight: small;
  color: #303030; }

/* @end */
/* @group Gallery */

section p{
		text-align: left;
	}
section {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
  background-color: white;
  /* @group Fullimage */
  /* @end */
  /* @group Smallimages */ }
  section #fullPreview {
    background-color: white;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding: 0 auto;
    display: none; }
	
	 .fullCaption{
		max-width: 960px;
		width:70%;
      margin: 0 auto;
      display: block;
	 }
	 
    section #fullPreview img,
    section #fullPreview {
      max-width: 400px;
      margin: 0 auto;
      display: block; }
	  
    section #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 #fullPreview figure {
      background-image: url("../img/effects/close.png");
      background-size: 100%;
      width: 30px;
      height: 30px;
      position: absolute;
      top: 10px;
      right: 20px;
      cursor: pointer; }
	  
  section li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    /* @group Over */
    /* @group Description */
    /* @end *
    /* @end */ }
	
    section 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: #65c7bf; }
	  
    section 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 li a {
      display: block;
      width: 200px;
      height: 200px;
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 6; }
	  
      section li a.spinner {
        background-size: 100%;
        background-image: url("../img/effects/spinner.gif");
        width: 50px;
        height: 50px;
        position: absolute;
        left: 95px;
        top: 60px; }
		
    section li img {
      border: none;
      margin: 10px 10px 0 0; }
	  
    section li .overLayer,
    section 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: 200px;
      height: 200px;
      position: absolute;
      text-align: center;
      opacity: 0;
      top: 10px;
      left: 0;
      z-index: 4;
      /* @end */ }
	  
      section li .overLayer ul,
      section li .infoLayer ul {
        padding: 50px 0 0 0; }
		
        section li .overLayer ul li,
        section li .infoLayer ul li {
          display: block;
          margin: 0 auto;
          width: 150px;
          padding: 0 0 5px 0; }
		  
          section li .overLayer ul li:first-child,
          section li .infoLayer ul li:first-child {
            border-bottom: 1px white solid; }
			
          section li .overLayer ul li:last-child,
          section li .infoLayer ul li:last-child {
            padding: 5px 0 0 0;
            text-transform: lowercase; }
			
          section li .overLayer ul li h2,
          section li .infoLayer ul li h2 {
            font-size: 25px; }
			
    section li .projectInfo {
      display: none; }

/* end */


/*  GO FULL WIDTH AT LESS THAN 1200 PIXELS */

@media only screen and (max-width: 1200px) {
		 
		 section #fullPreview img {
			width: 70%;
			margin: 0 auto;
			display: block;
		 }
}

/*  GO FULL WIDTH AT LESS THAN 1200 PIXELS */
@media only screen and (max-width: 500px) {
		 
		 section #fullPreview img {
			width: 100%;
			margin: 0 auto;
			display: block;
		 }
}