.blader {
	clear: both;
}
.tb {
	padding: 20px 40px 20px 0; 	
	background: #fff;
}
.view {
	width: 33.333%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   background: #fff;
   padding:10px;
}
.view .mask,.view .content {
   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: 24px;
   padding: 10px;
   background: rgba(0, 0, 0, 0);
   margin: 20px 0 0 0;
   text-shadow: rgba(0,0,0,0.5);
}
.view p {
   /* font-family: Georgia, serif;
   font-style: italic; */
   font-size: 16px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.view a {
   text-decoration: none;
}
.view 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 {
   -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 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;
}
.project .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(30, 30, 30, 0.6);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
           padding:10px;}
.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.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 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.2,1.2);
   -moz-transform: scale(1.2,1.2);
   -o-transform: scale(1.2,1.2);
   -ms-transform: scale(1.2,1.2);
   transform: scale(1.2,1.2);
}
.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);
}

.fotoalbum {
	margin-top:30px;
	}
	
.fotoalbum img{
	max-width:175px;
	padding: 5px 0px 0 0;
	}
.projecten.overview {
}

.projecten.overview .row {
	margin: 0;
	border-top: 1px solid #ccc;
}

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

	
#planning table {
    border-collapse: collapse;
    width: 100%;

}

#planning th {
    background: #aaa;
    color: #FFFFFF;
    font-weight: bold;

}
#planning td, #planning th {
    border: 1px solid #eee;
    padding: 6px;
    text-align: left;
}



#planning tr:hover{
	background: #fff;
	}

@media(max-width:1400px){
	.projecten.overview .row .second  {
		padding: 10px 20px;
	}

}

@media(max-width:991px){
	.projecten.overview .row .second  {
		padding: 10px 20px;
	}
	.view {
		width: 100%;
	}
	
}
@media (max-width: 767px) {

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

	.view {
		width: 100%;
	}
.tb {
	padding: 0; 	
	background: #fff;margin-top: 25px;
	}
	

 /*Force table to not be like tables anymore */
		#planning table, #planning thead, #planning tbody, #planning th, #planning td, #planning tr { 
			display: block; 
		}
		
/* Hide table headers (but not display: none;, for accessibility) */
		#planning thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
			margin-bottom:6px;
		}
		
		#planning tr { 
			border: 1px solid #ccc;
			margin-bottom: 20px;
			}
		
		#planning td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 50%; 
		}
		
		#planning td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}	
		/*
		Label the data
		*/
		#planning td:nth-of-type(1):before { content: "Actie"; }
		#planning td:nth-of-type(2):before { content: "start in week"; }
		#planning td:nth-of-type(3):before { content: "van - tot"; }
	
}