.blog-list.container-fluid {
	padding-right: 0;
	padding-left: 0;
}
.blog-list .item.col {
	margin-bottom: 10px;
}
.blog-list .image {
	border: 1px solid #d2d2d2;
	margin: 0 0 10px;
}
.blog-list img {
	width: 100%;
	height: auto;
}
.blog-list .item-wrap {
	background: #ececec;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin: 0;
	border: none;
	position: relative;
}
.blog-list .date {
	display: none;
	font-size: 12px;
	color: #999;
}
.blog-list .description {
	margin: 10px 0;
	height: auto;
}
.blog-list .title {
	font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	display: block;
}
.blog-list .text {
	font-size: 12px;
	line-height: 1.2;
}
.blog-list .readmore {
	font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	border-bottom: 1px dashed #212121;
	line-height: 1;
}