﻿/*preload*/
@keyframes placeHolderShimmer{
    0%{
        background-position: -468px 0
    }
    100%{
        background-position: 468px 0
    }
}
.animated-bg{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #e5e5e5), color-stop(18%, #ddd), color-stop(33%, #e5e5e5));
    background: -webkit-linear-gradient(left, #e5e5e5 8%, #ddd 18%, #e5e5e5 33%);
    background: linear-gradient(to right, #e5e5e5 8%,#ddd 18%,#e5e5e5 33%);
    -webkit-background-size: 800px 104px;
}

/*.animated-bg-light{
    -webkit-animation-duration:  1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #fff), color-stop(18%, #f5f5f5), color-stop(33%, #fff));
    background: -webkit-linear-gradient(left, #fff 8%, #f5f5f5 18%, #fff 33%);
    background: linear-gradient(to right, #fff 8%,#f5f5f5 18%,#fff 33%);
    -webkit-background-size: 800px 104px;
}*/
.animated-photo{
    height:325px !important;
}
.pre-avatar {
    width: 100%;
    height: 203px;
    background-color:#fff;
}

.pre-items-content {
    padding: 10px;
    overflow: hidden;
    height: 55px;
    box-sizing: border-box;
        border-top: #f6f6f6 1px solid;
}

.pre-review-points {
        float: left;
    margin-right: 10px;
    text-align: center;
    border-radius: 100px;
    display: block;
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
    overflow: hidden;
}
.pre-feed-user {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.preload-bar{
    height: 8px;
    float: left;
        margin-bottom: 10px;
}
.short{
    width: 30%;
}
.medium{
    width: 50%;
}
.long{
    width: 75%;
}
.full{
    width: 100%;
}
.animated-feed{
    width: 200px;
    height: 125px;
    margin-top: 0px;
}
.feed-content{
padding:10px 0;
}
.pre-hnf-time{
        position: absolute;
    left: 30px;
    top: 27px;
    width:100px;
}
.pre-hnf-owner{
        margin-top: 12px;
    margin-left: -5px;
}
.hnf-content .pre-hnf-title{
    width:100%;
}
.pre-row-item{
overflow: hidden;
    padding: 0;
    border-radius: 2px;
    border-left: none;
    background: #fff;
    width: 320px;
    float: left;
    margin: 0 19px 20px 0;
    padding:unset !important;
}
/*preload*/