.w_news_title{
	color: #164294;
	font-family: Share-Regular, Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	margin-top: 50px !important;
}
.col_w_news_title a{
	color: #164294;
	font-family: Share-Regular, Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-size: 20px;
}
.col_w_news_title a:hover{
	color: #941616;
}
.col_w_news_date{
	float: left;
	margin-left: 10px;
}
.col_w_news_text{
	color: #000000;
	font-family: OpenSans, Arial, Helvetica, sans-serif !important;
	font-size: 14px !important;
}
.col_w_news_link_button{
	background-color: #eaeaea !important;
	color: #696969 !important;
	-webkit-transition: 0s background-color linear !important;
	transition: 0s background-color linear !important;
	text-align: center;
	padding: 0 15px !important;
	width: calc( 100% - 20px );
	margin-right: 10px;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 12px;
}
.col_w_news_link_button img{
	display: none;
}
.col_w_news_link_button:hover, .col_w_news_link_button:focus, .col_w_news_link_button:visited{
	background-color: #eaeaea !important;
	color: #696969 !important;
}
@media (min-width: 1200px){
	.col-sm-8 .w_col_3 .col_w_news_content_wrapper, .col-sm-9 .w_col_3 .col_w_news_content_wrapper, .col-md-8 .w_col_3 .col_w_news_content_wrapper, .col-md-9 .w_col_3 .col_w_news_content_wrapper{
		min-height: 190px;
	}
}
@media (max-width: 1199px) and (min-width: 768px){
	.w_col_3 .col_w_news_content_wrapper{
		min-height: 190px;
	}
}

.col_w_news_link_image img{
	height: auto;
	width: 100%;
	position: relative;
	margin-bottom: 0 !important;
}

.col_w_news_link_image{
	min-height: auto;
}