/* BLOCK VIEW (block.html.twig) */
.mx_news_block_item {
	display: table;
	width:31%;
	    margin-right: 5%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	float:left;
}

.mx_news_block_item:last-child {
	border-bottom: 0;
}

.mx_news_block_item h3 {
	margin: 0;
	padding: 0;
	font-size:16px;
	font-weight:bold;
}

.mx_news_block_item p {
	margin: 0;
	padding: 0;
}


.mx_news_block_content p a:hover{
	display:block;
	padding:10px;
	background-color:#fff;
	color:#333;
	border:solid 1px #fdc800;
	 padding-left:25px;
	 text-decoration:none;

}
.mx_news_block_content p a{
	padding:10px;
	color:#333;
	border:solid 1px #333;
	background-color:#fff;
	display:block;
	float:right;
	margin-top:25px;
	margin-bottom: 25px;
    bottom: 0;
    padding-left:35px;
    	 text-decoration:none;
   

	
}

.mx_news_block_image img {
	display: none;
}

.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 {
	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_content p a:hover{
	display:block;
	padding:10px;
	background-color:#fff;
	color:#333;
	border:solid 1px #fdc800;
	 padding-left:25px;
	 text-decoration:none;

}
.mx_news_category_content p a{
	padding:10px;
	color:#333;
	border:solid 1px #333;
	background-color:#fff;
	display:block;
	float:right;
	margin-top:25px;
	margin-bottom: 25px;
    bottom: 0;
    padding-left:35px;
    	 text-decoration:none;
   

	
}



.mx_news_category_image img {
	display: table;
}

.mx_news_category_image {
	float: left;
	display: table;
	margin-right: 10px;
}

.mx_news_category_content {
	display: table;
}

/* 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 {
	border: 1px #DDD solid;
	display: table;
	padding: 5px;
	float: left;
	margin: 0 10px 10px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.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;
}


@media only screen and (min-width: 568px) and (max-width: 999px) {
	
	.mx_news_block_item {
    display: table;
    width: 44% !important;
     margin-right: 6% !important;
}
}
@media only screen and (min-width:250px) and (max-width: 567px) {
	
	.mx_news_block_item {
    display: table;
    width: 100% !important;
       float:none;
}
}
