/* BLOCK VIEW (block.html.twig) */
.mx_news_block_item {
	width: 100%;
}

.mx_news_block_item:last-child {
	border-bottom: 0;
}

.mx_news_block_content a.button {
	color:#FFFFFF;
	border-color:#FFFFFF;
	margin-top:15px;
}

.mx_news_block_image {
	float: left;
	width:48.5%;
	max-height:300px;
	margin-right: 1.5%;
	margin-bottom:25px;
	background-size:cover;
	background-position:center center;
}

.mx_news_block_image a {
	display:block;
}

.mx_news_block_content {
	text-align:center;
	position:relative;
}

.mx_news_block_content.equal {
    float: left;
	width:48.5%;
	margin-left:1.5%;
	min-height:300px;
}

.mx_news_block_content .align {
 position:absolute;
  top: 50%;
 -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left:0;
    padding:30px 50px 30px 50px;
}

@media screen and (max-width: 750px) {
	
	.mx_news_block_image {
	width:100%;
	margin-right: 0;
	height:65vw;
}

.mx_news_block_content.equal {
	width:100%;
	margin-left:0;
	min-height:0;
}

.mx_news_block_content .align {
 position:relative;
  top: inherit;
    left:inherit;
     -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    padding:30px 25px 75px 25px;
}

}

/* CATEGORY VIEW (category.html.twig) */
.mx_news_category_item {
	float: left;
width: 31.3%;
height: auto;
margin: 0 3% 30px 0;
}

.mx_news_category_item:nth-of-type(3n) {
	margin-right: 0;
}

.mx_news_category_item h3,
.mx_news_category_item p {
	margin: 0;
	padding: 0;
}

.mx_news_category_item p {
	padding-top:15px;
}

.mx_news_category_image img {
	display: block;
	margin-bottom:10px;
}

.mx_news_category_content em {
font-size:12px;
color:#666666;
}

.mx_news_category_content {

}

@media screen and (max-width: 1023px) {

.mx_news_category_item, .mx_news_category_item:nth-of-type(3n) {
    width: 48.5%;
    margin: 0 3% 30px 0;
}

}

@media screen and (max-width: 600px) {
.mx_news_category_item, .mx_news_category_item:nth-of-type(3n), .mx_news_category_item:nth-of-type(2n) {
    width: 100%;
    margin: 0 0 30px 0;
}
}

/* ITEM VIEW (item.html.twig) */
#mx_news_item .addthis_toolbox {
	margin: 10px 0 10px -2px;
}

.mx_news_item_main_image {
	float: left;
	margin: 0 20px 0 0;
	max-width:400px;
}

.mx_news_item_main_image img {
	display: table;
	float: left;
	margin: 0 10px 10px 0;
}

.mx_news_item_images {
	padding-top:20px;
}

.mx_news_item_image  {
	display: block;
	width: 25%;
margin-right:2%;
	float: left;
}

.mx_news_item_image img {
width:100%;
height:auto;
display:block;
}