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

#isotope-options {
  background: none;
  border-top: 1px solid rgba(234, 234, 234, 1);
  border-bottom: 1px solid rgba(234, 234, 234, 1);
  font-size: 0.9em;
  margin-bottom: 40px;
}
#isotope-options ul, #isotope-options ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#isotope-options ul li {
  display: inline;
  float: left;
  margin-right: 2em;
}
#isotope-options ul li a {
  padding: 10px 0;
  display: block;
}

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

#isotope-container {
  margin: 0 -10px;
}
.isotope-element {
  float: left;
  width: 220px;
  height: 150;
  margin: 10px;
  background: none;
}
.isotope-element img {
  width: auto;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
.view-three-column .isotope-element {
  width: 300px;
  height: 220px;
}
.view-two-column .isotope-element {
  width: 460px;
  height: 300px;
}
.view-two-column-style2 .isotope-element {
  width: 460px;
  height: 470px;
  margin-bottom: 20px;
}
.view-one-column .isotope-element {
  width: 100%;
  height: 300px;
  padding: 0;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(234, 234, 234, 1);
}
.view-one-column .isotope-element .image {
  width: 460px;
  float: left;
  overflow: hidden;
  margin-right: 40px;
}
.view-two-column-style2 .isotope-element .image {
  margin-bottom: 10px;
}
