/* Import our master theme*/
/*  ==============================
      FONTS
    ============================== */
/*  ==============================
      LESS FUNCTIONS
    ============================== */
/* Lighten or Darken background */
.ul-clear {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.li-clear {
  margin: 0px;
  padding: 0px;
}
/* Scalable image. @par: max-width */
/* Scalable image snapped to parent container */
/* Vertical aligns a component. @par: percentage from top */
/*  ==============================
      PREDEFINED CLASSES
    ============================== */
/* Full width container */
.container-full {
  margin: 0 auto;
  width: 100%;
}
/* Horizontally aligns absolute component in relative/absolute container */
.h-align {
  left: 0;
  right: 0;
  margin: auto;
}
/* Vertically aligns absolute container in relative/absolute container */
.v-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* Default link */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Default button */
a.button {
  background: #cbde68;
  display: inline-block;
  color: #fff;
  padding: 12px 16px;
}
a.button:hover {
  background: #333335;
  text-decoration: none;
}
a.button:focus {
  text-decoration: none;
}
/* Scalable image */
img.scale {
  max-width: 100%;
  height: auto;
}
/*  ==============================
      MAIN LAYOUT
    ============================== */
body {
  color: #000;
}
a {
  color: #cbde68;
}
a:hover,
a:focus {
  color: #e8f0bc;
  text-decoration: none;
}
a.button {
  background-color: #0066ff;
}
a.button:hover {
  color: #fff;
  background-color: #ff0066;
}
/*  ===============
    Gallery
    =============== */
.gallery-wrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}
.gallery-wrapper ul li {
  display: inline-block;
  margin: 10px;
}
/*  ===============
    Social
    =============== */
.social li {
  display: inline-block;
}
.social img {
  width: 32px;
  height: 32px;
}
/*  ===============
    PARALLAX
    =============== */
.parallax.has-overlay {
  position: relative;
}
.parallax .overlay {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.parallax .overlay .content {
  position: absolute;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
}
.parallax .overlay .content h1,
.parallax .overlay .content p {
  text-shadow: 1px 1px 1px #000;
}
/*  ===============
    KOLOMMEN
    =============== */
.kolom .text-wrapper {
  margin-bottom: 20px;
}
.kolom .image-wrapper {
  margin-bottom: 20px;
}
/*  ===============
    FAQ
    =============== */
.faq dd {
  padding: 0 25px;
  margin: 0;
  height: auto;
  overflow: hidden;
  position: relative;
  max-height: 0;
  transition: all .4s ease;
}
.faq dd.expand {
  max-height: 200px;
  padding: 10px 25px;
}
.faq dt {
  cursor: pointer;
}
/*  ===============
    CONTACT FORM
    =============== */
.gform_wrapper .validation_error {
  font-size: 18px;
  color: #c33;
  margin-bottom: 16px;
}
.gform_wrapper label {
  display: none !important;
}
.gform_wrapper .ginput_container_checkbox label {
  display: inline-block !important;
}
.gform_wrapper .ginput_container_checkbox ul {
  margin: 0;
  padding: 0;
}
.gform_wrapper .ginput_container_checkbox ul li {
  padding-bottom: 10px !important;
}
.gform_wrapper .ginput_container_checkbox input {
  vertical-align: middle;
  -webkit-appearance: checkbox !important;
}
.gform_wrapper .gform_fields li input,
.gform_wrapper .gform_fields li textarea {
  width: 100%;
  padding: 12px !important;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
}
.gform_wrapper .gform_fields li input[type="checkbox"] {
  width: auto;
}
.gform_wrapper .gform_fields li select {
  width: 100%;
  padding: 12px !important;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.gform_wrapper .gform_fields li textarea {
  resize: none;
  height: 165px;
  overflow: auto;
  vertical-align: top;
}
.gform_wrapper .gfield {
  margin: 12px 0 !important;
}
.gform_wrapper .gforms_confirmation_message {
  font-size: 14px;
}
.gform_wrapper .gform_button.button {
  margin-top: 16px;
  clear: both;
  float: right;
  background: #cbde68;
  padding: 8px 20px;
  border: none;
  color: #fff;
  cursor: pointer;
}
.gform_wrapper .gform_button.button:hover {
  background: #d9e792;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error textarea {
  border: 1px solid #A63232 !important;
}
.gform_wrapper .gfield_error .validation_message {
  background: #FFDFE0;
  color: #A63232;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 4px;
}
.gform_wrapper .gform_ajax_spinner {
  clear: left;
  float: left;
}
/* GForm breakpoint */
@media (min-width: 601px) {
  .gform_wrapper .column-count-1-of-2 {
    padding-right: 8px !important;
  }
  .gform_wrapper .column-count-2-of-2 {
    padding-left: 8px !important;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .col-sm-c5 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 767px) {
  .container .row .inner {
    width: auto !important;
  }
  .parallax .overlay .content {
    width: 100% !important;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .wpmm-force-bg {
    background: transparent !important;
  }
  .col-md-c5 {
    width: 20%;
    float: left;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .col-lg-c5 {
    width: 20%;
    float: left;
  }
}
/*  ==============================
      TELLER
    ============================== */
.teller {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
}
/*  ==============================
      MAIN TEMPLATE
    ============================== */
.margin-both,
.margin-top {
  margin-top: 40px;
}
.margin-both,
.margin-bottom {
  margin-bottom: 40px;
}
.margin-none {
  margin-top: 0;
  margin-bottom: 0;
}
/*  ==============================
      DEFAULTS (DON'T TOUCH)
    ============================== */
/* Browser upgrade message */
.browser-upgrade {
  background: #ccc;
  color: #000;
  padding: 4px 0;
  text-align: center;
}
/* Reset List styles */
.gform_wrapper ul,
.gform_wrapper li,
.nostyle,
.nostyle li {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
/* Mobile icon in mobile navbar */
#mobile-icon {
  position: relative;
  float: right;
  right: 10px;
}
#mobile-icon a {
  background: none;
}
#mobile-icon a img {
  width: 22px;
  height: 22px;
}
/* Relative */
.rel {
  position: relative;
}
/* Extra 5-column layout */
.col-xs-c5,
.col-sm-c5,
.col-md-c5,
.col-lg-c5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-c5 {
  width: 20%;
  float: left;
}
/* Full-width container */
.container-full {
  margin: 0 auto;
  width: 100%;
}
/* ANIMATIE TOPMENU */
.element-animation {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity: 0;
    -o-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}
.element-animation {
  animation: animationFrames ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: animationFrames ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: animationFrames ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: animationFrames ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
@keyframes animationFrames {
  0% {
    opacity: 0;
    transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-moz-keyframes animationFrames {
  0% {
    opacity: 0;
    -moz-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}
@-o-keyframes animationFrames {
  0% {
    opacity: 0;
    -o-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}
@-ms-keyframes animationFrames {
  0% {
    opacity: 0;
    -ms-transform: translate(0px, -25px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}
#header.fixed {
  position: fixed !important;
  top: 0px;
  width: 100%;
  z-index: 10;
  height: 150px;
  background: #4c4c4e;
}
/* Default button */
a.button {
  background: #cbde68;
  display: inline-block;
  color: #fff;
  padding: 12px 16px;
  color: #333335;
  font-weight: bold;
  margin-bottom: 10px;
}
a.button:hover {
  background: #4c4c4e;
  text-decoration: none;
}
a.button:focus {
  text-decoration: none;
}
body {
  background-color: #333335;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
}
body.fixed {
  padding-top: 154px;
}
.kolom,
.entry-content {
  line-height: 30px;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #cbde68;
}
a {
  color: #cbde68;
}
a {
  color: #cbde68;
}
a:hover,
a:focus {
  color: #e8f0bc;
  text-decoration: none;
}
#header {
  position: inherit;
}
#logo img {
  max-width: 100%;
  height: auto;
}
#mainmenu #menu-hoofdmenu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: right;
  margin-top: 30px;
}
#mainmenu #menu-hoofdmenu > li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
}
#mainmenu #menu-hoofdmenu > li > a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
#mainmenu #menu-hoofdmenu > li > a:hover {
  color: #cbde68;
  text-decoration: none;
}
.current-menu-item a {
  color: #cbde68 !important;
}
#breadcrumb {
  margin-top: 20px;
}
.merken {
  list-style: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 20px;
}
.merken li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
#footer {
  background: #4c4c4e;
  padding-top: 00px;
}
.footer_rechts h3 {
  text-align: right;
}
.colofon {
  text-align: center;
  font-size: 11px;
  color: #b3b3b3;
  padding: 10px;
}
.colofon a {
  color: #cbde68;
}
.googlemaps {
  margin-bottom: 20px;
}
.occassiontitle {
  margin-bottom: 30px;
}
ul.kenmerken {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
ul.kenmerken label {
  display: inline-block;
  width: 100px;
  color: #cbde68;
}
ul.afbeeldingen {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
}
ul.afbeeldingen li {
  display: inline-block;
  margin: 0px;
  padding: 5px;
}
ul.afbeeldingen img {
  margin: 0px;
  padding: 5px;
  background: #fff;
  max-width: 250px;
  height: auto;
}
.prijstitel {
  text-align: right;
}
.occassions {
  margin-bottom: 20px;
}
.occassions img {
  margin: 0px;
  padding: 5px;
  background: #fff;
  max-width: 100%;
  height: auto;
}
.occassions h3 {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
}
.stijl_scootgroen {
  background: #cbde68 !important;
  color: #333335;
}
.stijl_scootgroen .kolom .title-wrapper h2 {
  color: #333335;
  background: none;
  height: auto;
}
.stijl_scootgroen .kolom .title-wrapper h2 a {
  color: #333335;
  background: none;
  height: auto;
}
.stijl_scootgroen .kolom:hover .title-wrapper h2 {
  color: #333335;
  background: none;
  height: auto;
}
.stijl_scootgroen .kolom a.button {
  background: #333335;
  display: inline-block;
  color: #fff;
  padding-right: 00px;
  padding: 12px 16px;
  margin-left: 0px;
}
.stijl_scootgroen .kolom a.button:hover {
  background: #656569;
  text-decoration: none;
}
.stijl_scootgroen .kolom a.button:focus {
  text-decoration: none;
}
.stijl_scootgroen .quote q {
  color: #333335;
}
.quote q {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  clear: both !important;
  display: block !important;
  line-height: 55px;
}
.stijl_logos .image-wrapper {
  display: table-cell;
  vertical-align: middle;
  height: 170px;
}
img.scale {
  max-height: 220px;
}
.producteigenschappen-wrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.producteigenschappen-wrapper ul li {
  margin: 0px;
  padding: 0px;
}
.producteigenschappen-wrapper ul li label {
  display: inline-block;
  width: 40%;
  font-weight: bold;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.vakantie {
  display: none;
  visibility: hidden;
  position: fixed;
  z-index: 9999999999;
  font-size: 14px;
  background: rgba(51, 51, 53, 0.85);
  color: #cbde68;
  background: #333335;
  border-top: 5px solid #cbde68;
  width: 100%;
  height: 250px;
  bottom: 0px;
  text-align: center;
}
.vakantie strong {
  color: #fff;
}
.vakantie table {
  width: 100%;
  height: 250px;
}
body {
  padding-bottom: 250px;
}
