<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
	BASE
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  box-sizing: border-box;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  font-family: 'BlsPrW-Lt', sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  color: #3c1151;
  font-weight: 300;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
a,
button {
  cursor: pointer;
  transition: color 0.1s ease-out, background 0.1s ease-out, border 0.1s ease-out;
}
a:link,
a:active,
a:visited {
  outline: none;
  color: #69ca98;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #69ca98;
}
a:active,
a:focus,
*:focus {
  outline: none !important;
}
img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
figure {
  margin-bottom: 30px;
}
/* ==========================================================================
	HEADINGS
   ========================================================================== */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  font-family: 'BlsPrW-Bd', sans-serif;
  line-height: 1em;
  margin: 0 0 30px 0;
  font-weight: normal;
  color: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a {
  color: inherit;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong {
  font-family: 'BlsPrW-Hv', sans-serif;
  font-weight: normal;
}
h1,
.h1 {
  font-family: 'BlsPrW-Hv', sans-serif;
  font-size: 36px;
  margin-bottom: 50px;
}
h2,
.h2 {
  font-size: 36px;
  line-height: 1.3em;
}
h3,
.h3 {
  font-size: 18px;
  line-height: 1.3em;
}
@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 48px;
    margin-bottom: 70px;
  }
  h2,
  .h2 {
    font-size: 36px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 60px;
    margin-bottom: 90px;
  }
}
/* ==========================================================================
	HEADING LINE
   ========================================================================== */
h1,
.line {
  position: relative;
}
h1:after,
.line:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 1em;
  height: 0.139em;
  background-color: currentColor;
  top: 100%;
  left: 0;
  margin-top: 0.4em;
}
h1.line-white:after,
.line.line-white:after {
  background-color: #fff !important;
}
h1.line-green:after,
.line.line-green:after {
  background-color: #69ca98 !important;
}
h1.line-purple:after,
.line.line-purple:after {
  background-color: #3c1151 !important;
}
h1.line-yellow:after,
.line.line-yellow:after {
  background-color: #ffc529 !important;
}
.text-right h1:after,
.text-right .line:after {
  left: auto;
  right: 0;
}
.text-left h1:after,
.text-left .line:after {
  left: 0;
  right: auto;
}
@media screen and (min-width: 768px) {
  .text-sm-right h1:after,
  .text-sm-right .line:after {
    left: auto;
    right: 0;
  }
  .text-sm-left h1:after,
  .text-sm-left .line:after {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 992px) {
  .text-md-right h1:after,
  .text-md-right .line:after {
    left: auto;
    right: 0;
  }
  .text-md-left h1:after,
  .text-md-left .line:after {
    left: 0;
    right: auto;
  }
}
/* ==========================================================================
	CONTAINERS
   ========================================================================== */
.site {
  overflow: hidden;
}
.container {
  position: relative;
}
/* ==========================================================================
	HEADER
   ========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 15px 0;
  background: #fff;
  transition: all 0.2s ease-out;
}
.scrolled .header {
  background: #fff;
}
.header-logo {
  display: block;
  width: 100px;
  transition: width 0.2s ease-out;
}
.header-nav {
  display: none;
}
.header-hamburger {
  position: absolute;
  z-index: 1;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.header-mobile {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(60, 17, 81, 0.95);
  color: #fff;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  transform: translateY(-100%);
  transition: transform 0.1s ease-in, opacity 0.1s;
  padding: 60px 15px;
}
.header-mobile &gt; * {
  margin: auto;
}
.shownav .header-mobile {
  opacity: 1;
  transform: translateY(0%);
  transition: transform 0.2s ease-out, opacity 0.3s;
}
.header-placeholder {
  height: 90px;
  transition: height 0.2s ease-out;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 22px 0;
  }
  .header-logo {
    width: 165px;
  }
  .header-placeholder {
    height: 144px;
  }
  .scrolled .header {
    padding: 15px 0;
  }
  .scrolled .header-logo {
    width: 100px;
  }
  .scrolled .header-placeholder {
    height: 90px;
  }
}
@media screen and (min-width: 992px) {
  .header-nav {
    display: block;
    position: absolute;
    right: 160px;
    top: 50%;
    margin-top: -19px;
  }
}
@media screen and (min-width: 1280px) {
  .header-nav {
    right: 175px;
  }
}
/* ==========================================================================
	TAALKEUZE
  ========================================================================== */
.mod-languages-std {
  position: absolute;
  top: 22px;
  right: 70px;
  transition: top 0.2s ease-out;
}
.mod-languages-std ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.mod-languages-std li {
  margin: 0;
  float: left;
  border-left: 1px solid #333;
}
.mod-languages-std li:first-child {
  border: none;
}
.mod-languages-std li.lang-active a {
  color: #69ca98;
}
.mod-languages-std img {
  border: none;
}
.mod-languages-std a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  padding: 0 5px;
  color: #3c1151;
}
.mod-languages-std a:hover {
  color: #69ca98;
}
.scrolled .mod-languages-std {
  top: 22px;
}
@media screen and (min-width: 768px) {
  .mod-languages-std {
    top: 42px;
  }
}
@media screen and (min-width: 1280px) {
  .mod-languages-std {
    right: 80px;
  }
}
/* ==========================================================================
	FOOTER
  ========================================================================== */
.footer a {
  color: inherit;
}
.footer .rsform h2 {
  display: none;
}
.footer .rsform ::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}
.footer .rsform :-ms-input-placeholder {
  color: #fff;
}
.footer .rsform ::-ms-input-placeholder {
  color: #fff;
}
.footer .rsform fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.footer .rsform input[type="text"] {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  background: none;
  border: 1px solid #69ca98;
  color: #fff;
}
.footer .rsform .formDescription,
.footer .rsform .formRequired {
  display: none;
}
.footer .rsform .leftfield {
  width: 50%;
  float: left;
  padding-right: 15px;
}
.footer .rsform .rsform-block-naam,
.footer .rsform .rsform-block-bedrijf,
.footer .rsform .rsform-block-telefoonnummer,
.footer .rsform .rsform-block-email {
  width: 100%;
  margin-bottom: 30px;
}
.footer .rsform .rsform-block-naam .formBody,
.footer .rsform .rsform-block-bedrijf .formBody,
.footer .rsform .rsform-block-telefoonnummer .formBody,
.footer .rsform .rsform-block-email .formBody {
  width: 100%;
  float: none;
  position: relative;
}
.footer .rsform .rsform-block-naam .formValidation,
.footer .rsform .rsform-block-bedrijf .formValidation,
.footer .rsform .rsform-block-telefoonnummer .formValidation,
.footer .rsform .rsform-block-email .formValidation {
  position: absolute;
  bottom: -26px;
  left: 0;
}
.footer .rsform .rsform-block-bericht {
  width: 50%;
  float: right;
  padding-left: 15px;
  margin-bottom: 30px;
}
.footer .rsform .rsform-block-bericht .formBody {
  width: 100%;
  float: none;
  position: relative;
}
.footer .rsform .rsform-block-bericht .formValidation {
  position: absolute;
  bottom: -26px;
  left: 0;
}
.footer .rsform .rsform-block-bericht textarea {
  width: 100%;
  height: 110px;
  background: none;
  border: 1px solid #69ca98;
  padding: 10px;
  color: #fff;
}
.footer .rsform .rsform-block-akkoord,
.footer .rsform .rsform-block-verstuur {
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.footer .rsform .rsform-block-akkoord .formBody,
.footer .rsform .rsform-block-verstuur .formBody {
  float: right;
}
.footer .rsform .rsform-block-akkoord input {
  margin-right: 8px;
}
.footer .rsform .rsform-block-akkoord a {
  text-decoration: underline;
}
.footer .rsform .rsform-block-akkoord a:hover {
  color: #69ca98;
}
.footer .rsform .rsform-block-veiligheidscode {
  margin-top: 30px;
}
.footer .rsform .rsform-block-veiligheidscode .formBody {
  float: right;
}
.footer .rsform button {
  color: #fff;
  padding-top: 2px;
}
.footer .rsform button:hover {
  color: #fff;
  border-color: #fff;
}
.footer .rsform button:hover:before {
  background-image: url(../img/button-white.svg);
}
@media screen and (max-width: 991px) {
  .footer .rsform .leftfield {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .footer .rsform .rsform-block-bericht {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
.contact-socials {
  text-align: left;
  padding-left: 15px;
  padding-top: 26px;
}
.contact-socials a {
  font-size: 50px;
  color: #3c1151;
}
.contact-socials a i:before {
  margin-left: 0;
  margin-right: 0;
}
.contact-socials a:hover {
  color: #69ca98;
}
.footer .contact-socials {
  padding-left: 0px;
  padding-top: 0px;
  text-align: right;
}
.footer .contact-socials a {
  font-size: 40px;
  color: #69ca98;
}
.footer .contact-socials a:hover {
  color: #fff;
}
.article-output ul.mod-photo-gallery {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul.mod-photo-gallery li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  margin: 0 15px 15px 0;
  overflow: hidden;
}
.article-output ul.mod-photo-gallery a {
  display: block;
  width: 150px;
  height: 150px;
  background-size: cover;
  border: 1px solid #eee;
  transform: scale(1, 1);
  transition: transform 0.35s;
}
.article-output ul.mod-photo-gallery a:hover {
  opacity: 0.8;
  transform: scale(1.08, 1.08);
}
/* ==========================================================================
	BOOTSTRAP ALERTS
	 ========================================================================== */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}
.alert &gt; p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
/* ==========================================================================
	ANIMATIONS
   ========================================================================== */
@keyframes FadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ==========================================================================
	ARTICLES
   ========================================================================== */
.article-output h1,
.article-output h2,
.article-output h3 {
  margin-bottom: 30px;
}
.article-output h1 {
  font-size: 36px;
}
.article-output h2 {
  font-size: 34px;
}
.article-output h3 {
  font-size: 28px;
}
.article-output h4 {
  font-size: 24px;
}
.article-output ul,
.article-output ol,
.article-output li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-output ul {
  margin: 0 0 30px;
}
.article-output ul li {
  margin-left: 20px;
  list-style: disc;
}
.article-output ol {
  margin: 0 0 30px;
}
.article-output ol li {
  margin-left: 20px;
  list-style: decimal;
}
@media screen and (max-width: 530px) {
  .article-output .sm-fullwidth {
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
}
.article-body p:last-child {
  margin-bottom: 0;
}
.article + .article {
  border-top: 1px solid #ccc;
  margin-top: 60px;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .article {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 480px;
    display: flex;
    padding-left: 50%;
  }
  .article + .article {
    border-top: none;
    margin-top: 0;
    padding-top: 60px;
  }
  .article-body {
    width: 100%;
    margin: auto;
    padding-left: 60px;
  }
  .article-image-mobile {
    display: none;
  }
  .article-image-desktop {
    position: absolute !important;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .article-list .article:nth-child(even) {
    padding-left: 0;
    padding-right: 50%;
  }
  .article-list .article:nth-child(even) .article-body {
    padding-left: 0;
    padding-right: 60px;
  }
  .article-list .article:nth-child(even) .article-image-desktop {
    left: 50%;
  }
}
@media screen and (min-width: 992px) {
  .article {
    min-height: 560px;
  }
}
@media screen and (min-width: 1280px) {
  .article {
    min-height: 640px;
  }
}
@media (max-width: 767px) {
  .tpl-volg .aside {
    padding-top: 30px;
    clear: both;
  }
}
/* ==========================================================================
	BANNER
   ========================================================================== */
.banner {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 340px;
  display: flex;
}
.banner-md {
  min-height: 400px;
}
.banner-lg {
  min-height: 465px;
}
.banner-gradient-top,
.banner-gradient-bottom {
  position: relative;
}
.banner-gradient-top:after,
.banner-gradient-bottom:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 75%;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.8;
}
.banner-gradient-top .container,
.banner-gradient-bottom .container {
  z-index: 2;
}
.banner-gradient-top:after {
  top: 0;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.banner-gradient-bottom:after {
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
@media screen and (min-width: 768px) {
  .banner {
    min-height: 390px;
  }
  .banner-md {
    min-height: 450px;
  }
  .banner-lg {
    min-height: 560px;
  }
}
@media screen and (min-width: 992px) {
  .banner {
    min-height: 425px;
  }
  .banner-md {
    min-height: 500px;
  }
  .banner-lg {
    min-height: 700px;
  }
}
@media screen and (min-width: 1280px) {
  .banner-lg {
    min-height: 840px;
  }
}
/* ==========================================================================
	BUSINESSCARD
   ========================================================================== */
.businesscard-x {
  display: flex;
}
.businesscard-logo-x {
  filter: grayscale(100%);
  transition: filter 0.2s ease-out;
  width: 50%;
  min-width: 80px;
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.businesscard:hover &gt; .businesscard-logo-x {
  filter: grayscale(0);
}
.businesscard-body-x {
  flex-grow: 1;
  padding-left: 30px;
  border-left: 1px solid #69ca98;
}
/* JEROME'S SOLUTION */
.grid-leden .loader {
  height: 300px;
  background: url(../img/loader.gif) center center no-repeat;
}
.businesscard {
  position: relative;
}
.businesscard .businesscard-logo {
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: grayscale(100%);
  transition: filter 0.2s ease-out;
  background-size: 80% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.businesscard .businesscard-logo img {
  display: none;
}
.businesscard .businesscard-body {
  width: 75%;
  margin-left: 25%;
  padding-left: 20px;
  border-left: 1px solid #69ca98;
}
.businesscard:hover .businesscard-logo {
  filter: grayscale(0);
}
/* ==========================================================================
	BUTTONS
   ========================================================================== */
.btn,
a.btn {
  display: inline-block;
  padding: 8px 15px;
  white-space: nowrap;
  font-size: 18px;
  background: #3c1151;
  color: #fff;
  border-radius: 0;
  text-decoration: none;
}
.btn:hover,
a.btn:hover {
  background: #2c0d3c;
  text-decoration: none;
}
/* ==========================================================================
	BUTTON MODIFIERS
   ========================================================================== */
.btn-white {
  color: #fff !important;
}
.btn-green {
  color: #69ca98 !important;
}
.btn-purple {
  color: #3c1151 !important;
}
.btn-yellow {
  color: #ffc529 !important;
}
.btn-lg,
a.btn-lg {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .btn-lg,
  a.btn-lg {
    font-size: 22px;
  }
}
/* ==========================================================================
	TEXT BUTTON
   ========================================================================== */
.btn-text,
a.btn-text {
  padding: 0;
  color: inherit;
  background: transparent;
  font-family: 'BlsPrW-Bd', sans-serif;
  border: none;
}
.btn-text:hover,
a.btn-text:hover {
  color: inherit;
  background: transparent;
}
/* ==========================================================================
	BUTTON OUTLINE
   ========================================================================== */
.btn-outline-white,
a.btn-outline-white,
.btn-outline-yellow,
a.btn-outline-yellow {
  color: #fff;
  background: transparent;
  font-family: 'BlsPrW-Bd', sans-serif;
  border-right: 1px solid currentColor;
  white-space: normal;
  padding: 25px 10px 25px 45px;
  position: relative;
}
.btn-outline-white:after,
a.btn-outline-white:after,
.btn-outline-yellow:after,
a.btn-outline-yellow:after,
.btn-outline-white:before,
a.btn-outline-white:before,
.btn-outline-yellow:before,
a.btn-outline-yellow:before {
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  background-color: currentColor;
}
.btn-outline-white:before,
a.btn-outline-white:before,
.btn-outline-yellow:before,
a.btn-outline-yellow:before {
  left: -15px;
  top: 0;
}
.btn-outline-white:after,
a.btn-outline-white:after,
.btn-outline-yellow:after,
a.btn-outline-yellow:after {
  left: 45px;
  bottom: 0;
}
.btn-outline-white i.icon-arrow-right,
a.btn-outline-white i.icon-arrow-right,
.btn-outline-yellow i.icon-arrow-right,
a.btn-outline-yellow i.icon-arrow-right {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.btn-outline-white:hover,
a.btn-outline-white:hover,
.btn-outline-yellow:hover,
a.btn-outline-yellow:hover {
  color: #3c1151;
  background: transparent;
}
.btn-outline-yellow,
a.btn-outline-yellow {
  color: #3c1151;
  border-color: #ffc529;
}
.btn-outline-yellow:after,
a.btn-outline-yellow:after,
.btn-outline-yellow:before,
a.btn-outline-yellow:before {
  background-color: #ffc529;
}
.btn-outline-yellow i,
a.btn-outline-yellow i {
  color: #ffc529;
}
.btn-outline-yellow:hover,
a.btn-outline-yellow:hover {
  border-color: #3c1151;
}
.btn-outline-yellow:hover:after,
a.btn-outline-yellow:hover:after,
.btn-outline-yellow:hover:before,
a.btn-outline-yellow:hover:before {
  background-color: #3c1151;
}
.btn-outline-yellow:hover i,
a.btn-outline-yellow:hover i {
  color: #3c1151;
}
.btn-outline-purple,
a.btn-outline-purple {
  color: #3c1151;
  background: transparent;
  font-family: 'BlsPrW-Bd', sans-serif;
  border-right: 1px solid #3c1151;
  white-space: normal;
  padding: 25px 10px 25px 45px;
  position: relative;
}
.btn-outline-purple:after,
a.btn-outline-purple:after,
.btn-outline-purple:before,
a.btn-outline-purple:before {
  content: "";
  position: absolute;
  height: 1px;
  right: 0;
  background-color: #3c1151;
}
.btn-outline-purple:before,
a.btn-outline-purple:before {
  left: -15px;
  top: 0;
}
.btn-outline-purple:after,
a.btn-outline-purple:after {
  left: 45px;
  bottom: 0;
}
.btn-outline-purple i.icon-arrow-right,
a.btn-outline-purple i.icon-arrow-right {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.btn-outline-purple:hover,
a.btn-outline-purple:hover {
  color: #fff;
  background: transparent;
}
.btn-outline-purple,
a.btn-outline-purple {
  color: #3c1151;
  border-color: #3c1151;
}
.btn-outline-purple:after,
a.btn-outline-purple:after,
.btn-outline-purple:before,
a.btn-outline-purple:before {
  background-color: #3c1151;
}
.btn-outline-purple i,
a.btn-outline-purple i {
  color: #3c1151;
}
.btn-outline-purple:hover,
a.btn-outline-purple:hover {
  border-color: #fff;
}
.btn-outline-purple:hover:after,
a.btn-outline-purple:hover:after,
.btn-outline-purple:hover:before,
a.btn-outline-purple:hover:before {
  background-color: #fff;
}
.btn-outline-purple:hover i,
a.btn-outline-purple:hover i {
  color: #fff;
}
/* ==========================================================================
	ICON IN BUTTON
	move icon to right on hover
   ========================================================================== */
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  position: relative;
  display: inline-block;
  transform: translate(0, 0);
  transition: all 0.1s ease-out;
}
.btn .icon-arrow-right {
  top: 3px;
}
.btn:hover .icon-arrow-right {
  transform: translate(3px, 0);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
.btn:hover .icon-arrow-down {
  transform: translate(0, 3px);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
/* ==========================================================================
	FONTELLO ICONS
	========================================================================== */
/* Icons vanuit STD  */
@font-face {
  font-family: 'abc_icons';
  src: url('../font/abc_icons.eot?25060981');
  src: url('../font/abc_icons.eot?25060981#iefix') format('embedded-opentype'), url('../font/abc_icons.woff2?25060981') format('woff2'), url('../font/abc_icons.woff?25060981') format('woff'), url('../font/abc_icons.ttf?25060981') format('truetype'), url('../font/abc_icons.svg?25060981#abc_icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'abc_icons';
    src: url('../font/abc_icons.svg?25060981#abc_icons') format('svg');
  }
}
*/
[class^="abc-"]:before,
[class*=" abc-"]:before {
  font-family: "abc_icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.abc-arrow-right:before {
  content: '\e800';
}
/* 'î&nbsp;€' */
.abc-arrow-left:before {
  content: '\e801';
}
/* 'î&nbsp;' */
.abc-arrow-down:before {
  content: '\e802';
}
/* 'î&nbsp;‚' */
.abc-arrow-up:before {
  content: '\e803';
}
/* 'î&nbsp;ƒ' */
.abc-beeldmerk:before {
  content: '\e804';
}
/* 'î&nbsp;„' */
.abc-instagram:before {
  content: '\f16d';
}
/* 'ï…­' */
.abc-twitter-squared:before {
  content: '\f304';
}
/* 'ïŒ„' */
.abc-facebook-squared:before {
  content: '\f308';
}
/* 'ïŒˆ' */
.abc-linkedin-squared:before {
  content: '\f30c';
}
/* 'ïŒŒ' */
.abc-instagram-1:before {
  content: '\f32d';
}
/* 'ïŒ­' */
/* icons vanuit Pieter */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?48744149d');
  src: url('../font/fontello.eot?48744149d#iefix') format('embedded-opentype'), url('../font/fontello.woff2?48744149d') format('woff2'), url('../font/fontello.woff?48744149d') format('woff'), url('../font/fontello.ttf?48744149d') format('truetype'), url('../font/fontello.svg?48744149d#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?48744149#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  min-width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-arrow-right:before {
  content: '\e800';
}
/* 'î&nbsp;€' */
.icon-arrow-left:before {
  content: '\e801';
}
/* 'î&nbsp;' */
.icon-arrow-down:before {
  content: '\e802';
}
/* 'î&nbsp;‚' */
.icon-arrow-up:before {
  content: '\e803';
}
/* 'î&nbsp;ƒ' */
.icon-beeldmerk:before {
  content: '\e804';
}
/* 'î&nbsp;„' */
.icon-informatie:before {
  content: '\e811';
}
/* 'î&nbsp;‘' */
.icon-twitter-squared:before {
  content: '\f304';
}
/* 'ïŒ„' */
.icon-facebook-squared:before {
  content: '\f308';
}
/* 'ïŒˆ' */
.icon-linkedin-squared:before {
  content: '\f30c';
}
/* 'ïŒŒ' */
@font-face {
  font-family: 'BlsPrW-Lt';
  src: url('../font/BlissProWeb/BlsPrW-Lt/blsprw-lt.eot');
  src: url('../font/BlissProWeb/BlsPrW-Lt/blsprw-lt.eot?#iefix') format('embedded-opentype'), url('../font/BlissProWeb/BlsPrW-Lt/blsprw-lt.woff2') format('woff2'), url('../font/BlissProWeb/BlsPrW-Lt/blsprw-lt.woff') format('woff'), url('../font/BlissProWeb/BlsPrW-Lt/blsprw-ltt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BlsPrW-Bd';
  src: url('../font/BlissProWeb/BlsPrW-Bd/blsprw-bd.eot');
  src: url('../font/BlissProWeb/BlsPrW-Bd/blsprw-bd.eot?#iefix') format('embedded-opentype'), url('../font/BlissProWeb/BlsPrW-Bd/blsprw-bd.woff2') format('woff2'), url('../font/BlissProWeb/BlsPrW-Bd/blsprw-bd.woff') format('woff'), url('../font/BlissProWeb/BlsPrW-Bd/blsprw-bd.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BlsPrW-Hv';
  src: url('../font/BlissProWeb/BlsPrW-Hv/blsprw-hv.eot');
  src: url('../font/BlissProWeb/BlsPrW-Hv/blsprw-hv.eot?#iefix') format('embedded-opentype'), url('../font/BlissProWeb/BlsPrW-Hv/blsprw-hv.woff2') format('woff2'), url('../font/BlissProWeb/BlsPrW-Hv/blsprw-hv.woff') format('woff'), url('../font/BlissProWeb/BlsPrW-Hv/blsprw-hv.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
	FORM CONTROL
   ========================================================================== */
.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 8px 12px;
  font-size: 18px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 1px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  outline: 0;
  border-color: #69ca98;
  box-shadow: 0 0 0 0.2rem rgba(105, 202, 152, 0.25);
}
textarea.form-control {
  height: auto;
  overflow: auto;
  resize: vertical;
}
.grecaptcha-badge {
  z-index: 100;
}
.grecaptcha-badgexx {
  position: fixed;
  bottom: 60px;
  left: -280px;
  z-index: 500;
  transition: all 0.4s ease-in-out 0s;
}
.showcaptcha .grecaptcha-badgexx {
  left: -188px;
}
.showcaptcha .grecaptcha-badgexx:hover {
  left: -3px;
}
/* ==========================================================================
	FORM FOOTER
   ========================================================================== */
.form-control-footer {
  color: #fff;
  border-color: #69ca98;
  background-color: transparent;
}
.form-control-footer:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(255, 255, 255, 0.5);
}
.form-control-footer::placeholder {
  color: #f2f2f2;
}
textarea.form-control-footer {
  min-height: 114px;
}
/* ==========================================================================
	GRID S (567px tot 768px)
   ========================================================================== */
@media screen and (min-width: 576px) and (max-width: 767px) {
  .col-s-1,
  .col-s-2,
  .col-s-3,
  .col-s-4,
  .col-s-5,
  .col-s-6,
  .col-s-7,
  .col-s-8,
  .col-s-9,
  .col-s-10,
  .col-s-11 {
    float: left;
  }
  .col-s-1 {
    width: 8.33333333%;
  }
  .col-s-2 {
    width: 16.66666667%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.33333333%;
  }
  .col-s-5 {
    width: 41.66666667%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.33333333%;
  }
  .col-s-8 {
    width: 66.66666667%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.33333333%;
  }
  .col-s-11 {
    width: 91.66666667%;
  }
  .col-s-12 {
    width: 100%;
  }
}
/* ==========================================================================
	GRID GUTTER
   ========================================================================== */
.row-gutter-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-gutter-0 &gt; [class^="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.row-gutter-5 {
  margin-left: 40px / -2;
  margin-right: 40px / -2;
}
.row-gutter-5 &gt; [class^="col-"] {
  padding-left: 40px / 2;
  padding-right: 40px / 2;
}
@media screen and (min-width: 768px) {
  .row-gutter-5 {
    margin-left: 65px / -2;
    margin-right: 65px / -2;
  }
  .row-gutter-5 &gt; [class^="col-"] {
    padding-left: 65px / 2;
    padding-right: 65px / 2;
  }
}
@media screen and (min-width: 992px) {
  .row-gutter-5 {
    margin-left: 90px / -2;
    margin-right: 90px / -2;
  }
  .row-gutter-5 &gt; [class^="col-"] {
    padding-left: 90px / 2;
    padding-right: 90px / 2;
  }
}
/* ==========================================================================
	STAIRS (omhooglopende colommen)
   ========================================================================== */
@media screen and (min-width: 768px) {
  .row-stairs .col-sm-6:nth-child(2n+0) {
    transform: translateY(-65px);
  }
  .row-stairs .col-sm-4:nth-child(3n+2) {
    transform: translateY(-32.5px);
  }
  .row-stairs .col-sm-4:nth-child(3n+3) {
    transform: translateY(-65px);
  }
}
@media screen and (min-width: 992px) {
  .row-stairs .col-md-6:nth-child(2n+0) {
    transform: translateY(-90px);
  }
  .row-stairs .col-md-4:nth-child(3n+2) {
    transform: translateY(-45px);
  }
  .row-stairs .col-md-4:nth-child(3n+3) {
    transform: translateY(-90px);
  }
}
/* ==========================================================================
	INDEX
   ========================================================================== */
.index {
  position: relative;
  border-radius: 0 15px 15px 0;
  font-family: 'BlsPrW-Bd', sans-serif;
  font-size: 20px;
  padding: 15px 15px 15px 0;
}
.index:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 2000px;
  background-color: inherit;
}
.index a {
  color: inherit;
}
.index a:hover,
.index a.active {
  color: #3c1151;
  text-decoration: none;
}
.index-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.index-list a {
  display: block;
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .index {
    font-size: 26px;
    padding: 30px 30px 30px 0;
  }
  .index-list a {
    padding: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .index-list {
    justify-content: space-between;
  }
}
.cat-filter {
  overflow: hidden;
  margin: 60px 0 60px;
}
.cat-filter a {
  display: block;
  float: left;
  background: #69ca98;
  color: #fff;
  padding: 6px 16px;
  margin: 0 10px 10px 0;
  border-radius: 6px;
  text-decoration: none;
}
.cat-filter a:hover,
.cat-filter a.active {
  background: #3c1151;
}
/* ==========================================================================
	IMAGE OVERLAY
   ========================================================================== */
.io {
  position: relative;
  display: block;
}
.io img {
  min-width: 100%;
}
.io:before,
.io:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 90% 90%;
}
/* ==========================================================================
	IMAGE OVERLAY 1
   ========================================================================== */
.io-1:before {
  background-image: url(../img/brand-white.svg);
  background-position: -640% 220%;
}
.io-1:after {
  background-image: url(../img/brand-white.svg);
  background-position: 900% 220%;
}
/* ==========================================================================
	IMAGE OVERLAY 2
   ========================================================================== */
.io-2:before {
  background-size: 45% 90%;
  background-image: url(../img/brand-white-left.svg);
  background-position: -10% -420%;
}
/* ==========================================================================
	IMAGE ZOOM
   ========================================================================== */
.img-zoom {
  overflow: hidden;
  position: relative;
  display: block;
}
.img-zoom::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(105, 202, 152, 0.5);
  transition: background-color 0.35s;
}
.img-zoom img {
  min-width: 100%;
  transform: scale(1, 1);
  transition: transform 0.35s;
}
.img-zoom:hover::after {
  background-color: transparent;
}
.img-zoom:hover img {
  transform: scale(1.08, 1.08);
}
/* ==========================================================================
	CONTAINERS
   ========================================================================== */
.leader {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 340px;
}
.leader-image {
  padding-bottom: 70%;
}
.leader-image:before,
.leader-image:after {
  display: none;
}
.leader-container {
  background-color: rgba(60, 17, 81, 0.7);
}
.leader-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
.leader-body p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .leader:after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(60, 17, 81, 0.7);
  }
  .leader-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    bottom: 0;
    padding-bottom: 0;
  }
  .leader-image:before,
  .leader-image:after {
    display: block;
  }
  .leader-container {
    z-index: 1;
    display: flex;
    min-height: 480px;
    background-color: transparent;
  }
  .leader-body {
    width: 50%;
    padding-left: 30px;
    margin: auto 0 auto auto;
  }
}
@media screen and (min-width: 992px) {
  .leader-container {
    min-height: 560px;
  }
  .leader-body {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .leader-container {
    min-height: 640px;
  }
}
/* ==========================================================================
	MEDIA
   ========================================================================== */
@media screen and (min-width: 576px) {
  .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .media-body {
    -ms-flex: 1;
    flex: 1;
  }
}
/* ==========================================================================
	MOUSE
   ========================================================================== */
.mouse {
  width: 17px;
  height: 28px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid currentColor;
  display: inline-block;
}
.mouse .wheel {
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  margin: 5px auto;
  background: currentColor;
  position: relative;
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
  animation: mouse-wheel 1.2s ease infinite;
}
.mouse-lg {
  width: 27px;
  height: 46px;
  border-radius: 50px;
}
.mouse-lg .wheel {
  height: 7px;
  width: 7px;
  margin: 8px auto;
}
@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
}
/* ==========================================================================
	NAV
   ========================================================================== */
nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* ==========================================================================
	NAV PRIMARY
   ========================================================================== */
.nav-primary li {
  float: left;
  margin-left: 20px;
}
.nav-primary li:first-child {
  margin-left: 0;
  display: none;
}
.nav-primary li.item-1116,
.nav-primary li.item-667 {
  display: none;
}
.nav-primary a {
  position: relative;
  text-decoration: none;
  display: block;
  font-size: 22px;
  color: #3c1151;
  font-family: 'BlsPrW-Bd', sans-serif;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  text-transform: lowercase;
  padding: 8px 0;
}
.nav-primary a:hover {
  color: #69ca98;
  text-decoration: none;
}
.nav-primary .active &gt; a,
.nav-primary a.active {
  color: #69ca98;
}
@media screen and (min-width: 1280px) {
  .nav-primary li {
    margin-left: 45px;
  }
}
/* ==========================================================================
	NAV MOBILE
   ========================================================================== */
.nav-mobile {
  text-align: center;
}
.nav-mobile a {
  display: block;
  color: #fff;
  font-size: 24px;
  text-transform: lowercase;
  text-decoration: none;
  padding: 15px 0;
}
.nav-mobile .active &gt; a,
.nav-mobile a.active,
.nav-mobile a:hover {
  color: #69ca98;
  text-decoration: none;
}
.shownav .nav-mobile &gt; ul &gt; li {
  animation: FadeInRight 0.15s ease-out;
  animation-fill-mode: both;
}
.shownav .nav-mobile &gt; ul &gt; li:nth-child(1) {
  animation-delay: 0.2s;
}
.shownav .nav-mobile &gt; ul &gt; li:nth-child(2) {
  animation-delay: 0.3s;
}
.shownav .nav-mobile &gt; ul &gt; li:nth-child(3) {
  animation-delay: 0.4s;
}
.shownav .nav-mobile &gt; ul &gt; li:nth-child(4) {
  animation-delay: 0.5s;
}
.shownav .nav-mobile &gt; ul &gt; li:nth-child(5) {
  animation-delay: 0.6s;
}
.shownav .nav-mobile &gt; ul &gt; li:nth-child(6) {
  animation-delay: 0.7s;
}
.shownav .nav-mobile &gt; ul &gt; li:nth-child(7) {
  animation-delay: 0.8s;
}
.shownav .nav-mobile &gt; ul &gt; li:nth-child(8) {
  animation-delay: 0.9s;
}
.shownav .nav-mobile &gt; ul &gt; li:nth-child(9) {
  animation-delay: 1s;
}
/* ==========================================================================
	NAV ICON
   ========================================================================== */
.nav-icon {
  display: block;
  width: 30px;
  cursor: pointer;
}
.nav-icon:after,
.nav-icon:before,
.nav-icon div {
  background-color: #3c1151;
  content: '';
  display: block;
  height: 4px;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon.open:before {
  background-color: #fff;
  transform: translateY(9px) rotate(135deg);
  -moz-transform: translateY(9px) rotate(135deg);
  -webkit-transform: translateY(9px) rotate(135deg);
}
.nav-icon.open:after {
  background-color: #fff;
  transform: translateY(-9px) rotate(-135deg);
  -moz-transform: translateY(-9px) rotate(-135deg);
  -webkit-transform: translateY(-9px) rotate(-135deg);
}
.nav-icon.open div {
  background-color: #fff;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* ==========================================================================
	SECTIONS
   ========================================================================== */
.section {
  position: relative;
  overflow: hidden;
}
.section-indicator {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .section-indicator {
    bottom: 40px;
  }
}
/* ==========================================================================
	SECTION OVERLAY (SO)
   ========================================================================== */
.so {
  position: relative;
}
.so:before,
.so:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 610px 427px;
}
.so:before {
  left: 0;
  right: 91.6666666%;
}
.so:after {
  right: 0;
  left: 83.33333333%;
}
@media screen and (min-width: 768px) {
  .so:before,
  .so:after {
    background-size: 1220px 854px;
  }
  .so:before {
    right: 50%;
    margin-right: 340px;
  }
  .so:after {
    left: 50%;
    margin-left: 123px;
  }
}
@media screen and (min-width: 992px) {
  .so:before {
    margin-right: 435px;
  }
  .so:after {
    margin-left: 240px;
  }
}
@media screen and (min-width: 1280px) {
  .so:before {
    margin-right: 580px;
  }
  .so:after {
    margin-left: 320px;
  }
}
/* ==========================================================================
	SECTION OVERLAY 1 (homepage banner)
   ========================================================================== */
.so-1:before {
  background-image: url(../img/brand-white.svg);
  background-position: right 0px top -15px;
}
.so-1:after {
  background-color: rgba(105, 202, 152, 0.5);
  background-image: url(../img/brand-white.svg);
  background-position: left 15px top -15px;
}
@media screen and (min-width: 768px) {
  .so-1:before {
    background-position: right 160px top -205px;
  }
  .so-1:after {
    background-position: left 75px top -205px;
  }
}
@media screen and (min-width: 1830px) {
  .so-1:before {
    background-position: left -1043px top -205px;
  }
}
/* section-slider image niet zichtbaar */
@media screen and (max-width: 767px) {
  .section-slider.so-1:before,
  .section-slider.so-1:after {
    background-image: none;
  }
}
/* ==========================================================================
	SECTION OVERLAY 2 (homepage abc facts)
   ========================================================================== */
.so-2 .container {
  z-index: 2;
}
.so-2:after {
  background-color: rgba(105, 202, 152, 0.25);
  background-image: url(../img/brand-green.svg);
  background-position: left -220px bottom -584px;
}
/* ==========================================================================
	SECTION OVERLAY 3 (homepage lees onze verhalen)
   ========================================================================== */
.so-3 .container {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .so-3:before {
    background-image: url(../img/brand-white.svg);
    background-position: right 0 bottom -394px;
  }
  .so-3:after {
    background-size: 610px 854px;
    background-color: rgba(255, 255, 255, 0.2);
    background-image: url(../img/brand-white-right.svg);
    background-position: left 390px top -270px;
  }
}
/* ==========================================================================
	SECTION OVERLAY 4 (homepage gevestigde ondernemers)
   ========================================================================== */
.so-4 .container {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .so-4:before {
    background-image: url(../img/brand-yellow.svg);
    background-position: right 0 top -320px;
  }
  .so-4:after {
    background-image: url(../img/brand-yellow.svg);
    background-position: left 520px top -320px;
  }
}
/* ==========================================================================
	SECTION OVERLAY 5 (categorie pagina)
   ========================================================================== */
.so-5 .container {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .so-5:after {
    background-image: url(../img/brand-white.svg);
    background-position: left 75px top -205px;
  }
}
/* ==========================================================================
	SECTION OVERLAY 6 (detail pagina)
   ========================================================================== */
.so-6 .container {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .so-6:before {
    background-image: url(../img/brand-green.svg);
    background-position: right 50px bottom -440px;
  }
}
/* ==========================================================================
	SECTION OVERLAY 7 (detail pagina)
   ========================================================================== */
.so-7 .container {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .so-7:before {
    background-image: url(../img/brand-green.svg);
    background-position: right 50px top -410px;
  }
}
/* ==========================================================================
	SECTION OVERLAY 8 (volgpagina banner)
   ========================================================================== */
.so-8:after {
  background-color: rgba(255, 197, 41, 0.5);
  background-image: url(../img/brand-white.svg);
  background-position: left 15px top -15px;
}
@media screen and (min-width: 768px) {
  .so-8:after {
    background-position: left 75px top -205px;
  }
}
/* ==========================================================================
	SECTION OVERLAY 9 (volgpagina content)
   ========================================================================== */
.so-9 .container {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .so-9:before {
    background-image: url(../img/brand-yellow.svg);
    background-position: right 160px top -415px;
  }
  .so-9:after {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
/* ==========================================================================
	SECTION OVERLAY 10 (leden banner)
   ========================================================================== */
.so-10:after {
  background-color: rgba(105, 202, 152, 0.5);
  background-image: url(../img/brand-white.svg);
  background-position: left 12px top -25px;
}
@media screen and (min-width: 768px) {
  .so-10:after {
    background-position: left 75px top -205px;
  }
}
/* ==========================================================================
	SECTION OVERLAY FOOTER
   ========================================================================== */
.so-footer .container {
  z-index: 3;
}
.so-footer:before {
  display: none;
  z-index: 2;
  right: 75%;
  margin-right: -40px;
  background-size: unset;
  background-image: url(../img/footer/arno.png);
  background-position: bottom 0 right 0;
}
.so-footer:after {
  left: 0;
  margin-left: 0;
  background-size: cover;
  background-image: url(../img/footer/abc-luchtfoto.jpg);
  background-position: 50% 50%;
  opacity: 0.1;
}
@media screen and (max-width: 500px) {
  .so-footer .form-box {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 500px) {
  .so-footer:before {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .so-footer:before {
    right: 50%;
    margin-right: 220px;
  }
}
@media screen and (min-width: 992px) {
  .so-footer:before {
    margin-right: 280px;
  }
}
@media screen and (min-width: 1280px) {
  .so-footer:before {
    margin-right: 400px;
  }
}
/* ==========================================================================
	SECTION ASIDE (detail pagina)
   ========================================================================== */
.section-image-aside {
  margin-bottom: 30px;
  background-position: -100% -100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .section-image-aside {
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
    margin-left: 185px;
  }
  .section-image-aside img {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .section-image-aside {
    margin-left: 240px;
  }
}
@media screen and (min-width: 1280px) {
  .section-image-aside {
    margin-left: 320px;
  }
}
/* ==========================================================================
	SECTION ASIDE BESCHIKBAAR HOMEPAGE
   ========================================================================== */
.mod-beschikbaar a {
  display: block;
}
/* ==========================================================================
	SLIDER BANNER
   ========================================================================== */
.slider-banner .slide {
  display: block !important;
}
.slider-banner .slick-dots {
  z-index: 3;
  bottom: 20px;
  width: 20px;
  right: 20px;
}
.slider-banner .slick-dots li {
  display: block;
  margin-top: 29x;
}
.slider-banner .slide-title {
  font-size: 32px;
  line-height: 1.1em;
  font-family: 'BlsPrW-Bd', sans-serif;
}
.slider-banner .slide-text {
  display: none;
  font-size: 22px;
  line-height: 1.5em;
  font-family: 'BlsPrW-Bd', sans-serif;
}
.slider-banner .slick-active .slide-animate-content &gt; * {
  animation: FadeInLeft 0.5s cubic-bezier(0, 0, 0.2, 1);
  animation-fill-mode: both;
}
.slider-banner .slick-active .slide-animate-content &gt; *:nth-child(1) {
  animation-delay: 0.25s;
}
.slider-banner .slick-active .slide-animate-content &gt; *:nth-child(2) {
  animation-delay: 0.4s;
}
.slider-banner .slick-active .slide-animate-content &gt; *:nth-child(3) {
  animation-delay: 0.55s;
}
.slider-banner .slick-active .slide-animate-content &gt; *:nth-child(4) {
  animation-delay: 0.7s;
}
.slider-banner .slick-active .slide-animate-content &gt; *:nth-child(5) {
  animation-delay: 0.85s;
}
@media screen and (min-width: 768px) {
  .slider-banner .slide-title {
    font-size: 40px;
  }
  .slider-banner .slide-text {
    display: block;
  }
  .slider-banner .slick-dots {
    right: 50%;
    top: 295px;
    bottom: auto;
    margin-right: -155px;
  }
}
@media screen and (min-width: 992px) {
  .slider-banner .slide-title {
    font-size: 50px;
  }
  .slider-banner .slick-dots {
    margin-right: -210px;
  }
}
@media screen and (min-width: 1280px) {
  .slider-banner .slick-dots {
    margin-right: -290px;
  }
}
/* ==========================================================================
	SLIDER LOGOS
   ========================================================================== */
.slider-logos .slide {
  padding: 0 10px;
  height: 140px;
  line-height: 140px;
  text-align: center;
}
.slider-logos .slide img {
  display: inline;
  vertical-align: middle;
  opacity: 0;
  display: none;
}
.slider-logos .slide-logo {
  height: 140px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  transition: filter 0.2s ease-out;
}
.slider-logos .slide-logo:hover {
  filter: grayscale(0);
}
/* ==========================================================================
	SLIDER IMAGES
   ========================================================================== */
.image-slider .slide {
  display: block !important;
}
.image-slider .slide img {
  width: 100%;
}
.image-slider .item img {
  width: 100%;
}
.image-slider .slick-dots {
  list-style: none;
  bottom: 20px;
}
.image-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  padding: 2px 0 0 0;
  color: #fff;
  background-color: transparent;
  border: none;
  border-radius: 20px;
  padding: 15px 20px;
  font-size: 24px;
}
.image-slider .slick-arrow.slick-next {
  right: 0;
}
.image-slider .slick-arrow.slick-prev {
  left: 0;
}
.image-slider .slick-arrow [class^="icon-"],
.image-slider .slick-arrow [class*=" icon-"] {
  position: relative;
  display: inline-block;
  transform: translateX(0);
  transition: all 0.1s ease-out;
}
.image-slider .slick-arrow:hover .icon-arrow-right {
  transform: translateX(3px);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
.image-slider .slick-arrow:hover .icon-arrow-left {
  transform: translateX(-3px);
  transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 2.5), color 0.1s ease-out;
}
/* ==========================================================================
	SLIDER DOTS
	inverse active and non-active style
   ========================================================================== */
.slick-dots li button:before {
  border-width: 2px;
  background: none;
}
.slick-dots li.slick-active button:before {
  background: #fff;
}
/* ==========================================================================
	TABS NAV (abc facts)
   ========================================================================== */
.tab-nav {
  list-style-type: none;
  text-align: right;
}
.tab-nav li {
  margin-bottom: 20px;
}
.tab-nav .tab-icon {
  width: 44px;
  height: 44px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.tab-nav .tab-label {
  display: none;
}
.tab-nav a {
  display: block;
  text-decoration: none;
}
.tab-nav a.selected,
.tab-nav a:hover {
  text-decoration: none;
}
.tab-nav a.selected {
  color: #3c1151;
}
@media screen and (min-width: 576px) {
  .tab-nav .tab-icon {
    width: 48px;
    margin-right: 10px;
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) {
  .tab-nav {
    padding-left: 15px;
    text-align: left;
  }
  .tab-nav li {
    margin-bottom: 25px;
  }
  .tab-nav .tab-label {
    font-family: 'BlsPrW-Bd', sans-serif;
    display: inline-block;
    /* opacity: 0; */
    /* transform: translateX(-60px); */
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  }
  .tab-nav a.selected .tab-label,
  .tab-nav a:hover .tab-label {
    opacity: 1;
    transform: translateX(0);
  }
}
@media screen and (min-width: 992px) {
  .tab-nav {
    padding-left: 30px;
  }
}
/* ==========================================================================
	TABS CONTENT
   ========================================================================== */
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.active {
  display: block;
}
.tab-pane .line-animation {
  position: relative;
  margin-bottom: 40px;
  height: 140px;
}
.tab-pane .line-animation img {
  height: inherit;
  position: relative;
  z-index: 5;
  transform: translateX(-120px);
}
.tab-pane .line-animation .borderline {
  display: block;
  content: " ";
  width: 1500px;
  height: 12px;
  position: absolute;
  bottom: 50px;
  right: -121px;
}
.tab-pane .line-animation .borderline:before,
.tab-pane .line-animation .borderline:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #69ca98;
  position: absolute;
  top: 0;
}
.tab-pane .line-animation .borderline:before {
  right: 0;
  transition: all 0.6s ease-in-out 0s;
  transform: translateX(-1500px);
}
.tab-pane .line-animation .borderline:after {
  right: 0;
  width: 400px;
  transition: all 1s ease-in-out 2.6s;
  transform: translateX(-400px);
}
.tab-pane .line-animation .borderline.go:before {
  transform: translateX(-700px);
}
.tab-pane .line-animation .borderline.go:after {
  transform: translateX(0);
}
@media screen and (max-width: 1280px) {
  .tab-pane .line-animation {
    height: 120px;
  }
  .tab-pane .line-animation .borderline {
    height: 10px;
    bottom: 43px;
    right: -95px;
  }
  .tab-pane .line-animation .borderline:after {
    width: 360px;
    transform: translateX(-230px);
  }
  .tab-pane .line-animation .borderline.go:before {
    transform: translateX(-630px);
  }
  .tab-pane .line-animation .borderline.go:after {
    transform: translateX(0);
  }
}
@media screen and (max-width: 991px) {
  .tab-pane .line-animation {
    height: auto;
  }
  .tab-pane .line-animation .borderline {
    height: 8px;
    bottom: 32px;
    right: -16px;
  }
  .tab-pane .line-animation .borderline:after {
    width: 300px;
    transform: translateX(-140px);
  }
  .tab-pane .line-animation .borderline.go:before {
    transform: translateX(-440px);
  }
  .tab-pane .line-animation .borderline.go:after {
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .tab-pane .line-animation {
    width: 355px !important;
    height: 100px !important;
  }
  .tab-pane .line-animation img {
    transform: translateX(0);
  }
  .tab-pane .line-animation .borderline {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .tab-pane .line-animation {
    width: 355px !important;
    height: 100px !important;
  }
  .tab-pane .line-animation img {
    transform: translateX(0);
  }
}
@media screen and (max-width: 470px) {
  .tab-pane .line-animation {
    width: auto !important;
    height: auto !important;
  }
  .tab-pane .line-animation img {
    transform: translateX(0);
  }
}
/* ==========================================================================
	TILES
   ========================================================================== */
.tile {
  position: relative;
}
.tile-image {
  position: relative;
}
.tile-image img {
  min-width: 100%;
}
.tile-body {
  padding: 16px;
  position: absolute;
  z-index: 1;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background-color: rgba(255, 197, 41, 0.8);
}
.tile-title {
  font-size: 18px;
  line-height: 20px;
  font-family: 'BlsPrW-Bd', sans-serif;
}
.tile-title h3,
.tile-title h4,
.tile-title h5 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}
.tile-title p {
  margin-bottom: 5px;
}
.tile-title a {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .tile-body {
    top: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  .tile:hover .tile-body {
    opacity: 1;
  }
  .tile-body-center {
    width: 100%;
    margin: auto;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.2s ease-out;
  }
  .tile:hover .tile-body-center {
    opacity: 1;
    transform: translateX(0);
  }
  .col-sm-4:nth-child(3n+3) .tile:hover .tile-body-center {
    transform: translateX(30px);
  }
  .tile-title {
    font-size: 20px;
    line-height: 28px;
  }
  .tile-title h3,
  .tile-title h4,
  .tile-title h5 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .tile-title {
    font-size: 22px;
    line-height: 32px;
  }
  .tile-title h3,
  .tile-title h4,
  .tile-title h5 {
    font-size: 22px;
    line-height: 32px;
  }
}
/* ==========================================================================
	UTILITIES
   ========================================================================== */
.noclick {
  cursor: default;
}
.no-scroll {
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .no-scroll {
    overflow: inherit;
  }
}
.overflow-hidden {
  overflow: hidden;
}
/* ==========================================================================
	VIDEO CONTAINER
   ========================================================================== */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
	TEXT
   ========================================================================== */
.text-white {
  color: #fff !important;
}
.text-green {
  color: #69ca98 !important;
}
.text-purple {
  color: #3c1151 !important;
}
.text-yellow {
  color: #ffc529 !important;
}
.text-light {
  font-family: 'BlsPrW-Lt', sans-serif !important;
}
.text-bold {
  font-family: 'BlsPrW-Bd', sans-serif !important;
}
.text-heavy {
  font-family: 'BlsPrW-Hv', sans-serif !important;
}
.text-lg {
  font-size: 22px;
}
.text-lead {
  font-size: 22px;
  line-height: 1.25em;
  font-family: 'BlsPrW-Bd', sans-serif;
}
.text-lead strong {
  font-family: 'BlsPrW-Hv', sans-serif;
}
.text-columns-2 {
  column-count: 2;
  column-gap: 30px;
}
@media screen and (min-width: 768px) {
  .text-sm-columns-2 {
    column-count: 2;
    column-gap: 30px;
  }
  .text-lead {
    font-size: 28px;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .text-sm-columns-2 {
    column-gap: 60px;
  }
  .text-lead {
    font-size: 36px;
  }
}
@media screen and (min-width: 992px) {
  .text-sm-columns-2 {
    column-gap: 90px;
  }
}
/* ==========================================================================
	WIDTH
   ========================================================================== */
.w-25 {
  width: 25%;
}
.w-50 {
  width: 50%;
}
.w-75 {
  width: 75%;
}
.w-100 {
  width: 100%;
}
/* ==========================================================================
	DISPLAY
   ========================================================================== */
.d-none {
  display: none ;
}
.d-block {
  display: block ;
}
.d-inline {
  display: inline ;
}
.d-inline-block {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .d-sm-none {
    display: none ;
  }
  .d-sm-block {
    display: block ;
  }
  .d-sm-inline {
    display: inline ;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .d-md-none {
    display: none ;
  }
  .d-md-block {
    display: block ;
  }
  .d-md-inline {
    display: inline ;
  }
  .d-md-inline-block {
    display: inline-block;
  }
}
/* ==========================================================================
	BACKGROUND
   ========================================================================== */
.bg-white {
  background-color: #fff !important;
}
.bg-green {
  background-color: #69ca98 !important;
}
.bg-purple {
  background-color: #3c1151 !important;
}
.bg-yellow {
  background-color: #ffc529 !important;
}
/* ==========================================================================
	PADDING
   ========================================================================== */
.pb-0 {
  padding-bottom: 0;
}
.pt-0 {
  padding-top: 0;
}
.py-3 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-4 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-6 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-4 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-5 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-6 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (min-width: 992px) {
  .py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-4 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-5 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-6 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
}
/* ==========================================================================
	MARGIN
   ========================================================================== */
.mt-auto {
  margin-top: auto;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 5px !important;
}
.mt-2 {
  margin-top: 10px !important;
}
.mt-3 {
  margin-top: 20px !important;
}
.mt-4 {
  margin-top: 30px !important;
}
.mt-5 {
  margin-top: 40px !important;
}
.mt-6 {
  margin-top: 50px !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 5px !important;
}
.mr-2 {
  margin-right: 10px !important;
}
.mr-3 {
  margin-right: 20px !important;
}
.mr-4 {
  margin-right: 30px !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 5px !important;
}
.mb-2 {
  margin-bottom: 10px !important;
}
.mb-3 {
  margin-bottom: 20px !important;
}
.mb-4 {
  margin-bottom: 30px !important;
}
.mb-5 {
  margin-bottom: 40px !important;
}
.mb-6 {
  margin-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .mt-3 {
    margin-top: 30px !important;
  }
  .mt-4 {
    margin-top: 45px !important;
  }
  .mt-5 {
    margin-top: 65px !important;
  }
  .mt-6 {
    margin-top: 100px !important;
  }
  .mr-3 {
    margin-right: 30px !important;
  }
  .mr-4 {
    margin-right: 45px !important;
  }
  .mb-3 {
    margin-bottom: 30px !important;
  }
  .mb-4 {
    margin-bottom: 45px !important;
  }
  .mb-5 {
    margin-bottom: 65px !important;
  }
  .mb-6 {
    margin-bottom: 100px !important;
  }
  .ml-sm-60 {
    margin-left: 60px;
  }
}
@media screen and (min-width: 992px) {
  .mt-3 {
    margin-top: 30px !important;
  }
  .mt-4 {
    margin-top: 60px !important;
  }
  .mt-5 {
    margin-top: 90px !important;
  }
  .mt-6 {
    margin-top: 150px !important;
  }
  .mr-4 {
    margin-right: 60px !important;
  }
  .mb-3 {
    margin-bottom: 30px !important;
  }
  .mb-4 {
    margin-bottom: 60px !important;
  }
  .mb-5 {
    margin-bottom: 90px !important;
  }
  .mb-6 {
    margin-bottom: 150px !important;
  }
}
/* ==========================================================================
	BOOTSTRAP COMPONENT ANIMATIONS (voor tabs)
   ========================================================================== */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
/* ==========================================================================
	FAB: FLOATING ACTION BUTTON
	 ========================================================================== */
.fab {
  position: fixed;
  z-index: 99;
  left: 15px;
  bottom: 15px;
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s ease-out;
}
.fab.off {
  opacity: 0;
  left: -80px;
}
.scrolled-full .fab {
  opacity: 0;
  transform: scale(0);
}
a.fab-btn {
  display: block;
  position: relative;
  width: 75px;
  height: 75px;
  max-width: 100%;
  min-height: 75px;
  padding: 15px;
  color: #69ca98;
  text-decoration: none;
  background-color: white;
  border-radius: 90px;
  transition: all 0.2s ease-out;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
a.fab-btn:hover {
  background-color: #dbf1e5;
}
.fab-icon {
  font-size: 40px;
  position: absolute;
  left: 18px;
  top: 19px;
  transition: all 0.2s ease-out;
}
.fab-title {
  display: none;
}
@media screen and (min-width: 768px) {
  .fab {
    bottom: 40px;
    left: 0;
    right: auto;
  }
  .fab.off {
    opacity: 0;
    left: -80px;
  }
  a.fab-btn {
    display: block;
    position: relative;
    width: 380px;
    max-width: 100%;
    min-height: 90px;
    padding: 20px 30px 20px 110px;
    color: white;
    text-decoration: none;
    background-color: rgba(105, 202, 152, 0.65);
    border-radius: 0 20px 20px 0;
    transition: all 0.2s ease-out;
    overflow: hidden;
  }
  a.fab-btn:hover {
    background-color: rgba(105, 202, 152, 0.8);
  }
  .fab-icon {
    font-size: 48px;
    position: absolute;
    left: 45px;
    top: 23px;
    transition: all 0.2s ease-out;
  }
  .fab-title {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    font-family: 'BlsPrW-Bd', sans-serif;
    line-height: 1.25em;
    opacity: 1;
    transform-origin: 0% 50%;
    transform: scaleX(1);
    transition: all 0.2s ease-out;
    min-width: 240px;
  }
  .scrolled a.fab-btn {
    padding: 20px;
    width: 90px;
    height: 90px;
    border-radius: 90px;
    color: #69ca98;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    transform: translateX(30px);
  }
  .scrolled a.fab-btn:hover {
    background-color: #dbf1e5;
  }
  .scrolled .fab-icon {
    left: 20px;
  }
  .scrolled .fab-title {
    opacity: 0;
    transform: scaleX(0);
  }
}
@media screen and (min-width: 768px) and (min-height: 830px) {
  .fab {
    bottom: auto;
    top: 703px;
  }
}
@media screen and (min-width: 992px) and (min-height: 850px) {
  .fab {
    top: 720px;
  }
}
@media screen and (min-width: 1280px) and (min-height: 900px) {
  .fab {
    top: 770px;
  }
}
/* ==========================================================================
	FAB: FLOATING ACTION BUTTON
	 ========================================================================== */
.image-gallery a {
  float: left;
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 15px 15px 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.tpl-digibord {
  width: 1280px;
  height: 853px;
  overflow: hidden;
  transform-origin: top left;
  transform: scale(0.225);
}
.tpl-digibord .inner {
  width: 1000px;
  margin: 0 auto;
}
.tpl-digibord .digi-header {
  background-color: #ffc529;
  margin-bottom: 60px;
}
.tpl-digibord .digi-header .inner {
  height: 180px;
  position: relative;
}
.tpl-digibord .digi-header .inner .h1 {
  margin: -0.3em 0 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.tpl-digibord .digi-header .inner .h1:after {
  margin-top: 0.3em;
}
.tpl-digibord .digi-slider-top,
.tpl-digibord .digi-slider-bottom {
  position: relative;
}
.tpl-digibord .digi-slider-top:before,
.tpl-digibord .digi-slider-bottom:before {
  display: block;
  content: "";
  width: 1000px;
  height: 160px;
  background-color: #ffc529;
  border-radius: 40px;
  position: absolute;
  top: 50%;
  left: -1000px;
  transform: translateY(-50%);
  z-index: 10;
}
.tpl-digibord .digi-slider-bottom:before {
  left: auto;
  right: -1000px;
}
.tpl-digibord .digi-slick-a,
.tpl-digibord .digi-slick-b {
  width: 1000px;
}
.tpl-digibord .digi-slider {
  width: 1000px;
}
.tpl-digibord .digi-slider .item {
  width: 300px;
  height: 260px;
  background-size: 200px auto;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.tpl-digibord .digi-slider .item img {
  display: none;
}
.tpl-digibord .digi-slider .slick-current .item {
  filter: grayscale(0);
  opacity: 1;
}
.tpl-digibord-resized {
  width: 403px;
  height: 268px;
  overflow: hidden;
}
.tpl-digibord-resized .inner {
  width: 355px;
  margin: 0 auto;
}
.tpl-digibord-resized .digi-header {
  background-color: #ffc529;
  margin-bottom: 20px;
}
.tpl-digibord-resized .digi-header .inner {
  height: 50px;
  position: relative;
}
.tpl-digibord-resized .digi-header .inner .h1 {
  font-size: 26px;
  margin: -0.2em 0 0 0;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.tpl-digibord-resized .digi-header .inner .h1:after {
  margin-top: 0.2em;
}
.tpl-digibord-resized .digi-slider-top,
.tpl-digibord-resized .digi-slider-bottom {
  position: relative;
}
.tpl-digibord-resized .digi-slider-top:before,
.tpl-digibord-resized .digi-slider-bottom:before {
  display: block;
  content: "";
  width: 355px;
  height: 50px;
  background-color: #ffc529;
  border-radius: 9px;
  position: absolute;
  top: 50%;
  left: -355px;
  transform: translateY(-50%);
  z-index: 10;
}
.tpl-digibord-resized .digi-slider-bottom:before {
  left: auto;
  right: -355px;
}
.tpl-digibord-resized .digi-slick-a,
.tpl-digibord-resized .digi-slick-b {
  width: 355px;
}
.tpl-digibord-resized .digi-slider {
  width: 355px;
}
.tpl-digibord-resized .digi-slider .item {
  width: 93px;
  height: 84px;
  background-size: 70px auto;
  background-position: center center;
  background-repeat: no-repeat;
  /*
			filter: grayscale(100%);
			opacity: 0.5;
			*/
  transition: all 0.3s ease-in-out;
}
.tpl-digibord-resized .digi-slider .item img {
  display: none;
}
.tpl-digibord-resized .digi-slider .slick-current .item {
  filter: grayscale(0);
  opacity: 1;
}
</pre></body></html>