﻿.project-item {
  text-decoration: none;
  display: inline-block;
  width: 450px;
  background: #57737f;
  border: solid 1px #ffffff;
  border-radius: 5px;
  margin: 0 20px 20px 0;
  color: #ffffff;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 135px;
  font-size: 13px;
  vertical-align: top;
}
.project-item [class^="icon-"]:before,
.project-item [class*=" icon-"]:before {
  padding-right: 10px;
}
.project-item h2 {
  white-space: pre;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 22px;
}
.project-item .project-stat {
  display: inline-block;
  position: relative;
  height: 21px;
  width: 74px;
}
.project-item .project-stat li {
  min-height: 1px;
  width: 5px;
  background: #ffbaba;
  display: inline-block;
  vertical-align: bottom;
}
.add-project:after {
  content: 'q';
  font-family: "bugcentre" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #dff2bf;
  font-size: 110px;
  position: absolute;
  right: 8px;
  top: 8px;
  opacity: 0.5;
}
