/* ---- isotope ---- */

.grid {
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.communitiesdiv {
}

/* clear fix */
.communitiesdiv:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
  width: 120px;
  height: 200px;
  margin: 2px;
  padding: 10px;
  background: #EEE;
  color: #262524;
}

.element-item:hover{
  background: #999;
  color: #FFF;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .logo {
  position: absolute;
  left: 4px;
  top: 4px;
  width: 112px;
  height: 128px;
  background: #FFFFFF;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 140px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: bold;
}

.element-item .place {
  font-size: 11px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }