.sf-menu > li.active > a, .sf-menu > li.active > a:link, .sf-menu > li.active > a:active {
  background-color: #06f; }

.sf-menu > li.active > a, .sf-menu > li.active > a:link, .sf-menu > li.active > a:active {
  font-weight: bold; }

.sf-menu > li.active > a, .sf-menu > li.active > a:link, .sf-menu > li.active > a:active {
  color: #fff; }



#go-top9 {
  position: relative;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  z-index: 999;
  text-align: center; }

#go-top9 i {
  top: 0px;
  position: absolute; }

#go-top9 i.fa:before {
  display: inline-block; }

#go-top9.cd-is-visible {
  /* the button becomes visible */
  visibility: visible; }

#go-top9.icon img {
  display: none; }

#go-top9.image i {
  display: none; }

#go-top9.none img, #go-top9.none i {
  display: none; }

#go-top9 i.fa:before {
  font-size: 16px; }

#go-top9 i.fa:before {
  color: #fff; }

#go-top9 i.fa:before {
  text-align: center; }

#go-top9 i.fa:before {
  line-height: 25px; }

#go-top9 i.fa:before {
  background-color: #677077; }

#go-top9 i.fa:before {
  width: 25px; }

#go-top9 i.fa:before {
  height: 25px; }

#go-top9 i.fa:before {
  margin: 0px 0px 0px 0px; }

#go-top9:hover i.fa:before {
  color: #fff; }

#go-top9:hover i.fa:before {
  background-color: #06f; }

#go-top9 i.fa:before {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

#go-top9 {
  width: 100%; }

#go-top9 {
  height: 25px; }

#go-top9 {
  margin: 45px 0px 0px 0px; }

#go-top9.cd-is-visible {
  opacity: 1; }

#go-top9.cd-is-visible {
  visibility: visible;
  display: inherit; }

#go-top9:hover {
  background-color: #06f; }

#go-top9, #go-top9.cd-is-visible {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

/* Mobile Menu Icon */
@font-face {
  font-family: "MobMenu";
  src: url("mobilemenu.eot");
  src: url("mobilemenu.eot#iefix") format("embedded-opentype"), url("mobilemenu.woff") format("woff"), url("mobilemenu.ttf") format("truetype"), url("mobilemenu.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mmicon-"]:before, [class*=" mmicon-"]:before, [class^="mmicon-"]:after, [class*=" mmicon-"]:after {
  font-family: MobMenu;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px; }

.mmicon-3:before {
  content: "\e000"; }

.mmicon-2:before {
  content: "\e001"; }

.mmicon-3:before {
  content: "\e002"; }

.mmicon-4:before {
  content: "\e003"; }

.mmicon-5:before {
  content: "\e004"; }

.mmicon-6:before {
  content: "\e005"; }

.mmicon-7:before {
  content: "\e006"; }

.mmicon-8:before {
  content: "\e007"; }

.mmicon-9:before {
  content: "\e008"; }

.mmicon-10:before {
  content: "\e009"; }
/* Mobile Menu Icon */
@font-face {
  font-family: "MobMenu";
  src: url("mobilemenu.eot");
  src: url("mobilemenu.eot#iefix") format("embedded-opentype"), url("mobilemenu.woff") format("woff"), url("mobilemenu.ttf") format("truetype"), url("mobilemenu.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mmicon-"]:before, [class*=" mmicon-"]:before, [class^="mmicon-"]:after, [class*=" mmicon-"]:after {
  font-family: MobMenu;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px; }

.mmicon-3:before {
  content: "\e000"; }

.mmicon-2:before {
  content: "\e001"; }

.mmicon-3:before {
  content: "\e002"; }

.mmicon-4:before {
  content: "\e003"; }

.mmicon-5:before {
  content: "\e004"; }

.mmicon-6:before {
  content: "\e005"; }

.mmicon-7:before {
  content: "\e006"; }

.mmicon-8:before {
  content: "\e007"; }

.mmicon-9:before {
  content: "\e008"; }

.mmicon-10:before {
  content: "\e009"; }
/*** SUPERFISH MENU ***/
.s-navmenu {
  float: right; }

.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

.sf-menu li {
  position: relative; }

.sf-menu a:after, .sf-menu a:before {
  content: "";
  position: relative;
  display: block; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 9; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }
/*** SUPERFISH DEMO SKIN ***/
.sf-menu {
  float: left; }

.sf-menu ul {
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */ }

.sf-menu a {
  text-decoration: none;
  zoom: 1; }

.sf-menu a:hover {
  text-decoration: none; }

.sf-menu li {
  white-space: nowrap;
  /* no need for Supersubs plugin */
  *white-space: normal;
  /* ...unless you support IE3 (let it wrap) */
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

.sf-menu li:hover, .sf-menu li.sfHover {
  /* only transition out, not in */
  -webkit-transition: none;
  transition: none; }

.sf-menu li.sfHover a {
  background: #000;
  color: #fff; }
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
  /* no CSS arrows for IE3 (lack pseudo-elements) */ }
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #dfeeff;
  /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255, 255, 255, .5); }

.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: white;
  /* IE8 fallback colour */ }
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #dfeeff;
  /* edit this to suit design (no rgba in IE8) */
  border-left-color: rgba(255, 255, 255, .5); }

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white; }
/* MOBILE MENU WITH SUPERFISH */
#mobile-menu-trigger3 {
  display: none; }

@media (max-width: 991px) {
  #mobile-menu-trigger3 {
    display: block;
    cursor: pointer; }

  .s-navmenu {
    float: none;
    clear: both; }

  .sf-menu {
    display: none;
    float: none; }

  .sf-menu > li {
    float: none; }

  .sf-menu ul {
    position: relative; } }

[class^="mmicon-"]:before, [class*=" mmicon-"]:before, [class^="mmicon-"]:after, [class*=" mmicon-"]:after {
  font-size: 21px; }

#mobile-menu-trigger3 {
  margin: 20px 20px 20px 0px; }

.s-headermenu3 {
  background: url('../files/achtergrond-h80.png') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.s-headermenu3 {
  position: relative; }

.s-headermenu3 {
  margin: 0px 0px 0px 0px; }

.s-headermenu3 {
  padding: 5px 0px 10px 0px; }

.s-headermenu3 .sw-logo-text {
  font-size: 28px; }

.s-headermenu3 .sw-logo-text {
  color: #fff; }

.s-headermenu3 .s-logoalign {
  float: left; }

.s-headermenu3 .sw-logo-text {
  margin: 15px 0px 15px 0px; }

.s-headermenu3 .sw-logo-img {
  margin: 0px 0px 0px 0px; }

.s-headermenu3 .s-navmenu {
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px; }

.s-headermenu3 .s-navmenu {
  float: left; }

.s-headermenu3 .s-navmenu {
  margin: 0px 0px 0px 0px; }

.s-headermenu3 .s-navmenu {
  padding: 0px 0px 0px 0px; }

.s-headermenu3 .sf-menu > li > a {
  background-color: #fff; }

.s-headermenu3 .sf-menu > li > a {
  color: #252839; }

.s-headermenu3 .sf-menu > li > a {
  text-shadow: 2px 2px 0px #fff; }

.s-headermenu3 .sf-menu > li > a {
  border-bottom: 1px solid #fff; }

.s-headermenu3 .sf-menu > li > a {
  border-right: 1px solid #677077; }

.s-headermenu3 .sf-menu > li > a {
  padding: 0px 12px 0px 12px; }

.s-headermenu3 .sf-menu > li > a {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s; }

.s-headermenu3 .sf-menu > li > a:hover {
  font-weight: bolder;
  color: #2400fe; }

.s-headermenu3.s-sticky.sticky-header {
  position: fixed; }

.s-headermenu3.s-sticky.sticky-header {
  margin: 0px 0px 0px 0px; }

.s-headermenu3.s-sticky.sticky-header {
  padding: 0px 0px 0px 0px; }

.s-headermenu3.s-sticky {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

@media (min-width: 1200px) {
  .s-headermenu3 .sf-menu > li > a {
    border-bottom: 1px solid #fff; }

  .s-headermenu3 .sf-menu > li > a:hover {
    color: #06f; } }

@media (max-width: 768px) {
  .s-headermenu3 .sf-menu > li > a {
    border-bottom: 1px solid #fff; }

  .s-headermenu3 .sf-menu > li > a:hover {
    color: #06f; } }

@media (max-width: 480px) {
  .s-headermenu3 .sw-logo-text {
    font-size: 36px; }

  .s-headermenu3 .s-navmenu {
    float: none; }

  .s-headermenu3 .sf-menu > li > a {
    border-bottom: 1px solid #fff; }

  .s-headermenu3 .sf-menu > li > a:hover {
    color: #06f; } }

.s-footer8 .s-form .form-group {
  margin: 0; }

.s-footer8 .s-form label {
  display: block; }

.s-footer8 .s-form label.form-check-inline {
  display: inline-block; }

.s-footer8 .s-form .form-group {
  margin: 0; }

.s-footer8 .s-form label {
  display: block; }

.s-footer8 .s-form label.form-check-inline {
  display: inline-block; }

.s-footer8 {
  position: relative; }

.s-footer8 .s-footcont .s-icon-list .s-icon-text span, .s-footer8 .s-footcont .s-icon-list .s-icon-link a {
  display: inline-block; }

.s-footer8:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.s-footer8 .container {
  z-index: 3;
  position: relative; }

.s-footer8 .s-itext-beh, .s-footer8 .s-ilink-beh {
  position: relative; }

.s-footer8 .s-itext-beh span, .s-footer8 .s-ilink-beh span {
  position: absolute; }

.s-footer8 a.s-ilink {
  text-decoration: none; }

.s-footer8 ul.s-icon-list {
  list-style: none;
  padding-left: 0; }

.s-footer8 .s-col-bleed div[class^="col-"] .row {
  margin: 0; }

.s-footer8 .s-col-bleed div[class^="col-"] {
  padding: 0; }

.s-footer8 .s-footcont h1 {
  color: #fff; }

.s-footer8 .s-footcont h2 {
  color: #fff; }

.s-footer8 .s-footcont h4 {
  color: #fff; }

.s-footer8 .s-footcont h5 {
  color: #fff; }

.s-footer8 .s-footcont h6 {
  color: #fff; }

.s-footer8 .s-footcont h3 {
  color: #fff; }

.s-footer8 .s-footcont h3 {
  margin: 25px 0px 25px 0px; }

.s-footer8 .s-footcont .s-text {
  color: #06f; }

.s-footer8 .s-footcont .s-map-h {
  height: 200px; }

.s-footer8 .s-footcont .s-link {
  font-size: 13px; }

.s-footer8 .s-footcont .s-link {
  color: #fff; }

.s-footer8 .s-footcont .s-link {
  margin: 5px 0px 5px 0px; }

.s-footer8 .s-footcont .s-link {
  display: inline-block; }

.s-footer8 .s-footcont .s-link:hover, .s-footer8 .s-footcont .s-link:focus, .s-footer8 .s-footcont .s-link:active {
  font-size: 16px; }

.s-footer8 .s-footcont .s-link:hover, .s-footer8 .s-footcont .s-link:focus, .s-footer8 .s-footcont .s-link:active {
  font-weight: bolder; }

.s-footer8 .s-footcont .s-link:hover, .s-footer8 .s-footcont .s-link:focus, .s-footer8 .s-footcont .s-link:active {
  color: #06f; }

.s-footer8 .s-form input.form-control, .s-footer8 .s-form select.form-control, .s-footer8 .s-form textarea {
  color: #fff; }

.s-footer8 .s-form label.control-label {
  color: #fff; }

.s-footer8 .s-form input::-webkit-input-placeholder {
  color: #fff; }

.s-footer8 .s-form .sw-result-easyform {
  color: #fff; }

.s-footer8 .s-footcont .s-icon-beh i.fa {
  color: #2e6dff; }

.s-footer8 .s-footcont .s-icon-list .s-icon-text {
  margin: 7px 0px 7px 0px; }

.s-footer8 .s-footcont .s-icon-list .s-icon-text i.fa {
  font-size: 36px; }

.s-footer8 .s-footcont .s-icon-list .s-icon-text i.fa {
  color: #06f; }

.s-footer8 .s-footcont .s-icon-list .s-icon-text i.fa {
  text-align: center; }

.s-footer8 .s-footcont .s-icon-list .s-icon-text i.fa {
  width: 40px; }

.s-footer8 .s-footcont .s-icon-list .s-icon-text span {
  font-size: 15px; }

.s-footer8 .s-footcont .s-icon-list .s-icon-text span {
  line-height: 36px; }

.s-footer8 .s-footcont .s-icon-list .s-icon-text span {
  -ms-transform: translate(0px, -9px) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
  -webkit-transform: translate(0px, -9px) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
  transform: translate(0px, -9px) rotate(0deg) scale(1, 1) skew(0deg, 0deg); }

.s-footer8 .s-footcont .s-icon-list .s-icon-link i.fa {
  font-size: 36px; }

.s-footer8 .s-footcont .s-icon-list .s-icon-link i.fa {
  color: #06f; }

.s-footer8 .s-footcont .s-icon-list .s-icon-link i.fa {
  text-align: center; }

.s-footer8 .s-footcont .s-icon-list .s-icon-link i.fa {
  width: 40px; }

.s-footer8 .s-footcont .s-icon-list .s-icon-link a {
  font-size: 15px; }

.s-footer8 .s-footcont .s-icon-list .s-icon-link a {
  text-decoration: none; }

.s-footer8 .s-footcont .s-icon-list .s-icon-link a {
  -ms-transform: translate(0px, -9px) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
  -webkit-transform: translate(0px, -9px) rotate(0deg) scale(1, 1) skew(0deg, 0deg);
  transform: translate(0px, -9px) rotate(0deg) scale(1, 1) skew(0deg, 0deg); }

.s-footer8 .s-footcont .s-icon-list .s-icon-link a:hover {
  font-size: 20px; }

.s-footer8 .s-footcont .s-icon-list .s-icon-link a:hover {
  color: #06f; }

.s-footer8 {
  background-color: #677077; }

.s-footer8 {
  border: 1px solid #06f; }

.s-footer8 {
  margin: 0px 0px 40px 0px; }

.s-footer8 {
  padding: 20px 0px 20px 0px; }

@media (min-width: 1200px) {
  .s-footer8 {
    background-color: #b5b5b7; } }

@media (max-width: 768px) {
  .s-footer8 {
    background-color: #b5b5b7; } }

@media (max-width: 480px) {
  .s-footer8 .s-footcont .s-icon-list .s-icon-text span {
    font-size: 13px; }

  .s-footer8 .s-footcont .s-icon-list .s-icon-link a {
    font-size: 13px; }

  .s-footer8 {
    background-color: #b5b5b7; } }

