.news_category{
	margin:20px;
}
.news_category ul{
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}
.news_category ul li{
	float:left;
	width: 20%;
	display: inline-block;
}
.news_category ul li:nth-child(1){
	width: 15%;
}
.news_category ul li:nth-child(2){
	width: 15%;
}
.news_category ul li:nth-child(3){
	width: 26%;
}
.news_category ul li:nth-child(4){
	width: 22%;
}
.news_category ul li:nth-child(5){
	width: 22%;
}
.news_category ul li a{
	background-color: #e0e0e0;
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    border: 1px #FFF solid;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}
.news_category ul li a:hover,
.news_category ul li.active a{
	background-color: #ff8a00;
	color:#FFF;
}		


.list_news{
	clear: both;
	margin-left:20px;
}
.news_elements{
	width: 45%;
	padding:15px;
	background-color: #e0e0e0;
	margin-bottom:20px;
	margin-right:20px;
	float:left;
}
.news_elements .photo{
	width:40%;
	float:left;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 10px #FFF solid;
}
.news_elements .photo img{
	width:100%;
	display: block;
}
.news_elements .text{
	width:50%;
	float:right;
	font-size: 12px;
}
.news_elements .text p img{
	vertical-align: middle;
	width: 12px;
	height: 12px;
}
.news_elements .text p a{
	text-decoration: underline;
	color:#000;
}
.news_elements .text p a:hover{
	text-decoration: none;
}

@media (max-width: 767px){
	
	.news_category ul li {
	    float: none;
	    width: 100% !important;
	    display: inline-block;
	}
	.news_elements {
	    width: 86%;
	    padding: 4%;
	    margin-bottom: 4%;
	    margin-right: 4%;
	    float: none;
	}
	
}	