/** {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}*/

/* ---- isotope ---- */

.isotope {
  /*background: #DDD;
  max-width: 1200px;*/
  margin:0 auto;
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .item ---- */

.item, .mini-item {
  float:right; 
  height: auto;

}
                                                                                        


.item.height2 { height: auto; }

.flex-5-col .grid-sizer,
.flex-5-col .mini-item {  width:31.3%; margin-bottom: 20px;}
/*.flex-5-col .mini-item.custom_p_1 { width:48%; }*/
.flex-5-col .gutter-sizer{ width:2%; }