* {

}

body {
  font-family: sans-serif;
}

/* ---- button ---- */

button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #323232 !important;
  text-transform: uppercase !important;
}

.button {
  display: inline-block;
  padding: 0.5em 1.0em;

 
  color: #323232;
  font-size: 16px;
  cursor: pointer;
}

.button:hover {
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: none;
}

.button.is-checked {
  color: #E3AD4A !important;
}

.button:active {
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {

}

.button-group .button:first-child {  }
.button-group .button:last-child {}

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

.isotope {
}

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

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

.element-item {
  position: relative;
  float: left;
  width: 25%;
  
  color: #262524;
}

.element-item > * {
  margin: 0;
  padding: 0;
}
img{width:100%}
.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  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 .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}


