

/*!
 * Justified Gallery - v3.6.3
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2016 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden;filter:"alpha(opacity=10)";opacity:.1}
.justified-gallery>a>img,.justified-gallery>div>img,.justified-gallery>a>a>img,.justified-gallery>div>a>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:0;filter:"alpha(opacity=0)";opacity:0}
.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}
.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;filter:"alpha(opacity=70)";opacity:.7;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}
.justified-gallery>.entry-visible{filter:"alpha(opacity=100)";opacity:1;background:0 0}.justified-gallery>.entry-visible>img,.justified-gallery>.entry-visible>a>img{filter:"alpha(opacity=100)";opacity:1;-webkit-transition:opacity 500ms ease-in;-moz-transition:opacity 500ms ease-in;-o-transition:opacity 500ms ease-in;transition:opacity 500ms ease-in}
.justified-gallery>.jg-filtered{display:none}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;filter:"alpha(opacity=100)";opacity:1;overflow:initial}
.justified-gallery>.spinner>span{display:inline-block;filter:"alpha(opacity=0)";opacity:0;width:8px;height:8px;margin:0 4px;background-color:#000;border-radius:6px}

.justified-gallery>a, .justified-gallery>div { border-radius: 0px; }


.justified-gallery>.entry-visible>img,.justified-gallery>.entry-visible>a>img{
	-webkit-transition:opacity 500ms ease-in, transform  300ms ease-in-out;
	-moz-transition:opacity 500ms ease-in, transform  300ms ease-in-out;
	-o-transition:opacity 500ms ease-in, transform  300ms ease-in-out;
	transition:opacity 500ms ease-in, transform  300ms ease-in-out;
}



/* styling items*/

.overview{
   width: 25%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background:none;
   padding:10px;
   }

.overview img {
   display: block;
   position: relative;
   -webkit-transition: all 0.7s linear;
   -moz-transition: all 0.7s linear;
   -o-transition: all 0.7s linear;
   -ms-transition: all 0.7s linear;
   transition: all 0.7s linear;
   width: 100%;
   height: 100%;
}

.overview:hover img {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0.4);
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
   overflow: hidden;

}


@media(max-width:991px){
	.overview {
		width: 50%;
	}
	
}
@media (max-width: 767px) {

	.overview {
		width: 100%;
	}
	
}



.view {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 0px #777;
    cursor: default;
    float: left;
    overflow: hidden;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 33.333%;
}

/* #p5 .view, #p2 .view {
	width: 25%;
} */

.view-other {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 0px #777;
    cursor: default;
    float: left;
    overflow: hidden;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 25%;
}
.view .mask,.view .content, .view-other .mask{
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
   width: 100%;
}
.view h2 {
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 20px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.3);
   margin: 20px 0 0 0;
   text-shadow: 0 0px 3px rgba(0,0,0,0.6);
}
.view p {
   /* font-family: Georgia, serif;
   font-style: italic; */
   font-size: 20px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;

}
.view a {
   text-decoration: none;
}
.view a.info , .view-other a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover, , .view-other a.info :hover{
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
 
.project img {
   -webkit-transition: all 1s linear;
   -moz-transition: all 1s linear;
   -o-transition: all 1s linear;
   -ms-transition: all 1s linear;
   transition: all 1s linear;
}
.project .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0, 0, 0, 0.3);
   -webkit-transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out;
   -o-transition: all 1s ease-in-out;
   -ms-transition: all 1s ease-in-out;
   transition: all 1s ease-in-out;
}
.project h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.project p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.project:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);

}
.project a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.project:hover .mask, .hover {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.project:hover h2,
.project:hover p,
.project:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.project:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.project:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

.project .mask.hover {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.project .mask.hover h2,
.project .mask.hover p,
.project .mask.hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}


.projecten.overview {
}

.projecten.overview .row {
	margin: 0;
}

.projecten.overview .row .first  {
	padding: 0;
}
.projecten.overview .row .second  {
	padding: 20px 50px;
}
.projecten.overview .row:nth-child(even) .first  {
	float: right;
}

.thumbs {
	margin-top: -60px;
	float: right;
	padding: 0 0 20px 20px;
	}

.thumbs a {
	padding: 20px;
	display: inline-block;
	overflow: hidden;
	width: auto;
	text-decoration: none;
}
.thumbs a:hover,
.thumbs a:focus {
	text-decoration: none;
	border: none;
}

.thumbs a img {
	max-width: 260px;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

.thumbs a img:hover {
	
	box-shadow: 0 0 6px rgba(0,0,0,0.4);
}

h2{
	margin:0px 0 0;
	padding:0 0 10px 0;
	min-height:80px;
	}
	
.sbox{
	padding:20px;
	margin:0 0 20px 0;
	}	
.sbox h2{
	min-height: 60px;;
	}		
.sbox .image{
	margin:0 0 20px 0;
	border-radius: 0px;
	}	
	
	
.sbox img{
	border-radius: 0px;
	}
img.mod_weblog_main_thumb_f{
		border-radius:5px;
		}

	
@media (min-width: 768px) {
	.col-sm-4.sbox{
		width: 30%;
		padding:20px;
		margin:20px 10px;
		}
}
	
h2 a{
	text-decoration:none;}
	
.artikel h1{
	margin-bottom: 40px;
	}

.datum{
	float:right;
	font-size: 16px;
	color:#999;
	margin-top: 20px;
	}
	
.profiel {
	max-width: 300px;
	padding: 10px ;
	float: left;
	margin: 0 0 5px 0;
	background: #fff;
	color: #8e2985;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	border-radius: 0px;
}
.profiel img {
	width: 70%;
	border-radius: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
	} 

.nieuwsrow{
	background: #f7f7f7;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 10px;
}

.intro {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 5px #777;
    cursor: default;
    float: left;
    overflow: hidden;
    padding: 0px;
    position: relative;
    text-align: center;
    width: 33.333%;
}

@media (max-width: 767px) {
	.nieuwsimg {
		max-width: 100%;
		float: none;
		padding: 0;
	}
	
	.artikel {
		margin: 0 10px;
	}
	
	.profiel{
		max-width: 400px;
	}
}
.geschreven {
	margin: 0 0 5px 0;
	padding: 10px;
	background: #8e2985;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	border-radius: 0px;
}
.geschreven .datum {
	font-size: 28px;
	font-weight: 900;
	
}

#mod_nieuws_wrapper_f .mod_nieuws_main_thumb_f {
margin-top: 24px;	
}      

.mod_weblog_item_thumb_f{
	padding:20px;
	}
	
.thumb img{
	border-radius:10px;
	}

	
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1199) {
	.projecten.overview .row .second  {
		padding: 10px 20px;
	}

}

	
/* Medium devices (desktops, 992px and up) */
@media (max-width: 1400px) { 
	.thumbs {
	display: none;
	}
}



/* Small devices (tablets, 768px and up) */
@media (max-width:991px) { 
	.projecten.overview .row .second  {
		padding: 10px 20px;
	}
	.view, .view-other, #p5 .view, #p2 .view {
		width: 50%;
	}
}

@media (max-width: 767px) {

	.projecten.overview .row .second  {
		padding: 10px 40px;
	}

	.view, .view-other, #p5 .view, #p2 .view  {
		width: 100%;
	}

	.mod_projecten_item_caption_f {
		font-size: 14px;			
	}
	.tb {
		padding: 0; 	
		background: #fff;
	}
		
}


	
/* Masonry grid */
	

.grid-item {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px 10px 0;
    vertical-align: top;
    width: 24.5%;
	/* text-align: center; */
}

@media(max-width:991px){
	.grid-item {
		width: 33%;
	}

}
@media(max-width:769px){
	.grid-item {
		width: 49%;
	}
}
@media(max-width:400px){
	.grid-item {
		width: 99%;
	}
}


.grid-item h2 {
	margin-top: 17px;
	font-size: 20px;
}
.grid-item h3 {
	margin-top: 5px;
	font-size: 22px;
}
.grid-item a {
	border: none;
}


.grid-inner {
	position: relative;
    background: #fff;
    border-radius: 10px;	
}
.grid-text {
	padding: 10px;
	/* text-align: center; */
}
.grid-item hr {
	margin-top: 0;
	display:none;
}
.grid-inner .boxoverlay {
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    padding-top: 55px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 100%;
    z-index: 1000;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.grid-inner .boxoverlay:hover {
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
}



.grid.content .grid-sizer, .grid.content .grid-item { width: 33%; }
@media(max-width:1600px){.grid.content .grid-sizer, .grid.content .grid-item {width: 33%;}}
@media(max-width:1200px){.grid.content .grid-sizer, .grid.content .grid-item {width: 33%;}}
@media(max-width:979px){.grid.content .grid-sizer, .grid.content .grid-item {width: 33%;}}
@media(max-width:768px){.grid.content .grid-sizer, .grid.content .grid-item {width:49%;}}
@media(max-width:450px){.grid.content .grid-sizer, .grid.content .grid-item {width:99%;}}
	
/*
.grid-image {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
*/
.grid-image img {
	width: 100% !important;
}

