/*--------------------------------------------------------------
# reset css
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #646464;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.75;
	font-weight:400;
}

p {
	color: #646464;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight:400;
	margin-bottom:34px;
}
h1 {
	font-size:34px;
	line-height:38px;
	margin-bottom:15px;
}
h2 {
	font-size:30px;
	line-height:36px;
	margin-bottom: 12px;
}
h3 {
	font-size:28px;
	line-height:32px;
	margin-bottom: 10px;
}
h4 {
	font-size:24px;
	line-height:30px;
	margin-bottom: 10px;
}
h5 {
	font-size:20px;
	line-height:26px;
}
h5 {
	font-size:16px;
	line-height:22px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
*:focus {
	outline:none;
}

body {
	background: #fff;
}
ul {
	list-style: none;
}


ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	padding-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto;
	max-width: 100%;
}
strong,b {
	font-weight:700;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,a:visited {
	color: #f46404;
	text-decoration:none;
}

a:hover, a:focus, a:active {
	color: #feb029;

}

a:focus,
a:hover, a:active {
	outline: 0;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn,a.btn,button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	font-size: 14px;
    color: #f46404;
	line-height: 26px;
	padding: 12px 40px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	text-decoration:none;
	border:1px solid #f46404;
	background:none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.btn:hover,a.btn:hover,button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background:#f46404;
	color:#fff;
}
input[type="submit"] {
	cursor: pointer;
}
a.btn-fill,input[type="submit"].btn-fill,button.btn-fill {
	background:#f46404;
	color:#fff;
}
a.btn-fill:hover,input[type="submit"].btn-fill:hover,button.btn-fill:hover {
	background: #c9580c;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
	border-radius: 8px;
	font-size:17px;
	border: 1px solid #dbdbdb;
	padding: 6px 17px;
	width:100%;
	line-height:34px;
	background:#fff;
	text-align:left;
	display:block;
}
textarea {
	width: 100%;
	resize:vertical;
	height:180px;
}
label {
	display:block;
	margin-bottom:7px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border: 1px solid #9d9d9d;
}
.selectBox-dropdown:focus {
	border: 1px solid #dbdbdb;
}
 ::-webkit-input-placeholder {
  color: rgb(164,164,164);
}
 ::-moz-placeholder {
  color: rgb(164,164,164);
}
 :-ms-input-placeholder {
  color: rgb(164,164,164);
}
 :-moz-placeholder {
  color: rgb(164,164,164);
}
.clearfix:after {
   content: "";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.container {
	max-width:1190px;
	margin:0 auto;
	padding:0 15px;
}

 .banner-wrap .overlay2 .container {
	max-width: 80%;
	margin:0 auto;
	padding:0 15px;
}

.left{
	float:left;
}
.right {
	float:right;
}
/*
#page-wrap {
	max-width:1650px;
	margin:0 auto;
}*/


/* ==================================
			Header Style
====================================*/
.hdtop {
	background:#1a7d88;
	padding:0;
	text-align:right;
	line-height: 26px;
}
.hdtop li {
	list-style:none;
	display:inline-block;
	vertical-align: middle;
}
.hdtop li:first-child {
	padding-right: 10px;
    margin-right: 4px;
	border-right:1px solid #fff;
}
.hdtop li a {
	color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 14px;
    display: block;
}

.hdbottom {
	position:relative;
	background:#fff;
	z-index:4;
}
.hd-btm-uper {
	transition: all 0.3s ease-in;
}
.hd-btm-uper .logo {
	padding:23px 0 12px;
	max-width: 205px;
	width: 100%;
    transition: all 0.3s ease-in;
}
.navigation-bar > ul {
	display:inline-block;
	vertical-align:middle;
	margin-right: 60px;
	line-height: 26px;
}
.navigation-bar > ul > li {
	display:inline-block;
}
.navigation-bar > ul > li span.ml-wp {
	position:relative;
	display:block;
}
.navigation-bar > ul span.ml-wp a {
	color: #585858;
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding: 30px 23px 32px;
	position:relative;
	transition: all 0.3s ease-in;
}
.navigation-bar > ul span.ml-wp a span {
	color: #1a7d88 !important;
  text-transform: uppercase;
}
.navigation-bar > ul span.ml-wp a span:hover {
  color: #f6873c !important;
  /* Firefox */
  -moz-transition: all .25s ease-in;
  /* WebKit */
  -webkit-transition: all .25s ease-in;
  /* Opera */
  -o-transition: all .25s ease-in;
  /* Standard */
  transition: all .25s ease-in;
}
.navigation-bar > ul > li.has-dropdown span.ml-wp i {
	background-image:url(../images/drp-btm.png);
	background-repeat:no-repeat;
	background-position:center ;
	background-size:10px 7px;
	display:block;
	position:absolute;
	width:10px; height:7px;
	top:34px;left:2px;
	z-index:1;
	cursor:pointer;
	transition: all 0.3s ease-in;
}
.navigation-bar > ul li:hover span.ml-wp a:after,.navigation-bar > ul > li.active span.ml-wp a:after {
	content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: none;
}
.navigation-bar .demobtn {
	background: #EB601F;
    color: #fff;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 24px;
    display: inline-block;
	margin:21px 0 17px;
	transition: all 0.3s ease-in;
}
.navigation-bar .demobtn:hover {
	background: #F08859;
}
.navigation-bar .demobtn:active {
	background: #977158;
  box-shadow: -1px 2px 2px rgba(0,0,0,0.1) inset;
}
.thin {
  padding: 12px 12px !important;
}
.main-navigation__indicator.js-transition-transform {
  transition: transform .24s ease-in-out, bottom .24s ease-in-out;
}
.main-navigation__indicator.js-indicator-up {
  bottom: 0;
  border-bottom: 8px solid #f6873c;
}
.main-navigation__indicator {
  position: absolute;
  bottom: -8px;
  left: -4px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  transition: transform 1ms linear, bottom .24s ease-in-out;
  z-index: -1;
}
.hd-btm-bottom {
	background:rgba(0,0,0,.68);
	position:absolute;
	width:100%;
	left:0;
	top:100%;
	z-index: 2;
	transition: all 0.3s ease-in;
}
.hd-btm-bottom li {
	display:inline-block;
}
.hd-btm-bottom li a {
	color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    padding: 30px 10px 30px 10px;
    position: relative;
    display: block;
	transition: all 0.3s ease-in;
}
.hd-btm-bottom li a:hover {
	background:rgba(244,100,4,.095);
}
.hd-btm-bottom li.active a {
	background:#484b4c;
}
.hd-btm-bottom li.active a:after {
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 21px 20.5px 0 20.5px;
	border-color: #484b4c transparent transparent transparent;
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-21px;
}
.sticky .hdbottom .hd-btm-bottom li.active a:after {
border-style: none;
}
.mega-menu {
	position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 999;
  border-top: 2px solid #f6873c;
  background: #fff;
  margin-top: 0px;
  display: none;
  box-shadow: -3px 36px 51px 0px rgba(0, 0, 0, 0.27);
}
.m-mgr .mega-menu {
	background: #fff;
  display: none;
  padding: 25px 50px;
}
.navigation-bar > ul li:hover .mega-menu {
	display:block;
}
.mega-menu ul {
	list-style:none;
}
.mega-menu li {
	color:#7d7d7d;
	font-size:14px;
	line-height: 24px;
}
.m-mgr .mega-menu ul {
	max-width: 100%;
  margin: 0;
  padding: 0;
}
.m-mgr .mega-menu li {
	width: 100%;
  margin-bottom: 0;
  padding: 0 16px;
  float: left;
  position: relative;
}
.panelimage {
  width: 28%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  float: right;
  padding: 40px 0px;
}
.menu-item a {
  display: block !important;
  padding: 10px 16px !important;
  font-size: 16px !important;
  text-decoration: none !important;
  color: #1a7d88 !important;
  font-family: "lsBook","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif !important;
  cursor: pointer !important;
  line-height: 1.2 !important;
}
.menu-item a:hover {
  color: #f6873c !important;
}
.menu-item-description {
  color: #666;
  font-family: "lsSemilight","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}
.home-page .m-mgr .mega-menu li,.vergaderingen-page .m-mgr .mega-menu li,.offerteplanner-page .m-mgr .mega-menu li ,
.integrale-function-page .m-mgr .mega-menu li  {
	/* float:none;
	width:100%; */
}
.home-page .m-mgr .mega-menu,.vergaderingen-page .m-mgr .mega-menu,.offerteplanner-page .m-mgr .mega-menu,
.integrale-function-page .m-mgr .mega-menu {
    background: #fff url(../images/hed1-bk.png) no-repeat 69% top;
}
.m-mgr .mega-menu li a {
	color:#7d7d7d;
	font-size:14px;
	line-height: 24px;
}
.m-mgr .mega-menu li a:hover {
	color: #FFF;
}
.m-mgr .mega-menu li.mgr2 {
	padding-left:72px;
}
.m-mgr .mega-menu li.mgr2 img {
	max-width: 120px;
    top: -25px;
    left: -5px;
}
.m-mgr .mega-menu li img {
	position:absolute;
	left:0;
	top:-3px;
}
.m-mgr .mega-menu li.mgr1 img {
	max-width:38px;
}
.m-mgr .mega-menu li strong {
	font-weight:bold;
	display:block;
	font-size:16px;
}
.mgc {
	position: absolute;
    left: 73%;
    top: 47%;
    font-family: 'MyriadProBold';
    font-size: 120px;
    font-weight: normal;
    color: #b1d3d6;
    line-height: 126px;
    margin-top: -70px;
}
.intl-f .left {
	width:25%;
	color:#7d7d7d;
	font-size:14px;
	line-height: 24px;
	position:relative;
	padding-top: 31px;
}
.intl-f .left strong {
	font-weight: normal;
    display: block;
    font-size: 22px;
    padding-left: 42px;
}
.intl-f .left span {
	padding-left: 42px;
    font-size: 13px;
	display:inline-block;
	margin-bottom:18px;
}
.intl-f .left i {
	position:absolute;
	left:0;
	max-width:60px;
	top:30px;
}
.intl-f .left img {
	display:block;
}
.intl-f .right {
	width:68%;
	padding-top: 32px;
}
.intl-f .right .mbox {
	width:33.3%;
	float:left;
}
.intl-f .right li {
	position:relative;
	padding-left:55px;
	font-size: 18px;
	margin-bottom: 26px;
	display:block;
	font-weight: 300;
}
.intl-f .right li a {
	color:#7d7d7d;
}
.intl-f .right li:hover > a {
	color:#f36403;
}
.intl-f .right li i {
	position:absolute;
	left:0;
	top:0px;
	width:45px;
	display:block;
	text-align:center;
}
.intl-f .right .mb1 li:first-child i {
	width: 62px;
    top: -13px;
}
.intl-f .right li i img {
	display:inline-block;
}
.intl-f .right .mb2 {
	padding-left:53px;
}
.intl-f .right .mb2 li {
	padding-left:47px;
}
.intl-f .right .mb2 li i {
	width:30px;
}
.intl-f .right .mb3 {
	padding-left:78px;
}
.intl-f .right .mb3 li {
	padding-left:47px;
}
.intl-f .right .mb3 li i {
	width:30px;
}
.or-os .mbox {
	padding-top:36px;
	float:left;
	width:33.3%;
}
.or-os .mbox.mb1 img.left {
	margin-top:-15px;
}
.or-os .mbox .ctn > span {
	font-size:22px;
	font-weight:300;
	color:#646464;
	display:block;
	margin-bottom:22px;
}
.or-os .mbox .ctn {
	width: 242px;
}
.or-os .mbox .ctn a {
	font-size:16px;
	color:#1a7d88;
	display:block;
	line-height:24px;
	padding-left:30px;
	position:relative;
	margin-bottom:23px;
	font-weight:300;
}
.or-os .mbox .ctn a i {
    position: absolute;
    top: 0px;
    left: -17px;
    display: block;
    text-align: center;
    width: 45px;
}
.or-os .mbox .ctn a i img {
	display:inline-block;
}
.or-os .mbox .ctn li:first-child i img {
	width: 18px;
    margin-left: 6px;
}
.or-os .mbox.mb2 {
	padding-left:30px;
}
.or-os .mbox.mb2 .btn {
    margin-bottom: 10px;
}
.or-os .mbox.mb2 .btn.btn-gr {
	border-color:#1a7d88;
	background:#1a7d88;
	color:#fff;
	padding: 10px 20px;
}
.or-os .mbox.mb2 .btn.btn-gr:hover {
	background:none;
	color:#1a7d88;
}
.or-os .mbox.mb2 .btn.btn-gr:before {
	content:"";
	display:inline-block;
	vertical-align:middle;
	height:20px;
	width:30px;
	background:url(../images/lgin.png) no-repeat center;
	margin-right:5px;
}
.or-os .mbox.mb2 .btn.btn-gr:hover:before {
	background:url(../images/lgin-gr.png) no-repeat center;
}
.or-os .mbox.mb3 {
	text-align:center;
}
.or-os .mbox.mb3 ul {
	display:inline-block;
	margin-right: 64px;
}
.or-os .mbox.mb3 ul li {
	text-align:left;
	margin-bottom:26px;
}
.or-os .mbox.mb3 ul li a {
	font-size:16px;
	font-weight:300;
	position:relative;
	display:block;
	padding-left:40px;
	line-height: 24px;
	color:#7d7d7d;
}
.or-os .mbox.mb3 ul li a:hover {
	color:#1a7d88;
}
.or-os .mbox.mb3 ul li a i {
	position:absolute;
	left:0;
	top:0;
	display:block;
	width:40px;
	text-align:center;
}
.navigation-bar > ul li.or-os:hover span.ml-wp a:after, .navigation-bar > ul > li.active.or-os span.ml-wp a:after {
	background:#1a7d88;
}
.hd-btm-bottom .right {
	display:none;
	color:#7d7d7d;
	font-size:24px;
	font-family: 'MyriadProRegular';
	line-height:48px;
}
.hd-btm-bottom .right img {
	display:inline-block;
	margin-right:10px;
	max-width:29px;
	vertical-align:middle;
	max-height:48px;
}
.hd-btm-bottom .right span {
	color: #FFF;
}
.sticky + #content-wrap {
	padding-top:107px;
}
.sticky {
	position:fixed!important;
	width:100%;
	top:0;
	left:0;
	z-index:999999;
	-webkit-transition: all .25s linear;
-moz-transition: all .25s linear;
-ms-transition: all .25s linear;
-o-transition: all .25s linear;
transition: all .25s linear;
}
.sticky .hd-btm-uper {
	position: relative;
}
.sticky .hd-btm-uper:after {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 21px;
	content: "";
	background: url(../images/shadow.png)no-repeat center;
}
.sticky .hdtop {
	display:none;
}
.sticky .hd-btm-uper .logo {
    padding: 10px 0 7px;
	max-width: 180px;
    width: 100%;
}
.sticky .navigation-bar > ul span.ml-wp a {
    padding: 20px 23px;
}
.sticky .navigation-bar .demobtn {
    margin: 10px 0;
	font-size: 14px;
    padding: 3px 24px;
}
.sticky .navigation-bar > ul > li.has-dropdown span.ml-wp i {
	top:24px;
}
.sticky .hd-btm-bottom li a {
    padding: 15px 21px 15px 20px;
}
.sticky .hd-btm-bottom .right {
	display:block;
}

/* ==================================
			footer Style
====================================*/
.footer-top {
	padding:65px 0 90px;
	background: rgb(44,166,174);
	background: -moz-radial-gradient(ellipse at center, rgba(44,166,174,1) 0%, rgba(37,137,149,1) 100%);
	background: -webkit-radial-gradient(ellipse at center, rgba(44,166,174,1) 0%,rgba(37,137,149,1) 100%);
	background: radial-gradient(ellipse at center, rgba(44,166,174,1) 0%,rgba(37,137,149,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ca6ae', endColorstr='#258995',GradientType=1 );
	color:#fff;
}
.footer-top .container {
	max-width:1030px;
}
.footer-top .about-re h3 {
	font-size: 25px;
	line-height: 30px;
    margin-bottom: 20px;
}
.footer-top a,.footer-top p {
	color:#fff;
	display:block;
	font-size:17px;
	line-height:30px;
}
.footer-top a:hover  {
    color: #f46404;
}
.footer-top .about-re {
	border-right: 3px solid #c7722a;
    padding: 0 60px 0 4px;
    display: inline-block;
    vertical-align: top;
    min-width: 30%;
}
.footer-top .about-re li.telf a {
	padding-left:61px;
	position:relative;
	padding-top:6px;
}
.footer-top .about-re li.telf a:before {
	content:"";
	width:17px;
	height:28px;
	background:url(../images/fn-wh.png) no-repeat center;
	display:inline-block;
	position:absolute;
	top:5px;
	left:0;
	text-align:center;
}
.footer-top .about-re li {
	line-height:34px;
	margin-bottom:15px;
}
.footer-top .about-re li.maili a {
	padding-left:61px;
	position:relative;
}
.footer-top .about-re li.maili a:before {
	content:"";
	width:35px;
	height:17px;
	background:url(../images/mail-wh.png) no-repeat center;
	display:inline-block;
	position:absolute;
	top: 6px;
    left: -8px;
	text-align:center;
}
.site-flinks {
	display:inline-block;
	padding-left: 11.25%;
	vertical-align:top;
	padding-top:6px;
	min-width:65%;
}
.site-flinks h4 {
	font-size: 17px;
	line-height: 30px;
	font-weight: bold;
}
.site-flinks .flbox {
	display:inline-block;
	vertical-align:top;
	padding-right:20px;
	min-width:48.5%;
}
.footer-bottom-wrap {
	padding:18px 0 18px 0;
}
.footer-bottom-wrap ul,.footer-bottom-wrap ul li {
	display:inline-block;
	vertical-align:middle;
	font-size: 13px;
	line-height: 25px;
}
.footer-bottom-wrap .left {
	padding-left:68px;
	width:45.5%;
}
.footer-bottom-wrap .right {
	width:22%;
	text-align: right;
}
.footer-bottom-wrap .center {
	float:left;
	width:15%;
	text-align:left;
}
.footer-bottom-wrap ul li {
	padding: 0 8px 0 20px;
    letter-spacing: -.25px;
}
.footer-bottom-wrap ul.social {
	padding-left:23%;
	padding-bottom:18px;
}
.footer-bottom-wrap ul.social li {
	padding:0 2px;
}
.footer-bottom-wrap ul.social li a {
	width:28px;
	background:url(../images/fb.png) no-repeat center;
	display:block;
	height: 28px;
	transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer-bottom-wrap ul.social li.tw a {
	background:url(../images/tw.png) no-repeat center;
}
.footer-bottom-wrap ul.social li a:hover {
	transform:scale(1.05);
}
.footer-bottom-wrap ul.social li.fb a:hover {
	background:url(../images/fb-bl.png) no-repeat center;
}
.footer-bottom-wrap ul.social li.tw a:hover {
	background:url(../images/tw-bl.png) no-repeat center;
}
.footer-bottom-wrap .center span {
	font-size: 13px;
line-height: 25px;
color: rgb(100,100,100);
display:block;

}

.footer-bottom-wrap .left img {
	padding-top: 23px;
}

/* ==================================
			content Style
====================================*/

.banner-wrap {
	background-size:cover;
	min-height:592px;
	position:relative;
	overflow:hidden;
}
.banner-wrap .overlay1 {
	position:absolute;
	top:110px;
	left:0;
	width:100%;
	text-align:right;
    z-index: 2;
}
.banner-wrap .overlay1 h1 {
	display:inline-block;
	position:relative;
	text-align:left;
	padding:30px 0 30px 80px;
	z-index:1;
}
.banner-wrap .overlay1 h1:after {
	content:"";
	position:absolute;
	left:-46px;
	top:0;
	background: rgba(255,255,255,0.9);
	height:100%;
	width:2000px;
	z-index:-1;
	border-radius:6px;
	box-shadow: -3px -15px 57px 0px rgba(0, 0, 0, 0.55);
}
.banner-wrap .overlay1 h1 img {
	position: absolute;
    left: 6px;
    top: 36px;
    width: 72px;
}
.banner-wrap .overlay1 h1 strong {
	color:#1a7d88;
	display:block;
	font-size:80px;
	line-height:84px;
	font-weight:normal;
	font-family: 'MyriadProBold';
}
.banner-wrap .overlay1 h1 span {
	display: block;
    color: #7d7d7d;
    font-size: 42px;
    line-height: 42px;
    font-family: 'MyriadPro-Cond';
    padding-left: 5px;
    letter-spacing: .5px;
}
.banner-wrap .overlay2 {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:30px 0;
}
.banner-wrap .overlay2 li {
	display:inline-block;
	margin-right:18px;
	margin-bottom: 10px;
	border:2px solid rgba(255,255,255,.5);
	border-radius:5px;
	padding:20px 10px;
	color:#fff;
	font-size:13px;
	text-align:center;
	width:119px;
	height:120px;
	vertical-align:middle;
	position:relative;
}
.banner-wrap .overlay2 li span {
	display:block;
	position:absolute;
	width:100%;
	left:0;
	bottom: 16px;
  line-height: 18px;
}

 .banner-wrap .overlay2 .container ul li a {
	 padding: 0!important;
	 width: 100%;
	 height: 100%;
 }

 .banner-wrap .overlay2 .container ul li a img {
	 max-width: 60%;
 }

 .banner-wrap .overlay2 .container ul li a span {
	 bottom: -12px;
	 font-size: 12px;
 }

/* event manager */
.event-mgr .banner-wrap {
	background: url(../images/ebanner.png) no-repeat center center;
	background-size:cover;
}
.meeting-mgr .banner-wrap {
	background: url(../images/ebanner-15.jpg) no-repeat center center;
	background-size:cover;
}
.meest-wrap {
	text-align:center;
	padding-top:60px;
	padding-bottom:680px;
	background-image:url(../images/ba1.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:1650px auto;
}
.meest-wrap h2 {
	color:#646464;
	font-weight:bold;
	font-size:25px;
	margin-bottom:28px;
}
.wmagic-inner {
	position:relative;
	z-index:1;
	margin-top:-99px;
	background:#fff;
	padding: 55px 20px 32px;
	box-shadow: -1px -5px 57px 0px rgba(0, 0, 0, 0.14);
}
.wamagic-wrap {
	position:relative;

}
.wamagic-wrap:after {
	content:"";
	position:absolute;
	left:50%;
	top:100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 92px 91.5px 0 91.5px;
	border-color: #ffffff transparent transparent transparent;
	margin-left:-91px;
	z-index:1;
}
.wmagic-inner .left {
	width:38%;
	text-align:right;
	padding:85px 0 80px;
}
.wmagic-inner .left div {
	position:relative;
	padding-left:80px;
	display:inline-block;
	text-align:left;
}
.wmagic-inner .left div img {
	    position: absolute;
    left: -2px;
    top: 20px;
    width: 80px;
}
.wmagic-inner .left div strong {
	color: #1a7d88;
    display: block;
    font-size: 94px;
    line-height: 98px;
    font-weight: normal;
    font-family: 'MyriadProBold';
}
.wmagic-inner .left div span {
	display: block;
    color: #7d7d7d;
    font-size: 48px;
    line-height: 42px;
    font-family: 'MyriadPro-Cond';
    padding-left: 8px;
    letter-spacing: .5px;
}
.wmagic-inner .right {
	width:52.5%;
}
.wmagic-inner .right h2 {
	color:#646464;
	font-size:25px;
	line-height:28px;
	margin-bottom: 34px;
}
.innoverend-wrap {
	/*background:url(../images/ba2.png) no-repeat center top / 100% 470px;*/
	margin-top:-62px;
	/*padding:274px 0 30px;*/
}
.innoverend-wrap .parallax-wrapper {
	height:470px;
}
.take-box-wrapper {
	margin-top:-62px;
}
.innoverend-wrap h2 {
	color:#fff;
	margin-bottom:66px;
	font-size:60px;
	text-align:center;
	font-weight:700;
	line-height:68px;
	padding-top: 274px;
    position: relative;
}
.take-box-wrapper .tbox {
	width:528px;
	background:#fff;
	box-shadow: -1px -5px 57px 0px rgba(0, 0, 0, 0.14);
	padding:36px 20px 0px 154px;
	position:relative;
	margin-bottom:42px;
    min-height: 201px;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.take-box-wrapper .tbox:hover,.take-box-wrapper .tbox.active {
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	box-shadow: -1px 5px 57px 0px rgba(0, 0, 0, 0.14);
	z-index: 3;
}
.take-box-wrapper .tbox.active:after,.take-box-wrapper .tbox:hover:after {
	width: 78px;
	height: 78px;
	/* border-style: solid;
	border-width: 44px 39px 0 39px;
	border-color: #ffffff transparent transparent transparent; */
	content: "";
	position: absolute;
	left: 50%;
	bottom: 16px;
	margin-left: -32px;
	z-index: -2;
	background: #fff;
	transform: rotate(-45deg) translate(-50%, 50%);
	box-shadow: -1px 5px 57px rgba(0, 0, 0, 0.14);
}
.take-box-wrapper .tbox.active:before,.take-box-wrapper .tbox:hover:before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: -1;
	content: "";
}
.take-box-wrapper .tbox img {
	position:absolute;
	left:55px;
	top:22px;
}
.take-box-wrapper .tbox.mgbox img {
	left: 18px;
    top: 10px;
}
.take-box-wrapper .tbox h3 {
	color:#1a7d88;
	font-size:26px;
	margin-bottom:15px;
}
.take-box-wrapper .tbox .les-btn {
	color:#f46404;
	font-size:12px;
	line-height:16px;
	position:absolute;
	right: 17px;
    top: 12px;
	display:none;
}
.take-box-wrapper .tbox:hover .les-btn,.take-box-wrapper .tbox.active .les-btn {
	display:block;
}
.take-box-wrapper .tbox .les-btn:after {
	content:"";
	width:25px;
	height:24px;
	background:url(../images/info.png) no-repeat center;
	background-size:100% 100%;
	display:inline-block;
	margin-left:10px;
	vertical-align:middle;
}
.take-box-wrapper .box-h {
	display:none;
	border:1px solid #c4c4c4;
	background:#f7f7f7;
	clear:both;
	padding:80px 0 15px;
	position:relative;
	top:-25px;
	z-index: 2;
}
.btn.all-btn {
	border-color:#dbdbdb;
	font-size: 13px;
    line-height: 27px;
    padding: 10px 32px;
}
.center {
	text-align:center;
}
.btn.all-btn:before {
	content:"";
	width:25px;
	height:24px;
	background:url(../images/info.png) no-repeat center;
	background-size:100% 100%;
	display:inline-block;
	margin-right:15px;
	vertical-align:middle;
}
.btn.all-btn:hover:before {
	background-image:url(../images/info-wh.png)
}
.innoverend-wrap .center {
	padding-top:44px;
}
.integrale-f-wrap {
	padding: 70px 0 40px;
}
.integrale-f-wrap .header {
	padding-bottom:40px;
}
.integrale-f-wrap .headd {
	font-size:25px;
	color:#7d7d7d;
	line-height:28px;
	padding-left:134px;
	display:inline-block;
	text-align:left;
	position:relative;
	margin-bottom: 64px;
}
.integrale-f-wrap .headd:before {
	content:"";
	display:inline-block;
	width:70px;
	height:82px;
	background:url(../images/i9.png) no-repeat center;
	background-size:100% 100%;
	position:absolute;
	left: 42px;
    top: -8px;
}
.integrale-list {
	padding:0 26px 33px 184px;
}
.integrale-list .ibox {
	float:left;
	width:50%;
	padding-right:40px;
	    margin-bottom: 16px;
}
.ibox.clearfix:nth-child(2n+1) {
    clear: both;
}
.integrale-list .ibox figure.left {
	border-radius:4px;
	background:#f2721d;
	text-align:center;
	width:73px;
	height:73px;
	line-height:73px;
}
.integrale-list .ibox figure.left img {
	display:inline-block;
	vertical-align:middle;
}
.integrale-list .ibox .right {
	width:calc(100% - 100px);
}
.integrale-list .ibox h4 {
	font-size: 18px;
    font-weight: 700;
    color: #f2721d;
    margin-bottom: 5px;
    line-height: 18px;
}
.integrale-list .ibox p {
	color:#7d7d7d;
	font-size:14px;
	line-height:18px;
}
.deOfferteplanner-wrap {
	position:relative;
	padding-top: 40px;
}
.deOfferteplanner-wrap:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 68px 69px 0 69px;
	border-color: #ffffff transparent transparent transparent;
    margin-left: -68px;
    z-index: 1;
}
.uniek-wrap {
	position: relative;
    z-index: 1;
    background: #fff;
    padding: 47px 85px 103px;
    box-shadow: -1px -5px 57px 0px rgba(0, 0, 0, 0.14);
}
.uniek-wrap .left {
	width:50%;
}
.uniek-wrap h2 {
	font-size: 25px;
    line-height: 28px;
    margin-bottom: 17px;
}
.uniek-wrap .left .btn {
	margin-top:20px;
}
.uniek-wrap .llm {
	position:absolute;
	top:0;
	right:-26px;
}
.innoverend-wrap.feesten {
	margin-top:-50px;
	padding-bottom: 60px;
}
.innoverend-wrap.feesten .parallax-wrapper {
	height:600px;
	margin-bottom:22px;
}
.innoverend-wrap.feesten .parallax-wrapper h2 {
	margin-bottom: 0;
    padding-top: 124px;
    font-size: 42px;
    line-height: 48px;
}
.innoverend-wrap.feesten .parallax-wrapper span {
	position:relative;
	display:block;
	text-align:center;
	color:#fff;
	font-size: 25px;
    line-height: 28px;
}
.innoverend-wrap.feesten .take-box-wrapper {
	    margin-top: 0;
    padding-top: 20px;
}
.innoverend-wrap.feesten .take-box-wrapper .tbox:first-child img {
    position: absolute;
    left: 18px;
}
#de-voordelen h2.mhead {
	font-size:60px;
	color:#fff;
	line-height:70px;
	background:#29949e;
	text-align:center;
	padding:66px 0;
	font-weight:700;
	margin:0;
}
#de-voordelen h3.subh {
	font-size: 17px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    padding: 11px 0;
    letter-spacing: .25px;
    margin: -24px auto 70px;
    max-width: 845px;
	background: rgb(246,153,49);
	background: -moz-radial-gradient(ellipse at center, rgba(246,153,49,1) 1%, rgba(242,114,29,1) 100%);
	background: -webkit-radial-gradient(ellipse at center, rgba(246,153,49,1) 1%,rgba(242,114,29,1) 100%);
	background: radial-gradient(ellipse at center, rgba(246,153,49,1) 1%,rgba(242,114,29,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69931', endColorstr='#f2721d',GradientType=1 );
}
#de-voordelen .ani-wrapper {
	max-width:704px;
	margin:0 auto 87px;

}
#de-voordelen .ani-wrapper li {
	display:inline-block;
	width:48%;
	color:#085f69;
	vertical-align: top;
}
#de-voordelen .ani-wrapper li:last-child {
	color:#f2721d;
}
#de-voordelen .ani-wrapper li strong {
	font-weight:700;
	font-size:54px;
	line-height:58px;
	display:block;
	text-align:center;
}
#de-voordelen .ani-wrapper li span {
	font-weight:400;
	font-size:24px;
	line-height:24px;
	display:block;
	margin-bottom:40px;
	text-align:center;
}
#de-voordelen .lists-list {
	box-shadow: -1px -5px 57px 0px rgba(0, 0, 0, 0.14);
	display:table;
	margin-bottom:66px;
}
#de-voordelen .lists-list > div {
	display:table-cell;
}
#de-voordelen .lists-list > div.img-wrap {
	width:49%;
	height:100%;
	background:url(../images/ba5.png) no-repeat center /cover;
}
#de-voordelen .lists-c {
	padding:62px 15px 30px 92px;
}
#de-voordelen .lists-c li {
	position: relative;
    font-size: 16px;
    line-height: 29px;
    color: #646464;
    margin-bottom: 48px;
    padding-left: 42px;
    letter-spacing: .25px;
}
#de-voordelen .lists-c li:before {
	content:"";
	top:0;
	left:0;
	background:url(../images/check.png) no-repeat center;
	width:26px;
	height:24px;
	display: block;
    position: absolute;
}
.ij-hebben-wrap {
	padding:30px 0 84px;
	text-align:center;
}
.ij-hebben-wrap h2 {
	font-size: 25px;
	line-height: 30px;
	color: rgb(100,100,100);
	margin-bottom:80px;
}
.ij-hebben-wrap ul {
	margin:0 -20px;
}
.ij-hebben-wrap li {
	float:left;
	width:calc(20% - 36px);
	margin-right:45px;
	position:relative;
	margin-bottom: 40px;
}
.ij-hebben-wrap li:last-child{
	margin-right:0;
}
.ij-hebben-wrap li span {
	display:block;
	position:absolute;
	top:-24px;
	left:0;
	width:100%;
	z-index:1;
}
.ij-hebben-wrap h3 {
	font-size: 21px;
    line-height: 30px;
    color: rgb(125,125,125);
    margin-top: 14px;
	margin-bottom: 20px;
}
.ij-hebben-wrap p {
	font-size: 17px;
	line-height: 19px;
	color: rgb(125,125,125);
	margin-bottom:30px;
}
.to-magic-wrap {
	margin-bottom:58px;
}
.to-magic-wrap .form-wrapper {
	display:table;
	width:100%;
	box-shadow: -1px -5px 57px 0px rgba(0, 0, 0, 0.14);
	min-height: 550px;
}
.to-magic-wrap .form-wrapper input[type="text"]:hover,.to-magic-wrap .form-wrapper input[type="email"]:hover,
.to-magic-wrap .form-wrapper select:hover {
    border: 1px solid #9d9d9d;
}
.to-magic-wrap .form-wrapper > div {
	display:table-cell;
	vertical-align:top;
}
.to-magic-wrap .form-wrapper > div.form-wrap {
	width:46.5%;
	background:#f7f7f7;
	padding: 50px 23px 40px 92px;
}
.to-magic-wrap h3 {
	font-size: 25px;
line-height: 30px;
}
.to-magic-wrap p {
	font-size: 17px;
line-height: 30px;
margin-bottom: 25px;
}
.to-magic-wrap .btn-fill {
	margin-top:16px;
}
.to-magic-wrap .img-wrapp {
	position:relative;
}
.to-magic-wrap .img-wrapp figure{
	    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}
.to-magic-wrap .img-wrapp figure img {
	position: absolute;
    top: -36px;
    left: 11%;
    max-width: 100%;
}
.selectBoxmain { position: relative; display: inline-block; width: 100%; height: 48px; }
.selectBox { position: absolute; top: 0px; left: 0px; display: block; width: 100%; border: solid 1px #dbdbdb; border-radius: 8px; background: #fff; z-index: 9; }
.selectBox.active { box-shadow: 3px 5px 8px 0px rgba(0, 0, 0, 0.13);  -webkit-box-shadow: 3px 5px 8px 0px rgba(0, 0, 0, 0.13); -moz-box-shadow: 3px 5px 8px 0px rgba(0, 0, 0, 0.13); }
.selectBox .slcttxt { position: relative; display: block;background: #fff; line-height: 34px; font-size: 17px; color: #646464; padding: 6px 30px 6px 18px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-radius: 9px; }
.selectBox .slcttxt:after { position: absolute; content: ""; top: 50%; right: 0px; width: 13px; height: 9px; background: url(../images/drop-down.png) no-repeat center; margin-top: -4px; right: 15px; }
.selectBox .slcttxt i { position: relative; display: inline-block; font-style: normal; font-size: 16px; color: #1A7D88; width: 30px; text-align: center; margin-right: 5px; height: 20px; vertical-align: middle; }
.selectBox .slcttxt i.text { width: 54px; }
.selectBox .slcttxt i img { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; }
.selectBox  ul.list { position: relative; display: none; top: 100%; left: 0px; margin-top: -3px; width: 100%; border: none; border-bottom: 0px; border-radius: 0px 0px 8px 8px; background: #fff; z-index: 9; }
.selectBox  ul.list li a { padding: 8px 10px; display: block;
	font-size: 20px;
	line-height: 34px;
	color: rgb(125,125,125);
	font-family: 'MyriadPro-Cond';
}
.selectBox  ul.list li a i { position: relative; display: inline-block; font-style: normal; font-size: 16px; color: #1A7D88; width: 54px; text-align: center; margin-right: 10px; height: 20px; vertical-align: middle; }
.selectBox  ul.list li a i img { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto;max-width:35px; }
.selectBox  ul.list li:last-child { border-bottom: 0px; }
.selectBox  ul.list li:hover a { background: #f4f4f4; }



      /* based on http://www.kylejlarson.com/blog/2011/how-to-create-pie-charts-with-css3/ */

.pie-wrap {
  height: 105px;
  position: relative;
  margin: 0px auto;
  width:105px;
}
.pie-wrap:before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  top: 0;
  left: 0;
  border:4px solid #085f69;
}
.pie-wrap.pie-wrap23:before {
	border-color:#f2721d;
}
.slice-wrap {
  position: absolute;
  width: 105px;
  height: 105px;
	/*clip-path: inset(0px 0px 0px 52px);*/
  clip: rect(0px, 105px, 105px, 52px);
}
.slice-wrap:before {
  content: " ";
  position: absolute;
  width: 105px;
  height: 105px;
  border-radius: 52px;
  /*clip-path: inset(0px 52px 0px 0px);*/
  clip: rect(0px, 52px, 105px, 0px);
  background-color: #085f69;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.pie-wrap.pie-wrap23 .slice-wrap:before {
	background-color: #f2721d;
}
.pie-wrap2 .slice2.slice-wrap {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation: spin3 .75s linear forwards 3s;
          animation: spin3 .75s linear forwards 3s;
}
.pie-wrap2 .slice1:before {
  -webkit-animation: 2s spin linear forwards;
          animation: 2s spin linear forwards;
}

.pie-wrap2 .slice2:before {
  /* older webkit seems buggy with zero so use 0.00001 if you notice something strange*/
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: 1.5s spin2 linear 2s forwards;
          animation: 1.5s spin2 linear 2s forwards;
}
.pie-wrap.pie-wrap23.pie-wrap2 .slice2:before {
	-webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: 1.5s spin21 linear 2s forwards;
          animation: 1.5s spin21 linear 2s forwards;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(108deg);
            transform: rotate(108deg);
  }
}

@keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(108deg);
            transform: rotate(108deg);
  }
}

@-webkit-keyframes spin21 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(54deg);
            transform: rotate(54deg);
  }
}

@keyframes spin21 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(54deg);
            transform: rotate(54deg);
  }
}
.pie-wrap img {
	position:absolute;
	top: 20px;
    right: 15px;
	-webkit-transform: rotate(45deg);
            transform: rotate(45deg);
	/*clip: rect(3px,28px,22px,6px);*/
	-webkit-clip-path: inset(4% 65% 70% 10%);
	clip-path: inset(4% 65% 70% 10%);

}
.pie-wrap.pie-wrap2 img {
	-webkit-animation: 3.5s imgspin linear forwards;
          animation: 3.5s imgspin linear forwards;
}
.pie-wrap.pie-wrap23 img {
	top: 14px;
    right: 14px;
	-webkit-transform: rotate(154deg);
            transform: rotate(154deg);
	/*clip: rect(37px,20px,66px,0px);*/
	-webkit-clip-path: inset(4% 70% 0% 0%);
	clip-path: inset(4% 70% 0% 0%);
}
.pie-wrap.pie-wrap23.pie-wrap2 img {
	-webkit-animation: 3.5s imgspin1 linear forwards;
          animation: 3.5s imgspin1 linear forwards;
}
@-webkit-keyframes imgspin {
	from {
	-webkit-transform: rotate(45deg);
            transform: rotate(45deg);
			-webkit-clip-path: inset(4% 65% 70% 10%);
	clip-path: inset(4% 65% 70% 10%);
  }
  to {
	 -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
			-webkit-clip-path: inset(7% 1% 0% 0%);
			clip-path: inset(7% 1% 0% 0%);
  }
}
@keyframes imgspin {
  from {
	-webkit-transform: rotate(45deg);
            transform: rotate(45deg);
			-webkit-clip-path: inset(4% 65% 70% 10%);
	clip-path: inset(4% 65% 70% 10%);
  }
  to {
	 -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
			-webkit-clip-path: inset(7% 1% 0% 0%);
			clip-path: inset(7% 1% 0% 0%);
  }
}

@-webkit-keyframes imgspin1 {
	from {
	-webkit-transform: rotate(154deg);
            transform: rotate(154deg);
			-webkit-clip-path: inset(4% 70% 0% 0%);
			clip-path: inset(4% 70% 0% 0%);;
  }
  to {
	 -webkit-transform: rotate(388deg);
            transform: rotate(388deg);
			-webkit-clip-path: inset(0% 0% 0% 0%);
			clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes imgspin1 {
  from {
	-webkit-transform: rotate(154deg);
            transform: rotate(154deg);
			-webkit-clip-path: inset(4% 70% 0% 0%);
			clip-path: inset(4% 70% 0% 0%);;
  }
  to {
	 -webkit-transform: rotate(388deg);
            transform: rotate(388deg);
			-webkit-clip-path: inset(0% 0% 0% 0%);
			clip-path: inset(0% 0% 0% 0%);
  }
}



/* home page */
.home-page .banner-wrapper {
	background: url(../images/home-banner.png) no-repeat center center ;
	background-size:cover;
	min-height: 592px;
    position: relative;
}
.home-page .banner-wrapper .overlay1 {
	padding-top:123px;
}
.banner-wrapper h1 {
	font-size: 32px;
	line-height: 40px;
	color: #fff;
	margin-bottom:0;
}
.banner-wrapper h1 span {
	color: rgb(244,100,4);
}
.banner-wrapper p {
	color:#fff;
	margin-bottom: 56px;
	letter-spacing: .45px;
}
.banner-wrapper .btn {
	border-color:#fff;
	color:#fff;
	background:#f46404;
	padding: 11px 32px;
	box-shadow: -1px -5px 5px 0px rgba(0, 0, 0, 0.2);
}
.banner-wrapper .btn:hover {
	background: #f6873c;
}
.banner-wrapper .btn:before {
	content:"";
	height:24px;
	width:24px;
	display:inline-block;
	background: url(../images/chat.png) no-repeat center;
	vertical-align:middle;
	margin-right:15px;
}
.banner-wrapper .btn:after {
	content:"";
	height:10px;
	width:7px;
	display:inline-block;
	background: url(../images/next-arrow.png) no-repeat center;
	vertical-align:middle;
	margin-left:5px;
}
.home-page .meest-wrap h2 {
    margin-bottom: 25px;
}
.list-dots span {
	font-size: 17px;
	line-height: 30px;
	color: rgb(100,100,100);
	padding:0 20px;
	position:relative;
}
.list-dots span:after {
	content:"";
	height:5px;
	width:5px;
	background:#646464;
	position:absolute;
	right:0;
	top:10px;
	display:block;
	border-radius:100%;
}
.list-dots span:last-child:after {
	display: none;
}
.video-magic-wrap {
	padding:94px 70px;
	background:#fff;
	box-shadow: -1px -5px 57px 0px rgba(0, 0, 0, 0.14);
	margin-top: 58px;
}
.video-wrap {
	max-width: 473px;
	width: 100%;
	height: 279px;
	background: url(../images/video-img1.jpg)no-repeat center;
	position: relative;
}
.video-wrap iframe {
	display: none;
}
.video-wrap .playbtn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	max-width: 300px;
    width: 100%;
}
.video-wrap .playbtn i {
	width: 84px;
	height: 84px;
	border: solid 3px #fff;
	border-radius: 3px;
	background: rgba(255,255,255,0.5) url(../images/playbtn-icon.png)no-repeat center;
	display: inline-block;
	cursor: pointer;
}
.video-wrap .playbtn i:hover {
	background: #f6883d url(../images/playbtn-icon.png)no-repeat center;
}
.video-wrap .playbtn span {
	display: block;
	font-size: 13px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	margin-top: 10px;
	text-shadow: 10px -3px 29px rgba(0,0,0,1), 12px -3px 29px rgba(0,0,0,1), 12px -7px 29px rgba(0,0,0,1), 12px -7px 29px rgba(0,0,0,1);
}
.video-magic-wrap .right {
	width: 47.5%;
    padding: 9px 0;
}
.video-magic-wrap .right figure {
	display:block;
	margin-bottom:38px;
}
.home-page .meest-wrap {
    padding-bottom: 718px;
}
.offerteplanner-page .meest-wrap .video-wrap {
	margin: 108px auto 0;
	max-width: 572px;
	height: 337px;
	width: 100%;
	position: relative;
    z-index: 9;
}
.home-page .magic-entmgr-wrap ul li {
	font-size: 21px;
	letter-spacing: 1px;
	line-height: 63px;
	color: rgb(26,125,136);
	padding-left:62px;
}
.home-page .magic-entmgr-wrap .right ul li {
	padding-left:110px;
}
.home-page .magic-entmgr-wrap ul li img {
	max-width:32px;
	display:inline-block;
	margin-right:35px;
	vertical-align:middle;
}
.home-page .magic-entmgr-wrap ul li.i23 img {
	max-width:39px;
	margin-right:28px;
}
.magic-entmgr-wrap {
	position:relative;
	margin-top:-99px;
	margin-bottom: 48px;
}
.magic-entmgr-wrap .left,.magic-entmgr-wrap .right {
	width:50%;
}
.magic-entmgr-wrap .wbox {
	position:relative;
	padding: 75px 34px 77px 0;
	background:#fff;
	text-align:center;
	margin-bottom:442px;
	z-index:2;
}
.magic-entmgr-wrap .wbox:before {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	content: "";
	z-index: -1;
}
.magic-entmgr-wrap .wbox:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 38px;
	width: 140px;
    height: 140px;
    margin-left: -70px;
	z-index: -2;
	box-shadow: -1px -5px 57px rgba(0,0,0,0.14);
	background: #fff;
	transform: rotate(-45deg) translate(-50%, 50%);
}
.magic-entmgr-wrap .left .wbox {
	box-shadow: -1px -5px 57px 0px rgba(0, 0, 0, 0.14);
}
.magic-entmgr-wrap .right .wbox {
	box-shadow: 1px 0px 15px 0px rgba(0, 0, 0, 0.14);
}
.magic-entmgr-wrap .wbox img {
	display:inline-block;
	margin-bottom:48px;
}
.magic-entmgr-wrap .wbox p {
	margin-bottom:60px;
}
.magic-entmgr-wrap .bn-sec {
	position: absolute;
    left: 0;
    width: 50%;
    height: 408px;
	top:477px;
	background:url(../images/ba61.png) no-repeat center ;
	background-size:cover;
}
.magic-entmgr-wrap .right .bn-sec {
	left:auto;
	right:0;
	background:url(../images/ba62.png) no-repeat center ;
	background-size:cover;
}
.magic-entmgr-wrap .bn-sec h2 {
	font-size: 60px;
	line-height:64px;
    font-weight: bold;
    color: #fff;
    padding-top: 270px;
    text-align: right;
    padding-right: 59px;
}
.magic-entmgr-wrap .right .bn-sec h2 {
	text-align: left;
    padding-left: 108px;
}
.magic-entmgr-wrap .left > .btn {
	margin-top:35px;
	margin-left:62px;
	padding: 12px 27px;
}
.magic-entmgr-wrap .left > .btn:before {
	content:"";
	height:26px;
	width:34px;
	background:url(../images/event-grp.png) no-repeat center;
	background-size:100% 100%;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.magic-entmgr-wrap .left > .btn:hover:before {
	background:url(../images/event-grp-wh.png) no-repeat center;
	background-size:100% 100%;
}
.magic-entmgr-wrap .right > .btn {
	margin-top:35px;
	margin-left:110px;
	padding: 12px 27px;
}
.magic-entmgr-wrap .right > .btn:before {
	content:"";
	height:22px;
	width:25px;
	background:url(../images/emaneger.png) no-repeat center;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
}
.magic-entmgr-wrap .right > .btn:hover:before{
	background:url(../images/emaneger-wh.png) no-repeat center;
}

.Waarom-Magic-wrap {
    position: relative;
    padding-top: 40px;
	padding-bottom:8px;
}
.Waarom-Magic-wrap .uniek-wrap {
    padding: 47px 85px 92px;
}
.Waarom-Magic-wrap .uniek-wrap .llm {
    position: absolute;
    top: 14px;
    right: -30px;
}
.Waarom-Magic-wrap .uniek-wrap {
	font-size: 17px;
    line-height: 31px;
    margin-bottom: 26px;
}
.home-page .innoverend-wrap .center {
    padding-top: 54px;
}
.home-page .innoverend-wrap.feesten .center img {
	    border-radius: 100%;
    border: 4px solid #efefef;
    height: 126px;
    width: 126px;
    display: inline-block;
    margin-bottom: 12px;
    margin-left: 27px;
}
.home-page .innoverend-wrap.feesten blockquote p {
	font-size: 24px;
    line-height: 40px;
	margin-bottom:28px;
}
.home-page .innoverend-wrap.feesten cite {
	font-size: 20px;
    font-weight: bold;
    line-height: 28px;
	margin-bottom:35px;
	display:inline-block;
}
.integraal-werken-wrap {
	min-height:777px;
	background:url(../images/ba8-duplicate.png) no-repeat center;
	background-size:cover;
	margin-bottom: 44px;
}
.intergraal-inner {
	background:url(../images/home-text-img.png) no-repeat 40px 80px ;
	background-size:auto;
	min-height: 777px;
}
.integraal-werken-wrap h2 {
	font-size: 59px;
    line-height: 70px;
    font-weight: bold;
    color: #fff;
    max-width: 47.5%;
    margin-top: 193px;
	padding-right: 28px;
}
.home-page .to-magic-wrap {
    margin-bottom: 76px;
    margin-top: 17px;
}
.home-page .to-magic-wrap .form-wrapper > div.form-wrap {
    padding: 50px 23px 32px 92px;
}
.home-page .integrale-f-wrap .header {
    padding-bottom: 70px;
}
.home-page .integrale-list .ibox {
    margin-bottom: 17px;
}
.home-page .innoverend-wrap.feesten .parallax-wrapper {
    height: 608px;
}
.home-page .to-magic-wrap input[type="text"], .home-page .to-magic-wrap input[type="email"] {
	line-height:33px;
}

/* Voor-wie-page */
.Voor-wie-page .banner-wrap {
	background: url(../images/voorbanner.png) no-repeat center center ;
	background-size:cover;
}
.Voor-wie-page  .banner-wrap .overlay1 h1 {
	font-size: 25px;
    line-height: 33px;
    color: #fff;
    letter-spacing: .55px;
	padding: 57px 15px 44px 15px;
}
.Voor-wie-page .banner-wrap .overlay1 h1:after {
    background: rgba(244,137,35,0.92);
}
.Voor-wie-page .meest-wrap p {
	margin-bottom:68px;
}
.Voor-wie-page .meest-wrap {
	background:#fff;
	padding-bottom:78px;
}
.kasteel-wrap .kasteel-inner {
    box-shadow: -1px -5px 57px 0px rgba(0, 0, 0, 0.14);
	margin-bottom: 77px;
}
.kasteel-wrap .boxes {
	display:table;
	width:100%;
}
.kasteel-wrap  .boxes > div {
	display:table-cell;
	width:50%;
	vertical-align:middle;
}
.kasteel-wrap  .boxes.big-b .text-wrap {
	background: #f7f7f7;
    padding: 33px 36px 58px 60px;
    width: 47%;
}
.kasteel-wrap .boxes.small-b .text-wrap  {
	background: #f7f7f7;
    padding: 86px 57px 20px 99px;
    width: 52%;
}
.kasteel-wrap .boxes.small-b.beach-b .text-wrap {
	padding: 70px 57px 45px 94px;
}
.kasteel-wrap  .boxes .text-wrap h2 {
	    font-weight: bold;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: -2.5px;
	margin-bottom:40px;
}
.kasteel-wrap .boxes.small-b .text-wrap h2 {
	margin-bottom: 25px;
    font-size: 33px;
    letter-spacing: 0px;
}
.kasteel-wrap  .boxes .text-wrap h2 img {
	display:inline-block;
	margin-right:22px;
}
.kasteel-wrap .boxes.small-b.beach-b .text-wrap img {
	vertical-align: middle;
	    margin-right: 13px;
}
.kasteel-wrap  .boxes .text-wrap p{
	letter-spacing: -.15px;
    font-size: 17px;
    line-height: 31px;
}
.kasteel-wrap  .boxes .text-wrap ul {
	margin-bottom:48px;
}
.kasteel-wrap  .boxes .text-wrap li {
	padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 27px;
}
.kasteel-wrap  .boxes .text-wrap li:before {
	content:"";
	height:14px;
	width:16px;
	display:block;
	position:absolute;
	top:7px;
	left:0;
	background:url(../images/check-gr.png) no-repeat center ;
	background-size:cover;
}
.kasteel-wrap  .boxes.small-b .img-wrap {
	width: 48.25%;
}
.kasteel-wrap  .boxes.kasteel-b .img-wrap {
	background:url(../images/v1.png) no-repeat center ;
	background-size:cover;
	width: 50.5%;
}
.kasteel-wrap  .boxes.fab-b .img-wrap {
	background:url(../images/v2.png) no-repeat center ;
	background-size:cover;
}
.kasteel-wrap  .boxes.beach-b .img-wrap {
	background:url(../images/v3.png) no-repeat center;
	background-size:cover;
}

.kasteel-wrap  .boxes.Party-b .img-wrap {
	background:url(../images/v6.png) no-repeat center ;
	background-size:cover;
}
.kasteel-wrap  .boxes.Resta-b .img-wrap {
	background:url(../images/v7.png) no-repeat center ;
	background-size:cover;
}
.kasteel-wrap  .boxes.Buit-b .img-wrap {
	background:url(../images/v8.png) no-repeat center;
	background-size:cover;
	width:52%;
}
.kasteel-wrap .boxes.Buit-b .text-wrap {
	width:48.5%;
	background:#fff;
	padding: 100px 57px 20px 59px;
}
.kasteel-wrap .boxes.Buit-b .text-wrap h2 img {
    vertical-align: middle;
}
.kasteel-wrap .boxes.Buit-b .text-wrap {
	padding: 90px 57px 22px 59px;
}
.kasteel-wrap  .boxes.Vergader-b .text-wrap {
	background:transparent;
}
.kasteel-wrap  .boxes.Vergader-b {
	background:url(../images/v5.png) no-repeat center ;
	background-size:cover;
	padding: 85px 36px 142px 60px;
}
.kasteel-wrap  .boxes.Vergader-b h2 ,.kasteel-wrap  .boxes.Vergader-b p {
	color:#fff;
}
.kasteel-wrap  .boxes.Vergader-b h2 {
	 font-weight: bold;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: -2.5px;
	margin-bottom:36px;
}
.kasteel-wrap  .boxes.Vergader-b img {
	display:inline-block;
	margin-right:22px;
}
.kasteel-wrap  .boxes.Vergader-b .btn {
	background:#fff;
	margin-top:63px;
}
.kasteel-wrap  .boxes.Vergader-b .btn:hover {
	background:none;
}
.kasteel-wrap .boxes.Resta-b .text-wrap h2 img {
	vertical-align:middle;
}
.kasteel-wrap .boxes.Resta-b .text-wrap {
    padding: 86px 57px 48px 99px;
}
.clint-view-wrap {
    padding-top: 12px;
	padding-bottom:98px;
}
.clint-view-wrap .center img {
	    border-radius: 100%;
    border: 4px solid #efefef;
    height: 126px;
    width: 126px;
    display: inline-block;
    margin-bottom: 13px;
}
.clint-view-wrap blockquote p {
	    font-size: 24px;
    line-height: 40px;
    margin-bottom: 37px;
}
.clint-view-wrap cite {
	    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 38px;
    display: block;
}
.en-alle-wrap {
	padding:100px 25px 90px;
	text-align:center;
	background:#f7f7f7;
}
.en-alle-wrap h2 {
	font-size:34px;
	line-height:38px;
	font-weight:bold;
	letter-spacing: -.25px;
	    margin-bottom: 15px;
}
.en-alle-wrap p {
	letter-spacing:.3px;
}
.en-alle-wrap li {
	display:inline-block;
	width:10.75%;
	margin-top:26px;
}
.en-alle-wrap li figcaption {
	font-size:13px;
	display:block;
	padding:10px 0;
}
.en-alle-wrap ul{
	padding: 0 0px 0 3px;
    margin-right: -8px;
}
.to-magic-wrap.no-select p {
    margin-bottom: 48px;
}
.to-magic-wrap.no-select input[type="text"],.no-select.to-magic-wrap input[type="email"] {
	padding:3px 17px;
}
.no-select.to-magic-wrap .form-wrapper > div.form-wrap {
    padding: 50px 23px 82px 92px;
}
.no-select.to-magic-wrap .btn-fill {
    margin-top: 22px;
}

/* vergaderingen page */
.vergaderingen-page .banner-wrap {
	background: url(../images/ved-banner.png) no-repeat center center ;
	background-size:cover;
}
.vergaderingen-page .meest-wrap {
    background-image: url(../images/ba13.png);
	padding-bottom: 740px;
}
.vergaderingen-page #de-voordelen .lists-list > div.img-wrap {
	background: url(../images/ba11.png) no-repeat center ;
	background-size:cover;
}
.vergaderingen-page .wmagic-inner .left {
    padding: 94px 0 80px;
}
.vergaderingen-page .wmagic-inner {
    padding: 55px 20px 60px;
}
.vergaderingen-page .innoverend-wrap.feesten .parallax-wrapper {
    height: 682px;
    margin-bottom: 22px;
}
.vergaderingen-page .innoverend-wrap.feesten .take-box-wrapper {
    margin-top: 0;
    padding-top: 40px;
}
.vergaderingen-page #de-voordelen {
	margin-top:33px;
}
.vergaderingen-page #de-voordelen .ani-wrapper {
    max-width: 704px;
    margin: 0 auto 100px;
}
/* offerteplanner page */
.offerteplanner-page .banner-wrap {
	background: url(../images/ba14.png) no-repeat center center ;
	background-size:cover;
}
.offerteplanner-page .banner-wrap .overlay1 h1 img {
    position: absolute;
    left: -48px;
    top: -8px;
    width: 122px;
}
.offerteplanner-page .wamagic-wrap .left > img {
    position: absolute;
    top: 64px;
    left: -34px;
}
.gr-65 {
    color: #f2721d;
	padding-top:25px;
}
.gr-65 strong {
    font-weight: 700;
    font-size: 54px;
    line-height: 58px;
    display: block;
    text-align: center;
}
.gr-65 span {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    display: block;
    margin-bottom: 40px;
    text-align: center;
}
.gr-65 .text-det {
	float:left;
}
.offerteplanner-page .wmagic-inner {
    padding: 55px 20px 93px;
	    margin-top: -110px;
}
.offerteplanner-page .innoverend-wrap.iwsa .take-box-wrapper .tbox:first-child img {
    position: absolute;
    left: 18px;
}
.offerteplanner-page .banner-wrap .overlay1 h1 span {
    font-size: 33px;
    line-height: 46px;
	padding-bottom:10px;
}
.offerteplanner-page .meest-wrap {
    padding-bottom: 532px;
    background: none;
    background-size: 100% 970px;
	position: relative;
}
.offerteplanner-page .meest-wrap:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	background: url(../images/ba20.png) no-repeat center bottom;
    background-size: 100% 970px;
}
.offerteplanner-page .meest-wrap .video-wrap .playbtn span {
	text-shadow: inherit;
}
.offerteplanner-page .innoverend-wrap.iwsa h2 {
	font-size: 42px;
    padding-top: 263px;
}
.offerteplanner-page .innoverend-wrap.iwsa {
	margin-top:-75px;
	padding-bottom:60px;
}
.offerteplanner-page .innoverend-wrap.iwsa .take-box-wrapper {
    margin-top: -70px;
}
.offerteplanner-page .warin1 .wmagic-inner {
	margin-top:54px;
	padding-bottom: 240px;
}
.offerteplanner-page .innoverend-wrap.iwsa1 {
	margin-top:-210px;
	padding-bottom:60px;
}
.offerteplanner-page .innoverend-wrap.iwsa1 .parallax-wrapper {
    height: 602px;
}
.offerteplanner-page .innoverend-wrap.iwsa1 .parallax-wrapper h2 {
	    color: #fff;
    margin-bottom: -8px;
    font-size: 42px;
    text-align: center;
    font-weight: 700;
    line-height: 68px;
    padding-top: 398px;
    position: relative;
}
.offerteplanner-page .innoverend-wrap.iwsa1 .parallax-wrapper span {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 28px;
}
.offerteplanner-page .uniek-wrap .left {
    width: 47%;
}
.offerteplanner-page .uniek-wrap .llm {
    position: absolute;
    top: 4px;
    right: 53px;
}
.offerteplanner-page .innoverend-wrap.feesten .parallax-wrapper {
    height: 920px;
    margin-bottom: 22px;
}
.offerteplanner-page .innoverend-wrap.feesten {
    margin-top: -44px;
	padding-bottom: 144px;
}
.offerteplanner-page .innoverend-wrap.feesten .take-box-wrapper {
	margin-top:-84px;
	padding-top: 0;
}
.offerteplanner-page #de-voordelen .ani-wrapper {
    max-width: 704px;
    margin: 0 auto 95px;
}
.offerteplanner-page #de-voordelen .lists-list > div.img-wrap {
	background:#e8e8e8;
	position:relative;
	border:1px solid #e2e0e0;
	border-right:none;
}
.offerteplanner-page #de-voordelen .lists-list > div.img-wrap img {
	position:absolute;
	top:62px;
}
.offerteplanner-page #de-voordelen .lists-list > div.img-wrap img.img1, .offerteplanner-page #de-voordelen .lists-list > div.img-wrap img.img2 {
	display: none;
}
.offerteplanner-page #de-voordelen .lists-list > div.img-wrap {
	position: relative;
}
.offerteplanner-page #de-voordelen .lists-list > div.img-wrap:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 115%;
	height: 100%;
	content: "";
	background: url(../images/dance1-2.png)no-repeat center;
	background-size: 100%;
}
/* .offerteplanner-page #de-voordelen .lists-list > div.img-wrap img.img1 {
	left: -55px;
    top: 70px;
}
.offerteplanner-page #de-voordelen .lists-list > div.img-wrap img.img2 {
	right:-11px;
} */
.offerteplanner-page .warin1.wamagic-wrap .left > img {
    position: absolute;
    top: -20px;
    left: 52px;
}
.iframe-vid {
	display:block;
	margin: 108px auto 0;
}

/* CONTACT PAGE */
.contact-page .banner-wrap {
	background: url(../images/ebanner-2.jpg) no-repeat center center / cover;
	position: relative;
}
.contact-page .banner-wrap:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.contact-page .banner-wrap .overlay1 h1 {
    padding: 78px 0 74px 20px;
    max-width: 355px;
    width: 100%;
}

.contact-page .banner-wrap .overlay1 h1 span {
	font-size: 68.9px;
	line-height: 24px;
	font-family:'Ocho-Siete';
	color: #1a7d88;
}

.contact-page .banner-wrap .overlay1 h1 span em {
	display: inline-block;
	font-size: 23.11px;
	line-height: 23.11px;
	color: #727272;
	letter-spacing: 0.25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	border-left: solid 1px #f46404;
	padding-left: 13px;
}
.contact-page .banner-wrap .overlay1 h1 span em i {
	display: block;
	color: #a6a7a9;
}
.contact-page .banner-wrap .overlay1 h1:after {
	left: 0;
}

.contact-page .banner-wrap .overlay1 .b-arrow {
	float: left;
	position: relative;
	margin-top: 176px;
	margin-left: -120px;
}
.contact-page .banner-wrap .overlay1 .b-arrow span {
	font-size: 43px;
	line-height: 154px;
	font-family: 'Ocho-Siete';
	color: #1a7d88;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 15px;
	text-align: center;
	transform: rotate(-15deg);
}
/* contact-wrap */
.contact-wrap {
	padding: 60px 0px 0px;
	margin-bottom: 40px;
}
.contact-wrap h2 {
	color: #646464;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 55px;
	text-align: center;
}
.contact-wrap .inner {
	display: table;
	width: 100%;
	background: #fff;
	box-shadow: 0px -5px 57px rgba(0,0,0,0.1);
	padding: 55px 60px;
}
.contact-wrap .right {
	width: 53%;
}
.contact-wrap .left {
	width: 47%;
}
.contact-wrap  .imgbox {
	display: table;
	width: 100%;

}
.contact-wrap  .imgbox .img1 {
	display: table-cell;
	width: 32%;
	background: url(../images/contact-img1.jpg)no-repeat center/cover;
	position: relative;
}
.contact-wrap  .imgbox .img1 i {
	position: absolute;
	top: 38%;
	right: -58px;
	width: 92px;
	height: 38px;
	background: url(../images/contact-arrow.png) no-repeat center;
	z-index: 1;
}
.contact-wrap  .imgbox .img2 {
	display: table-cell;
	width: 68%;
	height: 308px;
	background: url(../images/contact-img2.jpg) no-repeat center/cover;
	position: relative;
}
.contact-wrap .imglinks {
	margin-top: 30px;
	float: right;
}
.contact-wrap .imglinks li {
	float: left;
	font-size: 12.5px;
	line-height: 30px;
	margin-left: 38px;
	position: relative;
}
.contact-wrap .imglinks li:after {
	position: absolute;
	content: "|";
	font-size: 13px;
	top: 0px;
	left: -22px;
}
.contact-wrap .imglinks li:first-child:after{
	display: none;
}
.contact-wrap h3 {
	margin-bottom: 28px;
	letter-spacing: -1.3px;
}
.contact-wrap .left span {
	display: block;
	margin-bottom: 35px;
}
.contact-wrap .left  address {
	margin-bottom: 40px;
}
.contact-wrap .left ul li {
	margin-bottom: 10px;
}
.contact-wrap .left ul li a{
	color: #1a7d88;
}
.contact-wrap .left ul li a i {
	display: inline-block;
	vertical-align: middle;
	width: 52px;
	text-align: center;
}
.contact-wrap .left ul li a i img {
	display: inline-block;
	margin-left: -26px;
}
/* faq-wrap */
.faq-wrap {
	margin-bottom: 50px;
}
.faq-wrap .inner {
	background: #f7f7f7;
	box-shadow: 0px -5px 57px rgba(0,0,0,0.1);
}
.faq-wrap h2 {
	font-size: 33.33px;
	line-height: 30px;
	color: #646464;
	font-weight: 700;
	padding: 42px 55px;
	margin: 0;
}
.faq-wrap h2 i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 16px;
}

.accordion .main {
	border: solid 1px #c1c1c1;
	border-bottom: 0px;
}
.accordion .main:last-child {
	border-bottom: solid 1px #c1c1c1;
}
.accordion .main .title {
	display: table;
	width: 100%;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s ease-in;
}
.accordion .main .title i {
	display: table-cell;
	width: 72px;
	height: 72px;
	border-right: solid 1px #e2e2e2;
	position: relative;
	vertical-align: middle;
}
.accordion .main .title span {
	vertical-align: middle;
	display: table-cell;
	padding: 5px 15px 5px 30px;
}
.accordion .main .title i  img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	transition: all 0.3s ease-in;
}
.accordion .main .title.active, .accordion .main .title:hover {
	background: #f4f4f4;
}
.accordion .main .title.active i  img{
	transform: rotate(90deg);
}
.accordion .main .collapse {
	border-top: solid 1px #c1c1c1;
	display: none;
	width: 100%;
	padding: 28px 100px 2px 100px;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3) inset;
	background: #fafafa;
}
.accordion .main .collapse p {
	color: #646464;
	font-size: 12.5px;
	line-height: 30px;
}

/* VACATURES */
.faq-wrap.jobs .accordion .main .collapse p {
	font-size: 14px;
	line-height: 26px;
}

.faq-wrap.jobs .accordion .main .collapse ul li {
	color: #646464;
	line-height: 26px;
}

/* DEMO PAGE */
.demo-page .banner-wrap {
	background: url(../images/ebanner-3.jpg)no-repeat center/cover;
    overflow: inherit;
	height: 840px;
}
.demo-page .banner-wrap .overlay1{
	top: 65px;
	text-align: center;
}
.demo-page .banner-wrap:after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background: rgba(6,82,90,0.7);
}
.demo-page .banner-wrap .overlay1 .container {
	max-width: 744px;
}
.banner-contact h2 {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.banner-contact span {
	display: block;
	font-size: 16.6px;
	line-height: 30px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-bottom: 48px;
}
span.innertitle {
	text-align: left;
	display: block;
	font-size: 16.6px;
	line-height: 30px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin-bottom: 12px;
}
.checkdiv {
	border-radius: 8px;
	border: 1px solid #dbdbdb;
	padding: 6px 17px;
	width: 100%;
	background: #fff;
	text-align: left;
	display: block;
	margin-bottom: 5px;
}
.checkdiv input{
	float: right;
	visibility: hidden;
	display: none;
}

label input[type="checkbox"] ~ svg.fa-circle {
	float: right;
	color: #cccccc;
	display: inline;
	margin: 7px 0;
}
label input[type="checkbox"]:checked ~ svg.fa-check-circle {
	float: right;
	color: #1a7d88;
	display: inline;
	margin: 7px 0;
}
label input[type="checkbox"] ~ svg.fa-check-circle {
	float: right;
	display: none;
}
label input[type="checkbox"]:checked ~ svg.fa-circle {
	float: right;
	display: none;
}
label:hover {
	cursor: pointer;
}

label:hover input[type="checkbox"] ~ svg {
	color: #1a7d88;
}

div[data-toggle="buttons"] label span {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
	cursor: pointer;
	font-size: 25px;
	line-height: 34px;
	color: rgb(125,125,125);
	font-family: 'MyriadPro-Cond', sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

div[data-toggle="buttons"] label span:hover {
	color: #1a7d88;
}

div[data-toggle="buttons"] label:active,
div[data-toggle="buttons"] label.active {
	-webkit-box-shadow: none;
	box-shadow: none;
}





.banner-contact .selectBoxmain {
	text-align: left;
}
.banner-contact ul li {
    margin-bottom: 3px;
}
.banner-contact input, .banner-contact .selectBox .slcttxt {
	line-height: 31px;
}
.banner-contact input[type="submit"]{
	margin-top: 16px;
	line-height: 22px;
	background: #fff;
	padding: 12px 32px;
	cursor: pointer;
}
.banner-contact input[type="submit"]:hover {
	background: #f46404;
}
.steps-wrap {
	padding-top: 78px;
}
.steps-wrap .inner {
	display: table;
	width: 100%;
	background: #fff;
	box-shadow: 0px -5px 57px rgba(0,0,0,0.1);
	padding: 55px 55px 2px 140px;
	margin-bottom: 58px;
}
.steps-wrap .inner .rows {
	display: table;
	width: 100%;
}
.steps-wrap .inner .rows > div {
	display: table-cell;
	vertical-align: top;
}
.steps-wrap .inner .rows > div.left {
	width: 42%;
}
.steps-wrap .inner .rows > div.right {
	width: 58%;
}
.steps-wrap h3 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 20px;
}
.steps-wrap p {
	font-size: 16.6px;
	line-height: 30px;
}
.steps-wrap p.last{
	margin-bottom: 56px;
}
.steps-wrap .address-cls ul {
	margin-bottom: 32px;
}
.steps-wrap .address-cls ul li {
    margin-bottom: 10px;
}
.steps-wrap .address-cls ul li a {
    color: #1a7d88;
}
.steps-wrap .address-cls ul li a i {
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    text-align: center;
}
.steps-wrap .address-cls ul li a i img {
    display: inline-block;
    margin-left: -26px;
}
.steps-wrap .address-cls span {
	display: block;
	margin-bottom: 30px;
}
.steps-wrap .address-cls figure{
	margin-top: 72px;
	margin-bottom: 15px;
}
.steps-wrap p strong {
	font-weight: 700;
}
.steps-wrap span.title {
	display: block;
	font-size: 125px;
	line-height: 98px;
	color: #1a7d88;
	opacity: 0.22;
	font-weight: 700;
	position: relative;
	margin-left: -20px;
}

.steps-wrap .inner.cls2{
	padding: 38px 55px 35px 140px;
}
.steps-wrap .inner.cls2 h3 {
	margin-top: 14px;
}
.steps-wrap .inner.cls2 .btn.all-btn{
	padding: 10px 26px;
	margin-top: 24px;
}
.steps-wrap .inner.cls2 figure img{
	margin-left: 22px;
	opacity: 0.22;
}

/* REFERENTIES PAGE */
#referenties.banner-wrap {
	background: url(../images/ebanner-4.jpg)no-repeat center/cover;
}
.banner-wrap .overlay1 .b-text {
	float: left;
	text-align: left;
	margin-top: 272px;
	max-width: 424px;
	width: 100%;
}
.banner-wrap .overlay1 .b-text ul li {
	color: #646464;
	font-size: 25px;
	font-weight: 400;
	line-height: 20px;
}
.banner-wrap .overlay1 .b-text ul li:nth-child(1){
	margin-left: 150px;
}
.banner-wrap .overlay1 .b-text ul li:nth-child(2){
	margin-left: 10px;
}
.banner-wrap .overlay1 .b-text ul li:nth-child(3){
	margin-left: 110px;
	margin-bottom: 47px;
}
.banner-wrap .overlay1 .b-text ul li:nth-child(4){
	margin-left: 90px;
	margin-bottom: 18px;
}
.banner-wrap .overlay1 .b-text ul li:nth-child(5){
	margin-left: 52px;
}
.banner-wrap .overlay1 .b-text ul li small {
	font-size: 16.6px;
}
.banner-wrap .overlay1 .b-text ul li big {
	font-size: 37px;
}
.contact-page #referenties.banner-wrap .overlay1 h1 {
	padding: 85px 0 82px 52px;
	max-width: 342px;
	width: 100%;
}
.contact-page #referenties.banner-wrap .overlay1 h1 span{
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	color: #646464;
	font-family: 'Open Sans', sans-serif;
}
.contact-page #referenties.banner-wrap .overlay1 h1 span b {
	font-weight: 700;
	color: #1a7d88;
}
.customercase-wrap {
	padding: 62px 0px 0px;
	text-align: center;
}
.customercase-wrap h2 {
	font-size: 25px;
	line-height: 30px;
	color: #646464;
	text-align: center;
	font-weight: 700;
	margin-bottom: 32px;
}
.mainexpertblock {
	display: table;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 60px;
}
.mainexpertblock li {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
.mainexpertblock li:nth-child(2n) {
	margin-right: 0;
}
.expertblock {
	position: relative;
	width: 100%;
	background: #fff;
	max-height: 442px;
	overflow: hidden;
	box-shadow: 0px 5px 57px rgba(0,0,0,0.14);
	cursor: pointer;
}
.expertblock > img{
	display: block;
}
.expertblock .overlaytext{
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	padding: 20px;
	transition: all 0.3s ease-in-out;
}
.expertblock .overlaytext figure{
	position: relative;
	height: 220px;
}
.expertblock .overlaytext figure img {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	max-width: 50%;
	max-height: 50%;
	margin: auto;
}



.expertblock .overlaytext a {
	font-size: 16.6px;
	color: #fff;
	border: solid 1px #fff;
	display: inline-block;
	min-width: 328px;
	text-align: center;
	line-height: 30px;
	padding: 10px 15px;
	margin-top: 76px;
	transition: all 0.3s ease-in-out;
}
.expertblock:hover .overlaytext {
	background: rgba(0,0,0,0.2);
}
.expertblock:hover .overlaytext a {
	background: rgba(0,0,0,0.2);
}
/* INTEGRAL-FUNCTION */
.contact-page .banner-wrap#integralfunctions {
	background: url(../images/ebanner-5.jpg)no-repeat center/cover;
}
.contact-page .banner-wrap#integralfunctions:after {
	background: linear-gradient(rgba(0,0,0,0)50%, rgba(0,0,0,0.6)100%);
}
.banner-wrap#integralfunctions .overlay1 h1 img {
	display: inline-block;
	vertical-align: middle;
	position: inherit;
	width: auto;
}
.contact-page .banner-wrap#integralfunctions .overlay1 h1 span em {
	font-size: 43px;
	font-family: 'MyriadPro-Cond';
	width: 320px;
	position: relative;
	margin-right: -130px;
	vertical-align: middle;
	padding-left: 30px;
	border: 0;
}
.contact-page .banner-wrap#integralfunctions .overlay1 h1 span em i {
	font-size: 25px;
	margin-top: 13px;
}
.contact-page .banner-wrap#integralfunctions .overlay1 h1 {
	padding: 38px 0 26px 30px;
	max-width: 340px;
}
/* function-wrap */
.function-wrap {
	padding: 58px 0px 0px;
}
.function-wrap .title-cls {
	text-align: center;
	margin-bottom: 78px;
}
.function-wrap .title-cls h2 {
	color: #646464;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 30px;
}
.function-wrap .inner{
	background: #fff;
    box-shadow: 0px -5px 57px rgba(0,0,0,0.1);
	margin-bottom: 50px;
}
.function-wrap .inner .rows {
	display: table;
	width: 100%;
	padding: 50px 15px 50px 15px;
}
.function-wrap .inner .rows > div {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.function-wrap .inner .rows > div.contentbox {
	width: 53%;
}
.function-wrap .inner .rows > div.imgbox {
	width: 47%;
}
.function-wrap .inner .rows:nth-child(even) {
	background: #ffffff;
}
.function-wrap .inner .rows:nth-child(odd) {
	background: #f7f7f7;
}
.function-wrap h3 {
	font-size: 33.33px;
	font-weight: 700;
	color: #646464;
	line-height: 30px;
	margin-bottom: 34px;
}
.function-wrap h3 i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.function-wrap h3.extra i {
	width: 56px;
}
.function-wrap h3.extra i img {
	position: relative;
	margin-top: -20px;
	max-width: inherit;
	left: -30px;
}
.function-wrap p {
	font-size: 16.6px;
	font-weight: 400;
	line-height: 30px;
}
.function-wrap ul li {
	font-size: 12.5px;
	line-height: 41px;
	padding-left: 28px;
	position: relative;
}
.function-wrap ul li:after {
	position: absolute;
	top: 13px;
	left: 2px;
	width: 16px;
	height: 14px;
	background: url(../images/check-box.png)no-repeat center;
	content: "";
}
.function-wrap .btn {
	background: #fff;
	padding: 12px 25px;
	min-width: 222px;
}
.function-wrap .inner .rows:nth-child(odd) > div.contentbox  {
	padding-left: 45px;
	padding-right: 65px;
}
.function-wrap .inner .rows:nth-child(even) > div.imgbox  {
	padding-left: 45px;
}
.function-wrap .inner .rows:nth-child(2n) > div.contentbox {
    padding-right: 25px;
}
.function-wrap .inner .rows.chnl10 > div.imgbox img {
	position: relative;
	margin-left: -40px;
	margin-top: 20px;
}
.function-wrap .inner .rows.chnl12 > div.imgbox img {
	margin-top: 20px;
}
.event-mgr .deOfferteplanner-wrap {
    position: relative;
    padding-top: 44px;
}
.event-mgr .innoverend-wrap.feesten {
    margin-top: -50px;
    padding-bottom: 67px;
}
.event-mgr #de-voordelen .ani-wrapper {
    max-width: 704px;
    margin: 0 auto 96px;
}

/* Overons-page page */
.Overons-page .banner-wrap {
    background: url(../images/over-ons.png) no-repeat center bottom;
	background-size:cover;
}
.contact-page.Overons-page .banner-wrap:after {
	content:"";
	display:none;
}
.Overons-page .function-wrap .title-cls h2 {
    margin-bottom: 20px;
}
.Overons-page .function-wrap p {
    margin-bottom: 40px;
}
.Overons-page .function-wrap .inner .rows {
    padding: 54px 75px 85px;
}
.Overons-page .function-wrap .inner .rows:nth-child(odd) > div.contentbox {
    padding-left: 0px;
    padding-right: 20px;
}
.Overons-page .function-wrap h3 {
    font-size: 25px;
    font-weight: 400;
    color: #646464;
    line-height: 38px;
    margin-bottom: 28px;
}
.Overons-page .function-wrap p {
    margin-bottom: 32px;
}
.Overons-page .function-wrap .inner .rows:nth-child(2n) > div.contentbox {
    padding-right: 0px;
}
.Overons-page .function-wrap .inner .rows.chnl3 {
	padding: 54px 75px 0px;
}
.Overons-page .function-wrap .inner .rows.chnl3 > div.imgbox {
    padding: 102px 0 0;
    text-align: right;
}
.Overons-page .function-wrap .inner .rows.chnl2 > div.imgbox {
   padding: 149px 0 0;
}
.Overons-page .function-wrap .inner .rows.chnl2 > div.imgbox span {
    font-size: 85px;
    line-height: 92px;
    font-family: 'Ocho-Siete';
    color: #1a7d88;
}
.Overons-page .function-wrap .inner .rows.chnl2 > div.imgbox span em {
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #727272;
    /* letter-spacing: 0.25px; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    border-left: solid 1px #f46404;
    padding-left: 13px;
	vertical-align: middle;
}
.Overons-page .function-wrap .inner .rows.chnl2 > div.imgbox span em i {
    display: block;
    color: #a6a7a9;
}
.Overons-page .function-wrap .inner .rows.chnl4{
	padding-bottom:72px;
}
.Overons-page .function-wrap .inner .rows.chnl4 > div.imgbox {
    width: 43%;
}
.Overons-page .function-wrap .inner .rows.chnl4 > div.contentbox {
	    margin-top: -8px;
    margin-right: -89px;
    width: 61.5%;
}
.Overons-page .function-wrap .inner .rows.chnl4 > div.contentbox h4 {
    font-size: 16.6px;
    font-weight: 400;
    line-height: 30px;
	margin-bottom: 10px;
}
.Overons-page .function-wrap .chnl5 address {
    margin-bottom: 40px;
}
.c-detailss {
	margin-bottom:10px;
}
.c-detailss a {
    color: #1a7d88;
}
.c-detailss a i {
    display: inline-block;
    vertical-align: middle;
    width: 52px;
    text-align: center;
}
.c-detailss a i img {
    display: inline-block;
    margin-left: -26px;
}
.Overons-page .function-wrap .rows.chnl5 > div.contentbox {
	width:44%;
}
.Overons-page .function-wrap .rows.chnl5 > div.imgbox {
	width: 55%;
    margin-right: -30px;
	padding-left: 0;
}
.Overons-page .function-wrap .chnl5 .imgbox1 {
    display: table;
    width: 100%;
}
.Overons-page .function-wrap .chnl5 .imgbox .img1 {
    display: table-cell;
    width: 32%;
    background: url(../images/contact-img1.jpg)no-repeat center/cover;
    position: relative;
}
.Overons-page .function-wrap .chnl5 .imgbox .img1 i {
    position: absolute;
    top: 38%;
    right: -58px;
    width: 92px;
    height: 38px;
    background: url(../images/contact-arrow.png)no-repeat center;
    z-index: 1;
}
.Overons-page .function-wrap .chnl5 .imgbox .img2 {
    display: table-cell;
    width: 68%;
    height: 308px;
    background: url(../images/contact-img2.jpg)no-repeat center/cover;
    position: relative;
}
.Overons-page .function-wrap .inner {
    margin-bottom: 66px;
}
.offerteplanner-page .meest-wrap h2,
.offerteplanner-page .meest-wrap p,
.offerteplanner-page .meest-wrap a {
	position: relative;
	z-index: 99;
}
/* new css part2 */
.take-box-wrapper .box-h{
	padding: 40px 20px 40px;
	width: 100%;
}
.take-box-wrapper .box-h .left,
.take-box-wrapper .box-h .right {
	width: 50%;
}
.take-box-wrapper .box-h .imgbx > img {
	margin: 0 auto;
	display: block;
	position: relative;
}
.take-box-wrapper .box-h .txtbx{
	padding-left: 95px;
	padding-top: 40px;
}
.take-box-wrapper .box-h .btn.all-btn {
	background: #fff;
	min-width: 220px;
	margin-top: 20px;
}

/* Magicpay-page page */
.magicpay-page .banner-wrap {
	background: url(../images/magicpay/header-magicpay@2x.png) no-repeat center bottom;
	background-size:cover;
}
.magicpay-page .banner-wrap::after {
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));
}

.magicpay-page .banner-wrap .overlay1 h1 img {
	position: absolute;
	left: 35px;
	top: 45px;
	width: 400px;
}

.magicpay-page .function-wrap .title-cls h2 {
	margin-bottom: 20px;
}
.magicpay-page .function-wrap p {
	margin-bottom: 40px;
}
.magicpay-page .function-wrap .inner .rows {
	padding: 54px 75px 85px;
}
.magicpay-page .function-wrap .inner .rows:nth-child(odd) > div.contentbox {
	padding-left: 0px;
	padding-right: 20px;
}
.magicpay-page .function-wrap h3 {
	font-size: 25px;
	font-weight: 400;
	color: #646464;
	line-height: 38px;
	margin-bottom: 28px;
}
.magicpay-page .function-wrap p {
	margin-bottom: 32px;
}
.magicpay-page .function-wrap .inner .rows:nth-child(2n) > div.contentbox {
	padding-right: 0px;
}
.magicpay-page .function-wrap .inner .rows.chnl3 {
	padding: 54px 75px 0px;
}
.magicpay-page .function-wrap .inner .rows.chnl3 > div.imgbox {
	padding: 0px 0px 58px 37px;
	text-align: right;
}
.magicpay-page .function-wrap .inner .rows.chnl2 > div.imgbox {
	padding: 0px 37px 0px 0px;
}
.magicpay-page .function-wrap .inner .rows.chnl2 > div.imgbox span {
	font-size: 85px;
	line-height: 92px;
	font-family: 'Ocho-Siete';
	color: #1a7d88;
}
.magicpay-page .function-wrap .inner .rows.chnl2 > div.imgbox span em {
	display: inline-block;
	font-size: 30px;
	line-height: 30px;
	color: #727272;
	/* letter-spacing: 0.25px; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	border-left: solid 1px #f46404;
	padding-left: 13px;
	vertical-align: middle;
}
.magicpay-page .function-wrap .inner .rows.chnl2 > div.imgbox span em i {
	display: block;
	color: #a6a7a9;
}
.magicpay-page .function-wrap .inner .rows.chnl4{
	padding-bottom:72px;
}
.magicpay-page .function-wrap .inner .rows.chnl4 > div.imgbox {
	width: 43%;
}
.magicpay-page .function-wrap .inner .rows.chnl4 > div.contentbox {
	margin-top: -8px;
	margin-right: -89px;
	width: 61.5%;
}
.magicpay-page .function-wrap .inner .rows.chnl4 > div.contentbox h4 {
	font-size: 16.6px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 10px;
}
.magicpay-page .function-wrap .chnl5 address {
	margin-bottom: 40px;
}

.magicpay-page .function-wrap .rows.chnl5 > div.contentbox {
	width:44%;
}
.magicpay-page .function-wrap .rows.chnl5 > div.imgbox {
	width: 55%;
	margin-right: -30px;
	padding-left: 0;
}
.magicpay-page .function-wrap .chnl5 .imgbox1 {
	display: table;
	width: 100%;
}
.magicpay-page .function-wrap .chnl5 .imgbox .img1 {
	display: table-cell;
	width: 32%;
	background: url(../images/contact-img1.jpg)no-repeat center/cover;
	position: relative;
}
.magicpay-page .function-wrap .chnl5 .imgbox .img1 i {
	position: absolute;
	top: 38%;
	right: -58px;
	width: 92px;
	height: 38px;
	background: url(../images/contact-arrow.png)no-repeat center;
	z-index: 1;
}
.magicpay-page .function-wrap .chnl5 .imgbox .img2 {
	display: table-cell;
	width: 68%;
	height: 308px;
	background: url(../images/contact-img2.jpg)no-repeat center/cover;
	position: relative;
}
.magicpay-page .function-wrap .inner {
	margin-bottom: 66px;
}



/* globallist */
.globallist {
	min-height: 246px;
}
.globallist li {
	font-size: 16px;
	line-height: 41px;
	color: #646464;
	font-weight: 700;
	padding-left: 28px;
	position: relative;
}
.globallist li:after {
	position: absolute;
	top: 14px;
	left: 2px;
	width: 16px;
	height: 14px;
	background: url(../images/check-box.png)no-repeat center;
	content: "";
}
.take-box-wrapper .box-h.lft .txtbx{
	padding-left: 125px;
}
.take-box-wrapper .box-h.subj3 .imgbx img {
	right: -30px;
	max-width: 102%;
	width: 102%;
	margin-bottom: -65px;
}
.take-box-wrapper .box-h.subj3 .txtbx {
	padding-top: 20px;
}
.take-box-wrapper .box-h.subj5 .imgbx img {
	right: -20px;
	position: relative;
	max-width: 100%;
	width: 100%;
}
.take-box-wrapper .box-h.subj7 {
	padding-top: 25px;
	padding-bottom: 0px;
}
.take-box-wrapper .box-h.subj7 .imgbx img {
	right: -20px;
	position: relative;
	max-width: 100%;
	width: 100%;
}
.take-box-wrapper .box-h.subj7 .txtbx {
	padding-top: 25px;
}
.take-box-wrapper .box-h.subj2 {
	padding: 10px 20px 10px;
}
.take-box-wrapper .box-h.subj2 .imgbx img {
	max-width: 108%;
	width: 108%;
	left: -50px;
	position: relative;
}
.take-box-wrapper .box-h.subj4 {
	padding: 20px 20px 20px;
}
.take-box-wrapper .box-h.subj4 .imgbx img {
	margin-left: -50px;
}
.take-box-wrapper .box-h.subj6 .imgbx img {
	margin-left: -50px;
	margin-bottom: -50px;
}
.take-box-wrapper .box-h.subj10 .imgbx img {
	margin-bottom: -90px;
}
.take-box-wrapper .box-h.subj11 {
	padding-bottom: 0px;
}
.take-box-wrapper .box-h.subj12 .imgbx img {
	margin-bottom: -50px;
}
.take-box-wrapper .box-h.subj13 .imgbx img {
	margin-right: -25px;
}
.take-box-wrapper .box-h.subj15 .imgbx img {
	margin-left: -25px;
	margin-bottom: -5px;
}
.take-box-wrapper .box-h.subj15 .txtbx{
	padding-top: 10px;
}
.take-box-wrapper .box-h.subj17 .txtbx{
	padding-top: 10px;
}
.take-box-wrapper .box-h.subj18 .txtbx{
	padding-top: 10px;
}
.take-box-wrapper .box-h.subj19 .imgbx img {
	margin-right: -25px;
}
.take-box-wrapper .box-h.subj19 .txtbx{
	padding-top: 15px;
}
.take-box-wrapper .box-h.subj20 .txtbx{
	padding-top: 5px;
}
.take-box-wrapper .box-h.subj21 .imgbx img {
	margin-right: -25px;
}
.take-box-wrapper .box-h.subj24 .imgbx img {
	margin-bottom: -100px;
}
.take-box-wrapper .box-h.subj31 {
	padding-bottom: 0px;
}
.take-box-wrapper .box-h.subj36,
.take-box-wrapper .box-h.subj40 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.take-box-wrapper .tbox.n2 img {
	left: 55px;
	top: 30px;
}
.take-box-wrapper .tbox.mgbox.n3 img,
.take-box-wrapper .tbox.mgbox.n2 img,
.innoverend-wrap.feesten .take-box-wrapper .tbox.n1:first-child img{
	left: 55px;
	top: 25px;
}

.take-box-wrapper .box-h .btn.all-btn:hover {
	background: #f46404;
	color: #fff;
}
.hidden {display: none}
.ajax-loadingDiv {display: none;}
.ajax-loadingDiv.active{
	display: block;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.ajax-loadingDiv.active .ajax-loader {
	z-index: 9999;
	opacity: 0.7;
	position: fixed;
	width: 80%;
	height: 100%;
	top: 40%;
	left: 46%;
	color: #f46404;

}




/* new css PART-3 */

/* allevents */
#allevents-wrap.meest-wrap {
	padding-bottom: 50px;
	background: #fff;
}
#allevents-wrap.meest-wrap h2 {
	color: #1a7d88;
}
#allevents-wrap.meest-wrap .inner {
	background: #fff;
	box-shadow: -1px -5px 57px 0px rgba(0, 0, 0, 0.14);
	margin-top: 80px;
	padding: 0px 30px 0px 45px;
	position: relative;
}
#allevents-wrap.meest-wrap .inner h2 {
	font-size: 33.33px;
	color: #1a7d88;
	position: relative;
}
#allevents-wrap.meest-wrap .inner h2 i {
	display: inline-block;
	width: 70px;
	position: relative;
	vertical-align: middle;
	margin-top: -15px;
}
#allevents-wrap.meest-wrap .inner h2 i.mr {
	margin-top: -5px;
}
.meest-wrap.allevents .rows{
	padding-top: 55px;
	padding-bottom: 65px;
	border-bottom: solid 1px #fef1e8;
	position: relative;
}
.meest-wrap.allevents .rows > .right {
	max-width: 672px;
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 1;
}
.meest-wrap.allevents .right h4 {
	font-size: 16.6px;
	line-height: 30px;
	font-weight: 700;
}
.meest-wrap.allevents .right p {
	font-size: 12.5px;
	line-height: 20.8px;
	font-weight: 400;
	color: #a4a4a4;
}
.meest-wrap.allevents .right ul li {
	width: 50%;
	float: left;
}
.meest-wrap.allevents .right.fullsz ul li{
	float: none;
	width: 100%;
}
.meest-wrap.allevents .integrale-f-wrap {
	text-align: left;
	padding-bottom: 0px;
	padding-top: 30px;
}
.meest-wrap.allevents .integrale-list,
.meest-wrap.allevents .integrale-f-wrap .header{
	padding-bottom: 0px;
}
.meest-wrap.allevents .integrale-f-wrap .headd{
	margin-bottom: 40px;
}
.meest-wrap.allevents .integrale-f-wrap .headd,
.meest-wrap.allevents .integrale-f-wrap .header p,
.meest-wrap.allevents .integrale-list {
	padding-left: 115px;
}
.meest-wrap.allevents .integrale-f-wrap .headd:before {
	left: 15px;
	top: -10px;
}
.meest-wrap.allevents .integrale-list h4 {
	line-height: 10px;
	padding-bottom: 4px;
}
.meest-wrap.allevents .integrale-list p {
	line-height: 20px;
	color: #7d7d7d;
}
.meest-wrap.allevents .integrale-list .btn.all-btn {
	padding: 10px 20px;
}
.meest-wrap.allevents .right.quotePlanner figure {
	max-width: 325px;
}
#allevents-wrap.meest-wrap .inner .quotePlanner h2 i {
	position: absolute;
	right: 100%;
	max-width: 340px;
	width: 100%;
	top: -40px;
	margin-right: 15px;
}
/* sideslide-nav */
#allevents-wrap.meest-wrap .sideslide-nav {
	position: absolute;
	top: 55px;
	left: 45px;
	width: 25%;
	z-index: 9999;
}
#allevents-wrap.meest-wrap .sideslide-nav.fixed {
	position: fixed;
	left: auto;
	top: 140px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1)
}
.sideslide-nav {
	text-align: left;
	position: relative;
}
.sideslide-nav:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 2px;
	height: 95%;
	background: #f5741f;
	content: "";
	opacity: 0.1;
}
.sideslide-nav ul li {
	position: relative;
	padding-left: 22px;
	transition: all 0.3s ease-in;
}
.sideslide-nav ul li:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 2px;
	height: 80%;
	background: #f5741f;
	content: "";
	opacity: 0;
	transition: all 0.3s ease-in;
}
.sideslide-nav ul li.active:after, .sideslide-nav ul li:hover:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 2px;
	height: 80%;
	background: #f5741f;
	content: "";
	opacity: 1;
}
.sideslide-nav ul li a {
	display: block;
	font-size: 16.6px;
	line-height: 42px;
	color: #646464;
	opacity: 0.5;
	transition: all 0.3s ease-in;

}
.sideslide-nav ul li.active a, .sideslide-nav ul li:hover a {
	opacity: 1;
}
.meest-wrap.allevents .rows:after {
	position: absolute;
	top: 0px;
	left: -45px;
	width: 100%;
	height: 100%;
	content: "";
}
.meest-wrap.allevents .rows.sd2:after {
	display: none;
}
.meest-wrap.allevents .rows.offertesmaken:after {
	background: url(../images/bg-icon1.png)no-repeat left 60px;
}
.meest-wrap.allevents .rows.digitaaldraaiboek:after {
	background: url(../images/bg-icon2.png)no-repeat left 80px;
}
.meest-wrap.allevents .rows.feestenbeheer:after {
	background: url(../images/bg-icon3.png)no-repeat left 120px;
}
.meest-wrap.allevents .rows.agendazaalbeheer:after {
	background: url(../images/bg-icon4.png)no-repeat left 100px;
}
.meest-wrap.allevents .rows.arrangementen:after {
	background: url(../images/bg-icon5.png)no-repeat left 60px;
}
.meest-wrap.allevents .rows.offerteplanner:after {
	background: url(../images/bg-icon6.png)no-repeat left 20px;
}
.meest-wrap.allevents .rows.keukenpartysheets:after {
	background: url(../images/bg-icon7.png)no-repeat left 60px;
}
.meest-wrap.allevents .rows.betalenfactureren:after {
	background: url(../images/bg-icon8.png)no-repeat left 100px;
}

/* .hd-btm-bottom submenu */
.submenu {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  width: 72%;
  margin: 0;
  padding: 18px 0;
  background-color: #fff;
}
.submenu-column {
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 37.5%;
  margin: 0;
  list-style-type: none;
  border-left: 1px solid #e3e3e3;
}
.submenu-column-last {
  position: relative;
  width: 25%;
}
.hd-btm-bottom li > a {
	z-index: 2
}
.hd-btm-bottom li > a:after {
	z-index: 2
}
.hd-btm-bottom .submenu {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	border-bottom: solid 1px rgba(255,255,255,0.7);
	z-index: 1;
	display: none;
}
.hd-btm-bottom .submenu ul li {
	width: 25%;
	background: radial-gradient(rgba(45,169,177,0.6), rgba(37,132,142,0.6));
	float: left;
	min-height: 128px;
	border: solid 1px rgba(255,255,255,0.3);
	border-right: 0.5px;
	border-bottom: 0px;
}
.hd-btm-bottom .submenu ul li > * {
	min-height: 127px;
	display: block;
	vertical-align: middle;
	padding: 26px 45px;
}
.hd-btm-bottom .submenu ul li a {
	background: radial-gradient(rgba(45,169,177,1), rgba(37,132,142,1));
}
.hd-btm-bottom .submenu ul li:hover a {
	background: radial-gradient(rgba(21,101,110,1), rgba(21,101,110,1));
}
.hd-btm-bottom .submenu ul li > span.event-magic, .seprate-page .banner-wrap .submenu ul li > span.event-magic {
	display: block;
	background: #fff url(../images/magic-3.png)no-repeat 38% 54%;
}
.hd-btm-bottom .submenu ul li > span.meeting-magic, .seprate-page .banner-wrap .submenu ul li > span.meeting-magic {
	display: block;
	background: #fff url(../images/meeting-magic.png)no-repeat 38% 54%;
}
.hd-btm-bottom .submenu ul li a em {
	font-weight: 400;
	font-size: 16.6px;
	vertical-align: middle;
}
.hd-btm-bottom .submenu ul li i {
	display: inline-block;
	vertical-align: middle;
	min-width: 80px;
}
.hd-btm-bottom .submenu ul li a.chr1 i {
	position: relative;
	margin-top: -25px;
	margin-right: -32px;
}
.hd-btm-bottom .submenu ul li a.chr1 em {
	position: relative;
	bottom: -4px;

}
.hd-btm-bottom .left > li:hover .submenu {
	display: block;
}
.hd-btm-bottom .left > li.active.fixed .submenu {
    display: block;
    position: fixed;
    top: 186px;
}

/* inloggen page */
.event-mgr #inloggen.banner-wrap {
	background: url(../images/inloggin-banner.jpg)no-repeat center/cover;
	position: relative;
}
.event-mgr #inloggen.banner-wrap .left {
	width: 50%;
	background: rgba(0,0,0,0.5);
	height: 882px;
	position: relative;
}
.event-mgr #inloggen.banner-wrap .left:after {
	position: absolute;
	top: 0px;
	right: 100%;
	width: 2000px;
	background: rgba(0,0,0,0.5);
	content: "";
	height: 100%;
}
.event-mgr #inloggen.banner-wrap .right {
	width: 50%;
}
.event-mgr #inloggen.banner-wrap .inner {
	width: 100%;
}
.login-pannel {
	width: 296px;
	background: #ffffff;
	border-radius: 6px;
	padding: 42px;
	margin: auto;
	margin-top: 158px;
	position: relative;
}
.login-pannel .logo-img {
	max-width: 150px;
	width: 100%;
}
.login-pannel label {
	font-size: 12.5px;
	line-height: 30px;
	color: #a4a4a4;
}
.login-pannel input {
	height: 42px;
	border: solid 1px #f46404;
}
.login-pannel sub {
	font-size: 11px;
	line-height: 20px;
	color: #f46404;
}
.login-pannel input[type="submit"] {
	background: #1a7d88;
	border: solid 1px #1a7d88;
	color: #fff;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	line-height: 17px;
	margin-top: 30px;
}
.login-pannel ul li {
	margin-bottom: 15px;
}
.login-pannel ul li:last-child {
	margin-bottom: 0px;
}
.meetexpert-pannel {
	padding-left: 180px;
	margin-top: 300px;
}
.meetexpert-pannel h2 {
	font-size: 25px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
}
.meetexpert-pannel p {
	font-size: 16.6px;
	line-height: 30px;
	color: #ffffff;
	margin-bottom: 15px;
}
.banner-wrapper .meetexpert-pannel .btn {
	padding: 11px 15px 11px 30px;
}

/* offerte-1 */
.contact-page.offerte-1 .banner-wrap#integralfunctions {
	background: url(../images/ebanner-6.jpg)no-repeat center/cover;
}
.contact-page.offerte-1 .banner-wrap#integralfunctions .overlay1 h1 img {
	position: relative;
	margin-left: -45px;
	margin-top: -95px;
	margin-bottom: -5px;
}
.contact-page.offerte-1 .banner-wrap#integralfunctions .overlay1 h1 span em {
	font-family: 'MyriadProBold';
	font-size: 81px;
	color: #1a7d88;
	padding-left: 12px;
}
.contact-page.offerte-1 .banner-wrap#integralfunctions .overlay1 h1 span em i {
	font-family: 'MyriadPro-Cond';
	font-size: 33px;
	margin-top: 40px;
}
.contact-page.offerte-1 .banner-wrap#integralfunctions .overlay2 h2 {
	font-size: 41px;
	line-height: 33px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	max-width: 1000px;
	width: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0%);
	bottom: 0px;
	z-index: 99;
	min-height: 80px;
}
.offerte-1 .function-wrap .inner .innerbrdr {
	border: solid 1px #c4c4c4;
}
.offerte-1 .function-wrap .inner .innerbrdr .rows {
	border-bottom: solid 1px #c1c1c1;
}
.offerte-1 .function-wrap .inner .innerbrdr .rows:last-child{
	border-bottom: 0px;
}
.offerte-1 .function-wrap .inner .rows:nth-child(odd) > div.contentbox {
	padding-right: 35px;
}
.offerte-1 .function-wrap .title-cls {
	margin-bottom: 54px;
}
.offerte-1 .function-wrap h3 {
	margin-bottom: 52px;
}
.offerte-1 .function-wrap ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 22px;
}
.offerte-1 .function-wrap ul li:after {
	top: 8px;
}
.offerte-1 .function-wrap .inner .rows > div.imgbox img {
	position: relative;
	max-width: initial;
}
.offerte-1.page1 .function-wrap .inner .rows.chnl1 > div.imgbox img {
	margin-left: -77px;
	margin-top: -20px;
}
.offerte-1.page1 .function-wrap .inner .rows.chnl2 > div.imgbox img {
	margin-bottom: -130px;
}
.offerte-1.page1 .function-wrap .inner .rows.chnl3 > div.imgbox img {
	margin-top: 27px;
	margin-left: 15px;
	margin-bottom: 20px;
}
.offerte-1.page1 .function-wrap .inner .rows.chnl4 > div.imgbox img {
	display: block;
	margin: auto;
	left: -48px;
	margin-bottom: 10px;
}
.offerte-1.page1 .function-wrap .inner .rows.chnl5 > div.imgbox img {
	margin-top: 25px;
	margin-left: 10px;
	margin-bottom: 105px;
}
.offerte-1.page1 .function-wrap .inner .rows.chnl7 > div.imgbox img {
	margin-top: -45px;
}
.offerte-1.page1 .function-wrap .inner .rows.chnl8 > div.imgbox img {
	margin-top: 15px;
	margin-left: -10px;
}
.function-wrap .extrarow {
	padding: 74px 62px 86px;
}
.function-wrap .extrarow h3 {
	margin-bottom: 70px;
}
.function-wrap .extrarow .inn .imgbx {
	width: 44.6%;
	position: relative;
}
.function-wrap .extrarow .inn .imgbx h2 {
	position: absolute;
	bottom: 20px;
	width: 100%;
	left: 0px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	line-height: 33px;
	font-weight: 700;
}
.function-wrap .extrarow .inn .imgbx h2 span{
	display: block;
	font-weight: 400;
}

/* 2 */
.offerte-1 .function-wrap .inner .innerbrdr .rows {
	overflow: hidden;
}
.contact-page.offerte-1.page2 .banner-wrap#integralfunctions {
	background: url(../images/ebanner-7.jpg)no-repeat center/cover;
}
.contact-page.offerte-1 .banner-wrap#integralfunctions .overlay2 h2 sub {
	font-size: 25px;
	line-height: 33px;
	color: #fff;
	display: block;
	font-weight: 400;
}
.offerte-1.page2 .function-wrap .inner .rows.chnl1 > div.imgbox img {
	margin-top: -33px;
	left: -68px;
	margin-bottom: -60px;
}
.offerte-1.page2 .function-wrap .inner .rows.chnl2 > div.imgbox img {
	margin-top: -10px;
	margin-left: 8px;
	margin-bottom: -15px;
}
.offerte-1.page2 .function-wrap .inner .rows.chnl3 > div.imgbox img {
	margin-left: -40px;
	margin-bottom: -63px;
}
.offerte-1.page2 .function-wrap .inner .rows.chnl4 > div.imgbox img {
	margin-top: 8px;
	margin-bottom: 12px;
}
.offerte-1.page2 .function-wrap .inner .rows.chnl5 > div.imgbox img {
	margin-top: 3px;
	margin-bottom: 17px;
}
.offerte-1.page2 .function-wrap .inner .rows.chnl6 > div.imgbox img {
	margin-bottom: -10px;
}
.offerte-1.page2 .function-wrap .inner .rows.chnl7 > div.imgbox img {
	margin-left: -15px;
}
.offerte-1.page2 .function-wrap .inner .rows.chnl8 > div.imgbox img {
	display: block;
	margin: auto;
	margin-top: 46px;
	left: -18px;
	margin-bottom: 22px;
}
.offerte-1.page2 .function-wrap .inner .rows.chnl5 .left {
	width: 58%;
}
.offerte-1.page2 .function-wrap .inner .rows.chnl5 .right {
	width: 42%;
}
.offerte-1.page2 .function-wrap .inner .rows.chnl6 {
	padding-top: 0;
	padding-bottom: 0;
}
.offerte-1.page2 .function-wrap .inner .rows.chnl6 .right {
	padding-top: 52px;
}
/* 3 */
.contact-page.offerte-1.page3 .banner-wrap#integralfunctions {
	background: url(../images/ebanner-8.jpg)no-repeat center/cover;
}
.offerte-1.page3 .function-wrap .inner .rows.chnl1 > div.imgbox img {
	margin-left: -69px;
	margin-top: -35px;
	margin-bottom: -45px;
}
.offerte-1.page3 .function-wrap .inner .rows.chnl2 > div.imgbox img {
	display: block;
	margin: auto;
	left: -32px;
	margin-top: -10px;
}
.offerte-1.page3 .function-wrap .inner .rows.chnl3 > div.imgbox img {
	margin-left: -78px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.offerte-1.page3 .function-wrap .inner .rows.chnl4 > div.imgbox img {
	margin-left: -28px;
	margin-top: 22px;
}
/* vacatures pages */
.contact-page.vacatures .banner-wrap {
	background: url(../images/ebanner-9.jpg) no-repeat center center / cover;
}
.contact-page.vacatures .contact-wrap .title-cls h2 {
	margin-bottom: 20px;
}
.contact-page.vacatures .contact-wrap .title-cls {
	text-align: center;
	margin-bottom: 67px;
}
.contact-page.vacatures .contact-wrap .inner {
	margin-bottom: 60px;
}
.believe-col {
	text-align: center;
}
.believe-col ul li {
	float: left;
	width: 33.33%;
}
.contact-wrap .inner.believe-col {
	padding: 72px 60px 105px;
}
.contact-wrap .inner.believe-col h4 {
	margin-bottom: 60px;
}
.contact-wrap .inner.paragraphmain {
	padding: 74px 35px 40px 80px;
}

.paragraphmain h2 {
	text-align: left;
	font-size: 33.33px;
	line-height: 30px;
	color: #1a7d88;
	margin-bottom: 60px;
}
.paragraphmain h2 sub{
	font-size: 16.6px;
	line-height: 30px;
	color: #f2721d;
	display: block;
}

.news .paragraphmain h2 sub {
	color: #cccccc;
	font-style: italic;
	font-size: 12px;
	font-weight: 100;
}

.news i {
	font-style: italic;
	font-size: 14px;
	line-height: 14px;
	color:#8f8e8e;
}

.paragraphmain h6{
	font-size: 16.6px;
	line-height: 30px;
	color: #1a7d88;
	display: block;
	font-weight: 700;
	margin-bottom: 12px;
}
.paragraphmain p.bld {
	font-size: 16.6px;
	line-height: 30px;
	color: #8f8e8e;
	font-weight: 700;
}
.paragraphmain p{
	font-size: 16.6px;
	line-height: 20.8px;
	color: #8f8e8e;
	margin-bottom: 22px;
}
.paragraphmain .paragraph-col {
	margin-bottom: 64px;
}
.paragraphmain .paragraph-col.last {
	margin-bottom: 0;
}
.paragraphmain .paragraph-col ul li {
	color: #8f8e8e;
	font-size: 14px;
	position: relative;
	padding-left: 10px;
}
.paragraphmain .paragraph-col ul li:before {
	content: "·";
	display: block;
	position: absolute;
	left: 0;
}
#inloggen .error-block{font-size: 14px;
	padding: 10px 0;
	color: #f6873c;}

/* all events pages */
.seprate-page .meest-wrap {
    padding-top: 38px;
}
.hd-btm-bottom .submenu ul li.active a {
    color: #1a7d88;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(175,202,205,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(175,202,205,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(175,202,205,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(175,202,205,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(175,202,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1a7e89', GradientType=0 );
}
.hd-btm-bottom .submenu ul li a:after {
    display: none;
}
#allevents-wrap.meest-wrap h2 i {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 15px;
}
.seprate-page .titlecls p {
    margin-bottom: 64px;
}
.seprate-page .meest-wrap.allevents .pnl2{
    position: relative;
}
.seprate-page .meest-wrap.allevents .rows {
    padding-bottom: 0px;
    border-bottom: 0;
}
.function-wrap.second-col {
    padding-top: 0;
    position: relative;
}
.function-wrap.second-col:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0%;
    border: solid 0.5px #fef1e8;
    width: 100%;
    background: #fef1e8;
}
.function-wrap.second-col ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    line-height: 22px;
}
.function-wrap.second-col ul li:after {
    top: 8px;
}
.function-wrap.second-col .contentbox {
    text-align: left;
}
.meest-wrap.allevents .function-wrap.second-col .rows {
    margin-left: -45px;
    margin-right: -30px;
}
.meest-wrap.allevents .function-wrap.second-col .rows {
    padding: 50px 15px 50px 15px;
    overflow: hidden;
}
.seprate-page .meest-wrap.allevents .function-wrap.second-col .rows > .right, .seprate-page .meest-wrap.allevents .function-wrap.second-col .rows > .left {
    max-width: inherit;
    width: inherit;
}
.seprate-page .meest-wrap.allevents .function-wrap.second-col .rows > div.contentbox {
    width: 53%;
}
.seprate-page .meest-wrap.allevents .function-wrap.second-col .rows > div.imgbox {
    width: 47%;
}
.function-wrap.second-col .rows:nth-child(odd){
    background: #f7f7f7;
}
.function-wrap.second-col .rows:nth-child(even) {
    background: #ffffff;
}
.meest-wrap.allevents .function-wrap.second-col .right p {
    font-size: 16.6px;
    font-weight: 400;
    line-height: 30px;
    color: #646464;
}
.meest-wrap.allevents .function-wrap.second-col .rows:after {
    display: none;
}
.meest-wrap.allevents .function-wrap.second-col .right ul li {
    float: none;
    width: inherit;
}
.function-wrap.second-col .rows:nth-child(odd) > div.contentbox {
    padding-right: 35px;
    padding-left: 45px;
}
.function-wrap.second-col .rows:nth-child(even) > div.contentbox {
    padding-right: 25px;
}
.function-wrap.second-col h3 {
    margin-bottom: 54px;
}
.seprate-page .meest-wrap.allevents .function-wrap.second-col .rows > div.imgbox img {
    position: relative;
    max-width: inherit;
}
.seprate-page .function-wrap.second-col .rows.chnl1 .imgbox img {
    margin-left: 38px;
    margin-bottom: 25px;
}
.seprate-page .function-wrap.second-col .rows.chnl2 .imgbox img {
    margin-bottom: -16px;
}
.seprate-page .function-wrap.second-col .rows.chnl3 .imgbox img {
    margin-left: -42px;
}
.seprate-page .function-wrap.second-col .rows.chnl4 .imgbox img {
    margin-top: 29px;
    margin-left: 37px;
    margin-bottom: -24px;
}
.seprate-page .function-wrap.second-col .rows.chnl5 .imgbox img {
    margin-left: -32px;
}
.seprate-page .function-wrap.second-col .rows.chnl6 .imgbox img {
    margin-top: 63px;
    margin-bottom: 54px;
}
.seprate-page #allevents-wrap.meest-wrap .sideslide-nav {
    margin-top: 72px;
    left: 18px;
}
.seprate-page #allevents-wrap.meest-wrap .sideslide-nav h2 {
    color: #646464;
    position: absolute;
    margin-top: -78px;
}
/* events1 */
.seprate-page.event1 #allevents-wrap.meest-wrap h2 i {
    vertical-align: baseline;
    top: 2px;
}
/* events2 */
.seprate-page.event2 #allevents-wrap.meest-wrap h2 i {
    vertical-align: middle;
    top: 0;
}
.seprate-page.event2 .function-wrap.second-col .rows.chnl1 .imgbox img {
    margin-bottom: -168px;
    margin-left: 50px;
    margin-top: -12px;
}
.seprate-page.event2 .function-wrap.second-col .rows.chnl2 .imgbox img {
    margin-top: -50px;
    margin-bottom: -58px;
    margin-left: 20px;
}
.seprate-page.event2 .function-wrap.second-col .rows.chnl3 .imgbox img {
    margin-left: 98px;
    margin-top: 32px;
}
.seprate-page.event2 .function-wrap.second-col .rows.chnl4 .imgbox img {
    margin-left: -8px;
    margin-bottom: 28px;
}
.seprate-page.event2 .function-wrap.second-col .rows.chnl5 .imgbox img {
    margin-left: -14px;
    margin-top: 30px;
    margin-bottom: 32px;
}
.seprate-page.event2 .function-wrap.second-col .rows.chnl6 .imgbox img {
    margin-top: -28px;
    margin-left: -62px;
    margin-bottom: -8px;
}
.seprate-page.event2 .function-wrap.second-col .rows.chnl7 .imgbox img {
    margin-top: -50px;
    margin-left: 10px;
    margin-bottom: -110px;
}
.seprate-page.event2 .function-wrap.second-col .rows.chnl8 .imgbox img {
    margin-top: 24px;
    margin-left: -84px;
    margin-bottom: 50px;
}
/* events3 */
.function-wrap.second-col p {
    min-height: 85px;
}
.seprate-page.event3 .function-wrap.second-col .rows.chnl1 .imgbox img {
    margin-top: 65px;
    margin-left: 11px;
    margin-bottom: 102px;
}
.seprate-page.event3 .function-wrap.second-col .rows.chnl2 .imgbox img {
    margin-left: 40px;
    margin-top: 10px;
    margin-bottom: -5px;
}
.seprate-page.event3 .function-wrap.second-col .rows.chnl3 .imgbox img {
    margin-top: -34px;
    margin-left: 40px;
}
.seprate-page.event3 .function-wrap.second-col .rows.chnl4 .imgbox img {
    margin-top: 17px;
    margin-left: -13px;
    margin-bottom: 35px;
}
.seprate-page.event3 .function-wrap.second-col .rows.chnl5 .imgbox img {
    margin-top: -30px;
    margin-left: -86px;
    margin-bottom: -108px;
}
.seprate-page.event3 .function-wrap.second-col .rows.chnl6 .imgbox img {
    margin-top: 32px;
    margin-left: -18px;
    margin-bottom: 0px;
}
/* events4 */
.seprate-page.event4 .meest-wrap.allevents .function-wrap.second-col .rows.chnl1 > div.imgbox {
    width: 40%
}
.seprate-page.event4 .meest-wrap.allevents .function-wrap.second-col .rows.chnl1 > div.contentbox {
    width: 60%
}
.seprate-page.event4 .function-wrap.second-col .rows.chnl1 .imgbox img {
    margin-top: -33px;
    margin-left: 4px;
    margin-bottom: -35px;
}
.seprate-page.event4 .function-wrap.second-col .rows.chnl2 .imgbox img {
    margin-top: -72px;
    margin-left: -20px;
    margin-bottom: 28px;
}
.seprate-page.event4 .function-wrap.second-col .rows.chnl3 .imgbox img {
    margin-left: 54px;
    margin-top: -33px;
    margin-bottom: -26px;
}
.seprate-page.event4 .function-wrap.second-col .rows.chnl4 .imgbox img {
    margin-left: -16px;
    margin-top: -13px;
    margin-bottom: 23px;
}
.seprate-page.event4 .function-wrap.second-col .rows.chnl5 .imgbox img {
    margin-top: -30px;
    margin-left: -23px;
    margin-bottom: -62px;
}
.seprate-page.event4 .function-wrap.second-col .rows.chnl6 .imgbox img {
    margin-top: -12px;
    margin-left: -10px;
    margin-bottom: 18px;
}
.seprate-page.event4 .function-wrap.second-col .rows.chnl7 .imgbox img {
    margin-top: 27px;
    margin-bottom: 20px;
}
.seprate-page.event4 .function-wrap.second-col .rows.chnl8 .imgbox img {
    margin-top: 56px;
    margin-left: -118px;
    margin-bottom: -14px;
}
/* events5 */
.seprate-page.event5 .function-wrap.second-col .rows.chnl1 .imgbox img {
    margin-top: 60px;
    margin-left: 10px;
    margin-bottom: 104px;
}
.seprate-page.event5 .function-wrap.second-col .rows.chnl2 .imgbox img {
    margin-left: -30px;
    margin-top: 34px;
}
.seprate-page.event5 .function-wrap.second-col .rows.chnl3 .imgbox img {
    margin-left: 39px;
    margin-top: 28px;
    margin-bottom: 22px;
}
.seprate-page.event5 .function-wrap.second-col .rows.chnl4 .imgbox img {
    margin-left: -5px;
    margin-top: 12px;
    margin-bottom: 8px;
}
.seprate-page.event5 .function-wrap.second-col .rows.chnl5 .imgbox img {
    margin-left: -54px;
    margin-top: 30px;
    margin-bottom: 28px;
}
.seprate-page.event5 .function-wrap.second-col .rows.chnl6 .imgbox img {
    margin-top: -48px;
    margin-left: -30px;
    margin-bottom: -28px;
}
.seprate-page.event5 .function-wrap.second-col .rows.chnl7 .imgbox img {
    margin-top: 30px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.seprate-page.event5 .function-wrap.second-col .rows.chnl8 .imgbox img {
    margin-left: -75px;
    margin-top: -5px;
    margin-bottom: -30px;
}
/* events6 */
.seprate-page.event6 .function-wrap.second-col .rows.chnl1 .imgbox img {
    margin-top: 60px;
    margin-left: 10px;
    margin-bottom: 102px;
}
.seprate-page.event6 .function-wrap.second-col .rows.chnl2 .imgbox img {
    margin-left: -45px;
    margin-top: -10px;
    margin-bottom: -48px;
}
.seprate-page.event6 .function-wrap.second-col .rows.chnl3 .imgbox img {
    margin-left: 56px;
}
.seprate-page.event6 .function-wrap.second-col .rows.chnl4 .imgbox img {
    margin-left: -12px;
    margin-top: 88px;
}
.seprate-page.event6 .function-wrap.second-col .rows.chnl5 .imgbox img {
    margin-top: 38px;
    margin-left: 26px;
    margin-bottom: 88px;
}
.seprate-page.event6 .function-wrap.second-col .rows.chnl6 .imgbox img {
    margin-top: 28px;
    margin-bottom: -22px;
}
/* events7 */
.seprate-page.event7 .function-wrap.second-col .rows.chnl1 .imgbox img {
    margin-top: -40px;
    margin-left: -10px;
}
.seprate-page.event7 .function-wrap.second-col .rows.chnl2 .imgbox img {
    margin-top: 28px;
    margin-left: 16px;
    margin-bottom: -4px;
}
.seprate-page.event7 .function-wrap.second-col .rows.chnl3 .imgbox img {
    margin-left: -64px;
    margin-top: 8px;
    margin-bottom: 22px;
}
.seprate-page.event7 .function-wrap.second-col .rows.chnl4 .imgbox img {
    margin-left: -24px;
    margin-top: -10px;
    margin-bottom: -18px;
}
.seprate-page.event7 .function-wrap.second-col .rows.chnl5 .imgbox img {
    margin-left: -85px;
    margin-top: -16px;
    margin-bottom: 18px;
}
.seprate-page.event7 .function-wrap.second-col .rows.chnl6 .imgbox img {
    margin-top: -30px;
    margin-left: -22px;
    margin-bottom: -24px;
}
.seprate-page.event7 .function-wrap.second-col .rows.chnl7 .imgbox img {
    margin-left: 66px;
    margin-bottom: -16px;
}
.seprate-page.event7 .function-wrap.second-col .rows.chnl7 .contentbox {
    padding-right: 10px;
}
.seprate-page.event7 .function-wrap.second-col .rows.chnl8 .imgbox img {
    margin-top: 78px;
}
/* events8 */
.seprate-page.event8 .function-wrap.second-col .rows.chnl1 .imgbox img {
    margin-top: -70px;
    margin-left: -98px;
    margin-bottom: -154px;
}
.seprate-page.event8 .function-wrap.second-col .rows.chnl2 .imgbox img {
    margin-top: -69px;
    margin-left: -45px;
    margin-bottom: -110px;
}
.seprate-page.event8 .function-wrap.second-col .rows.chnl3 .imgbox img {
    margin-top: -97px;
    margin-left: -60px;
    margin-bottom: -52px;
}
.seprate-page.event8 .function-wrap.second-col .rows.chnl4 .imgbox img {
    margin-left: -32px;
}
/* meeting1 */
.seprate-page.meeting1 .function-wrap.second-col .rows.chnl2 .imgbox img {
    margin-top: 98px;
    margin-bottom: 30px;
}
.seprate-page.meeting1 .function-wrap.second-col .rows.chnl3 .imgbox img {
    display: block;
    margin: 0 auto;
    left: -25px;
    top: -6px;
    margin-bottom: -346px;
}
.seprate-page.meeting1 .function-wrap.second-col .rows.chnl4 .imgbox img {
    margin-left: -7px;
    margin-top: 6px;
    margin-bottom: -120px;
}
.seprate-page.meeting1 .function-wrap.second-col .rows.chnl6 .imgbox img {
    margin-top: -7px;
    margin-left: -25px;
    margin-bottom: -14px;
}

/* meeting2 */
.seprate-page.meeting2 .meest-wrap.allevents .function-wrap.second-col .rows.chnl1 > div.contentbox {
    padding-right: 0;
}
.seprate-page.meeting2 .meest-wrap.allevents .function-wrap.second-col .rows.chnl3 > div.imgbox {
    width: 40%;
}
.seprate-page.meeting2 .meest-wrap.allevents .function-wrap.second-col .rows.chnl3 > div.contentbox {
    width: 60%;
}
.seprate-page.meeting2 .function-wrap.second-col .rows.chnl3 .imgbox img  {
    margin-left: 20px;
}

/*meeting3*/
.seprate-page.meeting3 .function-wrap.second-col .rows.chnl3 .imgbox img  {
    margin-left: -38px;
}

/*meeting4*/
.seprate-page.meeting4 .meest-wrap.allevents .function-wrap.second-col .rows.chnl1 > div.contentbox {
    padding-right: 0;
    width: 54%;
}
.seprate-page.meeting4 .meest-wrap.allevents .function-wrap.second-col .rows.chnl1 > div.imgbox {
    width: 46%;
}
.seprate-page.meeting4 .function-wrap.second-col .rows.chnl1 .imgbox img  {
    margin-left: 56px;
    margin-top: 31px;
    margin-bottom: 62px;
}
.seprate-page.meeting4 .function-wrap.second-col .rows.chnl2 .imgbox img  {
    margin-top: -68px;
    margin-left: -28px;
}
.seprate-page.meeting4 .function-wrap.second-col .rows.chnl3 .imgbox img  {
    margin-left: 50px;
    margin-top: -28px;
    margin-bottom: -30px;
}
.seprate-page.meeting4 .function-wrap.second-col .rows.chnl4 .imgbox img  {
    margin-left: -20px;
    margin-top: -10px;
}
.seprate-page.meeting4 .function-wrap.second-col .rows.chnl5 .imgbox img  {
    margin-top: -26px;
    margin-bottom: -60px;
}
.seprate-page.meeting4 .function-wrap.second-col .rows.chnl6 .imgbox img  {
    margin-top: 56px;
    margin-left: -26px;
    margin-bottom: 3px;
}
.seprate-page.meeting4 .function-wrap.second-col .rows.chnl7 .imgbox img  {
    margin-left: -92px;
    margin-top: 35px;
    margin-bottom: 28px;
}
.seprate-page.meeting4 .function-wrap.second-col .rows.chnl8 .imgbox img  {
    margin-left: -22px;
    margin-top: -10px;
    margin-bottom: -30px;
}

/* meeting5 */
.seprate-page.event5.meeting5 .function-wrap.second-col .rows.chnl3 .imgbox img {
    margin-left: 10px;
    margin-top: -2px;
    margin-bottom: 54px;
}
.seprate-page.event5.meeting5 .function-wrap.second-col .rows.chnl4 .imgbox img {
    margin-left: 5px;
    margin-top: -18px;
    margin-bottom: 54px;
}

/* meeting6 */
.seprate-page.event6.meeting6 .function-wrap.second-col .rows.chnl2 .imgbox img {
    margin-left: -6px;
    margin-top: 7px;
    margin-bottom: 34px;
}
.seprate-page.event6.meeting6 .function-wrap.second-col .rows.chnl3 .imgbox img {
    margin-left: -69px;
    margin-top: 84px;
    margin-bottom: 34px;
}
.seprate-page.event6.meeting6 .function-wrap.second-col .rows.chnl4 .imgbox img {
    margin-left: -38px;
    margin-top: 40px;
}
/* meeting7 */
.seprate-page.event7.meeting7 .function-wrap.second-col .rows.chnl1 .imgbox img {
    margin-top: 16px;
    margin-left: 18px;
    margin-bottom: 60px;
}
.seprate-page.event7.meeting7 .function-wrap.second-col .rows.chnl2 .imgbox img {
    margin-top: -18px;
    margin-left: -6px;
    margin-bottom: -4px;
}
.meest-wrap.allevents .matchmaker .same .rows {
	max-height: 0;
	overflow: hidden;
	padding: 0;
}
.meest-wrap.allevents .matchmaker .same .rows.active {
	max-height: 800px;
	min-height: 600px;
	overflow: inherit;
	padding-top: 55px;
	padding-bottom: 65px;
}


.seprate-page .banner-wrap .submenu {
    position: absolute;
    top: 79px;
    left: 0px;
    width: 100%;
    border-bottom: solid 1px rgba(255,255,255,0.7);
    z-index: 1;
    display: none;
    transition: all 0.3s ease-in;
}
.seprate-page .banner-wrap .submenu ul li {
    width: 25%;
    background: radial-gradient(rgba(45,169,177,0.6), rgba(37,132,142,0.6));
    float: left;
    min-height: 128px;
    border: solid 1px #b8b8b8;
    border-right: 0.5px;
    border-bottom: 0px;
}
.seprate-page .banner-wrap .submenu ul li > * {
    min-height: 127px;
    display: block;
    vertical-align: middle;
    padding: 24px 45px;
}
.seprate-page .banner-wrap .submenu ul li a {
    background: radial-gradient(rgba(45,169,177,1), rgba(37,132,142,1));
}
.seprate-page .banner-wrap .submenu ul li:hover a {
    background: radial-gradient(rgba(21,101,110,1), rgba(21,101,110,1));
}
.seprate-page .banner-wrap .submenu ul li > span {
    display: block;
    background: #fff url(../images/magic-3.png)no-repeat 38% 54%;
}
.seprate-page .banner-wrap .submenu ul li a em {
    font-weight: 400;
    font-size: 16.6px;
    vertical-align: middle;
}
.seprate-page .banner-wrap .submenu ul li i {
    display: inline-block;
    vertical-align: middle;
    min-width: 80px;
}
.seprate-page .banner-wrap .submenu ul li a.chr1 i {
    position: relative;
    margin-top: -25px;
    margin-right: -32px;
}
.seprate-page .banner-wrap .submenu ul li a.chr1 em {
    position: relative;
    bottom: -4px;
}
.seprate-page .banner-wrap .submenu {
    display: block;
}
.seprate-page .banner-wrap {
    min-height: inherit;
    height: 592px;
    position: relative;
    transition: all 0.3s ease-in;
}
.seprate-page.event-mgr .banner-wrap.fxd .submenu {
    top: 48px;
}
.seprate-page .banner-wrap.fxd {
    min-height: inherit;
    height: 560px;
	z-index: 2;
}
.seprate-page .banner-wrap .submenu ul li.active a {
	color: #1a7d88;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(175,202,205,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(175,202,205,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(175,202,205,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(175,202,205,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(175,202,205,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1a7e89', GradientType=0 );
}
.seprate-page .banner-wrap li a {
	color: #fff;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	padding: 31px 21px 30px 20px;
	position: relative;
	display: block;
	transition: all 0.3s ease-in;
}
.magic-manager .banner-wrap .overlay2 li {
	cursor: pointer;
}

.magic-manager .banner-wrap .overlay2 li:hover,
.magic-manager .banner-wrap .overlay2 li.active,
 .magic-manager .banner-wrap .overlay2 li.current {
	background: rgba(255,255,255,0.16);
}
.magic-manager .banner-wrap .overlay2,
.magic-manager .banner-wrap .overlay3 {
	z-index: 9;
}
.eventmanager-page .banner-wedding.banner-wrap {
	background: url(../images/ebanner-14.jpg) no-repeat center center;
	background-size: cover;
}
.eventmanager-page .banner-baby-shower.banner-wrap {
	background: url(../images/ebanner-13.jpg) no-repeat center center;
	background-size: cover;
}
.eventmanager-page .banner-bedrijfsfeest.banner-wrap {
	background: url(../images/ebanner-12.jpg) no-repeat center center;
	background-size: cover;
}
.eventmanager-page .banner-verjaardag.banner-wrap {
	background: url(../images/ebanner-11.jpg) no-repeat center center;
	background-size: cover;
}
.eventmanager-page .banner-feesten.banner-wrap {
	background: url(../images/ebanner-10.jpg) no-repeat center center;
	background-size: cover;
}
.vergaderingen-page .banner-offertes.banner-wrap {
	background: url(../images/ebanner-15.jpg) no-repeat center center;
	background-size: cover;
}
.vergaderingen-page .banner-lead-generation.banner-wrap {
	background: url(../images/ebanner-24.jpg) no-repeat center center;
	background-size: cover;
}
.vergaderingen-page .banner-wijzigen.banner-wrap {
	background: url(../images/ebanner-18.jpg) no-repeat center center;
	background-size: cover;
}
.vergaderingen-page .banner-arangementen.banner-wrap {
	background: url(../images/ebanner-23.jpg) no-repeat center center;
	background-size: cover;
}
.vergaderingen-page .banner-online-boeken.banner-wrap {
	background: url(../images/ebanner-22.jpg) no-repeat center center;
	background-size: cover;
}
.vergaderingen-page .banner-facturatie.banner-wrap {
	background: url(../images/ebanner-21.jpg) no-repeat center center;
	background-size: cover;
}
.offerteplanner-page .banner-offerte.banner-wrap {
	background: url(../images/ebanner-20.jpg) no-repeat center center;
	background-size: cover;
}
.offerteplanner-page .banner-generation.banner-wrap {
	background: url(../images/ebanner-19.jpg) no-repeat center center;
	background-size: cover;
}
.offerteplanner-page .banner-wijzigen.banner-wrap {
	background: url(../images/ebanner-18.jpg) no-repeat center center;
	background-size: cover;
}
.offerteplanner-page .banner-boeken.banner-wrap {
	background: url(../images/ebanner-17.jpg) no-repeat center center;
	background-size: cover;
}
.offerteplanner-page .banner-feest.banner-wrap {
	background: url(../images/ebanner-16.jpg) no-repeat center center;
	background-size: cover;
}
.magic-manager .banner-wrap .overlay1 {
	display: none;
}
.magic-manager .banner-wrap .overlay1.active {
	display: block;
}
.vergaderingen-page .banner-wrap .overlay3 {
	display: none;
}
.vergaderingen-page .banner-wrap .overlay3.active {
	display: block;
}
.magic-manager .banner-wrap:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 1;
	background: linear-gradient(rgba(0,0,0,0)40%, rgba(0,0,0,1)120%);
}
.offerteplanner-page .banner-wrap .overlay1 h1 span {
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0.25px;
    color: #1a7d88;
    font-family: 'Open Sans', sans-serif;
}
.offerteplanner-page .banner-wrap .overlay1 h1 {
    padding: 65px 0 66px 0;
}
.offerteplanner-page .banner-wrap .overlay1.overlay-default h1 {
    padding: 30px 0 30px 80px;
}
.offerteplanner-page .banner-wrap .overlay1.overlay-default h1 span {
    display: block;
    color: #7d7d7d;
    font-size: 33px;
    line-height: 46px;
    padding-bottom: 10px;
    font-family: 'MyriadPro-Cond';
    padding-left: 5px;
    letter-spacing: .5px;
}
.eventmanager-page .banner-wrap .overlay1.overlay-default h1 strong {
    color: #1a7d88;
    display: block;
    font-size: 80px;
    line-height: 84px;
    font-weight: normal;
    font-family: 'MyriadProBold';
}
.eventmanager-page .banner-wrap .overlay1.overlay-default h1 span {
	font-size: 42px;
	line-height: 42px;
}
.eventmanager-page .banner-wrap .overlay1.overlay-default h1, .vergaderingen-page .banner-wrap .overlay1.overlay-default h1 {
	padding: 30px 0 30px 80px;
}
.eventmanager-page .banner-wrap .overlay1 h1, .vergaderingen-page .banner-wrap .overlay1 h1 {
	padding: 68px 0 69px 0px;
}
.eventmanager-page .banner-wrap .overlay1 h1 span, .seprate-page .banner-wrap .overlay1 h1 span, .eventmanager-page .banner-wrap .overlay1 h1 strong  {
    font-size: 25px;
    line-height: 30px;
}
.eventmanager-page .banner-wrap .overlay1 h1 strong {display: inline-block}
.eventmanager-page .banner-wrap .overlay1 h1 em {
    display: block;
    font-family: 'Open Sans', sans-serif;
    color: #1a7d88;
}
.vergaderingen-page .banner-wrap .overlay1 h1 span {
	font-size: 25px;
	line-height: 33px;
	letter-spacing: 0.25px;
	color: #1a7d88;
	font-family: 'Open Sans', sans-serif;
}
.vergaderingen-page .banner-wrap .overlay1.overlay-default h1 span {
	color: #7d7d7d;
	font-size: 42px;
	line-height: 42px;
	font-family: 'MyriadPro-Cond';
	padding-left: 5px;
	letter-spacing: .5px;
}
.vergaderingen-page .banner-wrap .overlay3.o3-arangementen {
	margin-left: 360px;
}
.vergaderingen-page .banner-wrap .overlay3 {
	margin-top: 110px;
	margin-left: -15px;
}
.vergaderingen-page .banner-wrap .overlay3.o3-online-boeken{
	margin-top: 10px;
	margin-left: 140px;
}
.vergaderingen-page .banner-wrap .overlay3.o3-facturatie{
	float: right;
	padding-right: 280px;
}
.mtoggle, .mtoggle2 {
    display: none;
    width: 30px;
    height: 30px;
    margin-top: -3px;
    vertical-align: middle;
    position: relative;
    margin-right: 20px;
}
.mtoggle span, .mtoggle2 span {
    display: block;
    width: 30px;
    height: 3px;
    background: #1e1e1e;
    margin: 6px 0px;
}
.mtoggle.active span:nth-child(1), .mtoggle2.active span:nth-child(1) {
	transform: rotate(45deg);
	top: 9px;
	position: relative;
}
.mtoggle.active span:nth-child(3), .mtoggle2.active span:nth-child(3) {
	transform: rotate(-45deg);
	bottom: 9px;
	position: relative;
}
.mtoggle.active span:nth-child(2), .mtoggle2.active span:nth-child(2) {
	opacity: 0;
}
.mtoggle2 span {
	background: #ffffff;
}
.selectBox ul.list li {
    padding: 0px 20px;
}
.banner-contact ul li label input {
    display: none;
}
.banner-contact ul li label input + i {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    border: solid 2px #646464;
    margin-right: 10px;
    position: relative;
    margin-top: -4px;
}
.banner-contact ul li label input:checked + i:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 6px;
    border: solid 2px #646464;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    top: 0px;
    left: 1px;
}
