.newsCategory{
	margin-bottom: 25px;
}
.newsCatItem{
	height: 0;
	padding-top: 100%;
	cursor: pointer;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.newsCatItemInner{
	position: relative;
}
.newsCatItemInner.active:after{
	content: '';
	height: 50px;
	width: 50px;
	background: #eee;
	transform: rotate(45deg);
	position: absolute;
	z-index: 1;
	bottom: -25px;
	left: 50%;
	margin-left: -25px;
	background-color: inherit;
}
img{
	max-width: 100%;
}
.newsTitle{
	padding-top: 25px;
	font-weight: bold;
}
.newsLinks{
	display: flex;
	margin: 0 -10px;
}
.newsLinkItem{
	/*text-decoration: underline !important;*/
	padding: 0 10px;
}
.competences{
	height: 100%;
	box-shadow: 4px 4px 25px -4px rgba(20,20,20,.4);
	padding: 12px;
	color: #555;
	font-size: 18px;
	line-height: 22px;
}

.openDetailWrap{
	display: flex;
	width: 100%;
	justify-content: flex-end;
}
.openDetail{
	height: 43px;
	width: 43px;
	position: relative;
	cursor: pointer;
}
.openDetail:before, .openDetail:after{
	content: '';
	height: 1px;
	width: 25px;
	background: #333;
	position: absolute;
	transition: all 250ms;
}
.openDetail:before{
	transform: rotate(45deg);
	top: 20px;
	left: 0;
}
.openDetail:after{
	transform: rotate(-45deg);
	top: 20px;
	left: auto;
	right: 0;
}

.open.openDetail:before{
	transform: rotate(-45deg);
	top: 20px;
	left: 0;
}
.open.openDetail:after{
	transform: rotate(45deg);
	top: 20px;
	left: auto;
	right: 0;
}
#newsWrap p{
	color: #888;
}
#newsWrap .competences a{
	line-height: 22px;
	font-size: 18px;
	display: block;
	color: #888;
}

#newsWrap .row{
	display: flex;
	flex-wrap: wrap;
}
.newsCategory .row{
	margin: 0 -2px;
}
.newsCategory .column{
	padding-left: 2px;
	padding-right: 2px;
}

.newsItem{
	margin-bottom: 35px;
}
.competences{
	display: none;
}

@media (min-width: 992px) {
	.newsCategory .row{
		margin: 0 -10px;
	}
	.newsCategory .column{
		padding-left: 10px;
		padding-right: 10px;
	}
	.competences{
		display: block;
	}
	.col-md-dyn-1{
		width: 20%;
		flex: 20%;
		flex-grow: 1;
	}
	.col-md-dyn-4{
		width: 80%;
		flex: 80%;
		flex-grow: 1;
	}
}
