/*One News
*******************************************/
.content-news {padding:15px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	margin-bottom:15px;}
.content-news .news a { text-decoration:none }

/* News page
*******************************************/
.news_page{
	padding:15px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	margin-bottom:-1px; }
.news_page .image{ float:left;}
.news_page a.button{ line-height:18px;}
/* Module
*******************************************/
.box-news-modul .row{
	margin-left:-3px;
	margin-right:-3px;
	overflow:auto;}
.box-news-modul .box-news{ padding:0 3px 6px 3px;}
.box-news-modul .box-news > div {
	padding:15px;
	background-color:#fff;
	border:1px solid #e8e8e8;}
 
.box-news.boxline {      
	    padding-bottom:20px;
	    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.heading_news_mod a {
	font-family:'Roboto', Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform:uppercase;
	text-decoration:none; 
        color: #0e5482;
}
.heading_news_mod a:hover{}

.heading_news_mod{margin-bottom:4px;}

.datepost{ margin-bottom:6px; font-size:11px;}

.box-news  .newsimage{ margin-bottom:10px;}
.newsimage.boximg{ float: left; margin: 0px 20px 10px 0px; }

.showallnews{ text-align:right;}

.addthis { padding: 10px 0px; }

.box-news img, .news_page img, .content-news img{
	max-width:100%; height:auto !important;}
	
@media (max-width: 768px) {
.news_page .image{ float:none; margin-bottom:15px;}
}
@media (max-width: 992px) {
.content-news{padding:5px;}
}