/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
.thumbs .box {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .thumbs .box.side > .row,
.thumbs .box.side .bgcover {
    height: 100%;
  }
}
.thumbs .box.alt {
  background: #f1f1f1;
}
.thumbs .bgcover {
  min-height: 250px;
}
.thumbs .content {
  padding: 20px;
}
@media (min-width: 1200px) {
  .thumbs .content {
    padding: 40px;
  }
}
.thumbs .content p:last-child {
  margin-bottom: 0;
}
.thumbs .buttons {
  background: #fff;
  margin-top: auto;
  padding: 20px;
}
@media (min-width: 1200px) {
  .thumbs .buttons {
    padding: 20px 40px;
  }
}
.thumbs .list-inline.filters li {
  vertical-align: middle;
}
.thumbs .list-inline.filters li p {
  margin-bottom: 0;
}

/*# sourceMappingURL=thumbs.css.map */