.label_news {
    position: absolute;
    bottom: 250px;
    right: 10px;
    width: 225px;
    line-height: 1.3;
    opacity: .7;
	z-index: 999;
}

.label_news a {
    color: #000;
}

.label_news .item_label_news {
    background: #fff;
    margin-bottom: 10px;
    padding: 14px 18px;
    font-size: 13px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.item_label_news:hover {
    color: #000;
}

a.item_label_news.color_link {
    background: #ff4c42;
    color: #fff;
}

@media (max-width:700px) {
	.label_news {
		display: none;
	}
}