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




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

.grid {
  width: 100%;
}

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

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

.portfolio-item {
  position: relative;
  float: left;
  width: 270px;
  height: 270px;
  margin: 5px;
  padding: 10px;
}

.apparel-item {
	height: 330px !important;
}

.service-item {
  position: relative;
  float: left;
  width: 250px;
  height: 250px;
  margin: 5px;
  padding: 10px;
}