/* ==========================================================================
   Gallery Section
   ========================================================================== */

.gallery {
  display: inline-block;
  width: 100%;
  margin-top: 70px;
  padding-bottom: 50px;
  background: #fff;
}

.gallery h2{
  padding-top: 10px;
  padding-bottom: 20px;
}

.gallery ul {
  display: block;
  list-style-type: none;
}

.gallery ul li a {
  text-decoration: none;
}

.gallery ul li a:focus {
  outline: 0;
}

.gallery #grid { 
   margin-top: 60px;
}

#grid-controls-wrapper{
    text-align: center;
    float:none;
    width:100%;
}

#grid .overlay{
    width: 50%;
    height: 320px;
    position:absolute;
    opacity:0;

}

#grid .overlay:hover{
     opacity:.8;
}

#grid .overlay i{
    font-size: 2em;
    opacity: 1;
    color: #fff;
    padding-top: 30%;
}

   
    
