/* reviews */

.reviews_main {
	font-family: Roboto, sans-serif !important;
	color: #333333;
    font-size: 14px;
}

.reviews_head {
    padding: 0;
}


.reviews_main .reviews_head.noimage {
    /*background-color: #fafafa;*/
    margin: 4px 0;
    height: 26px;
}

.reviews_main .reviews_head.noimage .reviews_image {
    height: 40px;
    margin-bottom: -16px;
    cursor: auto;
    /*background-color: #fafafa;*/
}

.reviews_main .reviews_head.noimage .reviews_image .reviews_image_count {
    display: none;
}

.reviews_main .reviews_head.noimage .reviews_image .rent_gradient {
    background: none !important;
}

.reviews_main .reviews_head.noimage .reviews_image .rent_gradient .action_block {
    color: #757575;
}

.reviews_main .reviews_text {
    padding: 0 15px;
    font-weight: 300;
    padding-top: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 1;
    display: block;
    position: relative;
}

.reviews_main .reviews_image {
    height: 240px;
    /*height: 100%;*/
    background-position: center;
    position: relative;
    background-size: cover;
    cursor: pointer;
    /*-webkit-animation-name: FadeInImg;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
}

.reviews_main .reviews_icons_flex {
/*    padding-top: 16px;*/
    position: relative;

}

.reviews_main .reviews_icons_flex:last-child {
    margin: 8px;
    font-weight: 500;
    padding: 0;
    height: 48px;
    line-height: 48px;
    text-align: right;
}

.reviews_main .reviews_icons_norm_main {
    margin: 0 0 0 15px;
    font-family: nedoma;
    color: rgb(96, 125, 139);
    font-size: 24px;
}

.reviews_main .green:before {
    content: "\e876";
    color: #4caf50;
}

.reviews_main .grey:before {
    content: "\e874";
}

.reviews_main .red:before {
    content: "\e875";
    color: #ef5350;
}

.reviews_main .rent_gradient {
    border-radius: 0;
    height: 20%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.reviews_main .rating_num {
    vertical-align: baseline;
}

.reviews_main .reviews_specs {
        z-index: 1;
    display: block;
    position: relative;
}

.reviews_main .reviews_specs ul {
    list-style: none;
    padding-left: 15px;
    margin: 8px 0;
}

.reviews_main .reviews_specs ul li {
    padding-right: 4px;
    white-space: nowrap;
    display: inline-block;
}

.reviews_main .reviews_specs ul li span {
    font-weight: 300;
    color: #546E7A;
}

.reviews_main .reviews_specs ul b {
    margin-left: 4px;
    font-weight: 700;
    color: #263238;
}

.reviews_main .reviews_icons_flex .thumbs_container:nth-child(3) > div {
    margin-top: -2px;
}

.reviews_main .reviews_icons_flex .user_write {
    margin: 0;
    margin-left: 8px;
    padding-right: 16px;
    font-weight: bold;
    font-size: 17px;
}

.reviews_main .reviews_icons_flex .user_write span {
    font-weight: normal;
    vertical-align: baseline;
}

#reviews .no-items, #feed .no-items {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 58px;
    left: 0;
    bottom: 0;
    right: 0;
    color: #757575;
    font-size: 18px;
    z-index: 0;
}

#reviews .no-items>div, #feed .no-items>div {
    text-align: center;
    font-weight: 300;
}

#reviews .no-items>div>span, #feed .no-items>div>span {
    font-family: nedoma;
    font-size: 64px;
    font-weight: 300;
    display: block;
    margin-bottom: 8px;
}