/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../../webfonts/lato-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../webfonts/lato-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../../webfonts/lato-v17-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../webfonts/lato-v17-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Poppins-500 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../../webfonts/Poppins-v10-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../webfonts/Poppins-v10-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Poppins-600 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../../webfonts/Poppins-v10-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../webfonts/Poppins-v10-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../../webfonts/Poppins-v10-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../../webfonts/Poppins-v10-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
	overflow-y: scroll;
	background-color: #fff;
}

/* Clearfix & Clear
-------------------------------------------------------------------------------*/
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
.clear {
	width: 0;
	height: 0;
	display: block;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}



/* Global styles
-------------------------------------------------------------------------------*/
html {
	font-family: 'Poppins','Lato', Arial, Lucida Grande, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.6;
	color: #555;
	/*
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;*/
}

body {
	min-width: 300px;
/* 	background-color: #ebebeb; */
	background-color: #f7f7f7;
	position: relative;
	padding-top: 60px;
	/*background-attachment: fixed;*/
}

body.admin-bar {
	margin-top: 28px;
}

.verhuis-melding {
	background-color: #8a987e;
	color: #fff;
	font-size: 16px;
	padding: 15px 20px;
	text-align: center;
}
	.verhuis-melding a {
		display: inline-block;
		color: #fff;
		text-decoration: underline;
	}
@media only screen and (max-width: 1000px) {
	.verhuis-melding {
		font-size: 14px;
		padding: 10px;
	}
}
img {
	max-width: 100%;
	height: auto;
}
/* 
.wrapper-block-content img {
	border-radius: 3px;
}
 */

/* Links */
a {
	color: #8a987e;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #5a6452;
}
/*	j.mp/webkit-tap-highlight-color */
a:link {
	-webkit-tap-highlight-color: #8a987e;
}
a:hover,
a:active,
a:focus {
	outline: 0;
}
b, strong {
	font-weight: 600;
}
.btn {
	font-family: 'Lato', Arial, sans-serif;
	background-color: #8a987e;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 10px 42px 10px 27px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	border-radius: 40px;
}
.gform_button {
	position: relative;
}
	.gform_button:before,
	.btn:before {
		content: ' \2192';
		width: 16px;
		height: 18px;
		position: absolute;
		top: 5px;
		right: 19px;
		font-size: 15px;
		transition: all .5s;
		/* 
background-color: #fff;
		-webkit-mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
		mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
		-webkit-mask-size: 100% 100%;
		mask-size: 100% 100%;
		transform: rotate(-90deg);
 */
	}
	.btn:hover {
		background-color: #5a6452;
		color: #fff;
	}
		.gform_button:hover:before,
		.btn:hover:before {
			right: 15px;
			transition: all .1s;
		}


.btn--cta {
	background-color: #333;
	color: #fff;
	margin-bottom: 15px;
}
	.btn--cta:hover {
		background-color: #8a987e;
	}

.btn--large {
	font-size: 13px;
	padding: 15px 48px 15px 35px;
}
	.btn--large:before {
		width: 16px;
		height: 18px;
		top: 11px;
		right: 25px;
	}
		.btn--large:hover:before {
			right: 20px;
			transition: all .1s;
		}


form .gform_button {
	background-color: #8a987e !important;
	padding: 15px 22px !important;
	border: none !important;
	color: #fff;
	border-radius: 40px;
	text-transform: uppercase;
	border: none !important;
}
	form .gform_button:hover {
		background-color: #5a6452;
	}

#mobile-navigation .btn-menu a {
	background-color: #8a987e;
	color: #fff !important;
    border-radius: 40px;
    margin: 10px;
    padding: 10px 25px 10px 25px !important;
    text-align: center;
    display: block !important;
}


.icon-ul {
	display: inline-block;
	background-repeat: no-repeat;
	position: relative;
	top: 0;
	margin-right: 7px;
	width: 11px;
	height: 11px;
	background-image: url(../../img/icon-li.png);
	background-size: 11px 11px;
	background-position: 0 0;
}

/* Custom text-selection colors */
::-moz-selection {
	background: #8a987e;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #8a987e;
	color: #fff;
	text-shadow: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
/* 	margin-top: -15px; */
}
.main-content ul {
	margin-bottom: 20px;
	margin-left: 20px;
}
.main-content ul li {
	background-image: url(../../img/icon-li.png);
	background-size: 10px 9px;
	background-position: 0px 8px;
	background-repeat: no-repeat;
	/* list-style: none; */
	padding-left: 5px;
	margin-bottom: 10px;
	line-height: 1.4em;
	list-style-position: outside;
}
.main-content ul.list-contact-items li,
.main-content form ul li {
	padding-left: 0;
	background-image: none;
}
	.main-content ul.list-contact-items li a {
		text-decoration: none;
	}

/* 
.separator {
	border: none;
	border-bottom: 1px solid #20446e;
	margin: 60px auto -20px auto;
	max-width: 1170px;
}
 */

p {
	margin-top: 0;
	margin-bottom: 30px;
}

h1 {
	font-size: 24px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
/*  letter-spacing: -1.2px; */
	line-height: 1.2em;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Poppins', Arial, sans-serif;
	color: #333;
	line-height: 1.3em;
	font-weight: 400;
}
h1.page-title {
	font-size: 30px;
}
.block-title {
	font-size: 24px;
    font-weight: 400;
    margin: 0 0 8px 0;
    position: relative;
    display: inline-block;
    /* padding-right: 50px; */
}
/* 
	.block-title:before,
	.block-title:after {
		content: "";
		width: 13px;
		height: 2px;
		position: absolute;
		bottom: 9px;
		left: calc(100% - 40px);
		display: inline-block;
		background-color: #20446e;
    }
	.block-title:before {
		width: 20px;
		bottom: 14px;
	}
 */
.block-subtitle {
	font-size: 36px;
    font-weight: 400;
    line-height: 1.1em;
/*     text-transform: uppercase; */
    margin: 0 0 30px 0;
}
.main-color {
/* 	color: #20446e; */
/* 	blue: color: #247456; */
	color: #8a987e;
}

.wrapper-block--max-width {
	max-width: 700px;
	margin: 0 auto;
}

.ss-pika,
.ss-social {
	color: #8a987e;
	font-size: 19px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.ss-social {
	top: 0px;
}
.ss-facebook,
.ss-instagram {
	top: 3px;
}
.ss-pinterest {
	top: 4px;
}
.ss-youtube {
	top: 4px;
}
.ss-mail {
	top: 3px;
}

.hide-mobile,
#masthead #main-navigation .hide-mobile {
	display: none !important;
}
.hide-tablet-portrait,
#masthead #main-navigation .hide-tablet-portrait {
	display: none;
}

.page404 {
	padding: 80px 0 70px 0;
}


/* Header
-------------------------------------------------------------------------------*/
.absolute-header {
	display: none;
}
.wrapper-masthead {
	position: relative;
}
#masthead {
	position: fixed;
	z-index: 100;
	background-color: #fff;
	width: 100%;
	top: 0;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, .2);
}
#masthead #logo-holder {
	float: left;
	margin: 0;
	display: block;
	width: 100%;
}
#masthead #logo-holder a img {
	width: auto;
	height: 40px;
	margin-top: 11px;
	margin-left: 15px;
	display: block;
}
#masthead #logo-holder a.link-logo {
	float: left;
}
#masthead #logo-holder .logo-white {
	display: none;
}
#masthead #logo-holder .logo-black {
	display: inline-block;
}
#masthead #logo-holder #link-mobile-menu {
	float: right;
	height: 60px;
	width: 60px;
/* 	background-color: #20446e; */
	display: inline-block;
	text-decoration: none;
}
#masthead #logo-holder #link-mobile-menu i {
	width: 60px;
	color: #808080;
	font-size: 28px;
	display: block;
	text-align: center;
	margin-top: 10px;
	right: -2px;
}
#masthead #mobile-navigation {
	display: none;
	font-size: 16px;
	text-align: left;
	/*text-transform: uppercase;*/
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	float: left;
	width: 100%;
	/* background-color: #20446e; */
}
#masthead #mobile-navigation ul {
	margin: 0;
	list-style: none;
	border-top: 1px solid #ddd;
}
#masthead #mobile-navigation ul li {
	margin: 0px;
	display: block;
}
#masthead #mobile-navigation ul li a {
	display: block;
	color: #444;
	font-weight: normal;
	text-decoration: none;
	padding: 15px 0 15px 15px;
	border-bottom: 1px solid #ddd;
/* 	font-weight: 400; */
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 18px
}
#masthead #mobile-navigation ul li.current-page-ancestor a,
#masthead #mobile-navigation ul li.current-menu-item a {
	color: #8a987e;
}
#masthead #mobile-navigation ul li a:hover {
	color: #8a987e;
}


/* Cover
-------------------------------------------------------------------------------*/
.cover-home {
	margin-bottom: 40px;
}
/* 
.cover-home .gallery-cell:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 1;
}
 */
	.cover-home .gallery-cell .gallery-cell-content p {
		text-shadow: 1px 1px 2px #000;
		font-size: 16px;
/* 		z-index: 2; */
	}
.gallery-cell,
.cover {
	height: 130px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.gallery-cell .gallery-cell-content {
	color: #fff;
	position: absolute;
	top: 0px;
	width: 96%;
	left: 2%;
	font-family: 'Lato', Arial, sans-serif;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	font-size: 15px;
	display: none;
}
.gallery-cell .gallery-cell-content h1 {
	font-size: 29px;
	margin-top: 0;
	margin-bottom: 5px;
	color: #8a987e;
	color: #fff;
	text-shadow: 0px 1px 4px rgba(0, 0, 0, .5);
}
.gallery-cell .gallery-cell-content .bg-text-gray {
	margin-top: 10px;
	padding: 10px 10px 15px 10px;
}
.gallery-cell .gallery-cell-content p {
	margin: 0 auto 15px auto;
	max-width: 350px;
}
.gallery-cell .gallery-cell-content p {
	
}


.wrapper-button-offerte {
	position: relative;
	top: 70px;
	left: 0;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.wrapper-button-offerte .btn {
	float: right;
	margin-right: 10px;
}

.gallery-cell,
.cover-home {
	height: 235px;
}
.gallery-cell {
	width: 100%;
	counter-increment: gallery-cell;
}

.flickity-prev-next-button {
	display: none;
}
.flickity-page-dots {
	bottom: 5px;
}
.flickity-page-dots .dot {
	border-radius: 0;
	width: 10px;
	height: 4px;
	background: transparent;
	border: 1px solid #8a987e;
	opacity: 1;
	border-radius: 3px;
}
.flickity-page-dots .dot.is-selected {
	background: #8a987e;
}


/* Content
-------------------------------------------------------------------------------*/
.wrap {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.cover-content .wrapper-button-offerte .btn {
	opacity: 0.8;
}
.cover-content .wrapper-button-offerte .btn:hover {
	opacity: 1;
	background-color: #8a987e;
}

/* Content pages */
.content-pages h1.page-title {
	margin-top: 35px;
}
.wrapper-main-content {
	padding: 0 15px;
}

.wrapper-block-content .alignright {
	display: block;
	margin-bottom: 5px;
	width: auto;
	height: auto;
}

.wrapper-block--breadcrumb {
	padding-top: 10px;
}

.wrapper-block-intro-image img,
.wrapper-block--specialty figure,
.wrapper-block--project figure {
	border-radius: 15px;
}

.wrapper-blocks--specialties .wrapper-blocks--team figure {
	height: 400px;
	background-position: top center;
}

/* Blocks home */
.wrapper-blocks-home {
	padding: 0 15px;
}
	.wrapper-block-content {
		margin-bottom: 60px;
	}


.wrapper-block--bg-image {
	overflow: hidden;
	margin-bottom: 50px;
}
	.wrapper-block--bg-image figure {
		overflow: hidden;
		background-color: #eee;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		display: block;
		transition: all .6s;
		transform: scale(1);
		height: 230px;
		margin-bottom: 0;
/* 		border: 1px solid #dedede; */
	}
/* 
		.wrapper-block--bg-image figure:hover {
			transform: scale(1.05);
			transition: all .2s;
		}
 */
	.wrapper-block--bg-image .wrapper-block-text {
		margin-top: 20px;
	}
	.wrapper-block--bg-image p {
		margin-bottom: 20px;
	}


/* Center block */
.wrapper-block--center {
	text-align: center;
}

.main-align-center {
	max-width: 800px;
	margin: 0 auto;
}

/* Read more block */
.wrapper-block--read-more {
	padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}


/* Vision block */
.wrapper-blocks-home.wrapper-blocks--vision {
	background-color: #333;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 10px;
}
	.wrapper-blocks-home.wrapper-blocks--vision a,
	.wrapper-blocks-home.wrapper-blocks--vision .block-title {
		color: #fff;
	}
	.wrapper-blocks-home.wrapper-blocks--vision a:hover {
		background-color: #5a6452;
	}



/* Team page */
.page-team .single-image {
	display: block;
}
	.page-team .single-image img {
		max-width: 300px;
		box-shadow: 0 1px 4px rgba(0,0,0,.2);
		border-radius: 15px;
	}
@media only screen and (min-width: 700px) {
	.page-team .single-image {
		float: right;
    	margin-left: 30px;
	}
		.page-team .single-image img {
			/* 
max-width: 300px;
			box-shadow: 0 1px 4px rgba(0,0,0,.2);
 */
		}
}

/* Team blocks */
.wrapper-blocks--specialties .wrapper-block--read-more,
.wrapper-blocks--projects .wrapper-block--read-more {
	padding-bottom: 0;
    border-bottom: none;
}

.wrapper-blocks-home.wrapper-blocks--specialties {
	background-color: #f5f5f5;
	padding-top: 50px;
}

.wrapper-blocks--projects {
	background-color: #f5f5f5;
/* 	color: #eee; */
	padding-top: 40px;
}
	.wrapper-blocks--projects .wrapper-block-text h1,
	.wrapper-blocks--projects .wrapper-block-text h2,
	.wrapper-blocks--projects .wrapper-block-text h3,
	.wrapper-blocks--projects .wrapper-block-text h4,
	.wrapper-blocks--projects .wrapper-block-text h5 {
/* 		color: #eee; */
		margin-bottom: 10px;
	}
	.wrapper-blocks--projects .block-title:before,
	.wrapper-blocks--projects .block-title:after {
		background-color: #eee;
	}
/* 
	.wrapper-blocks--projects .btn {
		background-color: #c1c1c1;
    	color: #20446e;
	}
 */
/* 
	.wrapper-blocks--projects .btn--cta {
		background-color: #20446e;
    	color: #eee;
	}
 */


/* Instagram feed block */
.wrapper-blocks--instagram-feed {
	padding-top: 50px;
}
@media only screen and (max-width: 768px) {
	.wrapper-blocks--instagram-feed .sbi_item {
		width: 50% !important;
	}
}


/* References slider
-------------- */
.wrapper-blocks--references {
	padding-top: 50px;
	padding-bottom: 10px;
}
	.wrapper-blocks--references header,
	.wrapper-blocks--references h2 {
		text-align: center;
	}
	.wrapper-blocks--references h2 {
		margin-bottom: 5px;
	}

.cover-references {
	margin-bottom: 80px;
}
.gallery-references {
	margin-top: 15px;
	margin-bottom: 15px;
}
	.gallery-cell-references {
		height: 110px;
		text-align: center;
		padding: 0 10px;
		box-sizing: border-box;
		width: 49%;
		vertical-align: middle;
		display: table-cell;
		line-height: 110px;
	}
		.gallery-cell-references img {
			max-height: 60px;
			width: auto;
			vertical-align: middle;
		}


.wrapper-blocks--references .flickity-page-dots {
    bottom: -30px;
}


/* Special block */
.wrapper-block-special {
	padding-top: 20px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


.wrapper-blocks--request-quote {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
	.wrapper-blocks--request-quote .wrapper-block-home {
		background-color: #333;
		color: #fff;
		padding: 45px 20px 60px 20px;
		margin-top: -60px;
	}
	.bg-text-gray {
		background-color: rgba(0,0,0,0.5);
    	padding: 30px;
    	border-radius: 5px;
	}
	.bg-text-green {
		background-color: #5a6452;
		padding: 30px;
		border-radius: 15px;
		max-width: 550px;
		margin: 0 auto;
	}
		.wrapper-blocks--request-quote .wrapper-block-home .block-subtitle {
			color: #fff;
		}
		.wrapper-blocks--request-quote .wrapper-block-home form {
			float: none;
			margin-bottom: 0;
			padding-right: 0;
		}
			.wrapper-blocks--request-quote .wrapper-block-home form input[type="text"], 
			.wrapper-blocks--request-quote .wrapper-block-home form input[type="email"], 
			.wrapper-blocks--request-quote .wrapper-block-home form textarea {
				border-radius: 0;
				background-color: transparent;
				border: 1px solid transparent;
				border-bottom: 1px solid #fff;
			}
			.wrapper-blocks--request-quote .wrapper-block-home form input[type="text"]:focus, 
			.wrapper-blocks--request-quote .wrapper-block-home form input[type="email"]:focus, 
			.wrapper-blocks--request-quote .wrapper-block-home form input:focus, 
			.wrapper-blocks--request-quote .wrapper-block-home form textarea:focus {
				outline: 0;
				background-color: #eee;
			}
			.wrapper-blocks--request-quote .wrapper-block-home form .gform_button {
				background-color: #eee;
				color: #8a987e;
				border-radius: 0;
				padding: 13px 22px;
				max-width: 130px;
				text-transform: uppercase;
			    font-size: 14px;
			}
				.wrapper-blocks--request-quote .wrapper-block-home form .gform_button:hover {
					background-color: #fff;
					color: #000;
				}
				
.wrapper-blocks--archives {
	padding-top: 50px;
}
	.main-content--archives .wrapper-block-text {
		position: relative;
		width: calc(100% - 20px);
		margin: 0 auto;
		margin-top: -40px;
		z-index: 10;
		background-color: #fff;
		box-shadow: 0 0 8px 0 rgba(0,0,0,.1);
		padding: 15px;
		box-sizing: border-box;
		margin-bottom: 10px;
		border-radius: 8px;
	}
		.main-content--archives .wrapper-block-text h1 {
			margin: 0 0 10px 0;
		}


.wrapper-block--single {
	padding-top: 15px;
	padding-bottom: 50px;
}
	.wrapper-block--single .single-image {
		margin-bottom: 20px;
	}


.wrapper-blocks--request-quote-single {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
/* 	background-attachment: fixed; */
	padding: 40px 15px;
	position: relative;
}
	.wrapper-blocks--request-quote-single:before {
		content: '';
/* 		background-color: rgba(25,50,94, 0.85); */
		background-color: rgba(29,90,67, 0.85);
		background-color: rgba(59,76,57, 0.85);
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}
	.wrapper-blocks--request-quote-single .wrapper-block-home {
		z-index: 1;
		position: relative;
		text-align: center;
	}
		.wrapper-blocks--request-quote-single .wrapper-block-home .block-subtitle {
			color: #fff;
		}
		.wrapper-blocks--request-quote-single .wrapper-block-home .btn {
			background-color: #fff;
			color: #8a987e;
			font-size: 15px;
			padding: 12px 50px 12px 32px;
		}
			.wrapper-blocks--request-quote-single .wrapper-block-home .btn:before {
				top: 9px;
				right: 27px;
				font-size: 17px;
			}
			.wrapper-blocks--request-quote-single .wrapper-block-home .btn:hover {
				opacity: 0.85;
			}
			.wrapper-blocks--request-quote-single .wrapper-block-home .btn:hover:before {
				right: 22px;
			}

/* Team block */
/* 
.wrapper-block-team p {
	margin-bottom: 45px;
}
.wrapper-block-team p.text-team {
	margin-top: -10px;
	margin-bottom: 10px;
	color: #1e7b91;
	font-weight: bold;
}
	.wrapper-block-team figure img {
		border-radius: 400px;
	}
 */


/* Contact us block (with bg image) */
.wrapper-blocks-request-buttons {
	/* margin: 15px; */
	padding: 20px 20px 0px 20px;
	color: #fff;
/* 	text-shadow: 1px 1px 2px #000; */
	border-radius: 5px;
	background-size: cover;
    background-position: center center;
}
	.wrapper-blocks-request-buttons .block-subtitle {
		color: #fff;
		margin-bottom: 10px;
	}
	.wrapper-blocks-request-buttons p {
		font-size: 18px;
	}
	.wrapper-blocks-request-buttons .btn {
		margin-bottom: 10px;
	}


/* Reversed paragraphs */
.wrapper-block-paragraaf {
	margin-bottom: 20px;
	padding-bottom: 60px;
	position: relative;
}
	.wrapper-block-paragraaf:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -30px;
		height: 80px;
		width: 60px;
		
		-webkit-mask: url(../../img/icon-arrow-big.svg) no-repeat 50% 50%;
		mask: url(../../img/icon-arrow-big.svg) no-repeat 50% 50%;
		-webkit-mask-size: 100% 100%;
		mask-size: 100% 100%;
		background-color: #8a987e;
	}
	.wrapper-block-paragraaf:nth-child(2n+1):after {
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
	}

.wrapper-blocks--paragraven .wrapper-block-paragraaf:last-child {
	margin-bottom: 0;
	padding-bottom: 30px;
	background-image: none;
}
	.wrapper-blocks--paragraven .wrapper-block-paragraaf:last-child:after {
		content: unset;
	}

.wrapper-block-paragraaf .wrapper-block-image img {
	border-radius: 15px;
	margin-bottom: 15px;
	display: block;
}

.wrapper-block-paragraaf .wrapper-block-text p:last-child {
	margin-bottom: 0;
}


/* No arrows paragraph */
.paragraph-no-arrows .wrapper-block-paragraaf {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
	.paragraph-no-arrows .wrapper-block-paragraaf:after {
		content: unset;
	}


/* Google maps
-------------------------------------------------------------------------------*/
.googlemaps {
	margin-top: 0;
	position: relative;
}
	.googlemaps iframe {
		display: block;
		filter: grayscale(80%);
		transition: all 1.3s;
	}
		.googlemaps iframe:hover {
			filter: grayscale(0%);
			transition: all .3s;
		}
	.googlemaps h1 {
		border: none;
	}
#nametag_googlemaps {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 28px;
	background-color: #8a987e;
	padding-top: 7px;
	padding-bottom: 3px;
	padding-left: 31px;
	padding-right: 22px;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	font-size: 16px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
#nametag_googlemaps:hover {
	background-color: #333;
}


/* Sub menu
-------------------------------------------------------------------------------*/
.sub-menu {
	margin: 18px 0 20px 0;
}
.sub-menu h1 {
	font-size: 20px;
	margin-bottom: 7px;
	margin-left: 13px;
	padding-bottom: 5px;
}
.sub-menu h1 a {
	text-decoration: none;
	color: #333;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	line-height: 1em;
}
.sub-menu h1 a:hover {
	color: #8a987e;
}
.sub-menu ul {
	list-style: none;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}
.sub-menu ul li {
	display: block;
}
.sub-menu ul li a {
	margin: 0;
	display: block;
	padding: 11px 0 15px 35px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	color: #333;
	font-family: 'Lato', Arial, sans-serif;
	font-size: 16px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	position: relative;
}
	.sub-menu ul li a:before {
		content: '\25CF';
		padding-right: 20px;
		font-size: 17px;
		top: 10px;
		left: 13px;
		position: absolute;
	}
.sub-menu ul li a span {
	color: #aaa;
	display: block;
	font-style: italic;
	font-size: 14px;
}
.sub-menu h1 a.current-menu-item,
.sub-menu ul li.current-page-ancestor a,
.sub-menu ul li.current-menu-item a,
.sub-menu ul li a:hover {
	color: #8a987e;
}


/* Forms
-------------------------------------------------------------------------------*/
.form_wrapper {
	text-align: left;
}
.form_wrapper .icon-form {
	color: #a4a4a4;
	font-size: 69px;
}
.form_wrapper h2 {
	font-family: 'Lato', Arial, sans-serif;
	font-size: 24px;
	margin-top: 0px;
	font-weight: normal;
}
form {
	-webkit-border-radius: 4px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 4px;
	-moz-background-clip: padding;
	border-radius: 4px;
	background-clip: padding-box;
	clear: both;
	padding: 0px;
	float: left;
	margin-top: 30px;
	margin-bottom: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}
form .gform_body {
/* 	float: left; */
	width: 100%;
	display: block;
	border: 0px solid pink;
}
form ul {
	padding: 0px;
	margin: 0px;
	float: left;
}
form ul li {
	margin-bottom: 20px;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding-right: 0px;
	list-style: none;
}
form ul li.input_wide {
	width: 100%;
	padding-right: 0px;
}
form ul li.input_right {
	margin-right: -10px;
}

.gform_wrapper .gform_heading .gform_required_legend {
	display: none;
}

form .gfield {
/* 	margin-bottom: 30px !important; */
	
	margin-bottom: 15px !important;
    border-bottom: 1px dashed #c2c2c2 !important;
    padding-bottom: 35px !important;
}	
	form .gfield:last-child {
		border-bottom: none !important;
		padding-bottom: 0 !important;
	}
form.not-dashed .gfield {
	margin-bottom: 30px !important;
	border-bottom: none !important;
	padding-bottom: 0 !important;
}
form input,
form textarea,
.gfield select {
	border: none !important;
	border: 1px solid #b9b9b9 !important;
	background-color: #f7f7f7 !important;
	padding: 12px 20px 14px 20px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 0px;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 0px;
	-moz-background-clip: padding;
	border-radius: 40px;
	background-clip: padding-box;
	width: 100%;
	transition: all .3s;
}
form select,
form input[type="text"],
form input[type="tel"],
form textarea,
form input[type="email"] {
	margin-bottom: 25px;
}
form textarea {
	height: 140px;
	border-radius: 20px;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
}
	form input:focus,
	form textarea:focus {
		outline: none !important;
		background-color: #fff !important;
		border: 1px solid #afafaf !important;
		transition: all 0.5s;
	}

form .gfield_description {
	padding-left: 5px;
	margin-bottom: 3px;
	margin-top: -5px !important;
	padding-top: 0 !important;
}

form fieldset {
	margin-top: 10px;
	margin-bottom: 25px;
	display: inline-block;
    width: 100%;
	box-sizing: border-box;
}
	form fieldset legend {
		padding-left: 5px !important;
		margin-bottom: 0px !important;
		font-size: 18px !important;
		font-weight: 500 !important;
	}
	form .gfield--type-date legend {
		margin-bottom: 6px !important;
	}
	
	/* Fieldset */
	form fieldset .ginput_container .gform-grid-col:last-child input,
	form fieldset .ginput_container .ginput_address_zip input {
		margin-bottom: 0;
	}

		form fieldset input[type="checkbox"],
		form fieldset.gfield--type-radio input[type="radio"] {
			margin-right: 4px;
		}		
			form .gfield_required .gfield_required_asterisk {
				color: red;
				padding-left: 5px;
			}
	
	/* Select field */
	.gfield--type-select {
/* 		margin-top: 15px; */
		margin-bottom: 5px;
	}
		.gfield--type-textarea label,
		.gfield--type-select label {
			margin-bottom: 13px !important;
			display: inline-block !important;
			font-weight: 500 !important;
		}
		.gfield--type-textarea textarea {
			border: 1px solid #e7e7e7;
		}
			.gfield select:focus-visible {
				outline: none;
				background-color: #fff !important;
				border: 1px solid #bfbfbf !important;
			}
		.gfield .ginput_container_date select {
			min-width: 110px !important;
		}


form label {
	margin-bottom: 6px;
	padding-left: 5px !important;
	display: inline-block;
	font-size: 18px !important;
	font-weight: 500 !important;
}
form fieldset label {
	font-size: 16px !important;
}

form select {
    appearance: none; /* Disable the default arrow */
    -webkit-appearance: none; /* For WebKit-based browsers */
    -moz-appearance: none; /* For Firefox */
    
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="gray"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 18px;
}

.validation_message,
.validation_error {
	display: none !important;
}
.gfield_error input,
.gfield_error textarea {
	border: red 1px solid !important;
	background-color: #fdf4f4 !important;
}
.gfield_contains_required.gfield_error label.gfield_label {
	color: #ff0000;
}
.captcha-field {
	margin-top: 30px;
}
	.captcha-field label {
		margin-bottom: 8px;
	}

::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	color: #888;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888;
	opacity: 1;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888;
	opacity: 1;
}
:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #888;
}
::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #888;
}
::placeholder {
	/* Most modern browsers support this now. */
	color: #888;
}




/* All blocks
-------------------------------------------------------------------------------*/
.content-block {
  padding: 70px 0 60px 0;
  text-align: left;
  position: relative;
}
.content-block .block-title {
  font-size: 30px;
  margin-top: 0 !important;
}
.content-block.content-block--padding-top-normal {
  padding-top: 80px;
}
.content-block.content-block--padding-top-medium {
  padding-top: 40px;
}
.content-block.content-block--padding-top-small {
  padding-top: 20px;
}
.content-block.content-block--padding-top-none {
  padding-top: 0;
}
.content-block.content-block--padding-bottom-normal {
  padding-bottom: 80px;
}
.content-block.content-block--padding-bottom-medium {
  padding-bottom: 40px;
}
.content-block.content-block--padding-bottom-small {
  padding-bottom: 20px;
}
.content-block.content-block--padding-bottom-none {
  padding-bottom: 0;
}
.content-block .block-title {
  margin: 0 0 20px 0;
}
.content-block__image {
  position: relative;
}
/* Text block
-------------------------------------------------------------------------------*/
.content-block--text-block .text-block__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin-bottom: 25px;
}
.content-block--text-block .text-block__image img {
  border-radius: 3px;
  display: inline-block;
}
.content-block--text-block .text-block__text {
  box-sizing: border-box;
}
.content-block--text-block .text-block__text p:last-child {
  margin-bottom: 0;
}
.content-block--text-block.content-block--text_only .text-block-width-small {
  max-width: 850px;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  /* Text block
	  -------------------------------------------------------------------------------*/
  .content-block--text-block .text-block__image {
    margin-bottom: 0;
  }
  .content-block--text-block .text-block__image,
  .content-block--text-block .text-block__text {
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
  }
  .content-block--text-block.content-block--text_only {
    text-align: center;
  }
  .content-block--text-block.content-block--image_left .text-block__image {
    padding-right: 15px;
    text-align: right;
  }
  .content-block--text-block.content-block--image_left .text-block__text {
    padding-left: 5px;
    float: right;
  }
  .content-block--text-block.content-block--image_right .text-block__image {
    padding-left: 15px;
    float: right;
  }
  .content-block--text-block.content-block--image_right .text-block__text {
    padding-right: 5px;
  }
  .content-block--text-block.content-block--text-only {
    text-align: center;
  }
  .content-block--text-block.content-block--text-only .text-block__text {
    text-align: center;
    width: 100%;
    max-width: 800px;
  }
}
@media only screen and (min-width: 1050px) {
  /* All blocks
	  -------------------------------------------------------------------------------*/
  .content-block.content-block--padding-top-normal {
    padding-top: 100px;
  }
  .content-block.content-block--padding-top-medium {
    padding-top: 60px;
  }
  .content-block.content-block--padding-top-small {
    padding-top: 30px;
  }
  .content-block.content-block--padding-bottom-normal {
    padding-bottom: 100px;
  }
  .content-block.content-block--padding-bottom-medium {
    padding-bottom: 60px;
  }
  .content-block.content-block--padding-bottom-small {
    padding-bottom: 30px;
  }
  /* Text block
	  -------------------------------------------------------------------------------*/
  .content-block--text-block.content-block--image_left .text-block__image {
    padding-right: 20px;
  }
  .content-block--text-block.content-block--image_left .text-block__text {
    padding-left: 20px;
    float: right;
  }
  .content-block--text-block.content-block--image_right .text-block__image {
    padding-left: 20px;
  }
  .content-block--text-block.content-block--image_right .text-block__text {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  /* Text block
	  -------------------------------------------------------------------------------*/
  .content-block--text-block.content-block--image_left .text-block__image {
    padding-right: 25px;
  }
  .content-block--text-block.content-block--image_left .text-block__text {
    padding-left: 15px;
    float: right;
  }
  .content-block--text-block.content-block--image_right .text-block__image {
    padding-left: 25px;
  }
  .content-block--text-block.content-block--image_right .text-block__text {
    padding-right: 15px;
  }
}



/* Footer
-------------------------------------------------------------------------------*/
#footer {
	background-color: #d3d3d3;
	padding-top: 60px;
	padding-bottom: 20px;
	font-size: 15px;
	color: #ededed;
	position: relative;
	
/* 
	background-image: url(../../img/patern-concrete.jpg);
	background-size: 200px 200px;
	background-repeat: repeat;
 */
	background-image: url(../../img/bg-footer.jpg);
	
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
#footer > .wrap {
	z-index: 0;
	position: relative;
}
#footer:before {
    content: '';
    background-color: #8a987e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.97;
}
#footer h1,
#footer a,
#footer .ss-pika,
#footer .ss-social {
	color: #ededed;
}
#footer a {
	color: #ededed;
	padding: 0;
	text-decoration: none;
	display: inline-block;
	word-break: break-all;
}
#footer a:hover {
	color: #5a6452;
}

#footer h1 {
	font-size: 24px;
	border-bottom: 1px solid #737e6a;
	padding-bottom: 20px;
	margin-bottom: 30px;
	font-weight: 400;
/* 	text-shadow: 1px 2px 1px rgba(0, 0, 0, 1); */
}
#footer .footer-block ul {
	margin-top: 0;
	width: 100%;
}
#footer .footer-block ul li {
	margin-bottom: 10px;
	list-style: none;
	display: block;
	position: relative;
}

#footer table td {
	text-align: left;
	padding-bottom: 9px;
	padding-right: 4px;
}


#footer .footer-block-vision a {
	text-decoration: underline;
}
	#footer .footer-logo {
		border-bottom: 1px solid #737e6a;
		margin-top: 10px;
		margin-bottom: 30px;
		padding-bottom: 9px;
	}
		#footer .footer-logo img {
			width: 143px;
			height: auto;
		}

#footer .footer-block-pages ul li a {
	padding-left: 20px;
}
#footer .footer-block-pages ul li a:before {
	/* 
content: '▹';
	font-family: "SSPika";
	font-feature-settings: "liga";
	font-size: 13px;
	position: relative;
	top: 1px;
	left: 0;
	margin-right: 8px;
 */
	
/* 				a:before { */
					content: '';
					width: 22px;
					height: 18px;
					position: absolute;
					top: 4px;
					left: -5px;
					background-color: #ededed;
					-webkit-mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
					mask: url(../../img/icon-arrow-down.svg) no-repeat 50% 50%;
					-webkit-mask-size: 100% 100%;
					mask-size: 100% 100%;
					transform: rotate(-90deg);
/* 				} */
}

#footer .footer-block-contact ul li {
	padding-left: 32px;
}
	#footer .footer-block-contact ul li i {
		position: absolute;
		left: 0;
		top: 0px;
	}


#footer .copyright-info,
#footer .copyright-info a {
	color: #ededed;
	font-size: 14px;
}
	#footer .copyright-info a:hover {
		color: #5a6452;
	}
/* 
#footer form {
  margin-top: 0;
}
#footer form input {
  border-radius: 65px;
  padding: 11px 19px 13px 19px;
  border: none;
  max-width: 250px;
  background-color: #b1b1b1;
}
#footer form .gform_button {
  padding: 12px 15px;
  max-width: 250px;
  background-color: #20446e;
}
 */

.absolute-footer {
	background-color: #fff;
	color: #bbb;
	padding: 10px 15px;
	font-size: 13px;
}

.absolute-footer a {
	color: #8a987e;
	text-decoration: none;
}
.absolute-footer a:hover {
	color: #111;
}

ul.info-page li {
	margin-bottom: 18px;
    list-style: none;
    display: block;
    position: relative;
}
	ul.info-page li a {
		text-decoration: none;
		padding-left: 15px;
		display: inline-block;
	}
		ul.info-page li a i {
			position: absolute;
			left: 0;
			top: 2px;
		}

/* @2x
-------------------------------------------------------------------------------*/
.sprite {
	background-image: url(../../img/sprite.png);
}

.icon-sun {
	background-image: url(../../img/icon-sun.png);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi) {
	.sprite {
		/* Reference the @2x Sprite */
		background-image: url(../../img/sprite@2x.png);
		/* Translate the @2x sprite's dimensions back to 1x */
		background-size: 290px 187px;
	}
}