/* reviews */

.news_main {
	font-family: Roboto, sans-serif !important;
	color: #616161;
}

.news_main .news_title {
    font-size: 18px;
    line-height: 20px;
    /*margin-top: 24px;
    margin-left: 1rem;
    margin-right: 1rem;*/
    margin: 24px 16px 16px 16px;
    font-weight: bold;
}

.news_main .news_title a {	text-decoration: none;}

.news_main .rent_gradient {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    height: 40% !important;
}
.news_main .end_text_arrow {
    color: #9E9E9E;
    display: inline-block;
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    margin-left: 4px;
    font-family:nedoma;
}

.news_head {
    padding: 0;
}
.news_head.noimage{
    background-color: #fafafa;
    margin: 4px 0;
}

.news_head.noimage .news_image {
    height: 40px;
    margin-bottom: -16px;
    background-color: #fafafa;
}

.news_head.noimage .news_image .news_image_count {
    display: none;
}

.news_head.noimage .news_image .rent_gradient {
    background: none !important;
}

.news_head.noimage .news_image .rent_gradient .action_block {
    color: #757575;
}

.news_text {
    padding: 0 16px;
    font-weight: 300;
    /*padding-top: 4px;*/
    overflow: hidden;
    text-overflow: ellipsis;
        font-size: 14px;
}

.news_main .news_image {
    height: 240px;
    background-position: center;
    position: relative;
    background-size: cover;
    filter: saturate(1.25); /* slow scroll on iOS 10+*/
    -webkit-filter: saturate(1.25); /* slow scroll on iOS*/
    /*-webkit-animation-name: FadeInImg;
    -webkit-animation-duration: 0.25s;
    animation-duration: 0.25s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;*/
}

.news_icons_flex {
/*    padding-top: 16px;*/
    position: relative;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.rent_block .news_icons_flex:last-child {
    margin: 8px;
    font-weight: 500;
    padding: 0;
    height: 48px;
    line-height: 48px;
    text-align: right;
}

.news_thumbs_container {
    color: #90a4ae;
    font-weight: 300;
    cursor: pointer;
    line-height: 32px;
    height: 48px;
    white-space: nowrap;
    padding: 8px 0;
    display: inline-block;
    text-align: center;
}

.news_thumbs_container:hover {	color: #607D8B;}

.news_thumbs_container.active {
    color: #4CAF50;
}

.news_thumbs_container.fill{
    color: #FF5722;
}

.news_thumbs_container span {
    font-size: 16px;
    font-weight: 300;
    margin-left: -4px;
    margin-right: 16px;
    display: inline-block;
}

.news_thumbs_button {
    width: 48px;
    text-align: center;
    font-family: nedoma;
    font-size: 20px;
    display: inline-block;
}

.news_thumbs_button.like_hollow:before {
    content: "\e879";
    display: inline-block;
}

.news_thumbs_button.like::before {
    content: "\e877";
    display: inline-block;
}

.news_thumbs_button.reviews::before {
    content: "\e883";
    display: inline-block;
    font-size: 24px;
    transform: translateY(2px);
    -webkit-transform: translateY(2px);
}

.fill.news_thumbs_button.reviews::before {
    content: "\e882";
    display: inline-block;
    font-size: 24px;
}

.news_icons_flex .news_thumbs_container:nth-child(3) > div {
    margin-top: -2px;
}

#events .news_date, #feed .news_date {
    margin-bottom: 16px;
    line-height: 22px;
}

#events .news_date span, #feed .news_date span {
    font-family:nedoma;
    margin-right: 14px;
}

.feed_list{
    background: transparent;
    will-change: scroll-position;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

#feed .embed_video {
    height: calc((100vw - 48px) * 0.5625);
}

@media (min-width: 680px) {
    .feed_list {
        max-width:680px;
        margin: 0 auto 8px
    }
    #feed .news_image {
        height: 240px;
    }
    #feed .discount_head, #feed .discount_image, #feed .reviews_image {
        height: 240px;
    }
    #feed .embed_video {
        height: 356px;
    }
}

