/* Copyright FUZE Framework - Ebbers Media BV | Fuze - CSS */
/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html {
  margin:0;
  padding:0;
  border:0;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
* { box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing: border-box;}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, details, figcaption, figure, dialog,
footer, header, hgroup, menu, nav, section {
    display:block;
}

/* Line-height should always be unitless! */
body {
  line-height: 130%; /*1.5*/
  background: white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse: separate;
  border-spacing: 0;
}
/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align: left;
  font-weight: normal;
  float:none !important;
}
table, th, td {
  vertical-align: middle;
}
input, button,select { border:none;-webkit-appearance:none;-moz-appearance:none;border-radius:0px;}
textarea { resize:vertical;}
/* DELETE Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote, q { quotes: ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
img { display:block;}
/* Remember to define your own focus styles! */
:focus { outline: 0; }/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('app/Styles/images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('app/Styles/images/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('app/Styles/images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('app/Styles/images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('app/Styles/images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('app/Styles/images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('app/Styles/images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('app/Styles/images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('app/Styles/images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('app/Styles/images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('app/Styles/images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('app/Styles/images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('app/Styles/images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('app/Styles/images/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('app/Styles/images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('app/Styles/images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('app/Styles/images/fancybox/fancybox.png') -55px -90px no-repeat;
}

div#fancy_inner {border-color:#000;}
div#fancy_close {right:-15px;left:-12px}
div#fancy_bg {background-color: #000; border:1px solid #000;}/* Send to friend popup */
body.fuze-ajax-render_form{background:#fff;}

/* Loading */
#wpdc-loading { position: fixed;top: 50%;left: 50%;width: 40px;height: 40px;margin-top: -20px;margin-left: -20px;cursor: pointer;overflow: hidden;z-index: 9999;display: none;}
	#wpdc-loading div {position: absolute;top: 0;left: 0;width: 40px;height: 480px;background-image: url(_core/css/images/loading.png);}

/* Error handling */
.footer_errors{background: transparent!important;}
.error_message{border:1px solid #e9bdbd;background: #fcd9d9;color: #ff0000;text-align:center;padding:5px 20px;}
.error_message p{margin-bottom:0px;}
.success_message{border:1px solid #c4e9bd;background: #dffcd9;color: #429b57;text-align:center;padding:5px 20px;}

/* Fuze Debug screen */
#fuze-debug{text-align:left;padding:20px;background:#333;}
#fuze-debug,
	#fuze-debug h1,
	#fuze-debug h2,
	#fuze-debug h3,
	#fuze-debug h4,
	#fuze-debug h5,
	#fuze-debug h6,
	#fuze-debug p{font-family:Arial;}

	#fuze-debug h3, 
		#fuze-debug-page h3{padding:10px;display:block;color:#fff;background:#b90000;margin-bottom:10px;}
	
	#fuze-debug-page{background:#fff;margin-right:340px;height:100%;padding:10px;height:400px;overflow-y:scroll;}
		#fuze-debug-page h3{background:#b1b1b1;}
		#fuze-debug-page-details > div.fl{margin-right:10px;padding:10px;border:1px solid #000;}
			#fuze-debug-page-details th{font-size:16px;margin-bottom:10px;display:block;}

	#fuze-errors{color:#000;width:300px;padding:10px;background:#fff;height:400px;overflow-y:scroll;}
		#fuze-errors li{padding:5px 0;border-bottom:1px solid #ddd;}
		#fuze-errors li.priority-high{background: #ffeded;color: #ff0000;border-color:#e9bdbd;}
	#fuze-errors-label{background:#fff url(_core/css/images/fuze-errors-label.png) no-repeat 10px 8px;border:1px solid #e9bdbd;border-top:0; color:#000;display:block;padding:5px 10px 5px 35px;}

/* Overlay */
._overlay{ background: #000; position:fixed;height:100%;width: 100%; cursor:pointer;z-index:990;}

/* Google maps fix */
.googlemap_wrapper img{ background-color: transparent !important;}/*  
Theme Name: Fuze framework
Version: 1.4.1
Description: Designed by <a href="http://www.ebbersmedia.nl">ebbers media</a>.
Author: ebbersmedia.nl
Author URI: http://www.ebbersmedia.nl

	FUZE Framework - Ebbers Media BV

*/
/* Fonts
----------------------------------------------------------*/

/* Html en Body
----------------------------------------------------------*/
html {
	height: 100%;
}
body {
	font-family: "Open Sans", sans-serif;
	height: 100%;
	line-height: 20px;
	font-size: 15px;
	font-weight: 400;
	background: #000000;
	color: #3c3836;
}
.underline {
	text-decoration: underline;
}
.underline:hover {
	text-decoration: none;
}
.colfull {
	width: 1280px;
	position: relative;
}
.colfull.littleWider {
	width: 1280px;
}
.bg {
	background: #ffffff;
}
.auto {
	margin: auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clr {
	clear: both;
}
.divideFifth {
	width: 20%;
}
.divideQuarter {
	width: 25%;
}
.divideThreequarter {
	width: 75%;
}
.divideTwothird {
	width: 66.66%;
}
.divideThird {
	width: 33.33%;
}
.divideHalf {
	width: 50%;
	position: relative;
}

.divideHalf.left {
	padding-right: 20px;
}
.divideHalf.right {
	padding-left: 20px;
}

.column1 {
	float: left;
}

.line {
	height: 3px;
	width: 115px;
	display: block;
	margin: 15px auto;
	background: #000000;
	z-index: 3;
	position: relative;
}
.dark .line {
	background: #ffffff;
}

.table {
	display: table;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
}

.single #container {
	background: #e4eff2;
}
#container {
	overflow-x: hidden;
	height: 100%;
}
#wrapper {
	position: relative;
	transition: left 0.1s ease-in;
	left: 0px;
	width: 100%;
	height: 100%;
}
#wrapper.open {
	left: 260px;
}

.localLink:hover {
	cursor: pointer;
}

/* Tekst standaarden
----------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
	line-height: 1em;
	text-transform: uppercase;
}
h1 {
	font-size: 43px;
	line-height: 1.2em;
	margin-bottom: 15px;
}
h2 {
	font-size: 46px;
	margin-bottom: 15px;
}
h3 {
	font-size: 14px;
}
h3 {
	font-size: 42px;
	font-weight: 300;
}
p {
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 15px;
}
.content p {
	margin-bottom: 15px;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	cursor: pointer;
	text-decoration: underline;
}

li {
	list-style: none;
}
img {
	display: block;
}
div.person div.contactinfo i.fa-phone {
	padding-right: 15px;
	font-size: 18px;
}

.content p a,
.green {
	color: #8bae2c;
}
.button {
	color: #ffffff;
	border: 2px solid #8bae2c;
	padding: 15px 40px;
	display: inline-block;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	transition: all 0.2s ease;
	background: #8bae2c;
	position: relative;
	top: 0px;
}
.button:hover {
	text-decoration: none;
	cursor: pointer;
	background: #212126;
	border-color: #212126;
	top: -3px;
}

.button.alt {
	background: #212126;
	border-color: #212126;
}
.button.alt:hover {
	background: #8bae2c;
	border-color: #8bae2c;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
select,
textarea {
	border: 1px solid #262522;
	font-family: "Open Sans", sans-serif;
	background: #ffffff;
	padding: 20px 25px;
	font-style: italic;
	display: block;
	width: 100%;
	margin-top: 15px;
	transition: border 0.1s ease;
	transition: background 0.1s ease;
	color: #000000;
}

select {
	background: url(images/select-bg.png) no-repeat;
	background-position: right 5px top 12px;
}

input[type="number"] {
	padding: 5px 10px;
}

input:hover,
input:focus,
textarea:focus,
textarea:hover {
	border-color: #8bae2c;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color: grey;
}

/* Header
----------------------------------------------------------*/
#header li.page-vacatures {
	background: #8bae2c;
	width: fit-content;
	float: right;
	padding: 0 20px;
	margin-bottom: 30px;
	margin-top: 15px;
	transition: all 0.2s ease-in-out;
	border: solid 1px #8bae2c;
}
#header li.page-vacatures:hover {
	background: #212126;
	border: solid 1px #8bae2c;
}

#header li.current_page_item.page-vacatures a {
	color: #ffffff !important;
}

#header li.page-vacatures:hover a {
	color: #ffffff;
}
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	background: #212126;
	z-index: 999;
	text-align: right;
	width: 310px;
	height: 100%;
	transition: all 0.1s ease;
	color: #ffffff;
	overflow: hidden;
}
#headerContainer {
	width: 330px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100%;
	padding-right: 40px;
}
#wrapper.open #header {
	left: 0px;
}
#logo {
	display: inline-block;
}
#logo a {
}
#logo img {
}

#topNav {
	display: block;
	width: 100%;
	margin: 45px 0px;
}
#topNav ul > li {
	list-style: none;
	position: relative;
	width: 100%;
}
#topNav ul > li > a {
	display: block;
	color: #ffffff;
	padding: 15px 0px;
	font-weight: 700;
	font-size: 18px;
	transition: all 0.2s ease;
}
#topNav ul > li:hover > a,
#topNav ul > li.current_page_item > a {
	text-decoration: none;
	color: #8bae2c;
}

#hamburger {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	line-height: 16px;
	background: #262522;
	padding-left: 10px;
	z-index: 999;
	transition: all 0.1s ease;
}
#hamburger span {
	position: relative;
	top: -5px;
	color: #ffffff;
}
#hamburger i {
	padding: 10px;
	color: #ffffff;
	font-size: 30px;
	transition: all 0.1s ease;
}
#hamburger .fa-remove {
	display: none;
}
#hamburger:hover,
#hamburger:hover i {
	color: #8bae2c;
	cursor: pointer;
}

#wrapper.open #resMenu {
}

#header p {
	font-size: 16px;
	margin-bottom: 30px;
}
#header i {
	width: 25px;
	font-size: 18px;
}
#header svg {
	width: 25px;
	height: auto;
}
#header div.social-media {
	margin-bottom: 30px;
}
#header div.social-media p {
	margin-bottom: 10px;
}
#header svg path {
	fill: #ffffff;
}
#header .gold {
	font-weight: 700;
}

#submenu {
	background: #eeeeee;
}
#submenu li {
	float: left;
	padding: 0px;
}
#submenu li a {
	display: block;
	font-weight: 700;
	font-size: 20px;
	padding: 30px;
	transition: all 0.1s ease;
}
#submenu li:hover > a,
#submenu .current_page_item > a {
	background: #8bae2c;
	color: #ffffff;
	text-decoration: none;
}
#submenu .content {
	padding-top: 0px;
	padding-bottom: 0px;
}

/* Home
----------------------------------------------------------*/

.background-home {
	position: absolute;
	width: 100%;
	height: 100%;
}

.background-home img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* Content
----------------------------------------------------------*/
.content-images {
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.content-images a {
	width: calc(25% - (60px / 2));
}
.content-images a img {
	width: 100%;
}
.section {
	position: relative;
	width: 100%;
	color: #000000;
}
.section.home {
	display: table;
	height: 100%;
}
.section.page {
	background: url(images/header-ontwerp.jpg) no-repeat top right;
	background-size: 100%;
}
.section.page .contentwrap.page {
	background: url(images/content-bg.jpg) no-repeat #ffffff;
	background-position: bottom 300px left 768px;
}
.section .button {
	margin-right: 20px;
	margin-top: 40px;
}
.contentwrap {
	width: 100%;
	background: #ffffff;
}
.content {
	width: 100%;
	color: #000000;
	padding: 75px 75px 75px 385px;
	position: relative;
}
.content p {
	font-size: 18px;
	margin-bottom: 30px;
}
.content li {
	font-size: 18px;
	line-height: 1.6em;
	padding-left: 30px;
}
.content ul {
	margin-bottom: 30px;
}
.content.home {
	width: 1280px;
	color: #ffffff;
	padding-left: 220px;
	display: table-cell;
	vertical-align: middle;
	padding-top: 0px;
	background: transparent;
}
.content.title {
	padding-bottom: 0px;
	padding-top: 100px;
	height: 230px;
}
.section h1 {
	color: #ffffff;
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-weight: 700;
	position: absolute;
	bottom: 0px;
}
.section.home h1 {
	font-weight: 700;
	font-size: 68px;
	color: #ffffff;
	margin-bottom: 30px;
	position: static;
}
.section.home h2 {
	font-style: italic;
	text-transform: none;
}

.page-loop ul,
ul.leaf {
	margin-top: 20px;
}
.post-content ul li,
.page-loop ul li {
	position: relative;
	padding: 2px 0px 2px 40px;
}
ul.leaf li {
	position: relative;
	padding: 7px 0px 7px 40px;
}
.post-content li:before,
.page-loop li:before {
	content: "\f111";
	position: absolute;
	left: 10px;
	font-family: "fontawesome";
	color: #8bae2c;
	font-size: 10px;
}
ul.leaf li:before {
	position: absolute;
	left: 0px;
	content: "\f06c";
	font-family: "fontawesome";
	color: #8bae2c;
	font-size: 20px;
}

.ctawrap {
	background: #8bae2c;
}
.cta {
	width: 1281px;
	padding-left: 310px;
	display: table;
}
.cta .divideHalf {
	display: table-cell;
	padding: 75px;
	vertical-align: top;
}
.cta .left {
	background: #eeeeee;
}
.cta h2 {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 0px;
	color: #8bae2c;
}
.cta h3 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 20px;
}
.cta li {
	font-size: 18px;
}
.cta .right {
	background: #8bae2c;
	color: #ffffff;
	padding-right: 20px;
}

.person {
	display: block;
}
.person-image {
	width: 33.33%;
	height: 110px;
}
.person-info {
	width: 66.66%;
	padding-left: 20px;
	text-align: left;
	margin-top: 12px;
}

.person span {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
}
span.telephone:before {
	position: absolute;
	left: 0px;
	content: "\f095";
	font-family: "fontawesome";
}
span.email:before {
	position: absolute;
	left: 0px;
	content: "\f0e0";
	font-family: "fontawesome";
}

.het-team {
	margin-bottom: 50px;
}
.het-team.melanie {
	margin-bottom: 0px;
}
.team-image {
	width: 33.33%;
	padding-right: 40px;
}
.team-content {
	width: 66.66%;
	padding-left: 40px;
}

#contactform label {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
}
#contactform label.error {
	margin-top: 10px;
	font-weight: 400;
	font-style: italic;
}
#contactform .form-field {
	margin-bottom: 30px;
}
#contactform i {
	color: #8bae2c;
}

#vacatures-loop {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

#vacatures-loop div.vacature-content {
	position: relative;
}

#vacatures-loop div.vacature-content span {
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-weight: bold;
	color: #ffffff;
	font-size: 21px;
	z-index: 100;
	transition: all 0.2s ease-in-out;
	line-height: 26px;
}

#vacatures-loop div.vacature-content img {
	width: 100%;
	object-fit: cover;
}

#vacatures-loop div.vacature-content::after {
	content: "";
	background: rgb(139, 174, 32);
	background: -moz-linear-gradient(180deg, rgba(139, 174, 32, 0) 20%, rgba(139, 174, 32, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(139, 174, 32, 0) 20%, rgba(139, 174, 32, 1) 100%);
	background: linear-gradient(180deg, rgba(139, 174, 32, 0) 20%, rgba(139, 174, 32, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8bae20",endColorstr="#8bae20",GradientType=1);
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 150px;
	transition: all 0.2s ease-in-out;
}

#vacatures-loop a.single-vacature:hover span {
	left: 40px !important;
}

#vacatures-loop a.single-vacature:hover div.vacature-content::after {
	height: 200px !important;
}

#vacatures-loop a.single-vacature {
	width: calc(33.33% - (40px / 2));
}

/* Articles
----------------------------------------------------------*/

.project-loop {
	width: 100%;
	position: relative;
	height: 320px;
}
.content.projects {
	padding: 0px 0px 0px 310px;
}
.post-image {
	min-height: 30px;
	max-height: 100%;
}
.post-image img {
	width: 100%;
	height: auto;
}
.post-content {
	padding: 60px;
	height: 320px;
	overflow-y: hidden;
}
.post-content p {
	font-size: 16px;
	margin-bottom: 10px;
}
.post-content h2 {
	color: #8bae2c;
	font-weight: 700;
	font-size: 24px;
}
.content .post-content li {
	font-size: 16px;
}

.circle {
	height: 38px;
	width: 38px;
	background: #8bae2c;
	border: 12px solid #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -19px;
	margin-left: -19px;
	border-radius: 50%;
	z-index: 9;
}

.no-csstransforms3d .sliderControls {
	display: none;
}
.sliderControls {
	position: absolute;
	width: 100%;
	top: 0px;
	opacity: 0;
	transition: opacity 0.2s ease;
	z-index: 9;
}
.post-image:hover .sliderControls {
	opacity: 1;
}
.sliderControls .pager {
	height: 40px;
	width: 40px;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	color: #ffffff;
	position: absolute;
	top: 0px;
	font-size: 16px;
	line-height: 40px;
	transition: all 0.1s ease;
	z-index: 998;
}
.sliderControls .pager i {
	position: relative;
}
.sliderControls .pager:hover {
	cursor: pointer;
	background: #8bae2c;
	color: #ffffff;
}
.sliderControls .pager.prev {
	left: 0px;
}
.sliderControls .pager.prev i {
	left: -2px;
}
.sliderControls .pager.next {
	right: 0px;
}
.sliderControls .pager.next i {
	right: -2px;
}

.swiper-container {
	height: 320px;
}
.swiper-slide {
	float: left;
	position: relative;
	overflow: hidden;
}

#fancybox-wrap {
	padding: 0px;
}

/* Footer
----------------------------------------------------------*/

.footer h2 {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 0px;
}
.footer .content {
	padding: 75px 75px 75px 385px;
}
.footer {
	background: url(images/footer-bg.jpg) bottom right no-repeat;
	background-size: 100%;
}

@media handheld, screen and (max-width: 1910px) {
	.content.title {
		height: 180px;
	}
}
@media handheld, screen and (max-width: 1600px) {
	.section.page {
		background-size: auto 215px;
		background-position: top left;
	}
}
@media handheld, screen and (max-width: 1280px) {
	#vacatures-loop a.single-vacature {
		width: calc(50% - (40px / 2));
	}
	.content-images a {
		width: calc(33.33% - (60px / 2));
	}
	#header {
		width: 260px;
	}
	#logo {
		width: 100%;
		position: relative;
		background: #8bae2c;
	}
	#logo img {
		width: 100%;
		position: relative;
		right: 5px;
	}
	#headerContainer {
		width: 280px;
	}
	.content {
		padding: 40px 40px 40px 300px;
		width: 100%;
	}
	.footer .content,
	.content.home {
		padding-left: 300px;
	}
	.content.projects,
	.cta {
		padding-left: 260px;
		width: 100%;
	}
	.cta .divideHalf {
		padding: 90px 40px 75px 40px;
	}
	.section {
		display: block;
	}
	#topNav ul > li > a {
		font-size: 18px;
	}

	.project-loop {
		height: 300px;
	}
	.post-content {
		height: 100%;
		padding: 40px;
	}
	.post-image {
		overflow: hidden;
	}

	.team-image img {
		width: 100%;
		height: auto;
	}
}
@media handheld, screen and (max-width: 1200px) {
	.project-loop {
		height: 280px;
	}
}
@media handheld, screen and (max-width: 1140px) {
	.project-loop {
		height: 260px;
	}
}
@media handheld, screen and (max-width: 1060px) {
	.project-loop {
		height: 240px;
	}
	.section.page .contentwrap.page {
		background: #ffffff;
	}
}
@media handheld, screen and (max-width: 960px) {
	#hamburger {
		display: block;
	}
	#wrapper.open #hamburger {
		left: 260px;
	}
	#header {
		left: -260px;
	}
	.content.home,
	.footer .content,
	.content {
		padding-left: 40px;
	}
	.content.projects,
	.cta {
		padding-left: 0px;
	}
	.post-content {
		padding: 40px;
	}
}
@media handheld, screen and (max-width: 820px) {
	.section h1 {
		font-size: 36px;
	}
	.content.title {
		padding-top: 80px;
	}
}
@media handheld, screen and (max-width: 768px) {
	#vacatures-loop a.single-vacature {
		width: 100%;
	}
	.content-images a {
		width: 100%;
	}
	.section .button {
		width: 100%;
		margin-top: 20px;
	}

	.section.home h1 {
		font-size: 48px;
	}
	.cta .divideHalf {
		width: 100%;
		display: block;
		padding: 40px;
		text-align: center;
	}
	.cta .divideHalf ul {
		display: inline-block;
		text-align: left;
	}
	#contactform .divideHalf {
		width: 100%;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.footer .content {
		padding: 40px 20px;
		text-align: center;
	}
	.footer h2 {
		font-size: 32px;
	}
	.team-image {
		padding-right: 20px;
	}
	.team-content {
		padding-left: 20px;
	}
	#submenu .content {
		padding-left: 0px;
	}
	#submenu li a {
		padding: 20px;
		font-size: 16px;
	}
	.project-loop {
		height: 220px;
	}
	.post-content {
		padding: 30px;
	}
}
@media handheld, screen and (max-width: 680px) {
	.projects .divideHalf {
		width: 100%;
	}
	.project-loop {
		height: auto;
		margin-top: 20px;
	}
	.swiper-container,
	.post-content {
		height: auto;
	}
	.circle {
		display: none;
	}
	.footer {
		background-size: auto 100%;
	}
}

@media handheld, screen and (max-width: 560px) {
	#container {
		overflow-y: visible;
	}
	.content {
		padding: 40px 20px 40px 20px;
		vertical-align: top;
	}
	.section h1 {
		font-size: 26px;
	}
	.section.home h2 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.cta h4,
	.person {
		text-align: center;
	}
	.person-info,
	.person-image {
		float: none;
		width: auto;
		display: inline-block;
		width: 100%;
		text-align: center;
		padding-left: 0px;
	}
	.person .contactinfo {
		display: inline-block;
		text-align: left;
	}
	.person-image {
		margin-bottom: 20px;
	}
	.person-image img {
		display: inline-block;
	}

	.team-image {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 20px;
	}
	.team-image img {
		width: 50%;
	}
	.team-content {
		width: 100%;
		padding-left: 0px;
	}
	.page-loop li {
		font-size: 16px;
	}
	.content p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.cta h2,
	.cta h3 {
		font-size: 18px;
	}
	.cta .divideHalf {
		padding: 40px 20px;
	}
}
@media handheld, screen and (max-width: 480px) {
	#submenu li a {
		padding: 15px;
		font-size: 14px;
	}
	.section.home h1 {
		font-size: 38px;
	}
}
@media handheld, screen and (max-width: 380px) {
	#headerContainer,
	#header {
		width: 100%;
	}
	#header {
		left: -100%;
	}
	#wrapper.open #hamburger {
		left: 100%;
		margin-left: -43px;
		padding-left: 0px;
	}
	#wrapper.open #hamburger span {
		display: none;
	}
	#wrapper.open #hamburger .fa-remove {
		display: inline-block;
	}
	#wrapper.open #hamburger .fa-bars {
		display: none;
	}
}

/**
 * Swiper 3.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 27, 2015
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
	float: left;
}
.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-fles-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}
.swiper-container-vertical > .swiper-pagination {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}
.swiper-container-horizontal > .swiper-pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px;
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
	z-index: 0;
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.gform_heading {
	display: none;
}