/* news */
.modulnews{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius:4px;
	border-radius: 4px;
	border:1px solid #ddd;
	background-color:#fff;
	padding:15px;
	vertical-align:top;}
	
.box-news {
	margin-bottom: 15px;
	padding-bottom:15px;
	border-bottom:1px solid #dedede;
	
}
.box-news:last-child{ border-bottom:none; padding-bottom:0;}
.box-news.one{ border:none;}

.box-news h4 a {
	font-size:14px;
	color:#000;
	text-decoration: none;
	margin-bottom:10px;

}
.description_news a{ color:#888;}
.box-news h4 a:hover{ color:#FB2B75;}
#column-left .newsimage img, #column-right .newsimage img{  width:100% !important; height:auto !important;}
#column-left .modulnews .description_news, #column-right .modulnews .description_news{ display:none;}
.box-news .readmore{ display:block;
        clear:both;
        text-decoration:none;
          margin:10px 0;
        -webkit-border-radius: 3px;
	  -moz-border-radius: 3px;
     -khtml-border-radius: 3px;
	  border-radius: 3px;
	  text-align:center;
	  line-height:30px;
	  background-color:#32353A;
	  width:90px;
	  color:#fff;
	  float:right;
	 }
.box-news .readmore:hover{background-color:#FB2B75;}
.box-news p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.box-news > div {
	margin-bottom: 5px;
}
.box-news .newsimage img{ margin-right:15px; margin-bottom:15px; float:left; }
.modulnews .box-news .newsimage img{ margin-right:0px; margin-bottom:8px; float:none; }
#content .modulnews .box-news{ display:inline-table; border-bottom:none; width:28%; vertical-align:top; padding-bottom:0;}
#content .modulnews > div + div{ margin-left:1%; border-left:1px solid #ddd; padding-left:20px;}
@media only screen  and (max-width: 1024px) {
.modulnews .box-news .newsimage img{ width:100% !important; height:auto !important;}
}

@media only screen  and (max-width: 980px) {

.box-news.one img{ width:100% !important; height:auto !important;}
}
@media only screen  and (max-width: 480px) {
    .box-news .newsimage img{ margin-right:0px; float:none; }
	#content .modulnews .box-news{ width:90%;}
	#content .modulnews > div + div{ margin-left:0; border-left:none; border-top:1px solid #ddd; padding: 10px 0 0 0px;}
}
@media only screen  and (max-width: 320px) {
.box-news .newsimage img{ width:100%}	
}