/*
 * module based isotope.
 */

.grid {
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid-item {
  float: left;
  background: #fff none repeat scroll 0 0;  
}
/* these attributes now set in responsive.custom.css in theme.
.grid-item,
.grid-sizer {
  width: 19.2%;
}
.gutter-sizer {
  width: 1%;
}
*/

