/*One News
*******************************************/
.content-news {}
.content-news .news { width:100% }
.content-news .news a { text-decoration:none }
.content-news .news .image { }
/* News page
*******************************************/
.news_page{ margin-bottom:20px; }
.news_page + .news_page{border-top: 1px solid rgba(0, 0, 0, 0.1); padding-top:20px;}
.news_page .image{ float:left;}
/* Module
*******************************************/
.box-news p, .news_page p{ margin-bottom:10px; padding-right:10px;} 

.modulnews{ 
     position:relative; 
     overflow:hidden;
    margin:0 0 20px 0;
	padding:20px;
	border:1px solid #ddd;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius:4px;
	border-radius: 4px;
	background-color:#fff;
}
.box-news {display: inline-block;
      vertical-align: top; 
	  margin-right:-4px;
	  overflow: hidden; 
	  width:100%;
	  margin-bottom:20px;}
	  
.box-news > div{ margin-right:20px; overflow:hidden;}
.box-news:last-child > div { margin-right:0;}
#column-left .box-news > div, #column-right .box-news > div{ margin-right:0;}

.box-news.boxline {      
	    padding-top:20px;
		width:98%;
	     }
.box-news.boxline + .box-news.boxline{border-top: 1px solid rgba(0, 0, 0, 0.1);}		
.box-news h4 a {
  font-size: 14px;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
}

.heading_news_mod{margin-bottom:10px; padding-right:10px;}

.datepost{ margin-bottom:5px; font-size:12px;}

.box-news  .newsimage{ margin-bottom:10px;}
.newsimage.boximg{ float: left; margin: 0px 20px 10px 0px; }

.showallnews{ text-align:right;}

.description_news a{ color:#888;}

.addthis { padding: 10px 0px; }

#column-left .box-news img, #column-right .box-news img{
	max-width:220px; height:auto !important;}

.box-news.countnews-1{ width:100%; margin-right:0;}
.box-news.countnews-2{ width:50%;}
.box-news.countnews-3{ width:33.3%;}
.box-news.countnews-4{ width:25%;}
.box-news.countnews-5{ width:20%;}
.box-news:last-child{ margin-right:0;}

#column-left .box-news, #column-right .box-news, 
#column-left .box-news.countnews-1, #column-right .box-news.countnews-1,
#column-left .box-news.countnews-2, #column-right .box-news.countnews-2,
#column-left .box-news.countnews-3, #column-right .box-news.countnews-3,
#column-left .box-news.countnews-4, #column-right .box-news.countnews-4,
#column-left .box-news.countnews-5, #column-right .box-news.countnews-5{
	display:block;
	width:100%;
	margin-right:0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
	padding-bottom:20px;
	
}

#column-left .modulnews,
#column-right .modulnews{ margin-right:0px;}

.content-news img{ max-width:100%; height:auto !important;} 

@media only screen and (max-width: 980px){
.box-news.countnews-3,
    .box-news.countnews-4,
    .box-news.countnews-5{ width:96%; margin-right:0; padding-bottom:20px; border-bottom:1px solid #ddd; }
	.box-news.countnews-3:last-child,
    .box-news.countnews-4:last-child,
    .box-news.countnews-5:last-child{ border:none; padding-bottom:0}
	.box-news  .newsimage img{ max-width:100%; height:auto !important;}
}

@media only screen and (max-width: 820px){

	.news_page .image{ float:none; margin-bottom:20px;}
	.news_page .image img{ max-width:100%;}
	.box-news.countnews-2{ width:100%; margin-right:0;}


	}
