/* BLOCK VIEW (block.html.twig) */
.mx_news_block {
margin-bottom:25px;
}

.mx_news_block_item a {
	color:#444444;
}

.mx_news_block_item h3,
.mx_news_block_item p {
	margin: 0;
	padding: 0;
}

.mx_news_block_image img {
	display: table;
}

.mx_news_block_image {
	float: left;
	display: table;
	margin-right: 10px;
}

.mx_news_block_content {
	display: table;
}

/* CATEGORY VIEW (category.html.twig) */
.mx_news_category_item {
	width: 100%;
}

.mx_news_category_item p:last-child {
	margin: 0;
	padding: 0;
}

.mx_news_category_item em {
	color:#999999;
	font-size:14px;
}

.mx_news_category_image {
	float: left;
	width:50%;
	background-size:cover;
	background-position: center center;
}

.mx_news_category_item:nth-of-type(even) .mx_news_category_image,.mx_news_category_item:nth-of-type(even) .mx_news_category_content {
	float:right;
}

.mx_news_category_content {
	float:left;
	width:50%;
	padding:45px;
}

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

.mx_news_category_content {
	padding:30px;
}	
	
}

@media screen and (max-width: 750px) {

.mx_news_category_content {
	width:100%;
	padding:25px 0;
}

.mx_news_category_image {
	width:100%;
}

}

/* ITEM VIEW (item.html.twig) */
#mx_news_item .addthis_toolbox {
	margin: 0 0 10px 10px;
	float:right;
}

.mx_news_item_main_image {
	width:100%;
	margin-bottom: 10px;
}

.mx_news_item_main_image img {
	width:100%;
	height:auto;
}

.mx_news_item_image {
	float: left;
	width:32%;
	margin:0 2% 6px 0;
}

.mx_news_item_image:nth-of-type(3n) {
margin-right:0;
}

.mx_news_item_image a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.mx_news_item_image img {
width:100%;
height:auto;
}