/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

#filters li
{
display: inline;
}





/**** Isotope styles ****/

/* required for containers to inherit vertical size from window */

.element {
  float: left;
  overflow: hidden;  
  position: relative;
  line-height: 0;
}

.element img
{
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}