#filters {
text-align: center;
margin: 0 auto;
padding: 20px;
}

.item.phoca-isotope {
  float: left;
  cursor: pointer;
  padding: 0;
}
.isotope:after {
  content: '';
  display: block;
  clear: both;
}
#filters button {
background: linear-gradient(#fff, #d6e5e5) repeat scroll 0 0 rgba(0, 0, 0, 0); 
border-radius: 3px; background-color: #d6e5e5; 
border: 1px solid #d6e5e5; 
color: #50626C; 
display: inline-block; 
font-weight: bold; font-size:13px;
padding: 10px; 
margin: 0 5px;
position: relative; 
text-shadow: 0 1px 0 #fbfbfb;
} 

.item.selected img{
  max-width: 100%;
  height: auto;
}  

.phoca-isotope .isotope_description {
    background-color: #f1f1f1;
    opacity: 0;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(100%);
    transition: all 0.20s ease-in-out 0s;
    visibility: hidden;
}

.isotope_description h3 {
    margin: 0 0 5px;
    text-transform: uppercase;
}

.isotope_description p {
    margin: 0;
}

.phoca-isotope:hover .isotope_description {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
div.phoca_overlay
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.60);
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
}

.phoca-isotope:hover div.phoca_overlay
{
    opacity: 1;
}
.isotope {
  margin: 0 auto; clear:both; 
}
