.circular-25 {
    width: 25px;
    height: 25px;
    /*position: relative;*/
    /*left: 16px;*/
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.face{
    background-repeat:no-repeat;
    display: inline-block;
    background-size: 25px;
}
small{
  position: relative;
  left: 5px;
  top: -8px;
}
.play_video{
    position: relative;
    top: -15px;
    left: 5px;
}

.thumbnail{
    margin-bottom: 10px;
}
.thumbnail:hover{
    box-shadow: 0px 0px 5px 3px #a00000;
}
.cImg{
    width: 100%;
    position: absolute;
    top: 0;
}
.item{
    width: 100%;
    height: 500px;
}
small a:link{
    color: #999999;
    text-decoration: none;
    border-bottom: none;
}
small a:visited{
    color: #777;
    text-decoration: none;
    border-bottom: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #777;
}
small a:hover{
    color: #a00000;
    text-decoration: none;
    border-bottom: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #a00000;
}
small a:active{
    color: #999999;
    text-decoration: none;
    border-bottom: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #999999;
}