/* ---- grid ---- */

.grid {
  background: #DDD;
}

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

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

/* 5 columns, percentage width */
.grid-item1,
.grid-sizer {
  width: 304px;

}

.grid-item {
  float: left;
  height: 250px;
  background: #0D8;
  border: 0px solid #333;
  border-color: hsla(0, 0%, 0%, 0.7);
}

.grid-item--width2 { width: 750px; margin: 0px; padding: 0px;  }
.grid-item--width3 { width: 446px; margin: 0px; padding: 0px;  }
.grid-item--height2 { height: 500px; }


.r-item-content {
  height: 304px;
  width: 304px;
 
}

/*.r-item-content--height2 { height: 700px; }
*/

