.page-news {
margin-top:25px;	
}
.page-news .title {
padding: 10px 20px;
margin-top: 10px;
padding-bottom:0px;
/*margin-bottom: 10px;*/
/*border-bottom: 1px solid #D1D2D3;*/
text-transform:uppercase;

}
.page-news .title h4 {
	font-weight:600;
	margin-bottom:0px;
}

.page-news .newsitems{
	width:66%;
	margin-left:0px;
	margin-top:20px;
 }
 
 .page-news .newsitems .txtholder{
 	width:58%; 
 	float:left;
 }
 .page-news .newsitems .imgholder{
 	float:right;	
 }
 .page-news .newsitems h4{
 	margin-bottom:0px;
 }
 .page-news .newsitems li{
 	border-bottom:1px solid #D1D2D3;
 	padding-bottom:20px;
 	margin-bottom:20px;
}
 .page-news .newsitems li .link{
 	color:#000;
 }
  .page-news .newsitems li .link:hover{
 	color:#4974BA;
 }
.page-news .imgholder{
	width:140px;	
}
.page-news .imgholder img{
	float:left;
	}
 .page-news .infoaanvraag.newsbtn{
 	/* margin-top:10px;  */
 	  padding:3px 0px 2px 22px;
 	 color:#fff;
 	 width:118px;
 	 background:#4974BA url('../../img/bolnext_wit.png') 3px 3px no-repeat;
	-webkit-transition-duration:0s;
	-moz-transition-duration:0s;
	transition-duration:0s;
 	 
 }
 
 .svg .page-news .infoaanvraag.newsbtn{
  		 background:#4974BA url('../../img/bolnext_wit.svg') 3px 3px no-repeat;
  }
 
 	 
.page-news .infoaanvraag.newsbtn:hover{
	/*background:#4974BA url('../../img/bolnext_wit.png') 3px -27px no-repeat;*/
	background-color:#000;
	color:#fff;	
}
.page-news .imgholder .infoaanvraag.newsbtn.active{
	background-color:#000;
}

 .page-news .insprong{
 	margin-left:20px;
 }
 /* //////////////////////// NAVIGATION*/
 
 .page-news .home_cats{
	width:100%;
	 
}

.page-news .home_cats .homecat{
	width:23%;  
	float:left;
	margin-right:.5%;
	padding-left:1.5%;
	padding-top:10px;
	
	padding-bottom:10px;
	margin-bottom:5px;	 
	 color:#fff;
	 font-size:12px;
	 text-transform:uppercase;
	 background:#4974BA url('../../img/homebol.png') 95% center no-repeat;
	  
}
.page-news .home_cats .homecat:hover{
		 background:#2a3542 url('../../img/homebol.png') 95% center no-repeat;

	}
.svg .page-news .home_cats .homecat{ 
	background:#4974BA url('../../img/homebol.svg') 95% center no-repeat;
}

.svg .page-news .home_cats .homecat:hover{ 
	background:#2a3542 url('../../img/homebol.svg') 95% center no-repeat;
}




 /* /////////////////////////////////////////////////////////////////////// RESPONSIVE MEDIA QUERIES */

@media only screen and (max-width:900px){
	.page-news .newsitems{
	width:100%;
	}
	.home_cats{
		display:none;
	}
}
@media only screen and (max-width:550px){
	.page-news .newsitems .txtholder{
 	width:90%; 
 	float:left;
 }
 .page-news .newsitems .imgholder{
 	float:left;	
 	margin-left:20px;
 	margin-top:20px;
 }
	
}

 