/* BLOCK VIEW (block.html.twig) */
.mx_news_block_item {
	display: table;
	width: 100%;
	padding-bottom: 30px;
	margin-bottom: 35px;
	border-bottom: solid 2px #00b0e1;
}

.mx_news_block_item:last-child {
	border-bottom: 0;
}

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

.mx_news_block_item p {
font-size:18px;
}

.mx_news_block_image {
float:left;	
width:100%;
height:auto;
margin-bottom: 10px;
display: table;
border: solid 2px #A1A1A1;
overflow:hidden;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
}

.mx_news_block_image img {
	display:block;
 -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mx_news_block_item:hover .mx_news_block_image img{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  filter: none !important;
}


.mx_news_block_content {
	display: table;
}

@media screen and (max-width: 1023px) {
	
	.mx_news_block_image  {
    width:50%;
    margin-right:25px;
    }
    
}

@media screen and (max-width: 600px) {
	
	.mx_news_block_image {
	margin-right: 0;
    width:100%;
	}
}

/* CATEGORY VIEW (category.html.twig) */
.mx_news_category_item {
	display: table;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px #DDD solid;
}

.mx_news_category_item:last-child {
	border-bottom: 0;
}

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

.mx_news_category_item em {
	font-size:18px;
}

.mx_news_category_image {
	float: left;
	display: table;
	margin-right: 25px;
    width:30%;
	height:auto;
	border: solid 2px #A1A1A1;
overflow:hidden;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
}

.mx_news_category_image img {
display:block;
 -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mx_news_category_item:hover .mx_news_category_image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 950px) {
    
    .mx_news_category_image {
    width:45%;
    }
}

@media screen and (max-width: 600px) {
	
	.mx_news_category_image {
	margin-right: 0;
    width:100%;
	height:auto;
	}
}

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

.mx_news_item_main_image {
	float: left;
	margin: 0 10px 10px 0;
}

.mx_news_item_main_image img {
	display: table;
}

.mx_news_item_image {
	
	display: table;

	float: left;
	margin: 0 25px 10px 0;
}

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

.mx_news_item_image img {
	float: left;
	clear: both;
}

.mx_news_item_image span {
	float: left;
	clear: both;
	width: 100%;
	line-height: 1em;
	margin: 7px 0 2px;
	display: inline-block;
	text-align: center;
	overflow: hidden;
	height: 1em;
	text-overflow: ellipsis;
	white-space: nowrap;
}