/**
* Copyright (c) 2015
* @name haagaanplanten
* @version 1.5.1
* @author William Meuwissen
**/
/**************************************************/
/**********************************************************************/
/* CUSTOM ELEMENTS
/**********************************************************************/
.ie9 img[src$=".svg"] {
  width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}
* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
}
body input[type="text"]::-webkit-input-placeholder, body input[type="password"]::-webkit-input-placeholder, body input[type="search"]::-webkit-input-placeholder, body input[type="email"]::-webkit-input-placeholder, body input.text::-webkit-input-placeholder, body input.keywords::-webkit-input-placeholder, body input.form-control::-webkit-input-placeholder {
  color: #ccc !important;
}
@media only screen and (max-width: 990px) {
  body {
    padding-top: 0;
  }
}
@media only screen and (max-width: 479px) {
  body .defaultNavFixed, body.defaultNavFixed {
    padding-top: 60px;
  }
  body .defaultNavFixed .button.defaultNav, body .defaultNavFixed .toggle-button.defaultNav, body.defaultNavFixed .button.defaultNav, body.defaultNavFixed .toggle-button.defaultNav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
}
@media only screen and (min-width: 0px) and (max-width: 740px) {
  body .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}

span.date {
  color: #009640;
}

.textLarge p {
  font-size: 1em;
  line-height: 1.75em;
}

.inlineBlock.border {
  padding: 20px;
}

/* line & hr
/*-------------------------------------------------------------------*/
.line, hr {
  border-bottom: #e2dfd4 1px solid;
}
.line.white, hr.white {
  border-bottom: #fff 1px solid;
}

/* background
/*-------------------------------------------------------------------*/
.background, .box.background {
  background: #d8eed7;
}
.background.white {
  border: 1px solid #9e966f;
  background: #fff;
  color: #484848;
}
.background.gras {
  background: #4e4f25 url("/public/images/gq-golflessen-bg.jpg") center bottom no-repeat;
  color: #fff;
}
.background.gras h1, .background.gras h2, .background.gras h3, .background.gras h4 {
  color: inherit;
}
.background.gras img.border {
  border: 7px solid #fff;
}
.background.red {
  background: #009640;
  color: #fff;
}
.background.grey {
  background: #5d6060;
  color: #fff;
}
.background.grey h3 {
  color: #fff;
}
.background.grey .fa {
  color: #fff;
}
.background.grey.pattern {
  background: #5d6060 url("/public/images/bg-grey-pattern.png") center top;
}
.background.themeColor {
  background: #009640;
  color: #fff;
}
.background.themeColor > .inner {
  padding: 25px;
}
.background.themeColor .inner.content a {
  color: #504146;
}
.background.themeColor .inner.content a:hover {
  color: #fff;
  text-decoration: none;
}
.background.themeColor .button {
  background: #d8eed7;
  color: #fff;
}
.background.themeColor .button:hover {
  background: #fff;
  color: #009640;
}
.background.themeColor h2, .background.themeColor h3, .background.themeColor h4, .background.themeColor h5, .background.themeColor h6 {
  color: #fff;
}

/* Tags
/*-------------------------------------------------------------------*/
.tags h4 {
  font-family: "Amatic SC", "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
  font-size: 1.75em;
  line-height: 1em;
  font-weight: normal;
  color: #000;
  margin-bottom: 1em;
}
.tags h4 a {
  color: inherit;
}
.tags .button {
  font-family: "Roboto Condensed", "Noto Serif", "Arial", sans-serif;
  margin: 0;
  background: #b2b2b2;
  color: #fff;
  border: none !important;
  min-height: 30px;
  line-height: 30px;
}
.tags .button:hover {
  background: #999999;
}

/* Box
/*-------------------------------------------------------------------*/
.box {
  position: relative;
}
.box.background > .inner {
  padding: 30px;
}
.box.background h4 {
  color: #009640;
}
.box h3 + * {
  margin-top: 0.9em;
}
.box > .inner a {
  text-decoration: none;
}
.box > .inner a:hover {
  text-decoration: underline;
}
.box .link {
  font-family: "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
}
.box.buttonToBottom > .inner {
  padding-bottom: 40px !important;
}
.box.buttonToBottom .button {
  position: absolute;
  bottom: 0;
}
.box.buttonToBottom .button.block {
  left: 20px;
  right: 20px;
}
.box.linkToBottom > .inner {
  padding-bottom: 25px !important;
}
.box.linkToBottom .link {
  position: absolute;
  bottom: 0;
}
.box.linkToBottom .link.block {
  left: 20px;
  right: 20px;
}
.box.dropShadow {
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
  }
  
  /* UL listWithIcons
  /*-------------------------------------------------------------------*/
  .listWithIcons ul,
  ul.listWithIcons ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    font-weight: 300;
    padding-left: 40px;
    line-height: 1em;
  }
  .listWithIcons ul em,
ul.listWithIcons ul em {
  margin: 0 0 0 -40px;
  float: left;
  font-size: 1.5625em;
  color: #00763b;
  width: 30px;
  text-align: center;
}
.listWithIcons ul > li,
ul.listWithIcons ul > li {
  margin-bottom: 0.5em;
}
.listWithIcons ul > li:last-child,
ul.listWithIcons ul > li:last-child {
  margin-bottom: 0;
}

/* button & submit
/*-------------------------------------------------------------------*/
.button.large,
.submit.large,
.toggle-button.large,
#bBasket .button.large,
#bBasket .submit
#form_container .submit.large {
  font-size: 1.5em;
  font-weight: normal !important;
  min-height: 55px;
  line-height: 55px;
  padding: 0 40px;
}
.button.themeColor,
.submit.themeColor,
.toggle-button.themeColor,
#bBasket .button.themeColor,
#bBasket .submit
#form_container .submit.themeColor {
  background: #009640;
  color: #fff;
}
.button.themeColor:hover,
.submit.themeColor:hover,
.toggle-button.themeColor:hover,
#bBasket .button.themeColor:hover,
#bBasket .submit
#form_container .submit.themeColor:hover {
  background: #85071b;
}
.button.themeColor.border,
.submit.themeColor.border,
.toggle-button.themeColor.border,
#bBasket .button.themeColor.border,
#bBasket .submit
#form_container .submit.themeColor.border {
  border: 1px solid #df8593;
}
.button.themeColor.border:hover,
.submit.themeColor.border:hover,
.toggle-button.themeColor.border:hover,
#bBasket .button.themeColor.border:hover,
#bBasket .submit
#form_container .submit.themeColor.border:hover {
  background: #009640;
  border-color: #fff;
}
.button.white,
.submit.white,
.toggle-button.white,
#bBasket .button.white,
#bBasket .submit
#form_container .submit.white {
  background: #fff;
  color: #243b40;
  border: 1px solid transparent;
}
.button.white:hover,
.submit.white:hover,
.toggle-button.white:hover,
#bBasket .button.white:hover,
#bBasket .submit
#form_container .submit.white:hover {
  background: #043882;
  color: #fff;
  border-color: #fff;
}
.button.more.alignLeft:after,
.submit.more.alignLeft:after,
.toggle-button.more.alignLeft:after,
#bBasket .button.more.alignLeft:after,
#bBasket .submit
#form_container .submit.more.alignLeft:after {
  float: right;
}
.button.small,
.submit.small,
.toggle-button.small,
#bBasket .button.small,
#bBasket .submit
#form_container .submit.small {
  min-height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
}
.button.defaultNav, .button.shoppingCart,
.submit.defaultNav,
.submit.shoppingCart,
.toggle-button.defaultNav,
.toggle-button.shoppingCart,
#bBasket .button.defaultNav,
#bBasket .button.shoppingCart,
#bBasket .submit
#form_container .submit.defaultNav,
#bBasket .submit
#form_container .submit.shoppingCart {
  font-family: "Amatic SC", "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
  min-height: 60px;
  width: 60px;
  line-height: 60px;
  float: none;
  color: #fff;
  background: #25b4b1;
  border: none;
  text-transform: uppercase;
}
.button.defaultNav.active, .button.shoppingCart.active,
.submit.defaultNav.active,
.submit.shoppingCart.active,
.toggle-button.defaultNav.active,
.toggle-button.shoppingCart.active,
#bBasket .button.defaultNav.active,
#bBasket .button.shoppingCart.active,
#bBasket .submit
#form_container .submit.defaultNav.active,
#bBasket .submit
#form_container .submit.shoppingCart.active {
  color: #fff;
  background: #25b4b1;
}
.button.defaultNav .fa, .button.shoppingCart .fa,
.submit.defaultNav .fa,
.submit.shoppingCart .fa,
.toggle-button.defaultNav .fa,
.toggle-button.shoppingCart .fa,
#bBasket .button.defaultNav .fa,
#bBasket .button.shoppingCart .fa,
#bBasket .submit
#form_container .submit.defaultNav .fa,
#bBasket .submit
#form_container .submit.shoppingCart .fa {
  line-height: inherit;
  font-size: 35px;
}
.button.defaultNav .title, .button.shoppingCart .title,
.submit.defaultNav .title,
.submit.shoppingCart .title,
.toggle-button.defaultNav .title,
.toggle-button.shoppingCart .title,
#bBasket .button.defaultNav .title,
#bBasket .button.shoppingCart .title,
#bBasket .submit
#form_container .submit.defaultNav .title,
#bBasket .submit
#form_container .submit.shoppingCart .title {
  display: none;
}
.button.shoppingCart,
.submit.shoppingCart,
.toggle-button.shoppingCart,
#bBasket .button.shoppingCart,
#bBasket .submit
#form_container .submit.shoppingCart {
  position: relative;
  overflow: visible;
  float: right;
  margin-left: 5px;
  margin-top: 10px;
}
.button.shoppingCart:hover,
.submit.shoppingCart:hover,
.toggle-button.shoppingCart:hover,
#bBasket .button.shoppingCart:hover,
#bBasket .submit
#form_container .submit.shoppingCart:hover {
  background: #25b4b1;
}
.button.shoppingCart:hover .amount,
.submit.shoppingCart:hover .amount,
.toggle-button.shoppingCart:hover .amount,
#bBasket .button.shoppingCart:hover .amount,
#bBasket .submit
#form_container .submit.shoppingCart:hover .amount {
  background: #000;
}
.button.shoppingCart .amount,
.submit.shoppingCart .amount,
.toggle-button.shoppingCart .amount,
#bBasket .button.shoppingCart .amount,
#bBasket .submit
#form_container .submit.shoppingCart .amount {
  color: #fff;
  background: #95c11f;
  font-size: 16px;
  font-family: "Roboto Condensed";
  font-weight: 700;
  position: absolute;
  text-align: center;
  right: -8px;
  top: -8px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.button.shoppingCart .amount span,
.submit.shoppingCart .amount span,
.toggle-button.shoppingCart .amount span,
#bBasket .button.shoppingCart .amount span,
#bBasket .submit
#form_container .submit.shoppingCart .amount span {
  font-size: 1em;
}
@media only screen and (max-width: 990px) {
  .button,
    .submit,
    .toggle-button,
    #bBasket .button,
    #bBasket .submit
    #form_container .submit {
      margin-bottom: 3px;
    }
    .button.margin,
.submit.margin,
.toggle-button.margin,
#bBasket .button.margin,
#bBasket .submit
#form_container .submit.margin {
  margin-bottom: 20px;
}
.button.defaultNav, .button.shoppingCart,
.submit.defaultNav,
.submit.shoppingCart,
.toggle-button.defaultNav,
.toggle-button.shoppingCart,
#bBasket .button.defaultNav,
#bBasket .button.shoppingCart,
#bBasket .submit
#form_container .submit.defaultNav,
#bBasket .submit
#form_container .submit.shoppingCart {
  min-height: 50px;
  width: 50px;
  line-height: 50px;
}
}
@media only screen and (max-width: 479px) {
  .button,
    .submit,
    .toggle-button,
    #bBasket .button,
    #bBasket .submit
    #form_container .submit {
      float: none;
      margin: 0;
    }
    .button.defaultNav,
.submit.defaultNav,
.toggle-button.defaultNav,
#bBasket .button.defaultNav,
#bBasket .submit
#form_container .submit.defaultNav {
  width: 100%;
  position: static;
  padding: 0 15px;
  margin: 0;
  min-height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #fff;
  background: #25b4b1;
}
.button.defaultNav.active,
.submit.defaultNav.active,
.toggle-button.defaultNav.active,
#bBasket .button.defaultNav.active,
#bBasket .submit
#form_container .submit.defaultNav.active {
  color: #fff;
  background: #25b4b1;
}
.button.defaultNav span,
.button.defaultNav .fa,
.submit.defaultNav span,
.submit.defaultNav .fa,
.toggle-button.defaultNav span,
.toggle-button.defaultNav .fa,
#bBasket .button.defaultNav span,
#bBasket .button.defaultNav .fa,
#bBasket .submit
#form_container .submit.defaultNav span,
#bBasket .submit
#form_container .submit.defaultNav .fa {
  float: right;
}
.button.defaultNav span.title,
.button.defaultNav .fa.title,
.submit.defaultNav span.title,
.submit.defaultNav .fa.title,
.toggle-button.defaultNav span.title,
.toggle-button.defaultNav .fa.title,
#bBasket .button.defaultNav span.title,
#bBasket .button.defaultNav .fa.title,
#bBasket .submit
#form_container .submit.defaultNav span.title,
#bBasket .submit
#form_container .submit.defaultNav .fa.title {
  display: none;
  float: right;
  font-size: 1.125em;
}
.button.defaultNav .fa,
.submit.defaultNav .fa,
.toggle-button.defaultNav .fa,
#bBasket .button.defaultNav .fa,
#bBasket .submit
#form_container .submit.defaultNav .fa {
  line-height: inherit;
}
.defaultNavFixed.defaultNavShoppingCart .button.defaultNav span, .defaultNavFixed.defaultNavShoppingCart .button.defaultNav .fa, .defaultNavFixed.defaultNavShoppingCart
.submit.defaultNav span, .defaultNavFixed.defaultNavShoppingCart
.submit.defaultNav .fa, .defaultNavFixed.defaultNavShoppingCart
.toggle-button.defaultNav span, .defaultNavFixed.defaultNavShoppingCart
.toggle-button.defaultNav .fa, .defaultNavFixed.defaultNavShoppingCart
#bBasket .button.defaultNav span, .defaultNavFixed.defaultNavShoppingCart
#bBasket .button.defaultNav .fa, .defaultNavFixed.defaultNavShoppingCart
#bBasket .submit
#form_container .submit.defaultNav span, .defaultNavFixed.defaultNavShoppingCart
#bBasket .submit
#form_container .submit.defaultNav .fa {
  margin-right: 60px;
  float: left;
}
.defaultNavFixed.defaultNavShoppingCart .button.shoppingCart, .defaultNavFixed.defaultNavShoppingCart
.submit.shoppingCart, .defaultNavFixed.defaultNavShoppingCart
.toggle-button.shoppingCart, .defaultNavFixed.defaultNavShoppingCart
#bBasket .button.shoppingCart, .defaultNavFixed.defaultNavShoppingCart
#bBasket .submit
#form_container .submit.shoppingCart {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.defaultNavFixed.defaultNavShoppingCart .button.shoppingCart .amount, .defaultNavFixed.defaultNavShoppingCart
.submit.shoppingCart .amount, .defaultNavFixed.defaultNavShoppingCart
.toggle-button.shoppingCart .amount, .defaultNavFixed.defaultNavShoppingCart
#bBasket .button.shoppingCart .amount, .defaultNavFixed.defaultNavShoppingCart
#bBasket .submit
#form_container .submit.shoppingCart .amount {
  top: 5px;
  right: 5px;
  font-size: 0.9em;
  padding: 4px;
  height: auto;
  width: auto;
  min-width: 22px;
  height: 22px;
  line-height: 15px;
}
.defaultNavFixed.defaultNavShoppingCart .button.shoppingCart .fa, .defaultNavFixed.defaultNavShoppingCart
.submit.shoppingCart .fa, .defaultNavFixed.defaultNavShoppingCart
.toggle-button.shoppingCart .fa, .defaultNavFixed.defaultNavShoppingCart
#bBasket .button.shoppingCart .fa, .defaultNavFixed.defaultNavShoppingCart
#bBasket .submit
#form_container .submit.shoppingCart .fa {
  font-size: 40px;
}
}

/* toggle button
/*-------------------------------------------------------------------*/
.toggle-button.checkOut span.count {
  background: #fff;
}
@media only screen and (max-width: 479px) {
  .toggle-button {
      width: 40px;
    }
  }
  
  /* dashBoardNav
  /*-------------------------------------------------------------------*/
  div.dashBoardNav > .inner {
    padding-bottom: 0 !important;
    padding-top: 5px;
  }
  div.dashBoardNav .info {
    float: right;
    text-align: right;
    margin-top: 10px;
    margin-right: 5px;
  }
  div.dashBoardNav .info .kassa {
    font-family: "Amatic SC" !important;
    color: #25b4b1;
    font-size: 30px;
    margin: 3px 0 0 0;
  }
  div.dashBoardNav .info .kassa a:hover {
    border: 0;
  }
  div.dashBoardNav .info .total {
    font-family: "Amatic SC" !important;
    color: #ccc;
    font-size: 30px;
    margin: 0;
  }
  div.dashBoardNav .info .total a:hover {
    border: 0;
  }
  div.dashBoardNav .button,
  div.dashBoardNav .submit,
  div.dashBoardNav .toggle-button {
    display: inline-block;
  }
  div.dashBoardNav .button.defaultNav,
  div.dashBoardNav .submit.defaultNav,
  div.dashBoardNav .toggle-button.defaultNav {
    position: static;
  }
  div.dashBoardNav .mobile {
    display: none;
  }
  div.dashBoardNav .mobile.inlineBlock {
    display: none;
  }
  @media only screen and (max-width: 479px) {
    div.dashBoardNav .mobile {
      display: block;
    }
    div.dashBoardNav .mobile.inlineBlock {
      display: inline-block;
    }
  }
  div.dashBoardNav .tablet {
    display: none;
  }
  div.dashBoardNav .tablet.inlineBlock {
    display: none;
  }
  @media only screen and (max-width: 990px) {
    div.dashBoardNav .tablet {
      display: block;
    }
    div.dashBoardNav .tablet.inlineBlock {
      display: inline-block;
    }
    div.dashBoardNav .tablet.desktop {
      display: block;
    }
    div.dashBoardNav .tablet.desktop.inlineBlock {
      display: inline-block;
    }
  }
  @media only screen and (max-width: 479px) {
    div.dashBoardNav .tablet {
      display: none;
    }
    div.dashBoardNav .tablet.inlineBlock {
      display: none;
    }
    div.dashBoardNav .tablet.desktop {
      display: none;
    }
    div.dashBoardNav .tablet.desktop.inlineBlock {
      display: none;
    }
    div.dashBoardNav .tablet.mobile {
      display: block;
    }
    div.dashBoardNav .tablet.mobile.inlineBlock {
      display: inline-block;
    }
  }
  div.dashBoardNav .desktop {
    display: block;
  }
  div.dashBoardNav .desktop.inlineBlock {
    display: inline-block;
  }
  @media only screen and (max-width: 990px) {
    div.dashBoardNav .desktop {
      display: none;
    }
    div.dashBoardNav .desktop.inlineBlock {
      display: none;
    }
  }
  @media only screen and (max-width: 479px) {
    div.dashBoardNav .desktop.mobile {
      display: block;
    }
    div.dashBoardNav .desktop.mobile.inlineBlock {
      display: inline-block;
    }
  }
  @media only screen and (max-width: 990px) {
    div.dashBoardNav .inner > .inner {
      padding: 13px 0 0 0 !important;
    }
    div.dashBoardNav .inner > .inner .toggle-button {
      margin-top: 0 !important;
      float: right;
      margin-right: 5px;
    }
  }
  
  /* box
  /*-------------------------------------------------------------------*/
  .box {
    position: relative;
  }
  .box.newsletter p {
  margin: 0.5em 0;
}
.box.newsletter > .inner {
  padding: 20px !important;
}
.box.background > .inner {
  padding: 30px;
}
.box.background h4 {
  color: #009640;
}
.box h3 + * {
  margin-top: 0.9em;
}
.box > .inner a {
  text-decoration: none;
}
.box > .inner a:hover {
  text-decoration: underline;
}
.box .link {
  font-family: "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
}
.box.buttonToBottom > .inner {
  padding-bottom: 40px !important;
}
.box.buttonToBottom .button {
  position: absolute;
  bottom: 0;
}
.box.buttonToBottom .button.block {
  left: 20px;
  right: 20px;
}
.box.linkToBottom > .inner {
  padding-bottom: 25px !important;
}
.box.linkToBottom .link {
  position: absolute;
  bottom: 0;
}
.box.linkToBottom .link.block {
  left: 20px;
  right: 20px;
}
.box.dropShadow {
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.15);
  }
  @media only screen and (max-width: 990px) {
    .box.margin {
          margin-bottom: 20px;
        }
        .box.margin.marginSmall {
    margin-bottom: 10px;
  }
  .box.margin.marginLarge {
  margin-bottom: 40px;
}
.box.margin:last-child {
  margin-bottom: 0;
}
}

/* input
/*-------------------------------------------------------------------*/
input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input.text:focus,
input.keywords
select:focus {
  border-color: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 479px) {
  input[type="text"],
  input[type="password"],
  input[type="search"],
  input[type="email"],
  input.text,
  input.keywords
  select {
    height: 40px;
    webkit-border-radius: 0.25em;
    border-radius: 0.25em;
  }
}

/* textarea
/*-------------------------------------------------------------------*/
textarea:focus {
  border-color: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
@media only screen and (max-width: 479px) {
  textarea {
    webkit-border-radius: 0.25em;
    border-radius: 0.25em;
  }
}

/* label
/*-------------------------------------------------------------------*/
label {
  margin-bottom: 0.2em;
  color: #002b3c;
}
label .title {
  font-size: 1.125em;
  margin-bottom: 0.2em;
}
@media only screen and (max-width: 479px) {
  label label {
    min-height: 1px;
  }
}

/* modal
/*-------------------------------------------------------------------*/
.modal .modal-header {
  padding: 0;
  border: none;
  min-height: 1px;
}
.modal .modal-header h1, .modal .modal-header h2, .modal .modal-header h3, .modal .modal-header h4 {
  float: none;
  padding: 20px;
}
.modal .modal-content {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .modal .modal-dialog {
        width: 90%;
        margin: 10px auto;
      }
    }
    
    /* border
    /*-------------------------------------------------------------------*/
    .border {
      border: 1px solid #e5e5e5;
    }
    .border.dotted {
  border: 1px dotted #7bb4c5;
}
.border > .inner {
  padding: 20px;
}
.border h3 {
  margin-bottom: 20px;
}

.icon {
  vertical-align: middle;
  display: inline-block;
}

/* Banner
/*-------------------------------------------------------------------*/
.banner {
  position: relative;
  z-index: 0;
  display: inline-block;
}
.no-touch .banner:hover .info {
  background: #302c25;
}
.banner .info {
  background: rgba(48, 44, 37, 0.75);
  color: #fff;
  padding: 15px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
  line-height: 1.125em;
}
.banner .info * {
  color: #fff;
}
.banner .info h1, .banner .info h2, .banner .info h3 {
  font-size: 1.4375em;
  font-weight: 500;
  letter-spacing: 2px;
  color: #ffa600;
}
.banner .info h4, .banner .info h5, .banner .info h6 {
  font-size: 1.0625em;
  font-weight: 300;
  letter-spacing: 2px;
}

/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* TEMPLATE
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* mainImage
/*-------------------------------------------------------------------*/
#headerImg {
  margin-top: -50px;
  width: 100%;
  display: inline-block;
}
#headerImg .headers {
  overflow: hidden;
  background-image: url("/images/3.jpg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 260px;
  background-position: center;
}
#headerImg .drieluik {
  text-align: center;
  margin-top: -180px;
  z-index: 1;
  position: relative;
}
#headerImg .drieluik .text {
  font-family: "Amatic SC";
  float: left;
  font-size: 55px;
  width: 0;
  color: #FFF;
  height: 0;
  margin-top: 33px;
  margin-left: -25px;
}
#headerImg .drieluik .item {
  float: left;
  margin-right: 30px;
}
#headerImg .drieluik .item:last-child {
  margin-right: 0;
}
#headerImg .drieluik .item .circle1 {
  margin: 0 auto;
  z-index: 10;
  position: relative;
  background: rgba(37, 180, 177, 0.8);
  height: 115px;
  width: 115px;
  text-align: center;
  line-height: 112px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#headerImg .drieluik .item .circle1 .image {
  background: url("/images/land.png") no-repeat;
  background-position: center;
  background-size: 70%;
  height: 115px;
  width: 115px;
  display: inline-block;
  vertical-align: middle;
}
#headerImg .drieluik .item .circle1:hover {
  background: rgba(149, 193, 31, 0.8);
}
#headerImg .drieluik .item .circle2 {
  margin: 0 auto;
  z-index: 10;
  position: relative;
  background: rgba(37, 180, 177, 0.8);
  height: 115px;
  width: 115px;
  text-align: center;
  line-height: 112px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#headerImg .drieluik .item .circle2 .image {
  background: url("/images/aanplanten.png") no-repeat;
  background-position: center;
  background-size: 70%;
  height: 115px;
  width: 115px;
  display: inline-block;
  vertical-align: middle;
}
#headerImg .drieluik .item .circle2:hover {
  background: rgba(149, 193, 31, 0.8);
}
#headerImg .drieluik .item .circle3 {
  margin: 0 auto;
  z-index: 10;
  position: relative;
  background: rgba(37, 180, 177, 0.8);
  height: 115px;
  width: 115px;
  text-align: center;
  line-height: 112px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#headerImg .drieluik .item .circle3 .image {
  background: url("/images/haag.png") no-repeat;
  background-position: center;
  background-size: 70%;
  height: 115px;
  width: 115px;
  display: inline-block;
  vertical-align: middle;
}
#headerImg .drieluik .item .circle3:hover {
  background: rgba(149, 193, 31, 0.8);
}
@media only screen and (max-width: 990px) {
  #headerImg {
    margin-top: 0;
  }
  #headerImg .headers {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  #headerImg .headers {
    height: 100px;
  }
}
@media only screen and (max-width: 479px) {
  #headerImg .headers {
    height: 50px;
  }
}

/* mainSlider
/*-------------------------------------------------------------------*/
#mainSlider {
  margin: 0 auto;
  font-family: "Amatic SC", "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
  display: inline-block;
  width: 100%;
  margin-top: -50px;
  min-height: 575px;
  overflow: hidden;
}
#mainSlider .drieluik {
  text-align: center;
  margin-top: -500px;
  z-index: 10;
  position: relative;
}
#mainSlider .drieluik .button {
  font-family: "Amatic SC";
  color: white;
  font-size: 42px;
  background: rgba(0, 0, 0, 0.7);
  border: white solid 1px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#mainSlider .drieluik .button:hover {
  background: rgba(116, 32, 97, 0.8);
  border: white solid 1px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: white;
}
#mainSlider .drieluik .text {
  font-family: "Amatic SC";
  float: left;
  width: 0;
  height: 0;
  margin-top: 80px;
  margin-left: -20px;
}
#mainSlider .drieluik .circle1 {
  margin: 0 auto;
  z-index: 10;
  position: relative;
  background: rgba(37, 180, 177, 0.8);
  height: 210px;
  width: 210px;
  text-align: center;
  line-height: 210px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#mainSlider .drieluik .circle1 .image {
  background: url("/images/land.png") no-repeat;
  background-position: center;
  height: 181px;
  width: 181px;
  display: inline-block;
  vertical-align: middle;
}
#mainSlider .drieluik .circle1 h3 {
  color: white;
  text-shadow: 2px 2px 11px rgba(0, 0, 10, 0.9);
}
#mainSlider .drieluik .circle1:hover {
  background: rgba(149, 193, 31, 0.8);
}
#mainSlider .drieluik .circle2 {
  margin: 0 auto;
  z-index: 10;
  position: relative;
  background: rgba(37, 180, 177, 0.8);
  height: 210px;
  width: 210px;
  text-align: center;
  line-height: 210px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#mainSlider .drieluik .circle2 .image {
  background: url("/images/aanplanten.png") no-repeat;
  background-position: center;
  height: 181px;
  width: 181px;
  display: inline-block;
  vertical-align: middle;
}
#mainSlider .drieluik .circle2 h3 {
  color: white;
  text-shadow: 2px 2px 11px rgba(0, 0, 10, 0.9);
}
#mainSlider .drieluik .circle2:hover {
  background: rgba(149, 193, 31, 0.8);
}
#mainSlider .drieluik .circle3 {
  margin: 0 auto;
  z-index: 10;
  position: relative;
  background: rgba(37, 180, 177, 0.8);
  height: 210px;
  width: 210px;
  text-align: center;
  line-height: 210px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#mainSlider .drieluik .circle3 .image {
  background: url("/images/haag.png") no-repeat;
  background-position: center;
  height: 181px;
  width: 181px;
  display: inline-block;
  vertical-align: middle;
}
#mainSlider .drieluik .circle3 h3 {
  color: white;
  text-shadow: 2px 2px 11px rgba(0, 0, 10, 0.9);
}
#mainSlider .drieluik .circle3:hover {
  background: rgba(149, 193, 31, 0.8);
}
#mainSlider .white {
  color: #fff;
}
#mainSlider h1 {
  font-weight: 700;
  font-size: 3.0625em;
  line-height: 1em;
  width: 480px;
  height: 68px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  margin-bottom: 60px;
  background: url("/public/images/img-logo-white.png") no-repeat;
}
#mainSlider h2 {
  font-size: 100px;
  line-height: 1em;
  color: white;
  font-weight: 300;
  text-shadow: 2px 2px 11px rgba(0, 0, 10, 0.9);
}
#mainSlider h3 {
  font-size: 38px;
  line-height: 1em;
  font-weight: 300;
}
#mainSlider p {
  font-size: 1.1875em;
}
#mainSlider img {
  visibility: hidden;
}
#default #mainSlider img {
  visibility: visible;
}
#mainSlider .container {
  position: static;
}
#mainSlider .container > .inner {
  padding: 60px 0;
}
#mainSlider .container > .inner.content {
  line-height: 1.875em;
}
#mainSlider .button {
  margin-top: 80px;
  min-height: 55px;
  line-height: 50px;
  padding: 0 70px;
  font-size: 1.5em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #009640;
  border-color: #fff;
  color: #fff;
}
#mainSlider .button:hover {
  background: #fff;
  border-color: #009640;
  color: #009640;
}
@media only screen and (max-width: 990px) {
  #mainSlider {
    position: relative;
    margin-top: 0;
    min-height: 575px;
  }
  #mainSlider .drieluik .text {
    float: left;
    font-size: 55px !important;
    width: 0;
    height: 0;
    margin-top: 80px;
    margin-left: -7px;
  }
  #mainSlider .container {
    position: static;
  }
  #mainSlider .container > .inner {
    padding: 40px 0 20px 0;
  }
  #mainSlider .container > .inner h1, #mainSlider .container > .inner p {
    display: none;
  }
  #mainSlider .container > .inner h2 {
    font-size: 2em;
  }
  #mainSlider .container > .inner h3 {
    font-size: 30px;
    margin: 20px 0 1em 0;
  }
  #mainSlider .container > .inner .button {
    margin: 95px 0 0 0;
  }
  #mainSlider .loader {
    background: #d0d1d1 url("/public/images/img-loader-responsive.gif") 50% 50% no-repeat;
  }
  #mainSlider h4 {
    position: static;
    width: auto;
    padding: 20px;
  }
  #mainSlider .button {
    top: auto;
    left: auto;
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #mainSlider {
    min-height: 300px;
  }
  #mainSlider .drieluik {
    margin-top: -400px;
  }
  #mainSlider .drieluik .button {
    margin: 75px 0 0 0 !important;
    font-size: 30px;
  }
  #mainSlider .drieluik .text {
    margin-top: 55px !important;
    margin-left: -5px !important;
    font-size: 40px !important;
  }
  #mainSlider .drieluik .circle1, #mainSlider .drieluik .circle2, #mainSlider .drieluik .circle3 {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
  #mainSlider .drieluik .circle1 .image, #mainSlider .drieluik .circle2 .image, #mainSlider .drieluik .circle3 .image {
    background-size: 70%;
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 479px) {
  #mainSlider {
    min-height: 300px;
  }
  #mainSlider .drieluik {
    margin-top: -340px;
  }
  #mainSlider .drieluik .text {
    display: none;
  }
  #mainSlider .drieluik .button {
    background: #742061;
    padding: 0 10px;
    min-height: none;
    margin: 20px 0 0 0 !important;
  }
  #mainSlider .drieluik .circle1, #mainSlider .drieluik .circle2, #mainSlider .drieluik .circle3 {
    width: 100%;
    border-radius: 0;
    height: auto;
    overflow: hidden;
    padding: 10px;
    float: left;
    line-height: 0;
    background: rgba(37, 180, 177, 0.6);
  }
  #mainSlider .drieluik .circle1:hover, #mainSlider .drieluik .circle2:hover, #mainSlider .drieluik .circle3:hover {
    background: rgba(149, 193, 31, 0.6);
  }
  #mainSlider .drieluik .circle1 h3, #mainSlider .drieluik .circle2 h3, #mainSlider .drieluik .circle3 h3 {
    color: white;
    float: left;
    margin-left: 8px;
    width: 150px;
    text-align: left;
  }
  #mainSlider .drieluik .circle1 .image, #mainSlider .drieluik .circle2 .image, #mainSlider .drieluik .circle3 .image {
    background-size: 100%;
    text-align: left;
    background-position: inherit;
    display: block;
    float: left;
    width: 70px;
    height: 70px;
  }
  #mainSlider .drieluik .button {
    font-size: 32px;
    line-height: 53px;
  }
}
@media only screen and (min-width: 478px) and (max-width: 550px) {
  #mainSlider .drieluik {
    margin-top: -305px;
  }
  #mainSlider .drieluik .text {
    margin-top: 35px !important;
    margin-left: -5px !important;
    font-size: 40px !important;
  }
  #mainSlider .drieluik .circle1, #mainSlider .drieluik .circle2, #mainSlider .drieluik .circle3 {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
  #mainSlider .drieluik .circle1 h3, #mainSlider .drieluik .circle2 h3, #mainSlider .drieluik .circle3 h3 {
    font-size: 20px;
  }
  #mainSlider .drieluik .circle1 .image, #mainSlider .drieluik .circle2 .image, #mainSlider .drieluik .circle3 .image {
    background-size: 70%;
    width: 100px;
    height: 100px;
  }
  #mainSlider .drieluik .button {
    font-size: 22px;
    line-height: 53px;
  }
}

/* headlinesCol
/*-------------------------------------------------------------------*/
.headlinesCol .item {
  font-size: 0.8125em;
}
.headlinesCol .item h3 {
  font-weight: 400;
  color: #009640;
  font-size: 1.38462em;
}
.headlinesCol .item h3 a {
  color: inherit;
}
.headlinesCol .item p {
  margin: 0.9em 0;
}
.headlinesCol .item .image > .cover {
  max-width: 320px;
  height: 100px;
  overflow: hidden;
  display: block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.no-touch .headlinesCol .item .image:hover {
  -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .headlinesCol .item hr {
  clear: both;
  margin-left: 10px;
  margin-right: 10px;
  border-color: #e7eeed;
}
.headlinesCol .item a {
  color: #7fba9d;
}
.headlinesCol .item:last-of-type hr {
  display: none;
}
.headlinesCol .item:last-of-type.margin {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px) {
  .headlinesCol .item .image > .cover {
          margin-bottom: 1em;
          height: 200px;
        }
      }
      
      #default h1 {
        font-family: "Amatic SC", "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
        color: #009640;
      }
      
      /* HEADER
      /*-------------------------------------------------------------------*/
      #header {
        background: #fff;
      }
      #header .slogan h1 {
        color: #009640;
        font-weight: 400;
        margin-top: 10px;
        font-size: 50px;
      }
      #header.posFixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
      }
      #header .bar {
        background: #d8eed7;
        position: relative;
      }
      #header div > .inner {
        padding: 10px 0;
      }
      #header .logo {
        position: static;
      }
      #header .logo > .inner {
        padding: 20px 0;
      }
      #header .logo img {
        vertical-align: baseline;
        width:110px;
        height:106px !important;
      }
      #header .logo img.desktop {
        display: inline-block;
      }
      #header .logo .slogan {
        font-size: 1.625em;
        line-height: 1em;
        font-weight: bold;
        padding: 0 0 0 25px;
      }
      #header .banner .box {
        border: 1px dotted #7fb7c7;
        word-wrap: break-word;
      }
      #header .banner .box > .inner {
        padding: 10px;
      }
      #header .banner .box a {
        text-decoration: none;
      }
      #header .banner .title {
        font-weight: 700;
        color: #34495e;
      }
      #header hr {
        margin: 0;
      }
      #homepage #header hr {
        display: none;
      }
      #header #searchBar {
        width: 200px;
        right: 0px;
        float: right;
        clear: both;
      }
      #header #searchBar input.keywords {
        border: 1px solid #eeeeee;
        background: #eeeeee;
        height: 35px;
        border-radius: 0px;
        font-size: 0.9em;
        padding-right: 30px;
        margin: 0;
      }
      #header #searchBar button.submit {
        position: absolute;
        top: 0;
        right: 0;
        min-height: 33px;
        width: 30px;
        padding: 0;
        text-align: center;
        border-left: none;
        border: 1px solid #eeeeee;
        background: #eeeeee;
        color: #ccc;
      }
      #header #searchBar button.submit .ui-icon {
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 1em;
        text-indent: 0;
        width: auto;
        height: auto;
        background: none;
      }
      #header #searchBar button.submit .ui-icon:before {
          content: "\f002";
        }
        #header .myaccount {
          float: right;
          font-size: 0.9em;
          margin-bottom: 10px;
          display: inline-block;
        }
        #header .myaccount span {
          margin-right: 5px;
        }
        #header #checkout .cart {
          display: block;
          color: #000;
        }
        #header #checkout .background {
          background: #d8eed7;
        }
        #header #checkout .inner {
          padding: 10px;
        }
        #header #checkout .title {
          font-weight: 700;
          color: #34495e;
        }
        #header #checkout h3 {
          font-family: "Amatic SC", "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
          font-size: 1.5em;
          color: #7a5a36;
          margin-bottom: 15px;
        }
        #header #checkout h3 .fa {
          margin-right: 8px;
        }
        #header #checkout .text {
          width: 75%;
          float: left;
          border: none;
          height: 30px;
          margin: 0 10px 0 0;
          line-height: 30px;
          color: #7a5a36;
        }
        #header #checkout .add-on {
          float: left;
          font-size: 1.375em;
        }
        #header #checkout .row {
          line-height: 30px;
        }
        #header #checkout .seperator {
          color: #5ca3b7;
        }
        #header #checkout .button {
          margin-top: 10px;
          min-height: 30px;
          line-height: 30px;
          display: block;
          font-size: 1em;
          border: none;
          color: #fff;
          background-color: #9bd99d;
          background: -moz-linear-gradient(top, #9bd99d 0%, #22aa25 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9bd99d), color-stop(100%, #22aa25));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, #9bd99d 0%, #22aa25 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, #9bd99d 0%, #22aa25 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, #9bd99d 0%, #22aa25 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, #9bd99d 0%, #22aa25 100%);
          /* W3C */
        }
        #header #checkout .button:hover {
          background-color: #76cb79;
          background: -moz-linear-gradient(top, #76cb79 0%, #19801c 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76cb79), color-stop(100%, #19801c));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, #76cb79 0%, #19801c 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, #76cb79 0%, #19801c 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, #76cb79 0%, #19801c 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, #76cb79 0%, #19801c 100%);
          /* W3C */
        }
        #header #topNav > .inner {
          padding: 10px 0;
        }
        @media only screen and (max-width: 990px) {
          #header .slogan > .inner {
            padding: 0px;
          }
          #header .slogan > .inner h1 {
            font-size: 45px;
            margin-top: 20px;
            margin-left: 15px;
          }
          #header .logo img {
            position: static;
          }
          #header .logo img.mobile {
            max-width: 80%;
          }
          #header .logo .slogan {
            display: block;
            padding: 20px 0 0 0;
          }
          #header #topNav ul > li {
            margin-bottom: 5px;
          }
          #header #searchBar {
            position: relative;
            right: 0;
            width: 180px;
            margin-top: 10px;
            display: inline-block;
          }
          #header hr {
            display: none;
          }
        }
        @media only screen and (max-width: 767px) {
          #header .slogan h1 {
            font-size: 30px !important;
            margin-top: -86px !important;
            margin-left: 15px !important;
          }
        }
        @media only screen and (max-width: 479px) {
          #header #searchBar {
            position: absolute;
            top: -60px;
            z-index: 10;
            width: 185px;
            left: 45px;
          }
          #header .slogan {
            text-align: center;
          }
          #header .slogan h1 {
            font-size: 30px !important;
            margin-left: 0 !important;
            margin-top: 15px !important;
          }
          #header div > .inner {
            padding: 0 0 20px 0;
            padding: 0;
          }
          #header .slogan {
            padding: 0 20px 20px 20px;
          }
          #header .logo {
            position: static;
            text-align: center;
          }
          #header .logo > .inner {
            padding: 0;
          }
          #header .logo img {
            max-width: 90%;
          }
          #header .logo img.desktop {
            display: none;
          }
          #header .logo img.mobile {
            display: inline-block;
          }
        }
        @media only screen and (min-width: 478px) and (max-width: 550px) {
          #header .slogan h1 {
            font-size: 26px !important;
          }
        }
        
        /* DEFAULTNAV - BAR
        /*-------------------------------------------------------------------*/
        #defaultNavBar {
          background: rgba(255, 255, 255, 0.85);
          z-index: 10;
          position: relative;
        }
        #defaultNavBar .container {
          background: transparent;
        }
        #defaultNavBar .navigation {
          float: left;
        }
        #defaultNavBar .navigation > .inner {
          padding: 0;
        }
        @media only screen and (max-width: 990px) {
          #defaultNavBar {
            position: relative;
            z-index: 1;
            top: 0;
            width: 100%;
          }
          #defaultNavBar .navigation {
            display: none;
          }
          #defaultNavBar .navigation > .inner {
            padding: 0;
          }
        }
        @media only screen and (max-width: 479px) {
          #defaultNavBar {
            z-index: 1;
            top: 0;
            left: 0;
            right: 0;
            background: transparent;
          }
          #defaultNavBar .container {
            background: transparent;
          }
          .defaultNavFixed #defaultNavBar .navigation {
          position: fixed;
          top: 60px;
          left: 0;
          right: 0;
          height: 1px;
          z-index: 100;
        }
        .defaultNavFixed #defaultNavBar .navigation .container {
      padding: 0;
    }
    #defaultNavBar .navigation:after {
        content: "";
        display: block;
        webkit-box-shadow: 0 0 6px #000000;
        -moz-box-shadow: 0 0 6px #000000;
        box-shadow: 0 0 6px #000000;
        border-bottom: 1px solid #fff;
      }
  }
  
  /* TOPNAV
  /*-------------------------------------------------------------------*/
  #topNav {
    font-family: "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
    font-size: 0.875em;
  }
  #topNav ul li.home.withIcon a > .inner {
    padding: 0 12px;
  }
  #topNav ul li.home.withIcon .fa {
    display: inline-block !important;
    float: none;
    vertical-align: middle;
    font-size: 1.2em;
    color: inherit;
    margin: 0;
  }
  #topNav ul li.home.withIcon .fa:before {
    content: "\f015";
  }
  #topNav ul li.home.withIcon .title {
    display: none;
  }
  #topNav ul li a {
    border-color: #fff;
    color: #009640;
  }
  #topNav ul li a:hover {
    color: black;
  }
  #topNav ul li a:hover:after {
    color: inherit;
  }
  #topNav ul li.selected a {
    color: black;
  }
  #topNav ul li.selected a:after {
    color: inherit;
  }
  @media only screen and (max-width: 479px) {
    #topNav ul > li {
      margin-bottom: 5px;
    }
  }
  
  /* DEFAULTLOGO
  /*-------------------------------------------------------------------*/
  #defaultLogo {
    float: left;
    margin-right: 15px;
    max-width: 180px;
  }
  #defaultLogo > .inner {
    padding: 15px 0 0 0;
  }
  #homepage #defaultLogo {
    display: none;
  }
  @media only screen and (max-width: 990px) {
    #defaultLogo {
      display: none;
    }
  }
  @media (min-width: 1100px) {
  #defaultLogo {
    max-width: 220px;
  }
}

/* FEATURENAV
/*-------------------------------------------------------------------*/
#featureNav {
  float: right;
  width: 360px;
}
#featureNav > .inner {
  padding: 15px 0 0 0;
}
#featureNav .button {
  margin-bottom: 0 !important;
}
#featureNav #profile {
  float: left;
}
#featureNav #profile .button {
  min-height: 28px;
  line-height: 28px;
}
#featureNav #searchBar {
  float: right;
  position: relative;
}
#featureNav #searchBar input.keywords {
  font-family: "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
  border: 1px solid #85071b;
  background: #85071b;
  color: #fff;
  height: 30px;
  font-size: 0.9em;
  padding-right: 30px;
  margin: 0;
  /* Placeholder color and vertical align */
}
#featureNav #searchBar input.keywords::-moz-placeholder {
  color: #e5ecef;
  opacity: 1;
  line-height: normal;
}
#featureNav #searchBar input.keywords:-ms-input-placeholder {
  color: #e5ecef;
  line-height: normal;
}
#featureNav #searchBar input.keywords::-webkit-input-placeholder {
  color: #e5ecef;
  line-height: normal;
}
#featureNav #searchBar button.submit {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 30px;
  width: 30px;
  padding: 0;
  text-align: center;
  border: none;
  background: #85071b;
  color: #fff;
}
#featureNav #searchBar button.submit .ui-icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
}
#featureNav #searchBar button.submit .ui-icon:before {
  content: "\f002";
}
@media only screen and (max-width: 990px) {
  #featureNav {
    background: #009640;
    width: 100%;
    float: none;
  }
  #featureNav > .inner {
    padding: 15px;
  }
}
@media only screen and (max-width: 479px) {
  #featureNav {
    background: #fff;
    text-align: center;
  }
  #featureNav > .inner {
    padding: 0;
  }
  #featureNav .button {
    min-height: 40px !important;
    line-height: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
  }
  #featureNav .button:hover {
    background: #85071b;
  }
  #featureNav #profile {
    float: none;
    display: inline-block;
  }
  #featureNav #profile .button:after {
    content: "\f007";
  }
  #featureNav #searchBar {
    float: none;
    display: inline-block;
    margin-left: 10px;
  }
}

/* MAINNAV
/*-------------------------------------------------------------------*/
#mainNav {
  color: #484848;
  background: transparent;
  margin: 0;
}
#mainNav .dropdownExist div.arrow {
  top: auto;
  bottom: -10px;
  display: none;
}
#mainNav ul {
  margin: 0;
}
#mainNav ul > li.mainItem {
  margin-bottom: 0px;
  position: relative;
  float: left;
}
.alignRight #mainNav ul > li.mainItem, .alignCenter #mainNav ul > li.mainItem {
  display: inline-block;
  float: none;
}
#mainNav ul > li.mainItem.home a > .inner {
  padding: 0 12px;
}
#mainNav ul > li.mainItem.home a > .inner > .fa {
  display: inline-block;
  float: none;
  vertical-align: middle;
  font-size: 1.2em;
  color: #484848;
  margin: 0 10px 0 0;
}
#mainNav ul > li.mainItem.home a > .inner > .fa:before {
  content: "\f015";
}
.seperator #mainNav ul > li.mainItem {
  float: none;
}
.seperator #mainNav ul > li.mainItem:first-child a {
  border-left: 1px solid #fff;
}
.seperator #mainNav ul > li.mainItem a {
  border-right: 1px solid #fff;
}
#mainNav ul > li.mainItem > a {
  font-family: "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  color: #484848;
  background: transparent;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
#mainNav ul > li.mainItem > a .fa {
  color: #fff;
  margin-left: 10px;
  display: none;
}
#mainNav ul > li.mainItem > a > .inner {
  padding: 0 8px;
  letter-spacing: 0;
}
#mainNav ul > li.mainItem i {
  float: right;
  font-size: 1em;
}
#mainNav ul > li.mainItem:last-child {
  margin-right: 0;
}
#mainNav ul > li.mainItem.last ul {
  right: 0;
}
#mainNav ul > li.mainItem ul {
  background: rgba(255, 255, 255, 0.85);
  left: auto;
  margin: 0;
  padding: 15px 15px 8px 15px;
  min-width: 200px;
  text-align: left;
}
#mainNav ul > li.mainItem ul ul.column {
  float: left;
  width: 48%;
  min-width: 1px;
  margin: 0;
  padding: 0;
  border: none;
}
#mainNav ul > li.mainItem ul ul.column.alt {
  margin-left: 2%;
}
#mainNav ul > li.mainItem ul > li.subItem {
  padding: 0;
  margin: 0;
  float: none !important;
  display: block;
}
#mainNav ul > li.mainItem ul > li.subItem.last, #mainNav ul > li.mainItem ul > li.subItem:last-child {
  padding: 0;
  margin: 0;
}
#mainNav ul > li.mainItem ul > li.subItem a {
  font-family: "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: none;
  text-transform: none;
  border: 0 !important;
  padding: 4px 0;
  text-shadow: none;
  display: block;
  color: #25b4b1;
  background: inherit;
}
#mainNav ul > li.mainItem ul > li.subItem a .fa {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  float: none;
  color: inherit;
  font-size: 1em;
  margin-left: 5px;
  display: inline-block;
  float: right;
}
#mainNav ul > li.mainItem ul ul {
  margin: 0;
  padding: 0;
}
#mainNav ul > li.mainItem:hover > a, #mainNav ul > li.mainItem.hover > a, #mainNav ul > li.mainItem.selected > a, #mainNav ul > li.mainItem.active > a {
  border-bottom: 4px solid #25b4b1;
  color: #484848;
  background: #fff;
}
#mainNav ul > li.mainItem:hover > a .fa, #mainNav ul > li.mainItem.hover > a .fa, #mainNav ul > li.mainItem.selected > a .fa, #mainNav ul > li.mainItem.active > a .fa {
  color: inherit;
}
#mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
  color: #484848;
  background: inherit;
  text-decoration: underline;
}
#mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
  color: inherit;
}
@media only screen and (max-width: 990px) {
  #mainNav {
    font-size: 16px;
    color: #484848;
    margin: 0;
  }
  #mainNav ul {
    margin: 0;
    background: #25b4b1;
  }
  #mainNav ul > li.mainItem {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #mainNav ul > li.mainItem.home > a > .inner .fa {
    margin: 0 0.4em 0 0;
    padding: 0;
    font-size: 1.2em;
    color: inherit;
  }
  #mainNav ul > li.mainItem.home .title {
    display: inline-block;
  }
  #mainNav ul > li.mainItem.home > a > .inner {
    padding: 15px;
  }
  #mainNav ul > li.mainItem > a {
    color: #fff;
    background: #25b4b1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.125em;
    margin: 0;
    padding: 0;
    display: block;
    border: 0 !important;
    height: auto;
    line-height: 1em;
  }
  #mainNav ul > li.mainItem > a > .inner {
    padding: 15px;
  }
  #mainNav ul > li.mainItem > a .fa {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    padding: 15px;
    margin: -15px;
    margin-left: 15px;
  }
  #mainNav ul > li.mainItem ul {
    display: none;
    position: static;
    background: #25b4b1;
    width: auto;
    padding: 15px;
    border-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #mainNav ul > li.mainItem ul:before {
    display: none;
  }
  #mainNav ul > li.mainItem ul > li.subItem {
    padding: 5px 0 !important;
    border: 0 !important;
  }
  #mainNav ul > li.mainItem ul > li.subItem > a {
    font-size: 1em;
    color: #fff;
    height: auto;
    line-height: 1;
    background: inherit;
    padding: 0;
    white-space: normal;
  }
  #mainNav ul > li.mainItem ul > li.subItem > a .fa {
    display: inline-block;
    float: right;
  }
  #mainNav ul > li.mainItem ul ul {
    border: none;
    padding: 0;
  }
  #mainNav ul > li.mainItem:hover > a, #mainNav ul > li.mainItem.hover > a, #mainNav ul > li.mainItem.selected > a, #mainNav ul > li.mainItem.active > a {
    color: #fff;
    background: #95c11f;
  }
  #mainNav ul > li.mainItem:hover > a .fa, #mainNav ul > li.mainItem.hover > a .fa, #mainNav ul > li.mainItem.selected > a .fa, #mainNav ul > li.mainItem.active > a .fa {
    color: inherit;
  }
  #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
    color: #484848;
    text-decoration: none;
  }
  #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
    color: inherit;
  }
}
@media only screen and (max-width: 479px) {
  #mainNav {
    background: #fff;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
  }
  #mainNav > ul > li.mainItem ul.column {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
  }
  #mainNav > ul > li.mainItem ul.alt {
    margin: 0;
  }
}
@media only screen and (min-width: 991px) {
  #mainNav ul > li.mainItem.home a > .inner .fa {
    display: none;
  }
  #homepage #mainNav ul > li.mainItem.home {
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  #mainNav ul > li.mainItem > a {
    letter-spacing: 0;
    font-size: 1.1em;
  }
  #mainNav ul > li.mainItem > a > .inner {
    padding: 0 12px;
  }
}

/* LEFTNAV & RIGHTNAV
/*-------------------------------------------------------------------*/
#leftNav,
#rightNav,
#shopNav {
  margin-top: -130px;
  background: #25b4b1;
}
#leftNav.visible,
#rightNav.visible,
#shopNav.visible {
  display: block !important;
}
@media (min-width: 767px) {
#leftNav,
#rightNav,
#shopNav {
  display: block !important;
}
}
#leftNav h2, #leftNav h3, #leftNav h4,
#rightNav h2,
#rightNav h3,
#rightNav h4,
#shopNav h2,
#shopNav h3,
#shopNav h4 {
  margin-bottom: 20px;
}
#leftNav > .inner,
#rightNav > .inner,
#shopNav > .inner {
  padding: 0;
}
#leftNav > ul,
#leftNav > .inner > ul,
#rightNav > ul,
#rightNav > .inner > ul,
#shopNav > ul,
#shopNav > .inner > ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
#leftNav > ul > li,
#leftNav > .inner > ul > li,
#rightNav > ul > li,
#rightNav > .inner > ul > li,
#shopNav > ul > li,
#shopNav > .inner > ul > li {
  padding: 0px;
  font-size: 1.25em;
  line-height: 1em;
}
#leftNav > ul > li .fa,
#leftNav > .inner > ul > li .fa,
#rightNav > ul > li .fa,
#rightNav > .inner > ul > li .fa,
#shopNav > ul > li .fa,
#shopNav > .inner > ul > li .fa {
  display: inline-block;
  font-size: 20px;
}
#leftNav > ul > li ul,
#leftNav > .inner > ul > li ul,
#rightNav > ul > li ul,
#rightNav > .inner > ul > li ul,
#shopNav > ul > li ul,
#shopNav > .inner > ul > li ul {
  padding: 0;
  display: none;
}
#leftNav > ul > li ul > li,
#leftNav > .inner > ul > li ul > li,
#rightNav > ul > li ul > li,
#rightNav > .inner > ul > li ul > li,
#shopNav > ul > li ul > li,
#shopNav > .inner > ul > li ul > li {
  margin: 0;
  padding: 4px 0;
  font-size: 0.85em;
  line-height: 1em;
}
#leftNav > ul > li ul > li .fa,
#leftNav > .inner > ul > li ul > li .fa,
#rightNav > ul > li ul > li .fa,
#rightNav > .inner > ul > li ul > li .fa,
#shopNav > ul > li ul > li .fa,
#shopNav > .inner > ul > li ul > li .fa {
  display: none;
}
#leftNav > ul > li a,
#leftNav > .inner > ul > li a,
#rightNav > ul > li a,
#rightNav > .inner > ul > li a,
#shopNav > ul > li a,
#shopNav > .inner > ul > li a {
  font-weight: 300;
  background: inherit;
  color: #fff;
  padding: 12px 20px;
  display: block;
}
#leftNav > ul > li a.selected, #leftNav > ul > li a.selected:hover, #leftNav > ul > li a:hover,
#leftNav > .inner > ul > li a.selected,
#leftNav > .inner > ul > li a.selected:hover,
#leftNav > .inner > ul > li a:hover,
#rightNav > ul > li a.selected,
#rightNav > ul > li a.selected:hover,
#rightNav > ul > li a:hover,
#rightNav > .inner > ul > li a.selected,
#rightNav > .inner > ul > li a.selected:hover,
#rightNav > .inner > ul > li a:hover,
#shopNav > ul > li a.selected,
#shopNav > ul > li a.selected:hover,
#shopNav > ul > li a:hover,
#shopNav > .inner > ul > li a.selected,
#shopNav > .inner > ul > li a.selected:hover,
#shopNav > .inner > ul > li a:hover {
  background: #009a93;
  color: white;
}
#leftNav > ul > li.selected,
#leftNav > .inner > ul > li.selected,
#rightNav > ul > li.selected,
#rightNav > .inner > ul > li.selected,
#shopNav > ul > li.selected,
#shopNav > .inner > ul > li.selected {
  background: #009a93;
  margin-bottom: 1px;
}
#leftNav > ul > li.selected a,
#leftNav > .inner > ul > li.selected a,
#rightNav > ul > li.selected a,
#rightNav > .inner > ul > li.selected a,
#shopNav > ul > li.selected a,
#shopNav > .inner > ul > li.selected a {
  font-weight: 300;
  background: inherit;
  color: white;
}
#leftNav > ul > li.selected ul,
#leftNav > .inner > ul > li.selected ul,
#rightNav > ul > li.selected ul,
#rightNav > .inner > ul > li.selected ul,
#shopNav > ul > li.selected ul,
#shopNav > .inner > ul > li.selected ul {
  background: #009a93;
  width: 100%;
  display: inline-block;
  padding: 0 12px 12px 40px;
}
#leftNav > ul > li.selected ul > li a,
#leftNav > .inner > ul > li.selected ul > li a,
#rightNav > ul > li.selected ul > li a,
#rightNav > .inner > ul > li.selected ul > li a,
#shopNav > ul > li.selected ul > li a,
#shopNav > .inner > ul > li.selected ul > li a {
  padding: 0;
  background: inherit;
  color: white;
  font-weight: 300;
  display: inline-block;
}
#leftNav > ul > li.selected ul > li.selected a,
#leftNav > .inner > ul > li.selected ul > li.selected a,
#rightNav > ul > li.selected ul > li.selected a,
#rightNav > .inner > ul > li.selected ul > li.selected a,
#shopNav > ul > li.selected ul > li.selected a,
#shopNav > .inner > ul > li.selected ul > li.selected a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #leftNav,
  #rightNav,
  #shopNav {
    margin-top: 0;
  }
  #leftNav .inner ul li a,
  #rightNav .inner ul li a,
  #shopNav .inner ul li a {
    font-size: 16px;
  }
  #leftNav .inner ul li a .fa,
  #rightNav .inner ul li a .fa,
  #shopNav .inner ul li a .fa {
    font-size: 16px;
  }
  #leftNav .inner ul li ul,
  #rightNav .inner ul li ul,
  #shopNav .inner ul li ul {
    padding: 0 12px 12px 28px !important;
  }
  #leftNav .inner ul li ul li a,
  #rightNav .inner ul li ul li a,
  #shopNav .inner ul li ul li a {
    font-size: 13px;
  }
}

/* TABLET MAINNAV
/*-------------------------------------------------------------------*/
@media only screen and (max-width: 990px) {
  #tabletMainNav #mainNav {
    color: #484848;
    background: transparent;
    margin: 0;
  }
  #tabletMainNav #mainNav .dropdownExist div.arrow {
    top: auto;
    bottom: -10px;
    display: none;
  }
  #tabletMainNav #mainNav ul {
    margin: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem {
    margin-bottom: 0px;
    position: relative;
    float: left;
  }
  .alignRight #tabletMainNav #mainNav ul > li.mainItem, .alignCenter #tabletMainNav #mainNav ul > li.mainItem {
  display: inline-block;
  float: none;
}
#tabletMainNav #mainNav ul > li.mainItem.home a > .inner {
  padding: 0 12px;
}
#tabletMainNav #mainNav ul > li.mainItem.home a > .inner > .fa {
  display: inline-block;
  float: none;
  vertical-align: middle;
  font-size: 1.2em;
  color: #484848;
  margin: 0 10px 0 0;
}
#tabletMainNav #mainNav ul > li.mainItem.home a > .inner > .fa:before {
  content: "\f015";
}
.seperator #tabletMainNav #mainNav ul > li.mainItem {
  float: none;
}
.seperator #tabletMainNav #mainNav ul > li.mainItem:first-child a {
  border-left: 1px solid #fff;
}
.seperator #tabletMainNav #mainNav ul > li.mainItem a {
  border-right: 1px solid #fff;
}
#tabletMainNav #mainNav ul > li.mainItem > a {
  font-family: "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  color: #484848;
  background: transparent;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  z-index: 1;
}
#tabletMainNav #mainNav ul > li.mainItem > a .fa {
  color: #fff;
  margin-left: 10px;
  display: none;
}
#tabletMainNav #mainNav ul > li.mainItem > a > .inner {
  padding: 0 12px;
  letter-spacing: 0;
}
#tabletMainNav #mainNav ul > li.mainItem i {
  float: right;
  font-size: 1em;
}
#tabletMainNav #mainNav ul > li.mainItem:last-child {
  margin-right: 0;
}
#tabletMainNav #mainNav ul > li.mainItem.last ul {
  right: 0;
}
#tabletMainNav #mainNav ul > li.mainItem ul {
  background: rgba(255, 255, 255, 0.85);
  left: auto;
  margin: 0;
  padding: 15px 15px 8px 15px;
  min-width: 200px;
  text-align: left;
}
#tabletMainNav #mainNav ul > li.mainItem ul ul.column {
  float: left;
  width: 48%;
  min-width: 1px;
  margin: 0;
  padding: 0;
  border: none;
}
#tabletMainNav #mainNav ul > li.mainItem ul ul.column.alt {
  margin-left: 2%;
}
#tabletMainNav #mainNav ul > li.mainItem ul > li.subItem {
  padding: 0;
  margin: 0;
  float: none !important;
  display: block;
}
#tabletMainNav #mainNav ul > li.mainItem ul > li.subItem.last, #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem:last-child {
  padding: 0;
  margin: 0;
}
#tabletMainNav #mainNav ul > li.mainItem ul > li.subItem a {
  font-family: "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: none;
  text-transform: none;
  border: 0 !important;
  padding: 4px 0;
  text-shadow: none;
  display: block;
  color: #25b4b1;
  background: inherit;
}
#tabletMainNav #mainNav ul > li.mainItem ul > li.subItem a .fa {
  display: inline-block;
  /* For IE 7 */
  zoom: 1;
  *display: inline;
  float: none;
  color: inherit;
  font-size: 1em;
  margin-left: 5px;
  display: inline-block;
  float: right;
}
#tabletMainNav #mainNav ul > li.mainItem ul ul {
  margin: 0;
  padding: 0;
}
#tabletMainNav #mainNav ul > li.mainItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active > a {
  border-bottom: 4px solid #25b4b1;
  color: #484848;
  background: #fff;
}
#tabletMainNav #mainNav ul > li.mainItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active > a .fa {
  color: inherit;
}
#tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
  color: #484848;
  background: inherit;
  text-decoration: underline;
}
#tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
  color: inherit;
}
}
@media only screen and (max-width: 990px) and (max-width: 990px) {
  #tabletMainNav #mainNav {
    font-size: 16px;
    color: #484848;
    margin: 0;
  }
  #tabletMainNav #mainNav ul {
    margin: 0;
    background: #25b4b1;
  }
  #tabletMainNav #mainNav ul > li.mainItem {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto !important;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  #tabletMainNav #mainNav ul > li.mainItem.home > a > .inner .fa {
    margin: 0 0.4em 0 0;
    padding: 0;
    font-size: 1.2em;
    color: inherit;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home .title {
    display: inline-block;
  }
  #tabletMainNav #mainNav ul > li.mainItem.home > a > .inner {
    padding: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a {
    color: #fff;
    background: #25b4b1;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 1.125em;
    margin: 0;
    padding: 0;
    display: block;
    border: 0 !important;
    height: auto;
    line-height: 1em;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a > .inner {
    padding: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a .fa {
    display: inline-block;
    font-size: 1em;
    color: #fff;
    padding: 15px;
    margin: -15px;
    margin-left: 15px;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul {
    display: none;
    position: static;
    background: #25b4b1;
    width: auto;
    padding: 15px;
    border-bottom: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul:before {
    display: none;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem {
    padding: 5px 0 !important;
    border: 0 !important;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem > a {
    font-size: 1em;
    color: #fff;
    height: auto;
    line-height: 1;
    background: inherit;
    padding: 0;
    white-space: normal;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul > li.subItem > a .fa {
    display: inline-block;
    float: right;
  }
  #tabletMainNav #mainNav ul > li.mainItem ul ul {
    border: none;
    padding: 0;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active > a {
    color: #fff;
    background: #95c11f;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active > a .fa {
    color: inherit;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a {
    color: #484848;
    text-decoration: none;
  }
  #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem:hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.hover ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.selected ul > li.subItem.selected:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem:hover > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected > a .fa, #tabletMainNav #mainNav ul > li.mainItem.active ul > li.subItem.selected:hover > a .fa {
    color: inherit;
  }
}
@media only screen and (max-width: 990px) and (max-width: 479px) {
  #tabletMainNav #mainNav {
    background: #fff;
    border-top: 0;
    border-bottom: 0;
    margin: 0;
  }
  #tabletMainNav #mainNav > ul > li.mainItem ul.column {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
  }
  #tabletMainNav #mainNav > ul > li.mainItem ul.alt {
    margin: 0;
  }
}
@media only screen and (max-width: 990px) and (min-width: 991px) {
  #tabletMainNav #mainNav ul > li.mainItem.home a > .inner .fa {
    display: none;
  }
  #homepage #tabletMainNav #mainNav ul > li.mainItem.home {
    display: inline-block;
  }
}
@media only screen and (max-width: 990px) and (min-width: 1200px) {
  #tabletMainNav #mainNav ul > li.mainItem > a {
    letter-spacing: 0;
    font-size: 1.1em;
  }
  #tabletMainNav #mainNav ul > li.mainItem > a > .inner {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 990px) {
  #tabletMainNav .bgMainNav {
    background: #25b4b1;
  }
  #tabletMainNav .bgMainNav .logo {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  #tabletMainNav div.closeMainNav {
    font-family: "Amatic SC", "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
    font-size: 1.125em;
    text-transform: uppercase;
  }
  #tabletMainNav div.closeMainNav a {
    height: 60px;
    line-height: 60px;
  }
}
/* BREADCRUMBS
/*-------------------------------------------------------------------*/
#breadcrumbs {
  font-family: "Roboto Condensed", "Noto Serif", "Arial", sans-serif;
  font-size: 0.8125em;
  border: none;
  margin: 0;
  line-height: 1em;
}
#breadcrumbs > .inner {
  padding: 0 0 20px 0 !important;
}
#breadcrumbs .container > .inner {
  padding: 20px 0 0 0;
}
#breadcrumbs a {
  color: #25b4b1;
}
#breadcrumbs a:hover {
  color: #484848;
  text-decoration: none;
}
#breadcrumbs span.title {
  color: #34495e;
  margin-right: 12px;
  display: none;
}
#breadcrumbs span.seperator {
  position: relative;
  color: transparent;
}
#breadcrumbs span.seperator:after {
  color: #c2c5c7;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  margin-left: 7px;
  margin-right: 7px;
  visibility: visible;
  left: 0;
  right: 0;
  top: 1px;
  position: absolute;
}
@media only screen and (max-width: 479px) {
  #breadcrumbs.alignRight {
    text-align: left;
  }
}

/* MAIN
/*-------------------------------------------------------------------*/
#main {
  z-index: 0;
  color: #676d71;
}
#main .contentCol .inner {
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 990px) {
  #main #vierluik .box .buttonArticle .price {
    border: none;
    line-height: 50px;
  }
  #main #vierluik .box .buttonArticle .info {
    font-size: 13px !important;
    text-align: left;
    margin-left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  #main #vierluik .box .buttonArticle {
    text-align: center;
  }
  #main #vierluik .box .buttonArticle .price {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 50px;
  }
  #main #vierluik .box .buttonArticle .info {
    font-size: 13px !important;
    text-align: center;
    margin-left: 0px;
    float: none;
  }
}
@media only screen and (max-width: 479px) {
  #main {
    position: relative;
  }
  #main .buttonArticle {
    text-align: left;
  }
  #main .buttonArticle .info {
    text-align: left;
  }
  #main h1 {
    font-size: 45px;
  }
}

#tweeluik .container > .inner {
  padding: 60px 0;
}

#howTo {
  background: url("/images/howto.jpg");
}
#howTo .drieluik {
  text-align: left;
  padding: 40px 0;
}
#howTo .drieluik .item {
  padding: 10px 0;
}
#howTo .drieluik .item:hover {
  cursor: pointer;
}
#howTo .drieluik .item:hover .circle1, #howTo .drieluik .item:hover .circle2, #howTo .drieluik .item:hover .circle3 {
  background: #25b4b1;
}
#howTo .drieluik h2 {
  font-family: "Amatic SC" !important;
  float: left;
  color: white;
  font-size: 75px;
  line-height: 115px;
  margin-left: 8px;
}
#howTo .drieluik .text {
  color: white;
  vertical-align: middle;
  margin-top: 42px;
  font-size: 20px;
}
#howTo .drieluik .text p {
  line-height: auto !important;
}
#howTo .drieluik .circle1 {
  z-index: 10;
  float: left;
  position: relative;
  background: #009640;
  height: 115px;
  width: 115px;
  text-align: center;
  line-height: 112px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#howTo .drieluik .circle1 h3 {
  color: transparent;
}
#howTo .drieluik .circle1 .image {
  background: url("/images/land.png") no-repeat;
  background-size: 90px;
  background-position: center;
  height: 115px;
  width: 115px;
  display: inline-block;
  vertical-align: middle;
}
#howTo .drieluik .circle1:hover {
  background: #25b4b1;
}
#howTo .drieluik .circle2 {
  float: left;
  z-index: 10;
  position: relative;
  background: #009640;
  height: 115px;
  width: 115px;
  text-align: center;
  line-height: 112px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#howTo .drieluik .circle2 h3 {
  color: transparent;
}
#howTo .drieluik .circle2 .image {
  background: url("/images/aanplanten.png") no-repeat;
  background-size: 90px;
  background-position: center;
  height: 115px;
  width: 115px;
  display: inline-block;
  vertical-align: middle;
}
#howTo .drieluik .circle2:hover {
  background: #25b4b1;
}
#howTo .drieluik .circle3 {
  float: left;
  z-index: 10;
  position: relative;
  background: #009640;
  height: 115px;
  width: 115px;
  text-align: center;
  line-height: 112px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#howTo .drieluik .circle3 h3 {
  color: transparent;
}
#howTo .drieluik .circle3 .image {
  background: url("/images/haag.png") no-repeat;
  background-size: 90px;
  background-position: center;
  height: 115px;
  width: 115px;
  display: inline-block;
  vertical-align: middle;
}
#howTo .drieluik .circle3:hover {
  background: #25b4b1;
}
@media only screen and (max-width: 990px) {
  #howTo .drieluik .text {
    margin-top: 20px;
  }
  #howTo .drieluik h2 {
    float: left;
    color: white;
    font-size: 75px;
    line-height: 115px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #howTo .drieluik .text {
    margin-top: 0;
  }
  #howTo .drieluik h2 {
    float: left;
    color: white;
    font-size: 75px;
    line-height: 115px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 479px) {
  #howTo {
    text-align: center;
    background-size: cover;
  }
  #howTo .drieluik {
    text-align: center;
  }
  #howTo .drieluik .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  #howTo .drieluik .item .circle1, #howTo .drieluik .item .circle2, #howTo .drieluik .item .circle3 {
    float: none;
    margin: 0 auto;
  }
  #howTo .drieluik .item h2 {
    float: none;
    font-size: 40px;
    margin: 0 auto;
    line-height: 60px;
  }
  #howTo .drieluik .item:last-child {
    border-bottom: 0;
  }
}

#vierluik {
  position: relative;
  z-index: 1;
}
#vierluik .populair {
  background: url("/images/label.png");
  width: 146px;
  height: 146px;
  z-index: 10;
  position: absolute;
  top: 0px;
  right: 0px;
}
#vierluik .box {
  text-align: center;
}
#vierluik .box:hover .buttonArticle {
  background: #25b4b1;
}
#vierluik .box:hover h2 {
  color: #25b4b1;
}
#vierluik .box:hover .image img {
  opacity: 0.8;
}
#vierluik .box h2 {
  font-family: "Roboto Condensed";
  font-weight: 400;
  color: #009640;
  display: inline-block;
}
#vierluik .box h3 {
  font-family: "Roboto Condensed";
  font-weight: 300;
  font-size: 20px;
  color: #ccc;
  display: inline-block;
}
#vierluik .box .buttonArticle {
  line-height: 18px;
  padding: 5px;
  background: #009640;
  color: white;
  margin: 0;
  text-align: left;
  display: block;
}
#vierluik .box .buttonArticle:hover {
  background: #25b4b1;
}
#vierluik .box .buttonArticle .price {
  font-family: "Amatic SC";
  font-size: 28px;
  vertical-align: middle;
  line-height: 50px;
}
#vierluik .box .buttonArticle .info {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  padding-top: 7px;
  display: inline-block;
}
#vierluik .container > .inner {
  padding: 60px 0 40px 0;
}
@media only screen and (max-width: 990px) {
  #vierluik .box .buttonArticle .info {
    font-size: 16px !important;
    font-weight: 300;
    text-align: center;
  }
  #vierluik .box .buttonArticle .price {
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  #vierluik .container > .inner {
    padding: 40px 0 20px 0;
  }
}
@media only screen and (max-width: 479px) {
  #vierluik .box .buttonArticle .info {
    font-size: 16px !important;
    font-weight: 300;
    width: 60%;
    position: absolute;
    float: left;
    text-align: left;
    top: -47px;
    right: 10px;
  }
  #vierluik .box .buttonArticle .price {
    line-height: 44px;
    width: 30%;
    text-align: left;
    float: left;
    margin-left: 10px;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #vierluik .box .buttonArticle {
    line-height: 12px;
  }
  #vierluik .box .buttonArticle .info {
    font-size: 13px !important;
    font-weight: 300;
    margin-left: -10px;
  }
}

#drieluik {
  position: relative;
  z-index: 1;
}
#drieluik .box p {
  margin: 0 0 1em 0;
}
#drieluik .box h2 + *, #drieluik .box .subTitle + * {
  margin-top: 1em;
}
#drieluik .container > .inner {
  padding: 60px 0 40px 0;
}
#drieluik .button {
  font-weight: bold;
}
@media only screen and (max-width: 990px) {
  #drieluik .box.buttonToBottom .button {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0;
    padding: 0 10px;
    text-align: left;
  }
  #drieluik .box.buttonToBottom .button:after {
    float: right;
  }
  #drieluik .container > .inner {
    padding: 40px 0 20px 0;
  }
}

/* CONTENT
/*-------------------------------------------------------------------*/
#content {
  position: relative;
  z-index: 1;
}
#content > .background {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
#content .container {
  position: relative;
  z-index: 1;
}
#content .container > .inner {
  padding: 40px 0 0 0;
  position: relative;
}
.h1Fixed #content .container > .inner {
  padding: 40px 0;
}
#content .projectCol > .inner,
#content .headlinesCol > .inner,
#content .contentCol > .inner {
  padding: 0 0 60px 0;
}
#default #content .projectCol .innerMargin, #default
#content .headlinesCol .innerMargin, #default
#content .contentCol .innerMargin {
  border: 1px solid #9e966f;
  background: #fff;
  padding: 25px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#content .projectCol .content ul,
#content .headlinesCol .content ul,
#content .contentCol .content ul,
#vierluik #webtext_top ul{
  margin-left: 15px;
  list-style: none;
}
#content .projectCol .content ul li,
#content .headlinesCol .content ul li,
#content .contentCol .content ul li,
#vierluik #webtext_top ul li{
  position: relative;
}
#content .projectCol .content ul li:before,
#content .headlinesCol .content ul li:before,
#content .contentCol .content ul li:before,
#vierluik #webtext_top ul li:before{
  position: absolute;
  top: 8px;
  margin: 0;
  margin-left: -15px;
  width: 6px;
  height: 6px;
  background: #25b4b1;
  content: "";
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
}
#content .leftCol {
  position: relative;
  z-index: 1;
}
#content .leftCol > .inner {
  padding: 0 0 60px 0;
}
#content .rightCol > .inner {
  padding: 0 0 60px 0;
}
#content .leftCol #articleFilter, #content .rightCol #articleFilter {
  margin-top: 20px;
}
#content .projectCol .image {
  margin-top: 0;
}
#content .projectCol .image img.border {
  border: 5px solid #fff;
}
.no-touch #content .projectCol .image img:hover {
  -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  #content .projectCol .more {
    margin-bottom: 0;
  }
  #content .projectCol h3 {
    font-size: 1.125em;
    font-weight: 400;
    color: #009640;
  }
  #content .projectCol h3 a {
    color: inherit;
  }
  #content .projectCol p {
    margin: 0.9em 0;
  }
  #content .innerMargin {
    /*
    position:relative;
    padding:$responsive-gutter;
    background:#fff;
    border:1px solid #dfe0e1;
    */
  }
  .h1Fixed #content .innerMargin h1 {
  position: absolute;
  top: -28px;
  left: 20px;
  right: 20px;
  margin: 0;
  height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h1Fixed #content .innerMargin h1 + *,
.h1Fixed #content .innerMargin h1 + p {
  margin-top: 0;
}
.h1Fixed #content .innerMargin h1 + h2 {
  margin: 0;
}
.h1Fixed #content .innerMargin h1 + h2 + *,
.h1Fixed #content .innerMargin h1 + h2 + p {
  margin-top: 0.2em;
}
#content > .row {
  position: relative;
}
#content .jscroll-active .scrollContent {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 10px;
  left: 10px;
  right: 20px;
  left: 10px;
}
#content #basket .box {
  color: #34495e;
  background: #a4c9d4;
}
#content #basket .box.margin {
  margin-bottom: 20px;
}
#content #basket .box h4 {
  padding: 15px;
  background: #34495e;
  color: #fff;
  font-size: 1.375em;
}
#content #basket .box h4 .fa {
  color: #a4c9d4;
  margin-right: 10px;
}
#content #basket .box .margin {
  margin-bottom: 1em;
}
#content #basket .white {
  color: #fff;
}
#content #basket .row {
  line-height: 35px;
}
#content #basket .text {
  max-width: 70px;
  margin-right: 5px;
}
#content #basket .price {
  margin-top: 0.5em;
}
#content #basket .price .value {
  font-size: 1.5em;
  font-weight: bold;
}
#content #basket .stepper-input {
  max-width: 100%;
  margin-right: 0;
}
@media only screen and (max-width: 990px) {
  #homepage #content {
    margin: 0;
  }
  #content .container > .inner {
    padding: 20px 0 0 0;
  }
  #content .leftCol > .inner {
    padding: 0 0 20px 0;
  }
  #homepage #content .leftCol .row > div.margin:last-of-type {
    margin-bottom: 0;
  }
  #content .contentCol > .inner {
    padding: 0 0 20px 0;
  }
  #content .rightCol > .inner {
    padding: 0 0 40px 0;
  }
  #homepage #content .rightCol > .inner {
    padding: 0 0 20px 0;
  }
  #content .rightCol.alignRight {
    text-align: left;
  }
}
@media only screen and (max-width: 479px) {
  #content .container > .inner {
    padding: 20px 0 0 0;
  }
  #content .leftCol {
    min-height: 1px;
  }
  #content .contentCol {
    min-height: 1px;
  }
  #content .rightCol {
    min-height: 1px;
  }
}

/* SHOP
/*-------------------------------------------------------------------*/
/* mainVideo
/*-------------------------------------------------------------------*/
#mainVideo {
  margin-bottom: 20px;
}

/* mainImage
/*-------------------------------------------------------------------*/
#mainImage {
  overflow: hidden;
}
#mainImage .box {
  margin-bottom: 20px;
}
#mainImage .box a {
  display: inline-block;
}
#mainImage .box img {
  max-width: none;
}
@media only screen and (max-width: 479px) {
  #mainImage .box {
    height: 300px;
    line-height: 300px;
  }
  #mainImage .box img {
    max-height: 300px;
  }
}

/* articleFilter
/*-------------------------------------------------------------------*/
#articleFilter {
  font-size: 1em;
}
#articleFilter .group {
  background: #3faf6c;
}
#articleFilter .group .count {
  color: white;
}
#articleFilter .group .content {
  background: inherit;
  color: white;
}
#articleFilter .group label {
  color: white;
}
#articleFilter .group .toggle-button {
  background: inherit;
}
#articleFilter .group .toggle-button .fa-plus:before {
  content: "\f103";
  color: white;
  font-size: 20px;
}
#articleFilter .group .toggle-button .fa-minus:before {
  content: "\f102";
  color: white;
  font-size: 20px;
}
#articleFilter .group ul li .option label:hover {
  color: white !important;
  text-decoration: underline !important;
}
#articleFilter .group ul li > a:before,
#articleFilter .group ul li li.option,
#articleFilter .group ul li span:before {
  content: "";
  position: absolute;
  border: 0.1rem solid #fff;
  background: #3faf6c;
  height: 1.7rem;
  left: 0;
  top: 0;
  width: 1.7rem;
}
#articleFilter .title {
  font-weight: 300;
  font-size: 20px;
  padding: 15px 20px !important;
}
#articleFilter .overview.active {
  margin-top: 20px;
}
@media only screen and (max-width: 990px) {
  #articleFilter .listCollapsed .title:after {
    content: "\f102" !important;
  }
  #articleFilter .title {
    font-size: 16px;
  }
  #articleFilter .title:after {
    content: "\f103" !important;
  }
  #articleFilter label {
    font-size: 16px;
    font-weight: 300;
  }
}

/* articlesOverview
/*-------------------------------------------------------------------*/
#articlesOverview {
  position: relative;
}
#articlesOverview.row {
  margin-left: -10px;
  margin-right: -10px;
}
.innerMargin #articlesOverview.row {
  margin: 0;
}
.innerMargin #articlesOverview.row form > div {
  padding-left: 0;
  padding-right: 0;
}
.innerMargin .contentCol #articlesOverview.row {
  margin: 0;
  margin-right: -21px;
}
.innerMargin .contentCol #articlesOverview.row form > div {
  padding-left: 0;
  padding-right: 0;
}
.withSeperator #articlesOverview form > div, #articlesOverview.withSeperator form > div {
  margin-bottom: 20px;
}
.withSeperator #articlesOverview form > div:after, #articlesOverview.withSeperator form > div:after {
  content: "";
  height: 10px;
  background: #e5ecef;
  position: relative;
  box-sizing: content-box;
  display: none;
}
.withSeperator #articlesOverview form:nth-child(2n + 2) .col-lg-6:after, #articlesOverview.withSeperator form:nth-child(2n + 2) .col-lg-6:after {
  display: block;
  width: 200%;
  left: -100%;
  margin-left: -20px;
  padding-left: 20px;
}
.withSeperator #articlesOverview form:nth-child(3n + 3) .col-lg-4:after, #articlesOverview.withSeperator form:nth-child(3n + 3) .col-lg-4:after {
  display: block;
  width: 300%;
  left: -200%;
  margin-left: -40px;
  padding-left: 40px;
}
.withSeperator #articlesOverview form:nth-child(4n + 4) .col-lg-3:after, #articlesOverview.withSeperator form:nth-child(4n + 4) .col-lg-3:after {
  display: block;
  width: 400%;
  left: -300%;
  margin-left: -60px;
  padding-left: 60px;
}
@media only screen and (max-width: 990px) {
  .withSeperator #articlesOverview form:nth-child(2n + 2) .col-sm-6:after, #articlesOverview.withSeperator form:nth-child(2n + 2) .col-sm-6:after {
        display: block;
        width: 200%;
        left: -100%;
        margin-left: -20px;
        padding-left: 20px;
      }
  }
  @media only screen and (max-width: 767px) {
    .withSeperator #articlesOverview form:nth-child(2n + 2) .col-xs-6:after, #articlesOverview.withSeperator form:nth-child(2n + 2) .col-xs-6:after {
          display: block;
          width: 200%;
          left: -100%;
          margin-left: -20px;
          padding-left: 20px;
        }
    }
    @media only screen and (max-width: 479px) {
      .withSeperator #articlesOverview form:last-of-type .articleSmall, #articlesOverview.withSeperator form:last-of-type .articleSmall {
            margin-bottom: 20px;
          }
          .withSeperator #articlesOverview form > div, #articlesOverview.withSeperator form > div {
        margin-bottom: 0;
      }
      .withSeperator #articlesOverview form > div:after, #articlesOverview.withSeperator form > div:after {
      display: none !important;
    }
    .withSeperator #articlesOverview form > div .articleSmall, #articlesOverview.withSeperator form > div .articleSmall {
    border-bottom-width: 10px;
  }
}
.masonry #articlesOverview .button, #articlesOverview.masonry .button {
  height: 38px;
}
.masonry #articlesOverview .highlight, #articlesOverview.masonry .highlight {
  width: 66.66667%;
}
.masonry #articlesOverview .highlight .articleSmall, #articlesOverview.masonry .highlight .articleSmall {
  background: #f2f2f2;
}
.masonry #articlesOverview .highlight .articleSmall .article-inner, #articlesOverview.masonry .highlight .articleSmall .article-inner {
  background: inherit !important;
}
.masonry #articlesOverview .highlight .articleSmall .image .box, #articlesOverview.masonry .highlight .articleSmall .image .box {
  height: 250px;
  line-height: 250px;
}
@media only screen and (max-width: 990px) {
  .masonry #articlesOverview .highlight, #articlesOverview.masonry .highlight {
      width: 100%;
    }
  }
  
  /* searchOverview
  /*-------------------------------------------------------------------*/
  .withSeperator #searchOverview form > div, #searchOverview.withSeperator form > div {
    margin-bottom: 20px;
  }
  .withSeperator #searchOverview form > div:after, #searchOverview.withSeperator form > div:after {
  content: "";
  height: 10px;
  background: #e5ecef;
  position: relative;
  box-sizing: content-box;
  display: none;
}
.withSeperator #searchOverview form:nth-child(2n + 2) .col-lg-6:after, #searchOverview.withSeperator form:nth-child(2n + 2) .col-lg-6:after {
  display: block;
  width: 200%;
  left: -100%;
  margin-left: -20px;
  padding-left: 20px;
}
.withSeperator #searchOverview form:nth-child(3n + 3) .col-lg-4:after, #searchOverview.withSeperator form:nth-child(3n + 3) .col-lg-4:after {
  display: block;
  width: 300%;
  left: -200%;
  margin-left: -40px;
  padding-left: 40px;
}
.withSeperator #searchOverview form:nth-child(4n + 4) .col-lg-3:after, #searchOverview.withSeperator form:nth-child(4n + 4) .col-lg-3:after {
  display: block;
  width: 400%;
  left: -300%;
  margin-left: -60px;
  padding-left: 60px;
}
@media only screen and (max-width: 990px) {
  .withSeperator #searchOverview form:nth-child(2n + 2) .col-sm-6:after, #searchOverview.withSeperator form:nth-child(2n + 2) .col-sm-6:after {
        display: block;
        width: 200%;
        left: -100%;
        margin-left: -20px;
        padding-left: 20px;
      }
  }
  @media only screen and (max-width: 767px) {
    .withSeperator #searchOverview form:nth-child(2n + 2) .col-xs-6:after, #searchOverview.withSeperator form:nth-child(2n + 2) .col-xs-6:after {
          display: block;
          width: 200%;
          left: -100%;
          margin-left: -20px;
          padding-left: 20px;
        }
    }
    @media only screen and (max-width: 479px) {
      .withSeperator #searchOverview form:last-of-type .articleSmall, #searchOverview.withSeperator form:last-of-type .articleSmall {
            margin-bottom: 20px;
          }
          .withSeperator #searchOverview form > div, #searchOverview.withSeperator form > div {
        margin-bottom: 0;
      }
      .withSeperator #searchOverview form > div:after, #searchOverview.withSeperator form > div:after {
      display: none !important;
    }
    .withSeperator #searchOverview form > div .articleSmall, #searchOverview.withSeperator form > div .articleSmall {
    border-bottom-width: 10px;
  }
}

/* shopMenu
/*-------------------------------------------------------------------*/
#shop_menu_content {
  margin-left: -10px;
  margin-right: -10px;
}
#shop_menu_content:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

/* bSteps
/*-------------------------------------------------------------------*/
#bSteps ul li b :after,
#bSteps ul li strong :after {
  display: none;
}

/* articleDetail
/*-------------------------------------------------------------------*/
#articleDetail .contentArticle .inner {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#articleDetail .contentArticle .inner p {
  padding: 5px 0;
}
#articleDetail .amount {
  height: 40px;
  background: #E6E3E3;
  font-weight: 400;
  border-radius: 0;
  color: #848484;
  border: none;
  margin: 0 0 10px 0;
  font-size: 14px !important;
}
#articleDetail .selection select {
  height: 40px;
  background: #E6E3E3;
  font-weight: 400;
  border-radius: 0;
  border: none;
  font-size: 14px;
  color: #848484;
  margin: 0 25px 10px 0;
}
#articleDetail .button.addtocart {
  background: #95c11f;
  color: white;
  border-color: #95c11f;
  width: 55%;
  float: right;
  font-family: "Amatic SC";
  font-size: 30px;
  padding: 0 25px;
}
#articleDetail .button.addtocart .ui-icon {
  display: none;
}
#articleDetail .button.addtocart:hover {
  background: #25b4b1;
  color: white;
  border-color: #25b4b1;
}
#articleDetail .price span {
  color: #25b4b1;
  font-size: 50px;
  font-family: "Amatic SC";
  padding-top: 12px;
  display: inline-block;
}
#articleDetail .incl {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}
#articleDetail > .inner {
  padding: 0 0 40px 0;
}
#articleDetail > .inner .description {
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#articleDetail > .inner h2 {
  margin-top: 20px;
}
#articleDetail > .inner h1 {
  font-size: 50px !important;
  color: #009640 !important;
}
#articleDetail .specifics {
  font-size: 1.125em;
  font-weight: 300;
}
#articleDetail .specifics .amount {
  height: 40px;
  background: #e6e3e3;
  font-weight: 300;
  border: none;
  margin: 0 25px 10px 0;
}
#articleDetail .specifics .amount:focus {
  border: 1px #cec8c8 solid;
  box-shadow: none;
}
#articleDetail .controls .button {
  float: left;
}
#articleDetail p:first-of-type {
  clear: both;
}
#articleDetail > .inner .prices .oldPrice {
  color: #9ca1a7;
  margin-bottom: 5px;
}
#articleDetail > .inner .prices .oldPrice .price {
  font-size: 1.5625em;
  text-decoration: line-through;
}
#articleDetail > .inner .prices .retailPrice {
  margin-bottom: 30px;
}
#articleDetail > .inner .prices .retailPrice .price {
  display: inline-block;
  font-family: "Amatic SC", "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
  font-size: 2em;
  margin-bottom: 3px;
}
#articleDetail > .inner .prices .vat {
  font-size: 1em;
  margin-left: 5px;
}
@media only screen and (max-width: 990px) {
  #articleDetail > .inner {
    padding: 0 0 20px 0;
  }
  #articleDetail .controls .button.addtocart {
    font-size: 1.4em;
    min-height: 60px;
    line-height: 60px;
    margin-right: 20px;
  }
  #articleDetail .controls .button.transparent {
    float: none;
    padding: 0;
    min-height: 60px;
    line-height: 60px;
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 479px) {
  #articleDetail > .inner {
    padding: 10px 0 20px 0;
  }
  #articleDetail .specifics .table-cell {
    float: left;
  }
  #articleDetail .specifics .amount, #articleDetail .specifics .button {
    margin-top: 0.5em;
  }
}

/* articleSmall
/*-------------------------------------------------------------------*/
#articlesOverview .articleSmall .article-inner .info > .inner, #accessoiresOverview.withOrderButton .articleSmall .article-inner .info > .inner {
  padding: 15px !important;
}
#articlesOverview .articleSmall .article-inner .hover, #accessoiresOverview.withOrderButton .articleSmall .article-inner .hover {
  display: none;
}
.no-touch #articlesOverview .articleSmall:hover .article-inner, .no-touch #accessoiresOverview.withOrderButton .articleSmall:hover .article-inner {
  position: absolute;
  min-height: 101%;
  border: 2px solid #999999;
  background: #fff;
  z-index: 100;
  left: -2px;
  right: -2px;
  top: -2px;
}
.no-touch #articlesOverview .articleSmall:hover .article-inner .hover, .no-touch #accessoiresOverview.withOrderButton .articleSmall:hover .article-inner .hover {
  display: block;
}
.no-touch #articlesOverview .articleSmall:hover .image, .no-touch #accessoiresOverview.withOrderButton .articleSmall:hover .image {
  -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .no-touch #articlesOverview .articleSmall:hover .info > .inner, .no-touch #accessoiresOverview.withOrderButton .articleSmall:hover .info > .inner {
  padding-bottom: 60px !important;
}
.articleSmall h2 {
  min-height: 20px;
}
.articleSmall .image > .inner {
  padding: 15px 15px 0 15px;
}
.articleSmall .row-small {
  margin: 0;
}
.articleSmall .row-small > .col-small {
  padding-left: 0;
  padding-right: 0;
  position: static;
}
.articleSmall .prices > div {
  display: inline-block;
}
.articleSmall .prices .price {
  font-size: 1.1875em;
  font-weight: 500;
  margin: 0;
}
.articleSmall .prices .price.old {
  margin-right: 15px;
  font-weight: 300;
}
.articleSmall .prices .retailPrice {
  /*.price {
  background:$theme-color;
  display:inline-block;
  padding:8px 5px;
  color:#fff;
  font-family:$font-title;
  font-size:calc-em(19px);
  text-align:center;
  margin:0;
}   
  */
}
.articleSmall .button {
  padding: 0 10px;
}
.articleSmall .more {
  position: absolute;
  bottom: 22px;
  left: 20px;
}
.articleSmall .more:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\f105";
  margin-right: 0.3em;
}
.articleSmall .more:after {
  display: none;
}
.touch .articleSmall .hover, .touch #articlesOverview .articleSmall .hover {
  display: block !important;
}
.touch .articleSmall.buttonToBottom .article-inner .info > .inner, .touch #articlesOverview .articleSmall.buttonToBottom .article-inner .info > .inner {
  padding-bottom: 60px !important;
}
.articleSmall .image img {
  max-height: none;
}
@media only screen and (max-width: 479px) {
  .articleSmall {
      border: none;
      border-bottom: #d5d5d5 1px solid;
    }
    .articleSmall.margin {
  margin: 0;
}
}

.articleSmall,
.articleMenu {
  border-color: #efeeee;
  text-decoration: none !important;
}
.articleSmall h2,
.articleMenu h2 {
  font-size: 1em;
  color: #009640;
}
.articleSmall h2 + *,
.articleMenu h2 + * {
  margin-top: 0.5em;
}
.articleSmall h3,
.articleMenu h3 {
  font-family: "Amatic SC", "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
  color: #009640;
  margin: 0;
}
.articleSmall h3 + *,
.articleMenu h3 + * {
  margin-top: 0.5em;
}

/* articleMenu
/*-------------------------------------------------------------------*/
.articleMenu .image > .inner {
  padding: 20px 20px 0 20px;
}
.articleMenu .info > .inner {
  position: relative;
  padding: 20px;
  text-align: center;
}
.articleMenu:hover {
  border-color: #999999;
}
.no-touch .articleMenu:hover .image {
  -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  
  /* articlesHeader & articlesFooter
  /*-------------------------------------------------------------------*/
  #articlesHeader,
  #articlesFooter {
    font-family: "Roboto Condensed", "Noto Serif", "Arial", sans-serif;
    font-size: 0.8125em;
  }
  #articlesHeader .title,
  #articlesFooter .title {
    display: none;
  }
  #articlesHeader .pagination .item,
  #articlesFooter .pagination .item {
    float: left;
    padding: 0;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #articlesHeader .pagination .item.prev,
  #articlesHeader .pagination .item.next,
  #articlesFooter .pagination .item.prev,
  #articlesFooter .pagination .item.next {
    min-width: 80px;
    display: inline-block;
    display: none;
  }
  #articlesHeader #articlesSorting,
  #articlesFooter #articlesSorting {
    display: none;
  }
  #articlesHeader #articlesSorting select,
  #articlesFooter #articlesSorting select {
    height: 30px;
    font-family: "Amatic SC", "Roboto Condensed", "Noto Sans", "Arial", sans-serif;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #articlesHeader .activeFilters a,
  #articlesFooter .activeFilters a {
    padding: 5px 8px;
    font-size: 1em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  @media only screen and (max-width: 479px) {
    #articlesHeader,
    #articlesFooter {
      font-size: 1em;
    }
    #articlesHeader .pagination .item,
    #articlesFooter .pagination .item {
      min-width: 40px;
      height: 40px;
      line-height: 40px;
    }
  }
  
  /* accessoiresOverview
  /*-------------------------------------------------------------------*/
  #accessoiresOverview > .inner {
    padding: 0 0 20px 0;
  }
  #accessoiresOverview > h2 {
    margin-bottom: 1em;
  }
  #accessoiresOverview .row-small {
    margin-left: -5px;
    margin-right: -5px;
  }
  #accessoiresOverview .row-small .col-small {
    padding-left: 5px;
    padding-right: 5px;
  }
  #accessoiresOverview .row-small .col-small.margin {
    margin-bottom: 10px;
  }
  #accessoiresOverview #accessoires .accessorie {
    border: 1px solid #dfe0e1;
  }
  #accessoiresOverview #accessoires .accessorie h2 {
    font-size: 1.125em;
    color: #182136;
  }
  #accessoiresOverview #accessoires .accessorie h2 a {
    color: #182136;
  }
  #accessoiresOverview #accessoires .accessorie h2 a:hover {
      color: #25b4b1;
    }
    #accessoiresOverview #accessoires .accessorie .image .box {
      line-height: 200px;
      height: 200px;
    }
    #accessoiresOverview #accessoires .accessorie .info > .inner {
      padding: 15px 15px 30px 15px;
    }
    #accessoiresOverview #accessoires .accessorie .info .prices {
      margin: 20px 0;
      font-size: 1em;
      color: #182136;
    }
    #accessoiresOverview #accessoires .accessorie .info .prices .price {
      font-size: 1.0625em;
    }
    #accessoiresOverview #accessoires .accessorie .info .prices .vat {
      margin-left: 5px;
    }
    #accessoiresOverview #accessoires .accessorie .info .checkbox {
      color: #182136;
      margin-left: 15px;
      margin-right: 15px;
    }
    #accessoiresOverview #accessoires .accessorie .info .checkbox .amount {
      width: auto;
    }
    #accessoiresOverview #accessoires .accessorie .info .checkbox label {
      font-weight: bold;
      font-size: 0.9375em;
    }
    #accessoiresOverview #accessoires .accessorie.selected {
      border: 1px solid #333;
    }
    
    .button.accessoires {
  display: block;
  width: 100%;
  text-align: left;
}
.button.accessoires .ui-icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
  float: left;
  font-size: 1em;
  margin-right: 10px;
}
.button.accessoires .ui-icon:before {
  content: "\f07a";
}

.variations {
  clear: both;
  padding: 0 0 20px 0;
}
.variations:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.variations select {
  height: 30px;
  max-width: 200px;
}

.button.addtocart .ui-icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  text-indent: 0;
  width: auto;
  height: auto;
  background: none;
  float: left;
  margin-right: 8px;
}
.button.addtocart .ui-icon:before {
  content: "\f07a";
}

.button.transparent {
  color: #fff;
  line-height: 38px;
}
.button.transparent:hover {
  color: #9e966f;
  border-color: #9e966f;
}

/* tabBox
/*-------------------------------------------------------------------*/
.tabBox > .inner {
  padding: 0 0 20px 0;
}
.tabBox .tabHeadings ul {
  margin: 0;
}
.tabBox .tabHeadings ul > li {
  height: 40px;
  line-height: 40px;
  background: #eee;
  padding: 0 40px;
  border-color: #eee;
  margin-right: 2px;
}
.tabBox .tabHeadings ul > li:hover {
  border-color: #25b4b1;
  background: #25b4b1;
}
.tabBox .tabHeadings ul > li:hover a {
  color: white;
}
.tabBox .tabHeadings ul > li a {
  color: #a7a7a7;
  font-size: 24px;
  font-family: "Amatic SC";
}
.tabBox .tabHeadings ul > li a:hover {
  text-decoration: none;
}
.tabBox .tabHeadings ul > li.active {
  font-family: "Amatic SC";
  font-size: 24px;
  background: #009640;
  color: white;
  border-color: #009640;
}
.tabBox .tabHeadings ul > li.active:hover {
  background: #25b4b1;
  border-color: #25b4b1;
}
.tabBox .tabHeadings ul > li.active:hover a {
  color: white;
  text-decoration: none;
}
.tabBox .tabHeadings ul > li.active a {
  color: white;
}
.tabBox .tabContent {
  min-height: 1px;
  border: 0px;
  border-top: 1px solid #e2dfdf;
}
.tabBox .tabContent #vierluik > .inner {
  margin: 20px 0;
}
.tabBox .tabContent p {
  margin: 0 0 1em 0;
}
.tabBox .tabContent p:last-child {
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .tabBox > .inner {
      padding: 0 0 20px 0;
    }
  }
  @media only screen and (max-width: 479px) {
    .tabBox .tabHeadings ul {
          top: 0;
          margin: 0;
        }
        .tabBox .tabHeadings ul > li,
    .tabBox .tabHeadings ul > li.active,
    .tabBox .tabHeadings ul > li.last,
    .tabBox .tabHeadings ul > li:last-child {
      margin: 0;
      display: block;
      float: none;
      border: 1px solid inherit;
      border-bottom: none;
      height: 40px;
      line-height: 40px;
      font-size: 1em;
    }
  }
  
  /* panelBox
  /*-------------------------------------------------------------------*/
  .panelBox > .inner {
    padding: 0 0 20px 0;
  }
  .panelBox .panel {
  margin-bottom: 5px;
}
.panelBox .panel:last-child {
  margin-bottom: 0;
}
.panelBox .panel .panelHeading:hover .fa {
  color: #00763b;
}
.panelBox .panel.active .fa, .panelBox .panel.selected .fa {
  color: #00763b;
}
@media only screen and (max-width: 990px) {
  .panelBox > .inner {
      padding: 0 0 20px 0;
    }
  }
  
  /* videoThumb
  /*-------------------------------------------------------------------*/
  .videoThumb {
    position: relative;
    display: block;
  }
  .videoThumb:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}
.videoThumb:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 38px;
  padding-left: 5px;
  font-size: 1.2em;
  content: "\f04b";
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 7px solid #fff;
  color: #fff;
  left: 50%;
  top: 50%;
  margin: -25px;
  z-index: 1;
}
.videoThumb:hover:before, .videoThumb:hover:after {
  -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  .videoThumb.large:after {
  height: 100px;
  width: 100px;
  line-height: 85px;
  font-size: 50px;
  border: 9px solid #fff;
  margin: -50px;
}

/* partnerBar
/*-------------------------------------------------------------------*/
#partnerBar .container > .inner {
  padding: 20px 0;
}
#partnerBar a {
  padding: 10px;
  display: inline-block;
  background: #fff;
  max-width: 80%;
}

/* FOOTER
/*-------------------------------------------------------------------*/
#footer {
  background: #d8eed7;
  color: #fff;
}
#footer .footerCol:first-child h2 {
  margin-bottom: 10px;
}
#footer .footerCol:nth-child(2) h1 {
  margin: 0;
}
#footer .footerCol:nth-child(2) h3 {
  margin-bottom: 20px;
}
#footer h1 {
  color: #009640;
  margin-bottom: 20px;
}
#footer p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #484848;
}
#footer h3 {
  color: #009640;
  margin: 0;
  font-size: 40px !important;
}
#footer a, #footer h2 {
  color: #25b4b1;
}
#footer h2 {
  font-size: 18px;
  margin: 0;
}
#footer .container > .inner {
  padding: 20px 0;
}
#footer > a {
  text-decoration: none;
  color: inherit;
}
#footer > a:hover {
  text-decoration: underline;
}
#footer img.pull-right {
  margin-bottom: 0;
}
#footer ul {
  list-style: none;
  margin-left: 0;
}
#footer #uspBar {
  background: #009640;
}
#footer #uspBar .container > .inner {
  padding: 70px 0;
}
#footer #uspBar .listWithIcons em {
  color: #000;
  font-size: 1.1em;
}
#footer #uspBar .listWithIcons li {
  margin-bottom: 0.7em;
  font-size: 1.25em;
}
#footer #uspBar h4 {
  margin-bottom: 1.5em;
}
#footer #uspBar .tags .button {
  margin: 0;
  background: #009a93;
  color: #fff;
  border: none;
}
#footer #uspBar .tags .button:hover {
  background: #006762;
}
#footer #footerNav {
  margin-top: 30px;
  font-size: 18px;
  font-family: "Amatic SC";
}
#footer #footerNav a {
  color: #484848;
  text-transform: lowercase;
  display: inline-block;
}
#footer #footerNav a:hover {
  text-decoration: underline;
}
#footer #footerNav ul {
  line-height: 1;
}
#footer #footerNav ul > li {
  margin-bottom: 0.8em;
}
#footer #footerNav ul > li.selected a {
  text-decoration: underline;
}
#footer #footerNav.seperator ul > li a {
  border-color: inherit;
  border-color: #242424;
}
@media only screen and (max-width: 990px) {
  #footer .alignLeft,
  #footer .alignRight {
    text-align: center;
  }
  #footer .inner {
    line-height: 1.375em;
  }
  #footer #uspBar .container > .inner {
    padding: 20px 0;
  }
  #footer #footerNav {
    font-size: 1em;
  }
  #footer #footerNav > .inner {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 479px) {
  #footer.alignLeft {
    text-align: center;
  }
  #footer span.item {
    display: block;
    margin: 0;
  }
  #footer .container > .inner {
    padding: 20px 0;
  }
  #footer img.pull-right {
    max-width: 50%;
  }
  #footer #socialBar span.title {
    display: none;
  }
}

.subNav-toggle,
.filter-toggle {
  -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
  }
  .subNav-toggle:after,
.filter-toggle:after {
  font-size: 1.2em;
}

.filter-toggle {
  background: #009640 !important;
  color: white !important;
  border-color: #009640 !important;
}
.filter-toggle.active {
  background: white !important;
  color: #009640 !important;
  border-color: #009640 !important;
}
.filter-toggle:hover {
  background: white !important;
  color: #009640 !important;
  border-color: #009640 !important;
}
.filter-toggle:focus {
  color: white;
}

.subNav-toggle {
  background: #25b4b1;
  color: white;
  border-color: #25b4b1;
}
.subNav-toggle.active {
  background: white !important;
  color: #25b4b1 !important;
  border-color: #25b4b1 !important;
}
.subNav-toggle:hover {
  background: white !important;
  color: #25b4b1 !important;
  border-color: #25b4b1 !important;
}
.subNav-toggle:focus {
  color: white;
}
