.news_box_wrapper li {
	width: 50%;
	float: left;
}
.nb-post-home {
	display: inline-block;
}

.nb-post-image {
	float: left;
	width: 45%;
}
.nb-post-details {
	float: left;
	width: calc(55% - 15px);
	padding-left: 15px;
}

.nb-inner {
	padding: 15px;
	display: inline-block;
}
.nb-inner img {
	width: 100%;
	height: auto;
}
.post-bot, .news_types {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-moz-align-items: center;
	align-items: center;
	-ms-flex-pack: start;
	-moz-justify-content: flex-start;
	justify-content: flex-start;
}
.post-bot {
	padding: 10px 0;
}
.post-bot .post-date, .news_types .nb-cat {
	font-size: 12px;
	line-height: 1em;
	color: #656565;
	text-transform: uppercase;
}
.post-bot > :first-child, .news_types > :first-child {
	margin-left: 0;
}
.post-bot > :last-child, .news_types > :last-child {
	margin-left: auto;
}
.nb-title {
	display: block;
	padding: 10px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #A4A4A4;
}
.nb-content {
	padding: 15px 0;
}




