/* -------------------------------------------------------------- */
/* MAIN CSS FRAME // HELIX
----------------------------------------------------------------- */

/* ----------------------------------------------------------- */
/* GLOBAL
-------------------------------------------------------------- */
html,
body{
	background:#fff;
	background-color:#fff;
	scroll-behavior: smooth;
}

.clearfix{
	clear:both;
}

.row{
	max-width:90em;
}

.fullWidth{
	max-width:100vw;
}

img{
	image-rendering: -webkit-optimize-contrast;
}

/* ----------------------------------------------------------- */
/* FONTS
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#555;
}

h1{
	font-size:1.5em;
}
h2{
	font-size:1.3em;
}
h3{
	font-size:1.1em;
}
h4{
	font-size:1.1em;
}

h5{
	font-size:1em;
}

p,li,address, .product_meta{
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:12pt;
	line-height:28pt;
}

a:visited,
a{
	
	transition:all ease 0.2s;
}
	a:hover,
	a:focus{
		color:#808080;
	}
	
blockquote{
	display:block;
	font-family: 'Raleway', sans-serif;
	font-weight:300;
	font-size:11pt;
	font-style:italic;
	line-height:27pt;
	padding-left:14px;
	margin-bottom:8px;
}

iframe{
	width:100%;
	display:block;
	margin:0 auto;
}

/* ----------------------------------------------------------- */
/* BUTTONS & LINKS
-------------------------------------------------------------- */
.button,
.button:focus,
.button:visited{
	font-family: 'Raleway', sans-serif;
	text-transform: lowercase;
	font-size:1.1em;
	font-weight:500;
	color:#fff;
	background: orange;
	border:3px solid transparent;
	transition:all ease 0.2s;
	padding: 10px 70px;
    border-radius: 50px;
}

/*
	.button:after,
	.button:focus:after,
	.button:visited:after{
		content:"\f30b";
		font-family: "Font Awesome 6 Pro";
		font-weight: 400;
		margin-left: 8px;
    	font-size: 12pt;
	}
*/

.button.secondair,
.button.secondair:focus,
.button.secondair:visited,
.button.secundair,
.button.secundair:focus,
.button.secundair:visited,
.button.secondary,
.button.secondary:focus,
.button.secondary:visited{
	background:#a3a3a3;
	color:#fff;
}	


.linkList,
#sidebars ul{
	list-style:none;
	margin:0 0 5px 0;
}

	#sidebars ul.sub-menu li{
		background:none;
		padding:0;
		width:100%;
	}

	.linkList li,
	#sidebars ul li{
		font-weight: 300;
		margin-bottom: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid rgba(255,255,255,0.07);
		width: 80%;
	}
	
	

/* ----------------------------------------------------------- */
/* RECURRING SECTIONS
-------------------------------------------------------------- */
.page-content{
	margin-top:20px;
	margin-bottom:20px;
}	

.content{
	margin:80px auto;
}

.page-section{
	padding:50px 0;
}


.gray-section{
	background:#f9f9f9;
}

.ac-two-column {
    column-count: 2;
    column-gap: 80px;
	margin-bottom: 20px;
}

.white-section h1,
.white-section h2,
.white-section h3,
.white-section h4,
.white-section h5,
.white-section h6,
.white-section p,
.white-section li,
.white-section a{
	color:#fff;
}

.white-section .button {
    background: transparent;
    border-color: #fff;
}

.white-section .button:hover {
    background: #fff;
}

.page-section.parallax-bg{
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-section.image-bg{
    background-position: center;
    background-size: cover;
}

/* ----------------------------------------------------------- */
/* ANIMATION
-------------------------------------------------------------- */
.bounce-up .row {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up.in-view .row {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.buffered-section{
	width:80%;
	margin:0 auto;
}

/* ----------------------------------------------------------- */
/* VIDEO BANNER
-------------------------------------------------------------- */
.video-container{
    height:100vh;
    position:relative;
}

.video-container video {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}
.video-container .video-text{
    position:absolute;
    top:35vh;
    width:100%;
}

.video-buffer{
	max-width:60%;
}

.video-buffer.center{
	margin:0 auto;
}

.video-container .video-text h2,
.video-container .video-text p{
    color:#fff;
}

.video-container .video-text h2{
    font-size:4em;
}

.video-container .video-text p{
    font-size:1.4em;
}

.video-container .video-text a.button{
    font-size:.9em;
}


/* ----------------------------------------------------------- */
/* FIXED HEADER GLOBAL
-------------------------------------------------------------- */

#fixed-header{
	width:100%;
	z-index:999999;
	position: fixed;
	transition:all ease .2s;
	opacity:0;
	top: -120px;
}

#fixed-header.nav-up {
    top: -120px;
}

#fixed-header.nav-down{
	top:0px;
}

/* ----------------------------------------------------------- */
/* HEADER #1
-------------------------------------------------------------- */
#header{
	width:100%;
	z-index:1;
}

#fixed-header .logo,
#header .logo{
	height: 60px;
	width:auto;
    margin: 20px 0 20px 0;
    display: block;
}

/* Fixed part */

/* ----------------------------------------------------------- */
/* HEADER #2
-------------------------------------------------------------- */

#header .logo.logo-var-2,
#fixed-header .logo.logo-var-2{
	margin:20px auto;
}

#fixed-header.header-2,
#header.header-2{
	border:none;
}

#fixed-header.header-2.nav-up{
	top: -160px;
}

#fixed-header.header-2.nav-down{
	top:0px;
}

/* ----------------------------------------------------------- */
/* HEADER #3
-------------------------------------------------------------- */
nav.nav-left,
nav.nav-right{
	margin:35px 0 0 0;
}

nav.nav-left{
	text-align:left;
}

nav.nav-right{
	text-align:right;
}


/* ----------------------------------------------------------- */
/* HEADER #4
-------------------------------------------------------------- */
.nav-icon-wrap {
    margin: 26px 0 0 0;
}

.nav-icon {
    font-size: 2em;
}

#big-nav{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	background: rgba(255,255,255,.75);
	backdrop-filter: blur(8px);
	z-index: 9999999;
}

.big-nav-inner{
	position:relative;
}

#close-big-nav {
    position: absolute;
    top: 5vh;
    right: 5vw;
}

nav#big-nav-items {
    margin: 0;
    padding: 10vw;
    text-align: left;
}

nav#big-nav-items ul li {
    display: block;
    padding: 20px 0px;
    border: 0 !important;
    font-size: 1.6em;
}


nav#big-nav-items ul li > ul.sub-menu{
	display:none !important;
}

nav#big-nav-items ul li.menu-item-has-children:after{
	display:none !important;
}

/* ----------------------------------------------------------- */
/* HEADER #5
-------------------------------------------------------------- */
#header.transparent-header{
    background: transparent !important;
	background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 90%) !important;
    border-bottom: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
	height: 120px;
    z-index: 99;
}

/* ----------------------------------------------------------- */
/* HEADER #6
-------------------------------------------------------------- */
.header-wave {
	transform: rotate(180deg);
	height: 0px;
    position: relative;
    top: 100px;
	z-index: 10;
}

.waves {
	width: -webkit-fill-available;
    height: 100px;
}

.parallax > use {
	animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
  }
  .parallax > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
  }
  @keyframes move-forever {
	0% {
	 transform: translate3d(-90px,0,0);
	}
	100% { 
	  transform: translate3d(85px,0,0);
	}
  }
  /*Shrinking for mobile*/
  @media (max-width: 768px) {
	.waves {
	  height:40px;
	  min-height:40px;
	}
	.content {
	  height:30vh;
	}
	h1 {
	  font-size:24px;
	}
    .header-wave {
        top: 39px;
    }
  }
  
  #fixed-header.header-6.nav-up{
  	top: -220px;
  }

  #fixed-header.header-6.nav-down{
  	top:0px;
  }
  
  /* ----------------------------------------------------------- */
  /* WHATSAPP BUTTON
  -------------------------------------------------------------- */
  a.whatsapp-chat{
  		position:fixed;
  		bottom:20px;
  		left:20px;
  		border-radius:50%;
  		background:#25d366;
  		color:#fff!important;
  		font-size:2em;
  		padding:6px 16px;
		z-index:999;
  	}
  	.whatsapp-chat:after{
  		position: absolute;
  		top: 18px;
  		left: 40px;
  		content: "Whatsapp met ons";
  		color: #fff;
  		background: #555;
  		border-radius: 40px;
  		font-size: 10pt;
  		min-width: 153px;
  		padding: 5px 9px;
  		text-align: center;
  		opacity: 0;
  		transition: all ease 0.2s;
  	}

  	.whatsapp-chat:hover:after{
  		opacity:1;
  		left:66px;
  	}
  
/* ----------------------------------------------------------- */
/* NAVIGATION
-------------------------------------------------------------- */

/* Style #1*/
nav{
	margin: 42px 0 0 0;
	position:relative;
	text-align:right;
}

nav ul{
	margin:0;
}

nav ul li{
	list-style:none;
	display:inline;
	margin:0 15px;
	font-family: 'Raleway', sans-serif;
	font-weight:500;
	font-size: 9.5pt;
	letter-spacing:1px;
	padding:30px 0;
	position:relative;
/* 	text-shadow:1px 1px 0px #333; */
}

nav ul li.menu-item-has-children:after{
    content: "\f078";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
    margin-left: 0px;
}

	nav ul li a,
	nav ul li a:visited{
		color:#727475;
	}
		nav ul li:hover,
		nav ul li.current_page_item:hover{
			border-bottom:2px solid #f2f2f2;
		}
		
		nav ul li.current_page_item{
			border-bottom:2px solid #f2f2f2;
		}
		
		
		nav ul.sub-menu li,
		nav ul.sub-menu li:hover,
		nav ul.sub-menu li.current_page_item{
			border-bottom:none;
		}
		
		nav ul li > ul.sub-menu{
			display:none;
			position: absolute;
			top: 75px;
			z-index: 99;
			white-space: nowrap;
			text-align: left;
			left: -38px;
		}	

			nav ul li:hover > ul.sub-menu{
				display:block;
			}

			.sub-menu li{
				display:block;
				background:rgba(250,250,250,0.9);
				padding:6px 12px;
			}
				.sub-menu li a,
				.sub-menu li a:visited{
					color:#333;
					text-shadow:none;
				}
				

					.sub-menu li:hover a{
						color:#fff!important;
					}

			.sub-menu li{
				position:relative;
			}
				.sub-menu li ul.sub-menu{
					position: absolute;
					top: 0;
					left: 122px;
				}


			.sub-menu .sub-menu,
			.sub-menu .sub-menu .sub-menu{
				display:none;
				transition:all ease 0.2s;
			}

/* Style #2 */					
.nav-full-bar{
	background:#f3f3f3;
}

.nav-full-bar nav{
	margin:0;
	padding:10px 0;
}

.nav-full-bar ul{
	text-align:center;
}

.nav-full-bar nav ul li{
    padding: 19px 0px;
}

/* Sub nav */
.nav-full-bar nav  ul li > ul.sub-menu {
    top: 54px;
    left: -36px;
}

.nav-full-bar nav ul.sub-menu li {
    padding: 6px 12px;
}

/* ----------------------------------------------------------- */
/* TOPBAR
-------------------------------------------------------------- */
/* Top navigatie */
section.top-nav-wrap {
    background: #f4f4f4;
}

nav.top-nav {
    margin: 10px 0;
}

nav.top-nav ul li {
    font-size: 8.5pt;
    padding: 0;
}

nav.top-nav ul li,
nav.top-nav ul li:hover,
nav.to-nav ul li.current_page_item:hover,
nav.to-nav ul li.current_page_item{
	border:none !important;
}

/* Top USPs */
.ac-usp-slider{
	margin:0;
	text-align:center;
	padding:10px 0;
}

.ac-usp-slider li {
    font-size: .9em;
}

/* Top socials & contact */
.top-nav-wrap ul.socials-wrap {
	margin:0;
	padding:10px 0;
}
.top-nav-wrap ul.socials-wrap li {
    display: inline;
    list-style: none;
    margin-right: 18px;
    border-bottom: 0;
}

.top-nav-wrap ul.contacts-wrap {
	margin:0;
	padding:10px 0;
}
.top-nav-wrap ul.contacts-wrap li {
    display: inline;
    list-style: none;
	    font-size: 10pt;
    margin-right: 18px;
    border-bottom: 0;
}

/* ----------------------------------------------------------- */
/* MOBILE NAVIGATION
-------------------------------------------------------------- */
.mobileBar{
	background:#fff;
	padding:15px 8px;
}

	.mobileBar a{
		color: #f2f2f2;
		font-size:18px;
	}
	
	.mobileBar .search-outer{
		right:25px;
		top:5px;
	}
	
	.mobile-nav-icon{
		float: right;
		font-size: 32px;
		margin-top:13px;
	}
	
	.logo-mobile{
	    text-align: left;
	    height: 50px;
		width:auto;
	}

.right-off-canvas-menu h4{
	color:orange;
	padding:10px;
	font-size:1.4em;
}	

.right-off-canvas-menu ul{
	margin:0;
}

	.right-off-canvas-menu ul li{
		padding:10px;
		font-family:'Raleway', sans-serif;
		font-weight:300;
		text-transform:uppercase;
		border-bottom:1px solid rgba(255,255,255,0.6);
		list-style:none;
	}
		.right-off-canvas-menu ul li a{
			color:#fff;
		}

/* ----------------------------------------------------------- */
/* SLIDERS & BANNERS
-------------------------------------------------------------- */
.banner-wrap,
.banner{
	width:100vw;
	height:60vh;
	background-size:cover;
	position:relative;
	margin:0;
}		

.helix-banner-overlay{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.banner-container{
	position:relative;
}

.banner-text{
	margin-top:14vh;
}

.banner-text h2{
    font-size: 3em;
    text-transform: none;
    color: #fff;
    text-shadow: 1px 1px 0px #443;
}

.banner-text p,
.banner-text li{
    font-size: 1.2em;
    text-transform: none;
    color: #fff;
    text-shadow: 1px 1px 0px #443;
}

.banner-text li {
	list-style-position: inside;
}

.page-banner{
	position:relative;
}

.page-banner,
.page-banner img{
	width:100vw;
}

.page-banner-title{
	position: absolute;
	bottom: 5vw;
	width: 100%;
}

.page-banner-title h1{
	font-size:2em;
    color: #fff;
    text-shadow: 1px 1px 0px #443;
}


.arrow{
	position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
    background-size: contain;
}

.slick-arrow {
    position: absolute;
    z-index: 100;
    top: 50%;
	font-size: 1.6em;
	color: rgba(255,255,255,0.1);
	transition:all ease .1s;
}

.banner-wrap:hover .slick-arrow{
	color: rgba(255,255,255,0.35);
}

.arrow-left{
	left:20px;
}

.arrow-right{
	right:20px;
}

/* ----------------------------------------------------------- */
/* Search
-------------------------------------------------------------- */
.fa-magnifying-glass:before, .fa-search:before {
	position:relative;
	top: 13px;
	right: 55px;
}


/* ----------------------------------------------------------- */
/* BLOG
-------------------------------------------------------------- */
p.date.news-date {
    font-style: italic;
    margin-top: -10px;
    font-size: .85em;
}

.head-center{
	margin-bottom:25px;
}

.news-wrap{
	position:relative;
	transition:all ease 0.2s;
	min-height:400px;
	background-size: cover;
    background-position: center;
}

.news-block{
	padding:25px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    min-height:10%;
    transition:all ease .2s;
}

	.news-wrap:hover .news-block{
		padding:60px 25px;
		min-height:100%;
	}

.news-block p{
	display:none;
	transition:all ease .2s;
}
	.news-wrap:hover .news-block p{
		display:block;
	}

.news-block h3,
.news-block p{
	color:#fff;
	margin: 0;
}

/* Blog 2 */
.news-block-2{
    border-right: 1px solid #eee;
    padding-right: 30px;
}

/* Single */
		
.back-button,
.back-button:focus{
	font-size:.9em;
	padding: 10px 40px 10px 28px;
}	

.back-button:after{
	display:none;
}

.back-button:before {
    content: "\f053";
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
    margin-right: 14px;
    font-size: 8pt;
}

.single-news-post img{
	width:100%;
}

.next-page {
    float: left;
}

.past-page {
    float: right;
}

/* ----------------------------------------------------------- */
/* HELIX SHORTCODE
-------------------------------------------------------------- */

/* View round */
li.helix-round img {
    border-radius: 50%;
    width: 150px;
    display: block;
    margin: 10px auto 10px auto;
}

li.helix-round h4{
	text-align:center;
}

/* View banner */
.banner-block {
    padding: 80px 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    min-height: 10%;
    transition: all ease .2s;
}

.banner-block-inner{
	width:50%;
}

.banner-block h3, .banner-block p {
    color: #fff;
    margin: 0;
}

/* Global */
.rounded-post{
	border-radius:30px;
}

/* ----------------------------------------------------------- */
/* IMAGES
-------------------------------------------------------------- */
.rounded-image {
    border-radius: 50px;
}

/* ----------------------------------------------------------- */
/* FORMS
-------------------------------------------------------------- */
.forminator-row {
    margin: 0 -15px;
}

.forminator-error-message {
    font-size: .8em;
    font-style: italic;
    color: red;
    margin-top: -17px;
    display: block;
    margin-bottom: 19px;
}

span.forminator-description {
    font-size: .9em;
    font-style: italic;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    border: none;
    box-shadow: none;
    border-bottom: 2px solid #eee;
    padding: 10px;
    background: transparent;
    height: 3rem;
}

.forminator-file-upload,
.forminator-multi-upload  {
    padding: 30px 20px 10px 20px;
    border: 5px dotted #ddd;
    margin-bottom: 20px;
}

label.forminator-label {
    font-size: .9em;
    margin-bottom: 3px;
    margin-top: 15px;
    font-weight: 700;
}

label.forminator-checkbox {
    float: left;
    padding: 6px 0;
    margin-right: 4px !important;
}

/* ----------------------------------------------------------- */
/* MAPS
-------------------------------------------------------------- */
.maps-wrap{
	margin-bottom:-5px;
}
/* ----------------------------------------------------------- */
/* FOOTER
-------------------------------------------------------------- */
footer{
	background-color:#323232;
	padding:35px 0 0 0;
}

.footer-logo{
	display:block;
	margin:0 auto;
}

ul#menu-legal-menu {
    text-align: center;
}
	

	footer h3{
/* 		color:#fff; */
		font-size:1.1em;
	}
	
	footer h3:after{
		content:"";
		border-bottom:2px solid rgba(255,255,255,0.2);
		width:70%;
	}

/* ----------------------------------------------------------- */
/* BOTTOMBAR
-------------------------------------------------------------- */
.bottomBar{
	background:rgba(0,0,0,0.05);
	padding:5px 0;

}			

.bottomBar p{
	margin:0;
	opacity:0.7;
	font-size:8.5pt;
}
	.bottomBar .left p{
		text-align:left;
	}
	
	.bottomBar .right p{
		text-align:right;
	}

/* Footer navigatie */
#footernav{
	margin:0;
}

#footernav ul li{
	padding:0;
	border:none !important;
	text-transform:none;
	font-size: 8.5pt;
}

#footernav ul li:last-child {
    padding: 0;
    text-transform: none;
    text-shadow: none;
	border-radius:0;
	background:none;
}
		
#footernav ul li:hover:last-child,
#footernav ul li.current_page_item:hover:last-child {
	border:none;
}

footer #sidebars .sub-menu {
    margin-left: 15px;
}

footer #sidebars .sub-menu li:last-child{
	border-bottom:0;
}

/* Footer Socials */
#sidebars ul.socials-wrap {
    margin: 20px 0;
}

#sidebars ul.socials-wrap li {
    display: inline;
    list-style: none;
    margin-right: 18px;
    font-size: 1.5em;
    border-bottom: 0;
}

/* Sidebar socials */
.sidebar ul.socials-wrap {
    margin: 20px 0;
}

.sidebar ul.socials-wrap li {
    display: inline;
    list-style: none;
    margin-right: 18px;
    font-size: 1.5em;
    border-bottom: 0;
}

/* ----------------------------------------------------------- */
/* WORDPRESS CORE
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
	

/* ----------------------------------------------------------- */
/* RESPONSIVE
-------------------------------------------------------------- */

/* ----------------------------------------------------------- */
/* SMALL // MOBILE 
-------------------------------------------------------------- */
@media only screen and (max-width: 40em) {
	.mobile-center {
	    text-align: center !important;
	}
	
	header .logo{
		display:block;
		margin: 21px auto 10px auto;
	}
	
	header{
		min-height:auto;
	    position: relative;
	    top: 0px;
	}

	.right-off-canvas-menu ul li .sub-menu li {
		background: none;
		color: #fff;
		}
		
		.right-off-canvas-menu ul li .sub-menu li:last-child{
			border:none;
		}
		
		.right-off-canvas-menu ul li .sub-menu li:before{
			content:"› "
		}
		
		.right-off-canvas-menu ul li .sub-menu li a{
			color:#fff;
		}
		
		.right-off-canvas-menu ul li {
		font-size: 10pt;
		}
	
	.content {
	    margin: 40px auto;
	}
	
	.ac-two-column {
	    column-count: 1;
	    column-gap: 0px;
	}
	
	.forminator-row {
	    margin: 0;
	}
	
	
	.banner-wrap,
	.banner{
		width:100vw;
		height:175px;
	}
	
	.banner-container:after{
		display:none;
	}
	
	.banner-container:after{
		display:none;
	}
	
	.banner-text h2{
	    font-size: 2.2em;
	}

	.buffered-section{
		width:100%;
		margin:0 auto;
	}

	.banner-text p,
	.banner-text li{
	    font-size: 1em;
	}

	.video-buffer{
		max-width:100%;
	}
	
	.bottomBar .right p{
		text-align:left
	}
	
	nav#footernav{
		text-align:left;
	}
	
	#footernav ul li {
	    margin: 0 15px 0 0;
	}
		
	
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* ----------------------------------------------------------- */
/* MEDIUM // TABLET
-------------------------------------------------------------- */
@media only screen and (min-width: 40.063em) { } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 
	
	header .logo{
		display:block;
		margin: 21px auto 10px auto;
		height: 60px;
	}
	
	header{
	    position: relative;
	    top: 0;
		min-height: auto;
	}
	
	nav{
		margin:34px 0 0 0;
	}
	
	nav ul li{
		    margin: 0 7px;
			font-size:7pt;
			letter-spacing:0px;
	}
	
	.banner-wrap,
	.banner{
		width:100vw;
		height:350px;
	}
	
	.banner-container:after{
		display:none;
	}
	
	
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* ----------------------------------------------------------- */
/* LARGE // DESKTOPS // MONITORS
-------------------------------------------------------------- */
@media only screen and (min-width: 64.063em) { } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {

} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* XXLarge screens */
@media only screen and (min-width: 120.063em) { } /* min-width 1921px, xxlarge screens */
	