
.navbar-awards {width: 100%;}
.awards-portfolio-item .thumbnail{
  position: relative;
}
.awards-portfolio-item .item-info h4{
  color:#999;
  margin-bottom: 10px;
}


.awards-tile-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: -moz-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,.65)),color-stop(100%,rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background-image: -o-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background-image: -ms-linear-gradient(top,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background-image: linear-gradient(to bottom,rgba(0,0,0,.65) 0,rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  padding: 5px;
}

.awards-tile-overlay img.user-avatar-overlay {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-left: 8px;
  margin-top: 3px;
}

.awards-tile-overlay .awards-tile {
  color: #f5f5f5;
  margin-left: 48px;
  margin-top: 5px;
  font-size: 1.4em;
  line-height: 25px;
  font-weight: 100;
}

.item-info h4{
  font-weight: 100;
  padding-left: 10px;
}
.item-info p{
  font-weight: 200;
  padding-left: 10px;
  color:#ccc;
}


.awards-title {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 200;
  color:#fff;
}

.winner-award-wrapper, .winner-product, .winner-user{
  display:none;
}

