/* BLOCK VIEW (block.html.twig) */
.mx_news_block_item {
	display: table;
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px #DDD solid;
}

.mx_news_block_item:last-child {
	border-bottom: 0;
}

.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;
}
/*.mx_news_block_item {
	width: 25%;
	float:left;
	position:relative;
	background-color:#000;
}


.mx_news_block_item:last-child {
	border-bottom: 0;
}
.mx_news_block_item h3 {
	margin: 0;
	padding: 0;
	color:#fff;
}
.mx_news_block_item h3 a {color:#fff;}

.mx_news_block_item h3:after {
		margin: 0 auto;
	
}
.mx_news_block_item em {color:#fff;}


.mx_news_block_item p {
	margin: 0;
	padding: 0;
	color:#fff;
	z-index: 47;
position: absolute;
}

.mx_news_block_image img {
	display : block;
	width : 100%;
	max-width : 100%;
	height : auto;
}

.mx_news_block_image {
	max-height : 330px;
	overflow : hidden;
}
.mx_news_block_image:hover {
transition: all 0.2s;
z-index: 8;
opacity:0.8;

}

.mx_news_block_content {
position : absolute;
bottom : 0;
left : 0;
width : 100%;
padding : 2%;
text-align : center;
transition : all 0.2s;
z-index : 9;
background-color : rgba(0,0,0,0.5);
}
.mx_news_block_content:hover {
background-color: rgba(0, 0, 0, 0.8);
position : absolute;
bottom : 0;
left : 0;
width : 100%;
padding : 2%;
text-align : center;
transition: all 0.2s;
z-index: 8;}*/

/* CATEGORY VIEW (category.html.twig) */


#mx_news_category {
display: flex;
align-items: stretch;
flex-wrap: wrap;
justify-content: left;
padding-bottom:40px;
	
}
#reviews .mx_pagination {
    display:none;
}
#reviews h1 {display:none;}
#reviews .mx_news_category_item h3 {
   
    color: #f2e5b2;
 
}
#reviews .mx_news_category_item {
    float: left;
    width: 43%;
    position: relative;
    /* padding-left: 120px; */
    margin-bottom: 45px;
    border: solid 1px #f2e5b2;
    border-bottom-color: rgb(96, 99, 100);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    /* padding: 45px 25px 45px 109px; */
    color: #fff;
    margin: 2px 0px 45px 7%;
    border-bottom: 1px solid #f2e5b2;
}
.mx_news_category_item {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 45px;
    border: solid 1px #606364;
    border-bottom-color: rgb(96, 99, 100);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #606364;
    margin: 0px 0px 45px 7%;
    border-bottom: 1px solid #606364;
        margin: 0px 0px 45px 12%;
}


.mx_news_category_item:last-child {

}

.mx_news_category_item h3{


font-family: 'Teko', sans-serif;
font-size: 40px;
color: #606364;
letter-spacing: 2px;
text-align: center;
}

.mx_news_category_item h3::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    margin: 5px auto 0 auto;
    background-color: #FFFFFF;
}

.mx_news_category_item p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}


.mx_news_category_content p a:hover{
background-color : #11a6ff;
color : #ffff;
border-color : #11a6ff;

}
.mx_news_category_content p a{


	
}

.mx_news_category_image img {
	-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-khtml-border-radius: 100%;
border-radius: 100%;
display: block;
max-width: 191px !important;
}
#reviews .mx_news_category_image img {
	-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-khtml-border-radius: 100%;
border-radius: 100%;
display: block;
max-width: 125px !important;
}

.mx_news_category_image {
position: absolute;
top: 50%;
left: -100px;
margin-top: -96px;
}

#reviews .mx_news_category_image {
    position: absolute;
    top: 50%;
    left: -62px;
    margin-top: -62px;
}
.mx_news_category_content {
    padding: 10px 10px 10px 117px;
}


#reviews .mx_news_category_content {
    padding: 10px 10px 10px 80px;
}

/* 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 (max-width: 767px) {
	
.mx_news_category_content {
    padding: 10px 10px 10px 10px;
}


#reviews .mx_news_category_content {
    padding: 10px 10px 10px 10px;
}
	


.mx_news_category_item h3, .mx_news_category_item p {
    margin-top: 15px;
}

.mx_news_category_image img {
       margin: 0 auto;
}
.mx_news_category_image {
      margin: 0 auto;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    width: 86%;
    display: block;
}

.mx_news_category_item {
    width: 100%;
    float: left;
    margin: 60px auto;
    float: none;
    padding: 90px 25px 0 25px;
    margin: 90px 10px 45px 10px;
}
#reviews .mx_news_category_item {
    width: 100%;
    float: left;
    margin: 60px auto;
    float: none;
    padding: 90px 25px 0 25px;
    margin: 90px 10px 45px 10px;
}
#reviews .mx_news_category_image img {
	-webkit-border-radius: 100%;
-moz-border-radius: 100%;
-khtml-border-radius: 100%;
border-radius: 100%;
display: block;
max-width: 191px !important;
}
#reviews .mx_news_category_image {
 margin: 0 auto;
    position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    width: 86%;
    display: block
}




.mx_news_category_content p a {left:0;}

}
@media only screen and (max-width: 600px) {
.mx_news_category_item {

}
.mx_news_category_content p a {left: 0;
right: 0;}



}
@media only screen and (max-width: 414px) {
.mx_news_category_item {
 

}
.mx_news_category_content p a {left: 0;
right: 0;}



}