.projecten{
	margin-bottom: 125px !important;
}

.item-blok,
.item-blok:hover,
.item-blok:focus{
	border-radius: 5px;
	display: block;
	color: #772210;
	text-decoration: none !important;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 33px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
}

.item-blok__bottom{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	background-color: rgba(17, 56, 78, 0.15);
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.item-blok:hover .item-blok__bottom{
	background-color: rgba(17, 56, 78, 0.3);
}

.item-blok h2{
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 38px;
	margin-bottom: 0;
}

.item-blok__categories{
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 33px;
	position: absolute;
	left: 30px;
	top: 20px;
}

.item-blok__inner-top{
	position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 30px 120px 30px 30px;
}

.item-blok__inner-top span{
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 33px;
}

.item-blok .item-blok__more{
	border-radius: 50%;
	background-color: #772210;
	width: 60px;
	height: 60px;
	display: inline-block;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: hidden;
    position: absolute;
    right: 30px;
    bottom: 30px;
}

.item-blok .item-blok__more:after{
	content: "";
	width: 60px;
	height: 60px;
	display: inline-block;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' style='enable-background:new 0 0 100 100;' xml:space='preserve' viewBox='2.46 39.68 95.65 19.9'%3E%3Cpath d='M67.6,53.4c-4.1-0.9-8.3-1.1-12.3-1.4c-9.3-0.8-18.5-0.6-27.8-0.3c-4.8,0.2-9.5-1.2-14.3-0.5c-2.6,0.3-5.1,0.5-7.7,0.1 c-1.3-0.2-2.1-0.8-2.6-1.9c-1-2.2-0.3-3.5,2.2-3.6c3.1-0.2,6.2-0.4,9.3-0.4c10.3,0.2,20.6-1,30.9-0.3c6.1,0.4,12.1,0.6,18.2,0.8 c1.2,0,2.5,0.3,3.8-0.3c-0.1-0.4-0.2-0.7-0.3-1c-0.5-1.2-1.5-2.3-0.3-3.5c1.2-1.3,2.8-1.8,4.6-1.1c3.6,1.5,7.5,1.7,11.1,3.3 c3,1.3,6.5,1.5,9.9,1.7c1.3,0.1,2.6,0.1,3.8,0.6c1.4,0.5,2,1.6,2,3c0.1,1.3-0.5,2.2-1.8,2.7c-0.6,0.2-1.2,0.7-1.8,0.6 c-3.2-0.4-6.1,0.9-9.2,1.1c-4.3,0.4-8.3,1.8-11.6,4.8c-0.5,0.4-1,0.9-1.5,1.2c-2.5,1.4-4.8,0.2-4.9-2.7 C67.2,55.3,67.4,54.4,67.6,53.4z' fill='%23ffffff'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
    background-size: 40px auto;
}

#alm-filters-filter_projecten{
	margin-bottom: 45px;
}

#alm-filters-filter_projecten ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.alm-layouts .alm-listing.row{
	margin: 0 -15px;
}

#alm-filters-filter_projecten ul li{
	display: inline-block;
	margin-right: 15px;
}

#alm-filters-filter_projecten ul li ul{
	float: left;
	margin-left: 15px;
}

#alm-filters-filter_projecten .alm-filter--link{
	color: #772210;
	font-family: 'Poppins', sans-serif;
	font-size: 17px;
	font-weight: 300;
	padding: 0 20px;
	border-radius: 15px;
	border: 1px solid #772210;
	line-height: 30px;
	background-color: rgba(9, 30, 43, 0);
	float: left;
	outline: none !important;
	cursor: pointer;
}

#alm-filters-filter_projecten .alm-filter--link.active{
	color: #fff;
	background-color: #772210;
}

@media (max-width:767px)
{		
	.item-blok, .item-blok:hover, .item-blok:focus{
		margin-bottom: 0;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	
}

@media (min-width:992px) and (max-width:1199px)
{
	
}