.news-list-wrap.container {
    max-width: 1200px;
    width: 100%;
}
.news-list-wrap .btn-imetria {
	color: rgb( 83, 83, 83 );
	border: 1px solid rgb( 83, 83, 83 );
}
.news-list-wrap .btn-imetria:hover {
	color: black;
}
.news-list-new {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 35px;
}
.news-item-new:nth-child(n + 5) {
	margin-top: 25px;
}
.news-item-new {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    width: 23%;
    height: 220px;
    display: flex;
    -ms-align-items: flex-end;
    align-items: flex-end;
}
.news-item-new:hover .news-title {
	text-decoration: underline;
}
.news-item-new:hover .news-wrap {
	background-color: rgba(0,0,0,.75);
}
.news-wrap {
	background-color: rgba(0,0,0,.4);
	transition: background-color 300ms ease-in-out;
	padding: 10px 20px;
	width: 100%;
}
.news-title {
	font-size: 23px;
	font-family: "PlumbCondensed";
	color: rgb( 255, 255, 255 );
	font-weight: bold;
	line-height: 1;
	text-align: left;
	text-shadow: 0.6px 0.8px 0px rgba( 0, 0, 0, .75 );
}
.news-info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-size: 12px;
	font-family: "Trebuchet MS";
	color: rgb( 255, 255, 255 );
	line-height: 1;
	margin-top: 5px;
}
.news-info span {
	display: inline-block;
	margin: 0 10px;
	background-color: rgba( 255, 255, 255, 0.5 );
	width: 1px;
	height: 17px;
}