.tags {
  margin: 60px 0 10px;
  font-size: 90%;
}
.tags a {
  color: #fff;
}
.tags a:hover {
  color: #fff;
}
.tags span {
  background: rgba(0,0,0,0.8);
  color: #fff;
  padding: 3px 6px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tags span:before {
  font-family: 'FontAwesome';
  content: "\f02b";
}
.tags span:hover {
  background: #8e4523;
}
.tag-category ul.category,
.tag-category .thumbnails {
  margin: -20px;
}
.tag-category ul.category li,
.tag-category .thumbnails li {
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
}
.tag-category label {
  display: block;
}
.tag-category .filters .btn-group {
  width: 100%;
  margin-bottom: 30px;
}
.tag-category #filter-search {
  width: 100%;
  clear: both;
  padding: 20px !important;
}
.tag-category h3 a {
  margin-left: -20px !important;
  line-height: 2.3em;
  font-size: 1.1em;
}
.tag-category .tag-body {
  margin-top: 30px;
  display: block;
  padding: 0 30px;
}
.hasimage .tags {
  position: absolute;
  z-index: 10;
}