/* Clearfix */
/* Grayscale */
/* Animation */
/* Cross browser opacity */
/* Cross browser opacity */
/* Fonts */
/* Colors */
/* Grid */
/*
 * After Bourbon 4.3.4
 */
.labels .decor {
  position: relative;
  height: 34px;
  text-align: center;
  margin-bottom: 15px; }

.labels .decor .line {
  position: absolute;
  top: 50%;
  left: 0;
  background: #e5e5e5;
  width: 100%;
  height: 1px; }

.labels .decor .item-center {
  background: white url(../../static/img/label.png) center center no-repeat;
  width: 100px;
  height: 34px;
  display: inline-block;
  position: relative; }

.labels .tags {
  font-size: 16px;
  padding-bottom: 20px; }

.labels .tags ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.labels .tags ul li {
  display: block;
  float: left; }

.labels .tags ul li a {
  background: #fafafa;
  color: #767575;
  height: 34px;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 5px;
  display: block;
  margin-right: 10px;
  transition: all 0.5s; }

.labels .tags ul li a:hover {
  background: #767575;
  color: #fafafa;
  text-decoration: none; }
