/*NEWS-ITEM*/


.blog-featured {
	font-size: 0;
}

.itemImageBlock:empty {
	display: none;
}

.news-item {
	height: 321px;
	position: relative;
	cursor: pointer;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	overflow: hidden;
	margin-bottom: 16px;
}

.news-item:hover {
	opacity: 1;
}

.news-item:nth-of-type(3) {
	width: 100%;
	height: 289px;
}

.news-item--article-news:nth-of-type(3) {
	width: 100%;
	height: 321px;
}

.news-item__date {
	background-color: #1b9cf8;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 0;
	line-height: 28px;
	padding: 0 25px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	z-index: 15;
}

.news-item__content-wrap {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 12px;
	z-index: 10;
	background: rgba(0, 0, 0, 0.7);
	transition: .5s;
	transition-timing-function: cubic-bezier(.67,.16,.44,.97);
}

.news-item__title {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.news-item__text {
	color: #ffffff;
	font-weight: 400;
	transition: .3s;
	font-size: 13px;
}

.newsflash {
	font-size: 0;
}

@media screen and (min-width: 768px) {

	.news-item__title {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.news-item {
		margin-bottom: 0;
		display: inline-block;
		width: 50%;
	}

	.news-item--article-news:nth-of-type(3) {
		width: 50%;
	}

}

@media screen and (min-width: 1024px) {

	.news-item__text {
		opacity: 0;
	}

	.news-item__content-wrap {
		height: 38%;
	}

	.news-item:hover .news-item__content-wrap {
		height: 100%;
		padding-top: 80px;
	}

	.news-item:hover .news-item__text {
		opacity: 1;
	}

}

@media screen and (min-width: 1150px) {

	.news-item__content-wrap {
		height: 25%;
	}

}