/** {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}*/

/* ---- button ---- */

.button {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 25px;
  background: #FFF;
  color: #222;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight:300;
  cursor: pointer;
  border:none;
  box-shadow:none;
}

.button:hover {
  background-color: #FFF;
  border-bottom:2px solid #C00;
}

.button:active,
.button.is-checked {
  border-bottom:2px solid #C00;
}

.button.is-checked {
  color: #C00;
}

.button:active {
  box-shadow: none;
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 5px;
}

/*.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }*/

/* ---- isotope ---- */

.facgrid {
  border: none;
}

/* clear fix */
.facgrid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
  position: relative;
  float: left;
}