/* Grayscale effect */
.blogitem .afbeelding img 
{
	/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; 
    -webkit-filter: grayscale(100%);*/
}


a {
	color: black;
}

a:hover {
	color: #d4d4d4;
}
/* Title/hover effects */

.relblog {
	position: relative;
}

.relblog a img {
	width: 100%;
}
.blog-p h3,
.blog-p h4 {
	font-weight: 400;
	font-size: 21px;
}

.blog-p:hover {
	color: black;
}

.pijl {
	position: absolute;
	width: 66px;
	margin: 0px auto;
	bottom: -36px;
	left: 0px;
	right: 0px;
}

.pijl img {
	width: 100%;
}

.introtekst {
    float: right;
    width: 50%;
    padding-left: 15px;
}

.blogitem .afbeelding .imagetitle
{
	width: 100%;
    display: block;
	
}

.panel:hover {transition: 0.2s;margin-top: -10px;box-shadow: 10px 24px 16px rgba(0, 0, 0, 0.44);}

.activhover .panel:hover {transition: 0.5s;margin-top: -15px;box-shadow: 10px 24px 16px rgba(0, 0, 0, 0.44);}

.blogitem a.imagetitle, .blogitem a.imagetitle h3
{
	    margin-top: 0px;
}

.blogitem .afbeelding .imagetitle h2 
{
	
}

@media(max-width:768px){
	.blogitem .afbeelding .imagetitle h2 
	{
		font-size:20px !important;
	}
}

.blogitem:hover .imagetitle
{

}

.noimage {
	opacity: 0.4;
}

.fbthumb
{
	position: relative;
	float: left;
	margin: 5px 10px 10px 0px;
	max-width: 150px;
}

.blogitem .fbimage {
	width: 100%;
}

.btn.btn-default.fbreadmore
{
	background:none;
	background-color:#3a5795;
	color:#FFFFFF !important;
}

.btn.btn-default.fbreadmore i 
{
	font-weight: bold;
	font-size: 18px;
	margin-right: 15px;
}

.btn.btn-default.fbreadmore:hover
{
	background-color:#5370AD;
}

.btn.btn-default.instareadmore
{
	background:none;
	background-color:#125688;	
	color:#FFFFFF !important;
}

.btn.btn-default.instareadmore i 
{
	font-weight: bold;
	font-size: 18px;
	margin-right: 15px;
}

/* Main css */
.blogitem
{
	    position: relative;
    
}

.blogitem .afbeelding
{
	position:relative;
	width: 50%;
	float: left;
	padding: 0px 15px 0px 0px;
}

.blogitem .content 
{
}

.blogtitem{
	 font-size: 30px;	
}
.blogblok {
	background-color: white;
	margin-bottom: 5%;
}

strong {
	color: #A6A160!important;
}

 .blogtitle {
	font-weight: 200;
}

.blogtitel {
	display: none;
}

.blogbtn
{
}

section small {
	font-weight: 500;
}

.well.blogitem h2
{
	margin:0;
}

.well.blogitem .blogbtn
{
	margin-right:0px;
	margin-bottom:0px;
}

.panel-body {
	padding: 0px;
}

.blogitem {
	border: none;
	font-weight: 400;
	position: relative;
}

@media(max-width: 767px){
	.blogitem {
	max-width: 200%;
	width: 100%;
}

	.blogitem .img-responsive {
		width: 100%;
		max-width: 200%;
	}
}

@media(max-width:425px) {

.blogitem {
	width: 100%;
}
}

.blog-p {
	padding-top: 8%;
	padding-bottom: 30px;
	/* padding-left: 12%; */
	padding-right: 12%;
}

.news .pijl{
	top: 0;

}

@keyframes bounce {
	

	50% {
		box-shadow: 10px 24px 12px rgba(0, 0, 0, 0.20);
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
}

