html { background: #fdfdfd; }
.text-lighter { font-weight: lighter; }

main > header > div { height: 250px; }
.special-header {
	background: rgba(255, 255, 255, 0.95);
	color: #333 !important;
	padding: 20px 2em; 
	font-weight: lighter;
	margin: 0 1em;
}

.all-projects .image .uk-icon {
	font-size: 450%;
	color: #fff;
}
main > header { position: relative; }
#hero-image:before, #introduction:before, main > header:before {
	content: "";
	position: absolute;
	display: block;
	background-image: url(./img/overlay.png);
	background-color: rgba(255, 255, 255, 0.4);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

#introduction:before {
	background-color: unset;
}

@media(max-width: 960px){
	#main-footer .uk-subnav-divider>:nth-child(n+2):not(.uk-first-column)::before { border: 0; }
}

/* ================================================ HEADER ================================================ */
#main-header {
	background: #f7f7f7;
}
#main-header .uk-navbar-nav>li>a {
	color: #676767;
	font-weight: 500;
}
#main-header .uk-navbar-nav>li.current-menu-item>a, #main-header .uk-navbar-nav>li>a:hover { color: #cdc965; }

#main-header a.uk-logo {
	max-width: 110px;
	padding: 10px 0;
}
a.uk-logo svg path {
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	transition: .2s ease;
}
a.uk-logo:hover svg path#_roof { fill: #8dc63f; }
a.uk-logo:hover svg path#_subtitle { fill: #231f20; }

#main-header nav, #main-footer > div { padding: 0 3em; }

@media(max-width: 959px){
	#main-header nav, #main-footer > div { padding: 0 10px; }
	#main-header .logo { max-width: 180px; }
	#mobile-menu { display: block; }
	#mobile-menu li a {
		display: block;
		min-height: auto;
		padding: 15px 10px;
	}
	#mobile-menu li.current-menu-item a { color: white; }
}

li.menu-item-has-children > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 10px;
	height: 25px;
	background-size: 10px;
	/*background: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3….8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3E%3C/path%3E%3C/svg%3E) no-repeat;*/
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23676767' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3E%3C/path%3E%3C/svg%3E") no-repeat;
}

/* ================================================ SIDEBAR ================================================ */
.sidebar-sticky ul.uk-nav > li span {
	display: block;
	margin-left: 25px;
	font-size: 90%;
	color: #888;
}

/* ================================================ SVG ================================================ */
aside#image {
	position: relative;
}
aside#image > img {
	display: block;
	margin: auto;
}
aside#image svg.paths {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
aside#image path {
	cursor: pointer;
	fill: transparent;
	stroke: none;
	-webkit-transition: .4s ease;
	-moz-transition: .4s ease;
	-o-transition: .4s ease;
	transition: .4s ease;
}
/*aside#image path:not(.available) { fill: rgba(0, 0, 0, 0.1); }*/
aside#image path.active, aside#image path:hover {
	fill: rgba(0, 0, 0, 0.2);
}
aside#image path.available.active, aside#image path.available:hover {
	fill: rgba(0, 226, 42, 0.4);
}
aside#image path.sold { fill: rgba(255, 0, 0, 0.15); }
aside#image path.sold.active, aside#image path.sold:hover {
	fill: rgba(255, 0, 0, 0.4);
}
aside#image path.bron { fill: rgba(255, 255, 0, 0.15); }
aside#image path.bron.active, aside#image path.bron:hover {
	fill: rgba(255, 255, 0, 0.4);
}
aside#image path.in-progress.active, aside#image path.in-progress:hover {
	fill: rgba(0, 121, 255, 0.4);
}
aside#image img {
	position: relative;
	z-index: 1;
}
#offcanvas-menu_project { top: 80px; }
#toggle-table {
	position: absolute;
	left: 0;
	top: 3%;
	z-index: 11;
	height: 60px;
	padding: 0 30px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* ================================================ CARD ================================================ */
#card {
	position: absolute;
	top: 20px;
	right: 20px;
	max-width: 300px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 12;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
#card.active {
	visibility: visible;
	opacity: 1;
}
#card .uk-card:after {
	content: "";
	background: rgba(255, 255, 255, 0.64);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
#card.loading .uk-card:after { z-index: 1; }
#card .uk-card-body { position: relative; }
#card .uk-spinner {
	display: none;
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
}
#card.loading .uk-spinner {
	display: inline-block;
}
#card .uk-spinner svg {
	max-width: 50px;
	right: 0;
	margin: auto;
}
@media(max-width: 959px){
	#card {
		left: 0;
		right: 0;
		max-width: 90%;
		margin: auto;
	}
	#card.active { opacity: .85; }
	#card.active:hover { opacity: 1; }
	#card * { font-size: 96%; }
	#card .uk-card-body > * {
		float: left;
	}
	#card .uk-card-body > *:not(:last-child):after {
		content: "/";
		margin: 0 10px;
	}
	#card .uk-card-body ul {
		margin: 0;
		list-style: none;
		padding: 0;
	}
	#card .uk-card-body ul li {
		display: inline-block;
		margin-right: 10px;
	}
	#card .uk-card-title a {
		font-weight: bold;
		text-decoration: underline;
	}
}

/* ================================================ SINGEL HOUSE ================================================ */
.page-template-template-house .slide-section {
	position: relative;
}
.page-template-template-house a[data-fancybox]:after {
	content: "";
	    background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='search'%3E%3Ccircle fill='none' stroke='%23000' stroke-width='1.1' cx='9' cy='9' r='7'%3E%3C/circle%3E%3Cpath fill='none' stroke='%23000' stroke-width='1.1' d='M14,14 L18,18 L14,14 Z'%3E%3C/path%3E%3C/svg%3E") no-repeat 100% 0% / 30px;
    position: absolute;
    top: 130px;
    left: -20px;
    width: 100%;
    height: 100%;
	z-index: 0;
	opacity: 0;
	-webkit-transition: .2s ease;
	-moz-transition: .2s ease;
	transition: .2s ease;
}
.page-template-template-house a[data-fancybox]:hover:after {
	opacity: 1;
}

/* ================================================ TABLE ================================================ */
.project-table tr.active { background: rgba(255,255,255,.08); }
.mobile .project-table tr.active { background: rgba(0, 0, 0, 0.08); }
.project-table tr.sold, .project-table tr.sold * {
	color: #aaa !important;
	font-style: italic;
}
.project-table tr.bron, .project-table tr.bron * {
	color: red !important;
	font-style: italic;
}
.project-table:not(.uk-table-small) tbody tr.active {
	background: #ffd;
}
@media (min-width: 960px){
	.offcanvas-bar_custom {
		width: 500px;
		left: -500px;
	}
}
/* ================================================ PANORAMA ================================================ */
[id*="panorama"] {
	width: 100%;
	height: 600px;
}
@media(max-width: 400px){
	[id*="panorama"], #map iframe {
		height: 400px;
	}
}

/* ================================================ SLIDER ================================================ */
.toggle-section-area [uk-tab]:before { left: 0; }
.slide-section { text-align: center; }

.uk-slider li { width: 99.9%; }
.uk-slider li:not(.uk-active) {}

.slide-section:not(.uk-active) { display: none; }
.slide-section:not(.loading) [uk-spinner] { display: none; }
.slide-section .uk-spinner {
	position: absolute;
	top: 10%;
	z-index: 10;
}

.fancybox-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.discount-price { display: inline-block; }
.discount-price > span {
	display: block;
	line-height: 1;
}
.discount-price .price-actual {
	text-decoration: line-through;
	font-size: 75%;
	color: indianred;
}
.discount-price .price-sale {}

.wpcf7 .form-icon .icon {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 1;
}
.wpcf7 .form-icon input { padding-left: 40px; }
input.uk-disabled { background: #f7f7f7; }

/* ================================================ FOOTER ================================================ */
#main-footer .logo-link {
	display: inline-block;
	max-width: 120px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .7;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
#main-footer .logo-link:hover {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}