.module_news {
    padding-top: 50px !important;
    background: #f9f9f9;
}
.module_news_header {
    padding: 80px 0 20px;
}

.module_news_header .breadcrumb { 
    margin: 0 0 40px;
}

.module_news .post-columns .post-entry {
    padding: 10px 12px 0;
    margin: 0 0 10px;
    height: 7.4rem;
    overflow: hidden;
}

.module_news .post-more {
    padding: 0 12px;
}
.module_news .post-more a {
    color: #c82c37;
    transition: opacity .3s linear;
}
.module_news .post-more a:hover {
    opacity: .8;
}
.module_news .post-columns .post {
    margin: 0 0 30px;
}

.module_newssingle {
    padding: 60px 0 0;
}

.news__head {
    background-position: center;
    background-size: cover;
    padding: 10px 0 50px;
    position: relative;
}

.news__head:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%,color-stop(0, rgba(0, 0, 0, 0.2)),color-stop(1, rgba(0, 0, 0, 0.4)));
	background-image: -webkit-linear-gradient(top,rgba(0, 0, 0, 0.2) 0%,rgba(0, 0, 0, 0.4) 100%);
	background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0.2) 0%,rgba(0, 0, 0, 0.4) 100%);
	position: absolute;
	left: 0;
	top: 0;
} 
 
.news__head .container {
	min-height: 400px;
	position: relative;
}
.news__head > * {
    position: relative;
    z-index: 50;
}

.news__head__info {
	max-width: 75%;
}
.news__head h1.module-title {
	margin: 0 0 20px;
	/*text-shadow: 1px 1px 10px rgba(0,0,0,.4);*/
	text-align: left;
    font-weight: 600;
	color: #fff;
}


.news__head__meta {
    text-align: left;
    font-size: 20px;
    color: #e6e6e6;
}
.news__head__meta span {
	margin: 0 5px 0 0;
	color: #c72b36;
}

.news__head .breadcrumb {
    background-color: rgba(245, 245, 245, 0.35);
}

.news__head .breadcrumb a {
    color: #fff;
}

.news__head .breadcrumb>.active {
    color: #fff !important;
}

.news__article {
	max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
}
.news__article img {
    margin: 0 0 1em;
}

.news__article cite {
	font-size: 1.3em;
}
.news__article a {
    color: #c72b36;
}

.news__article iframe {
    margin: 1em 0;
}

.module.module_news .row {
    display: flex;
    flex-wrap: wrap;
}

.module.module_news .row:before {
    content: none;
}

.module.module_news .row:after {
    content: '';
}


.module.module_news .row .col-md-4 {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	box-sizing: border-box;
	padding: 15px;
}

.module.module_news .post-columns .post {
    min-height: 100%;
}

.module.module_news .post-columns .post-title {
    min-height: 3.6em;
}

@media (max-width: 980px) {
	.module.module_news .post-columns .post-title {
    	min-height: auto;
	}
	.news__head .container {
    	min-height: 300px;
	}
	.news__head h1.module-title {
		margin: 0 0 15px;
		font-size: 32px;
	}
} 

@media (max-width: 800px) {
	.module.module_news .row .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.news__head__meta {
    	font-size: 18px;
	}
}