.blader {
	clear: both;
}
.tb {
	padding: 20px 40px 20px 0; 	
	background: #fff;
}
.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: 30px;
   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);
}

.m_projecten .img{
	}
	
img.mod_projecten_main_thumb_f{

	}

.rule {
	clear:both;
	padding: 10px 0;
}
.justify-small img.mod_projecten_main_thumb_f {
    max-width: 280px;
    margin: 10px;
}
.justify-small img.mod_projecten_main_thumb_f:hover {
	box-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
	transition: all 0.5s ease;
}

	
/* 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;
	}
		
}

	




