/* CSS Document 
  ____  _                  _  ___        _     ____           _                      
 / ___|| |_ __ _ _ __   __| |/ _ \ _   _| |_  |  _ \ ___  ___| | __ _ _ __ ___   ___      
 \___ \| __/ _` | '_ \ / _` | | | | | | | __| | |_) / _ \/ __| |/ _` | '_ ` _ \ / _ \      
  ___) | || (_| | | | | (_| | |_| | |_| | |_  |  _ <  __/ (__| | (_| | | | | | |  __/
 |____/ \__\__,_|_| |_|\__,_|\___/ \__,_|\__| |_| \_\___|\___|_|\__,_|_| |_| |_|\___|
 	
 	Stylesheet for http://www.yspeert.com
 	
	http://www.standoutreclame.nl
	
	###### THEME #######
	
	0. Image align WP
	1. Basics
	2. Top
	
	
	##### COLORS #######
	gold: 	#A67D4F
	black: 	#000
	White:  #fff

/*-----------------------------------------------------------------------
0. IMAGE ALIGN WP
-----------------------------------------------------------------------*/
/*		IMAGE ALIGN 	----------------------------------------------------- */

.alignnone{
	margin:15px 0px 15px 15px;
	background-color:#FFF;
	padding:5px;
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.50);
}
.alignright{
	float:right;
	margin:15px 0px 15px 15px;
	background-color:#FFF;
	padding:5px;
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.50);
}
.alignleft{
	float:left;
	margin:15px 15px 15px 0;
	background-color:#FFF;
	padding:5px;
	box-shadow:0px 2px 4px 0px rgba(0,0,0,0.50);
}
@media all and (max-width: 767px) {
	.alignnone{
		margin:15px 0px 15px 0;
		background-color:#FFF;
		padding:5px;
		box-shadow:0px 2px 4px 0px rgba(0,0,0,0.50);
		width: auto;
		max-width: 100%;
		display: block;
	}
	.alignright{
		float:none;
		margin:15px 0;
		background-color:#FFF;
		padding:5px;
		box-shadow:0px 2px 4px 0px rgba(0,0,0,0.50);
		width: auto;
		max-width: 100%;
		display: block;
	}
	.alignleft{
		float:none;
		margin:15px 0;
		background-color:#FFF;
		padding:5px;
		box-shadow:0px 2px 4px 0px rgba(0,0,0,0.50);
		width: auto;
		max-width: 100%;
		display: block;
	}
}

.img-center {
	margin: 0 auto;
}

/*-----------------------------------------------------------------------
1. BASICS
-----------------------------------------------------------------------*/
/* html / body ------------------------------------------------------- */

html,body {
	background: #fff;
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	color: #4D4D4D;
	-webkit-font-smoothing: antialiased!important;
}

/* Typography	------------------------------------------------------ */

h1,h2,h3,h4,h5,h6 {
	font-family: 'Muli', sans-serif;
	font-weight: 400;
	color: #000;
}

p {
	font-family: inherit;
	font-size: 15px;
	line-height: 24px;
	color: inherit;
	
}

.vbottom {
	display: inline-block;
	margin-right: -4px;
	vertical-align: bottom;
	float: none;
}

.vtop {
	display: inline-block;
	margin-right: -4px;
	vertical-align: top;
	float: none;
}

/* Links	---------------------------------------------------------- */

a {
	color: #A67D4F;
	font: inherit;
	text-decoration: none;
}

a:active, a:active, a:focus {
	text-decoration: none;
	color: #A67D4F;
}
a:hover {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

/* Achtergrond	---------------------------------------------------------- */
.wit {
	background: #fff;
}
.grijs {
	background: url('images/section_bg.jpg') no-repeat center center; 
    -webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
		    background-size: cover;
	margin: -20px 0;
}

/* buttons	---------------------------------------------------------- */

.btn_gold {
	background: #A67D4F;
	border: 1px solid #A67D4F;
	padding: 7px 30px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
}

	.btn_gold:hover {
		background: transparent;
		color: #A67D4F;
	}
	.btn_gold:focus,
	.btn_gold:active {
		background: transparent;
		color: #A67D4F;
	}

/*	centers		------------------------------------------------------- */

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right: -4px;
}
	
	@media all and (max-width: 767px) {
		.visible-xs.vcenter {
			display: inline-block!important;
		}
	}

/*-----------------------------------------------------------------------
2. Top
-----------------------------------------------------------------------*/
/* Top bar 	 --------------------------------------------------------- */

.top_bar {
	background: #A67D4F;
	padding: 20px 0;
}

	.top_bar p {
		font-size: 15px;
		line-height: 20px;
		color: #fff;
		margin: 0;
		padding: 0;
	}
	
	.top_bar .het_menu {
		text-align: right;
	}
	
		.top_bar .het_menu ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
			.top_bar .het_menu ul li {
				display: inline-block;
				margin: 0 10px;
			}
				
				.top_bar .het_menu ul li:last-child {
					margin-right: 0;
				}
							
			.top_bar .het_menu ul li a {
				color: #fff;
			}


/*-----------------------------------------------------------------------
3. Menu
-----------------------------------------------------------------------*/
/* menu_container 	 ------------------------------------------------- */


.menu_container {
	padding: 20px 0;
}
	
	/*	main menu	--------------------------------------------------- */
	.menu_container .hoofdmenu {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: justify;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
		.menu_container .hoofdmenu li {
			display: inline-block;
		}
		
			.menu_container .hoofdmenu li a {
				font-family: 'Muli', sans-serif;
				font-weight: 400;
				font-size: 15px;
				padding: 4px 10px;
				border-bottom: 1px solid #fff;
			}
			
			/* states */
			.menu_container .hoofdmenu li a:hover,
			.menu_container .hoofdmenu li a:focus,
			.menu_container .hoofdmenu li a:active {
				text-decoration: none;
				color: #333;
				border-color: #A67D4F;
			}
			
			.menu_container .hoofdmenu li.current-menu-item a {
				border-color: #A67D4F;
				color: #333;
			}
	
	
	/*	mobile menu	--------------------------------------------------- */
	
	@media all and (max-width: 767px) {
		
		.navbar-header {
			
		}
		
			.navbar-header .navbar-toggle {
				margin: 0;
				background: #A67D4F;
			}
		
			.navbar-header .navbar-toggle .icon-bar {
				background: #fff;
			}
		
		#mobile-navigation .mobile-header img {
			margin: 30px auto;
		}
		
		#mobile-navigation .mobile-nav-close {
			text-align: center;
		}
		
		ul.mobile-nav {
			text-align: center;
			margin: 30px 0;
		}
		
			ul.mobile-nav li {
				margin-top: 0;
				border-bottom: 1px solid #A67D4F;
			}
			
				ul.mobile-nav li a {
					color: #333;
				}
			
			ul.mobile-nav li.current-menu-item,
			ul.mobile-nav li:hover {
				background: #a67d4f;
			}
			
			ul.mobile-nav li.current-menu-item a,
			ul.mobile-nav li:hover a {
				color: #fff;
				background: none;
			}
		
	}

/*-----------------------------------------------------------------------
4. Header
-----------------------------------------------------------------------*/
/* Header 	---------------------------------------------------------- */

header {
	background: no-repeat center center; 
    -webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
		    background-size: cover;
	position: relative;
}



/* Default header 	-------------------------------------------------- */

header.front_header {
	height: 455px;
	width: 100%;
}

@media all and (max-width: 767px) {
	header.front_header {
		height: 300px;
	}
}

header.default_header {
	height: 350px;
	width: 100%;
}

	header.default_header .header_inner {
		display: table;
		width: 100%;
	}
	
		header.default_header .header_content {
			display: table-cell;
			width: 100%;
			height: 190px;
			vertical-align: middle;
			text-align: center;
			position: relative;
			z-index: 2;
			padding: 0 20px;
		}
		
			header.default_header .header_content h2 {
				color: #fff;
				margin: 0;
				padding: 0;
				font-size: 38px;
				line-height: 44px;
			}
			
			header.default_header .header_content .divider {
				width: 50px;
				height: 3px;
				background: #A67D4F;
				margin: 10px auto 5px auto;
			}
			
			header.default_header .header_content p {
				font-size: 14px;
				color: #fff;
				margin: 0;
			}
			
			header.default_header .header_content p a {
				color: #fff;
				font-weight: 700;
			}


	.header_overlay {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);	
	}




/*-----------------------------------------------------------------------
5. Sections
-----------------------------------------------------------------------*/
/* Section 	---------------------------------------------------------- */

section {
	padding: 40px 0;
	position: relative;
}

	section h1.section_title,
	section h2.section_title {
		margin: 0;
		padding: 0;
	}
	
	section p.boventitel {
		margin: 0;
		color: #A67D4F;
		font-size: 20px;
	}
	
	section .title_divider {
		background: #A67D4F;
		width: 40px;
		height: 2px;
		margin: 15px auto;
	}
	
	
	/* Section - page_intro 	---------------------------------------------------------- */
	section.page_intro {
		padding: 40px 0 20px 0;
		margin-top: -200px;
	}
	
		section.page_intro .section_container {
			margin: 0 15px;
			padding: 30px 15px;
		}
		
			section.page_intro .page_intro_img img {
				max-height: 290px;
				margin: 0 auto;
			}
		
		@media all and (max-width: 767px) {
			section.page_intro .page_intro_img img {
				margin-bottom: 25px;
			}
		}	
		
	/* Section - tekstvak_met_afbeelding_links 	-------------------------------------- */
	section.tekstvak_met_afbeelding_links .container {
		position: relative;
	}
	
		section.tekstvak_met_afbeelding_links .content_container {
			border: 2px solid #A67D4F;
			padding: 30px 30px 50px;
			position: relative;
			z-index: 1;
			margin-top: 40px;
		}
		
			section.tekstvak_met_afbeelding_links .content_container h2 {
				margin-bottom: 20px;
			}
		
		/* afbeeldingen */
		section.tekstvak_met_afbeelding_links .afbeeldingen_container {
			position: absolute;
			z-index: 2;
		}
		
			section.tekstvak_met_afbeelding_links .afbeeldingen_container .first_img {
				height: 330px;
				width: 470px;
				max-height: 280px;
				overflow-y: hidden;
				background: url() no-repeat center center; 
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
			}
		
			section.tekstvak_met_afbeelding_links .afbeeldingen_container .second_img {
				width: 235px;
				height: 330px;
				max-height: 280px;
				overflow-y: hidden;
				position: relative;
				float: left;
				margin-left: 15px;
				background: url() no-repeat center center; 
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
			}
			
		/* Media queries */
		@media all and (max-width: 1200px) {
			section.tekstvak_met_afbeelding_links .content_container {
				margin-top: 20px;
				padding: 30px;
			}
			
				section.tekstvak_met_afbeelding_links .afbeeldingen_container .first_img {
					width: 400px;
					height: 250px;
				}
				
				section.tekstvak_met_afbeelding_links .afbeeldingen_container .second_img {
					width: 190px;
					height: 250px;
				}
				
		}
		
		@media all and (max-width: 992px) and (min-width: 767px) {
			section.tekstvak_met_afbeelding_links .afbeeldingen_container .first_img {
				width: 330px;
			}
			section.tekstvak_met_afbeelding_links .afbeeldingen_container .second_img {
				width: 170px;
			}
		}
		
		@media all and (max-width: 767px) {
			section.tekstvak_met_afbeelding_links .afbeeldingen_container {
				position: relative;	
			}
			
				section.tekstvak_met_afbeelding_links .afbeeldingen_container .first_img {
					width: 100%;
				}
				
				section.tekstvak_met_afbeelding_links .afbeeldingen_container .second_img {
					width: 46%;
					margin: 0 0 0 15px;
				}
				
				section.tekstvak_met_afbeelding_links .afbeeldingen_container .second_img:nth-child(2) {
					margin-left: 0;
				}
			
		}
	
	/* Section - tekstvak_met_afbeelding_rechts 	-------------------------------------- */
	section.tekstvak_met_afbeelding_links.rechts .container {
		position: relative;
	}
	
		section.tekstvak_met_afbeelding_links.rechts .afbeeldingen_container {
			right: 0;
		}

	
	/* Section - laatste nieuws 	------------------------------------------------------ */
	section.laatste_nieuws {
		margin-bottom: 30px;
	}
	
		section.laatste_nieuws .nieuws_item {
			position: relative;
			min-height: 240px;
		}
		
		@media all and (max-width: 767px) {
			section.laatste_nieuws .nieuws_item {
				margin-bottom: 50px;
			}
			section.laatste_nieuws .nieuws_item:last-of-type {
				margin-bottom: 0;
			}
		}
		
			section.laatste_nieuws .nieuws_item .nieuws_thumbnail {
				position: relative;
			}
		
			section.laatste_nieuws .nieuws_item .nieuws_thumbnail img {
				position: absolute;
				transition: box-shadow 0.3s ease-in-out;
				-webkit-transition: box-shadow 0.3s ease-in-out;
				-moz-transition: box-shadow 0.3s ease-in-out;
				-ms-transition: box-shadow 0.3s ease-in-out;
				-o-transition: box-shadow 0.3s ease-in-out
			}
			
			section.laatste_nieuws .nieuws_item:hover .nieuws_thumbnail img {
				box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
			}
			
			
			section.laatste_nieuws .nieuws_item .nieuws_content_container {
				padding: 170px 20px 0 20px;
			}
			
				@media all and (max-width: 992px) {
					section.laatste_nieuws .nieuws_item .nieuws_content_container {
						padding-top: 100px;
					}
				}

				section.laatste_nieuws .nieuws_item .nieuws_content {
					background: #FFFFFF;
					box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.17);
					padding: 20px;
					width: 100%;
					position: relative;
					z-index: 2;
				}
				
					section.laatste_nieuws .nieuws_item .nieuws_content .the_nieuws_date {
						float: left;
						width: 16%;
					}
					
						section.laatste_nieuws .nieuws_item .nieuws_content .the_nieuws_date p {
							margin: 0;
							font-size: 16px;
							line-height: 20px;
							text-transform: capitalize;
							font-style: italic;
						}
						
						@media all and (max-width: 1200px) {
							section.laatste_nieuws .nieuws_item .nieuws_content .the_nieuws_date p {
								font-size: 14px;
							}
						}

						@media all and (max-width: 992px) {
							section.laatste_nieuws .nieuws_item .nieuws_content .the_nieuws_date {
								display: none;
							}
							
						}
					
					section.laatste_nieuws .nieuws_item .nieuws_content .the_nieuws_content_divider {
						width: 1px;
						height: 100px;
						margin: 0 4%;
						float: left;
						background: #A67D4F;
					}
					
						@media all and (max-width: 992px) {
							section.laatste_nieuws .nieuws_item .nieuws_content .the_nieuws_content_divider {
								display: none;
							}
						}
						
					section.laatste_nieuws .nieuws_item .nieuws_content .the_nieuws_content {
						float: left;
						width: calc((100% - 20% - 1px - 4%));
					}
					
						@media all and (max-width: 992px) {
							section.laatste_nieuws .nieuws_item .nieuws_content .the_nieuws_content {
								width: 100%;		
							}
						}
					
						section.laatste_nieuws .nieuws_item .nieuws_content .the_nieuws_content h3 {
							margin-top: 0;
							font-size: 18px;
							color: #A67D4F;
						}
						
						section.laatste_nieuws .nieuws_item .nieuws_content .the_nieuws_content p {
							font-size: 14px;
							line-height: 20px;
						}
						
					section.laatste_nieuws .nieuws_item:after {
						content: '';
						width: 50%;
						height: 80px;
						border: 1px solid #A67D4F;
						position: absolute;
						z-index: 1;
						top: 90%;
						left: 10px;
					}
					
					section.laatste_nieuws .nieuws_item:last-of-type:after {
						left: inherit;
						right: 10px;
					}
					
					@media all and (max-width: 767px) {
						section.laatste_nieuws .nieuws_item:after {
							height: 60px;	
							width: 60%;
						}
					}
					
	/* Section - Contact formulier 	------------------------------------------------------ */				
	section.contactformulier {
		background: no-repeat center center; 
		-webkit-background-size: cover;
		   -moz-background-size: cover;
	         -o-background-size: cover;
		        background-size: cover;
	}
	
		section.contactformulier .contact_container {
			background: #fff;
			padding: 20px;
		}

			section.contactformulier .contact_container h3 {
				margin-top: 0;
			}
			
			section.contactformulier .contact_container form {
				margin-top: 15px;
			}
		
			section.contactformulier .contact_container input,
			section.contactformulier .contact_container textarea {
				width: 100%;
				border: 1px solid #A67D4F;
				padding: 12px;
				color: #a67d4f;
				margin-bottom: 15px;
				outline: none;
			}
			
			section.contactformulier .contact_container textarea {
				height: 103px;
			}
			
			section.contactformulier .contact_container input[type=submit] {
				padding: 12px;
				background: #A67D4F;
				color: #fff;
				font-weight: 400;
				font-size: 16px;
				line-height: 20px;
			}
	
	/* Section - Project overzicht 	---------------------------------------------------- */	
	section.project_overzicht {
		padding: 0;
		margin-top: -30px;
	}
	
		section.project_overzicht .container .nocontent h2 {
			margin-top: 0;
			margin-bottom: 60px;
		}
	
		section.project_overzicht .project_overzicht_heading h2 {
			
		}
		
		section.project_overzicht .project_overzicht_heading .title_divider {
			margin: 15px auto 30px;
		}
		
		/* masonary */
		
		@media screen and (max-width: 767px){
		    .masonary-grid[data-columns]::before {
		        content: '1 .column.size-1of1';
		    }
		}
		
		@media screen and (min-width: 767px) and (max-width: 992px) {
		    .masonary-grid[data-columns]::before {
		        content: '2 .column.size-1of2';
		    }
		}
		@media screen and (min-width: 992px) {
		    .masonary-grid[data-columns]::before {
		        content: '3 .column.size-1of3';
		    }
		}
		
		.column { float: left; padding: 10px;}
		.size-1of1 { width: 100%; }
		.size-1of2 { width: 50%; }
		.size-1of3 { width: 33.333%; }

			.project_item {
			    display: inline-block;
			    margin: 0 0 30px;
			    width: 100%;
			    box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    position: relative;
			}
			
				.project_item .item_overlay {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					white-space: nowrap;
					background: rgba(255,255,255,0.8);
					opacity: 0.4;
					transition: opacity 0.3s ease-in-out;
					-webkit-transition: opacity 0.3s ease-in-out;
					-moz-transition: opacity 0.3s ease-in-out;
					-ms-transition: opacity 0.3s ease-in-out;
					-o-transition: opacity 0.3s ease-in-out;
					padding: 20px;
				}
				
				@media all and (max-width: 992px) {
					.project_item .item_overlay {
						opacity: 0;
						visibility: hidden;
					}
				}
				
					.project_item .item_overlay:before {
						content: '';
						display: inline-block;
						height: 100%;
						vertical-align: middle;
						margin-right: -0.25em;
					}
				
					.project_item .item_overlay .item_overlay_inner {
						display: inline-block;
						vertical-align: middle;
						text-align: center;
						width: 100%;
					}
			
				.project_item:hover .item_overlay,
				.project_item:active .item_overlay,
				.project_item:focus .item_overlay   {
					opacity: 1;
					visibility: visible;
					
				}
				
			.project_item .item_overlay h3 {
				margin: 0;
				position: relative;
				bottom: -15px;
				transition: all 0.2s ease-in-out;
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
				opacity: 0;
				word-break: break-word;
				white-space: normal;
			}	
				
				@media all and (max-width: 992px) {
					.project_item .item_overlay h3 {
						font-size: 18px;
					}
				}
			
				.project_item:hover .item_overlay h3,
				.project_item:hover .item_overlay a.readmore,
				.project_item:active .item_overlay h3,
				.project_item:active .item_overlay a.readmore,
				.project_item:focus .item_overlay h3,
				.project_item:focus .item_overlay a.readmore {
					bottom: 0;
					opacity: 1;
				}
			
			.item_overlay .divider {
				margin: 5px auto;
				height: 2px;
				width: 40px;
				background: #A67D4F;
			}
			
			.item_overlay a.readmore {
				display: inline-block;
				font-size: 14px;
				color: #333;
				opacity: 0;
				-webkit-transition: all 0.2s ease-in-out;
				-moz-transition: all 0.2s ease-in-out;
				-ms-transition: all 0.2s ease-in-out;
				-o-transition: all 0.2s ease-in-out;
			}
			
				section.project_overzicht .masonary .project_item img {
					width: 100%;
					height: auto;
					min-height: 90px;
				}
		
		
/*-----------------------------------------------------------------------
6. Single
-----------------------------------------------------------------------*/
/* single 	---------------------------------------------------------- */


/* single project 	-------------------------------------------------- */

section.project_related {
	padding: 0;
}

	section.project_related h2 {
		margin-top: 0;
	}
	
	section.page_intro.project_single .title_divider {
		margin: 15px 0;
	}
	
			section.page_intro.project_single .project_single_img a {
				font-size: 18px;
			}
			
		.project_item.project_single_img .item_overlay {
			opacity: 0;
		}
		
		.project_item.project_single_img .item:hover .item_overlay,
		.project_item.project_single_img .item:active .item_overlay,
		.project_item.project_single_img .item:focus .item_overlay {
			opacity: 1;
		}
		
		@media all and (max-width: 767px) {
			section.project_single .project_item {
				margin-bottom: 0;
			}
		}
		
	/* Single project related	------------------------------------- */
	section.project_related {
		padding: 0 0 40px 0;
		margin-top: -40px;
	}
	
		section.project_related h2 {
			margin-top: 0;
		}
		
		section.project_related .related_project {
			position: relative;
		}
		
		section.project_related .related_projects {
			margin-top: 5px;
		}
		
			section.project_related .related_project:hover .item_overlay,
			section.project_related .related_project:active .item_overlay,
			section.project_related .related_project:focus .item_overlay {
				opacity: 1;
			}
			
			section.project_related .project_item.related_project {
				margin-bottom: 0;
			}
			
			@media all and (max-width: 767px) {
				section.project_related .project_item.related_project {
					margin-bottom: 15px;
				}
			}
			
	/* Slider */
	
	.owl-carousel .owl-item .item .item_overlay {
		z-index: 10;
	}
	
	.owl-carousel .owl-item .item:hover .item_overlay,
	.owl-carousel .owl-item .item:active .item_overlay,
	.owl-carousel .owl-item .item:focus .item_overlay {
		opacity: 1;
	}
	
	.owl-dots {
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}
	
	.owl-dots .owl-dot {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		background: #fff;
		border: 2px solid #A67D4F;
		display: inline-block;
		margin: 0 3px;
	}
	
	.owl-dots .owl-dot.active {
		background: #A67D4F;
	}

/*-----------------------------------------------------------------------
7. Blog
-----------------------------------------------------------------------*/
/* home.php 	------------------------------------------------------ */

.nieuws_overzicht .nieuws_item {
	margin-bottom: 65px;
}
	
	section.laatste_nieuws.nieuws_overzicht .section_container .nieuws_item:nth-child(even):after {
		left: inherit;
		right: 10px;
	}

	/* Paginatie	-------------------------------------------------- */
	.paginatie {
		text-align: center;
		margin: 0;
	}
	.paginatie ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.paginatie ul li {
		display: inline-block;
		width: 25px;
		height: 25px;
		background: #fff;
		border: 1px solid #a67d4f;
		color: #a67d4f;
		line-height: 25px;
		overflow: hidden;
	}
	.paginatie ul li a {
		color: #a67d4f;
		display: block;	
	}
	.paginatie ul li a:hover {
		background: #A67D4F;
		color: #fff;
	}
	.paginatie ul li span.current {
		background: #a67d4f;
		display: block;
		width: 25px;
		height: 25px;
		color: #fff;
	}
	
	/* Single	------------------------------------------------------- */
	section.project_single .project_item.post_single_img {
		margin-bottom: 30px;
	}
	
/*-----------------------------------------------------------------------
8. Footer
-----------------------------------------------------------------------*/
/* footer 	---------------------------------------------------------- */	
footer {
	margin: 0!important;
	padding: 20px 0 0 0;
}
	
	@media all and (max-width: 767px) {
		footer .fb-page {
			margin-top: 25px;
		}
	}
	
.fb-page {
	margin: 25px 0;
}

.copyright {
	padding: 10px 0;
}

.copyright p {
	padding: 0;
	margin: 0;
	color: #a67d4f;
	font-size: 12px;
	font-weight: 700;
}

@media all and (max-width: 767px) {
	.copyright .text-right {
		text-align: left;
	}
	
	.copyright p {
		
	}
}
.verborgen {
	position: fixed;
	top: -100px;
}