/*Kleuren*/
/* Definitions */
/*Imports*/
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! ---------------------------------------------------
    LESS Elements 0.8

    Created by:
    - Dmitry Fadeyev -> http://lesselements.com/

  ---------------------------------------------------
    A set of useful LESS mixins.
    See CREDITS file for full author list.

    More info at: http://lesselements.com
-----------------------------------------------------*/
/* Box model */
.clearfix {
  *zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "letter-gothic-std", sans-serif;
  font-size: 15px;
  background: black;
  color: #fff;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px;
}
.sidr ul li:hover a,
.sidr ul li.active a,
.sidr ul li.sidr-class-active a {
  color: #e2680b;
  border-bottom: 1px solid white;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: none;
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}
.sticky-side-animation {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-animation: boop 0.5s 2;
  -webkit-animation-delay: 1s;
}
@-webkit-keyframes boop {
  0% {
    -webkit-transform: translateX(320px);
  }
  50% {
    -webkit-transform: translateX(300px);
  }
  100% {
    -webkit-transform: translateX(320px);
  }
}
.sticky-side-button {
  position: fixed;
  right: 0;
  top: 30%;
  width: 320px;
  height: 100px;
  z-index: 22;
  -webkit-transform: translateX(320px);
  -moz-transform: translateX(320px);
  -ms-transform: translateX(320px);
  -o-transform: translateX(320px);
  transform: translateX(320px);
}
.sticky-side-button.open {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.sticky-side-button * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sticky-side-button .button {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  display: block;
  width: 150px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  left: -85px;
  top: 75%;
  padding-top: 5px;
  padding-bottom: 15px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.sticky-side-button .sticky-search-box {
  height: 150px;
  background: #f2f2f2;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1), inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1), inset 0 0 50px rgba(0, 0, 0, 0.1);
  background-image: url('../img/person.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  padding: 30px 20px;
  float: left;
  width: 320px;
}
.sticky-side-button .sticky-search-box input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 210px;
  padding: 7px;
  border: 1px solid #e2680b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 #ffffff, inset 0 1px 2px rgba(0, 0, 0, 0.2);
  float: right;
}
.sticky-side-button .sticky-search-box i {
  position: absolute;
  right: 28px;
  top: 38px;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .sticky-side-button {
    font-size: 18px;
  }
  .sticky-side-button .button {
    width: 190px;
    left: -105px;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
/* ===== Typographic styles ====================================================
   ========================================================================== */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6em;
  color: #1a1a1a;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a:link {
  color: #e2680b;
  text-decoration: none;
  border-bottom: 1px solid;
}
a:visited {
  color: #b15209;
}
a:active,
a:hover {
  color: #f5822b;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: franklin-gothic-urw-comp, sans-serif;
  margin: 0 0 0.5em;
  line-height: 1em;
  color: #e2680b;
  font-weight: 300;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 28px;
  color: #000000;
  text-transform: uppercase;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 18.2px;
  color: #000000;
}
h4 {
  font-size: 15.4px;
}
h5 {
  font-size: 14px;
  color: #000000;
}
h6 {
  font-size: 12.6px;
}
p,
ul,
ol,
blockquote,
table {
  margin: 0 0 1.5em;
}
p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
table:last-child {
  margin-bottom: 0;
}
strong {
  font-weight: 600;
}
ul,
ol {
  padding-left: 2em;
}
ul li,
ol li {
  margin: 4px 0;
}
table {
  width: 100%;
}
table thead td,
table thead th {
  background: #e2680b;
  color: #ffffff;
  border: 1px solid #b15209;
  font-weight: bold;
  font-size: 15px;
  -webkit-text-shadow: 0 -1px 0 #000000;
  -moz-text-shadow: 0 -1px 0 #000000;
  text-shadow: 0 -1px 0 #000000;
  -ms-text-shadow: 0 -1px 0 #000000;
  -o-text-shadow: 0 -1px 0 #000000;
  -khtml-text-shadow: 0 -1px 0 #000000;
}
table thead td:nth-child(even),
table thead th:nth-child(even) {
  background: #f5822b;
}
table th,
table td {
  padding: 6px 10px;
  vertical-align: top;
}
table th {
  text-align: left;
  white-space: nowrap;
}
table td {
  border: 1px solid #e6e6e6;
}
table tr:nth-child(odd) {
  background: #fafafa;
}
table tfoot td,
table tfoot th {
  background: #e6e6e6;
}
blockquote {
  font-family: times, serif;
  font-style: italic;
  font-size: 18.2px;
  color: #e2680b;
  line-height: 1.6em;
  padding: 20px;
  border-top: 3px solid #808080;
  border-bottom: 1px solid #bfbfbf;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child,
blockquote blockquote:last-child,
blockquote table:last-child {
  margin-bottom: 0;
}
::-moz-selection {
  background: #e2680b;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #e2680b;
  color: #ffffff;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.button {
  display: inline-block;
  padding: 0.7% 1.4%;
  border: 1px solid #b15209 !important;
  color: #404040 !important;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 22.4px;
  background: #e2680b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2680b), color-stop(1, #f5822b));
  background: -moz-linear-gradient(center bottom, #e2680b 0%, #f5822b 100%);
  background: -ms-linear-gradient(bottom, #e2680b 0%, #f5822b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5822b', endColorstr='#e2680b',GradientType=0);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -ms-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -o-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -khtml-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button:hover {
  background: #f5822b;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5822b), color-stop(1, #f79f5c));
  background: -moz-linear-gradient(center bottom, #f5822b 0%, #f79f5c 100%);
  background: -ms-linear-gradient(bottom, #f5822b 0%, #f79f5c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79f5c', endColorstr='#f5822b',GradientType=0);
}
.button:active {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background: #151515;
}
.wrapper {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
/*Homepage styles*/
header.home-header {
  *zoom: 1;
  position: relative;
}
header.home-header:after,
header.home-header:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header.home-header:after {
  clear: both;
}
header.home-header figcaption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 35%;
  position: absolute;
  left: 53%;
  top: 13%;
}
header.home-header figcaption h1 {
  margin-top: 15%;
  font-size: 350%;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
header.home-header figcaption h1 span {
  color: #e2680b;
}
.home-nav {
  background: #f7f7f7;
  *zoom: 1;
}
.home-nav:after,
.home-nav:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.home-nav:after {
  clear: both;
}
.home-nav nav {
  *zoom: 1;
}
.home-nav nav:after,
.home-nav nav:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.home-nav nav:after {
  clear: both;
}
.home-nav nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-nav nav ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 14.28%;
}
.home-nav nav ul li a {
  position: relative;
  display: block;
  border: 0;
  padding: 85px 0 20px;
  font: 700 200%/1em "letter-gothic-std", sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}
.home-nav nav ul li a:before {
  position: absolute;
  left: 50%;
  margin-top: -65px;
  margin-left: -27px;
  content: "";
  display: block;
  width: 55px;
  height: 79px;
  background-image: url('assets/images/nav-iconen.png');
  background-repeat: no-repeat;
}
.home-nav nav ul li a.online-menu {
  background: #e2680b !important;
  color: #ffffff;
}
.home-nav nav ul li a:hover,
.home-nav nav ul li a:active {
  background: #e2680b;
  color: #ffffff;
}
.home-nav nav ul li a.nav1:before {
  background-position: 0 0;
}
.home-nav nav ul li a.nav1:hover:before {
  background-position: 0 -79px;
}
.home-nav nav ul li a.nav2:before {
  background-position: -55px 0;
}
.home-nav nav ul li a.nav2:hover:before {
  background-position: -55px -79px;
}
.home-nav nav ul li a.nav3:before {
  background-position: -110px 0;
}
.home-nav nav ul li a.nav3:hover:before {
  background-position: -110px -79px;
}
.home-nav nav ul li a.nav4:before {
  background-position: -165px 0;
}
.home-nav nav ul li a.nav4:hover:before {
  background-position: -165px -79px;
}
.home-nav nav ul li a.nav5:before {
  background-position: -220px 0;
}
.home-nav nav ul li a.nav5:hover:before {
  background-position: -220px -79px;
}
.home-nav nav ul li a.nav6:before {
  background-position: -275px 0;
}
.home-nav nav ul li a.nav6:hover:before {
  background-position: -275px -79px;
}
.home-nav nav ul li a.nav7:before {
  background-position: -330px 0;
}
.home-nav nav ul li a.nav7:hover:before {
  background-position: -330px -79px;
}
#simple-menu {
  display: none;
}
/*sub page styles*/
header.vervolg-header {
  position: relative;
  *zoom: 1;
}
header.vervolg-header:after,
header.vervolg-header:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header.vervolg-header:after {
  clear: both;
}
header.vervolg-header .header-top {
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: url('assets/images/vervolg-header.jpg');
  height: 112px;
  padding: 20px 0 50px;
}
header.vervolg-header .header-top:after,
header.vervolg-header .header-top:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header.vervolg-header .header-top:after {
  clear: both;
}
header.vervolg-header .header-top .logo {
  display: inline;
  float: left;
  margin: 0 2%;
  width: 96%;
}
header.vervolg-header .header-top .logo a {
  border: 0;
  display: inline-block;
  height: 36px;
}
header.vervolg-header .header-top .logo a img {
  max-height: 100%;
  max-width: auto;
}
header.vervolg-header .vervolg-nav {
  *zoom: 1;
  background: rgba(0, 0, 0, 0.5);
  margin: -40px 0 0 0;
  padding: 0;
  position: relative;
}
header.vervolg-header .vervolg-nav:after,
header.vervolg-header .vervolg-nav:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header.vervolg-header .vervolg-nav:after {
  clear: both;
}
header.vervolg-header .vervolg-nav ul {
  display: inline;
  float: left;
  margin: 0 2%;
  width: 96%;
  display: block;
  padding: 0;
}
header.vervolg-header .vervolg-nav ul li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
}
header.vervolg-header .vervolg-nav ul li:first-child {
  margin-left: -10px;
}
header.vervolg-header .vervolg-nav ul li a {
  position: relative;
  display: block;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  border: 0;
  font-family: "letter-gothic-std", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #a6a6a6;
}
header.vervolg-header .vervolg-nav ul li a:hover {
  color: #ffffff;
}
header.vervolg-header .vervolg-nav ul li.active a,
header.vervolg-header .vervolg-nav ul li.parent-active a {
  background: #000000;
  margin: -5px 0 0 0;
  padding: 4px 10px 0 10px;
  border-top: 1px solid #999999;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #e2680b;
}
header.vervolg-header .header-content {
  background: #000000;
  *zoom: 1;
  padding: 2% 0;
}
header.vervolg-header .header-content:after,
header.vervolg-header .header-content:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
header.vervolg-header .header-content:after {
  clear: both;
}
header.vervolg-header .header-content .slider {
  display: inline;
  float: left;
  margin: 0 2%;
  width: 96%;
  position: relative;
}
header.vervolg-header .header-content .slider ul {
  list-style: none;
  padding: 0;
}
header.vervolg-header .header-content .slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
header.vervolg-header .header-content .slider ul li figure {
  position: relative;
}
header.vervolg-header .header-content .slider ul li figure:before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
header.vervolg-header .header-content .slider ul li figure img {
  width: 100%;
  height: 100%;
}
header.vervolg-header .header-content .slider ul li figure figcaption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 1.4%;
  font-family: "letter-gothic-std", sans-serif;
  font-size: 25.2px;
  text-transform: uppercase;
  color: #ffffff;
}
header.vervolg-header .header-content .slider ul li figure figcaption span {
  color: #e2680b;
}
header.vervolg-header .header-content .slider a#prev,
header.vervolg-header .header-content .slider a#next {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -30px;
  width: 30px;
  line-height: 60px;
  padding-bottom: 8px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  font-family: arial, sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 60px;
  border: 0;
}
header.vervolg-header .header-content .slider a#prev:hover,
header.vervolg-header .header-content .slider a#next:hover {
  color: #e2680b;
}
header.vervolg-header .header-content .slider a#prev {
  left: 0;
}
header.vervolg-header .header-content .slider a#next {
  right: 0;
}
.content-info {
  position: relative;
  background: #f7f7f7;
  *zoom: 1;
}
.content-info:after,
.content-info:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-info:after {
  clear: both;
}
.content-info aside {
  display: inline;
  float: left;
  margin: 0 2%;
  width: 21%;
}
.content-info aside .sub-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-info aside .sub-nav ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ffffff;
}
.content-info aside .sub-nav ul li ul {
  border-bottom: 1px solid #d9d9d9;
}
.content-info aside .sub-nav ul li ul li {
  padding-left: 50px;
  border-bottom: none !important;
}
.content-info aside .sub-nav ul li ul li a {
  border-bottom: none !important;
}
.content-info aside .sub-nav ul li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
  color: #595959;
}
.content-info aside .sub-nav ul li a:hover {
  color: #000000;
}
.content-info aside .sub-nav ul li.active a {
  color: #e2680b;
}
.content-info aside .sub-nav ul li.active li a {
  color: #000000;
}
.content-info aside .sub-nav ul li.parent-active a {
  color: #000000;
}
.content-info aside .sub-nav ul li.parent-active li a {
  color: #e2680b;
}
.content-info article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
  float: left;
  margin: 0 2%;
  width: 71%;
  padding: 4% 0;
}
.content-info article:before {
  position: absolute;
  top: 0;
  margin-left: -4%;
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #ffffff;
}
.content-info article.full-width {
  display: inline;
  float: left;
  margin: 0 2%;
  width: 96%;
}
.content-info article.full-width:before {
  position: absolute;
  top: 0;
  margin-left: -4%;
  content: '';
  display: block;
  width: 0;
  height: 100%;
  border: 0;
}
/*STYLE VOOR DE PAGINA MET SUNNOVA 10 IFRAME*/
/*.content {
  position: relative;
  background: darken(@wit,3%);
  .clearfix;
  
  article {
    .boxmodel;
    .grid(12,9);
    padding: 4% 0;

      p, h1, h2, h3, h4, h5, h6 {
        padding-left:18%;
        margin-bottom: 20px;
      }

      iframe {
        border:1px dotted lighten(@zwart,80%);
        margin-left:18%;
        height:970px;
        width:100%;
      }
    
    &:before {
      position: absolute;
      top: 0;
      margin-left: -4%;
      content: '';
      display: block;
      width: 0;
      height: 100%; 
    }
  }
}*/
.block {
  background: #f2f2f2;
  *zoom: 1;
  padding: 2% 0;
  margin: 2% 0;
  color: #808080;
  border: 1px dotted;
  border-color: #cccccc;
}
.block:after,
.block:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.block:after {
  clear: both;
}
.block .block-img {
  display: inline;
  float: left;
  margin: 0 2%;
  width: 12.66666667%;
}
.block .block-content {
  display: inline;
  float: left;
  margin: 0 2%;
  width: 79.33333333%;
}
.overzicht {
  *zoom: 1;
  border-top: 1px solid #000000;
  background: #000000 url('assets/images/grain.png');
  position: relative;
}
.overzicht:after,
.overzicht:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.overzicht:after {
  clear: both;
}
.overzicht .overzicht-items {
  *zoom: 1;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.overzicht .overzicht-items:after,
.overzicht .overzicht-items:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.overzicht .overzicht-items:after {
  clear: both;
}
.overzicht .overzicht-items li {
  display: inline;
  float: left;
  margin: 0 2%;
  width: 21%;
  position: relative;
  padding-bottom: 30px;
}
.overzicht .overzicht-items li.reset {
  width: 100%;
  display: block;
  height: 0%;
  border: none;
  margin: 0;
  padding: 0;
}
.overzicht .overzicht-items li:nth-child(8n+6):after {
  content: "";
  display: block;
  width: 480%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: -10%;
  background-image: url('assets/images/grain.png');
  background-color: #262626;
  border-top: 1px solid #404040;
  -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.4);
}
.overzicht .overzicht-items li #link {
  position: absolute;
  bottom: 0;
  padding-top: 5px;
}
.overzicht .overzicht-items li a {
  bottom: 0;
  display: block;
  border: 0;
  padding-top: 10%;
  padding-bottom: 10%;
  background: url('assets/images/overzicht-bg.png') no-repeat top center;
  background-size: 100% auto;
  position: relative;
  z-index: 2;
  color: #cccccc;
  transition: color 200ms ease-out;
  -moz-transition: color 200ms ease-out;
  -webkit-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
}
.overzicht .overzicht-items li a h2 {
  position: relative;
  font-size: 28px;
  color: #ffffff;
  text-transform: uppercase;
}
.overzicht .overzicht-items li a img.cat-icon {
  position: absolute;
  z-index: 4;
  margin: 10px 5px;
  width: 20px;
  height: 20px;
}
.overzicht .overzicht-items li a img.label {
  overflow: hidden;
  position: relative;
  z-index: 3;
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: -109px;
}
.overzicht .overzicht-items li a img.poster {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 10%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 4px 10px #000000;
  -moz-box-shadow: 0 4px 10px #000000;
  box-shadow: 0 4px 10px #000000;
}
.overzicht .overzicht-items li a em {
  color: #e2680b;
  text-transform: uppercase;
  font-style: normal;
  border-bottom: 1px solid #502504;
  transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  -webkit-transition: border 200ms ease-out;
  -o-transition: border 200ms ease-out;
}
.overzicht .overzicht-items li a:hover {
  color: #ffffff;
}
.overzicht .overzicht-items li a:hover img.poster {
  border-color: #cccccc;
  -webkit-box-shadow: 0 10px 20px #000000;
  -moz-box-shadow: 0 10px 20px #000000;
  box-shadow: 0 10px 20px #000000;
}
.overzicht .overzicht-items li a:hover em {
  border-bottom: 1px solid #e2680b;
}
.detail {
  position: relative;
  overflow: hidden;
  *zoom: 1;
}
.detail:after,
.detail:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.detail:after {
  clear: both;
}
.detail .detail-top {
  position: relative;
  *zoom: 1;
  background: #000000;
  padding: 3% 0 2%;
}
.detail .detail-top:after,
.detail .detail-top:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.detail .detail-top:after {
  clear: both;
}
.detail .detail-top h1 {
  display: inline;
  float: left;
  margin: 0 2%;
  width: 71%;
  color: #ffffff;
  width: 51% !important;
}
@media (max-width: 768px) {
  .detail .detail-top h1 {
    display: inline;
    float: left;
    margin: 0 2%;
    width: 96%;
    width: 90% !important;
  }
}
.detail .detail-top .breadcrumbs {
  display: inline;
  float: left;
  margin: 0 2%;
  width: 21%;
  width: 41% !important;
}
.detail .detail-top .breadcrumbs ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #e2680b;
}
.detail .detail-top .breadcrumbs ul li {
  display: block;
  float: left;
  margin: 0 5px;
  padding: 0;
}
.detail .detail-top .breadcrumbs ul li:after {
  content: ">";
  margin-left: 5px;
}
.detail .detail-top .breadcrumbs ul li:last-child:after {
  content: "";
}
.detail .detail-selector {
  background: #000000;
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.detail .detail-selector:after,
.detail .detail-selector:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.detail .detail-selector:after {
  clear: both;
}
.detail .detail-selector li {
  margin: 0;
  display: inline;
  float: left;
  margin: 0 2%;
  width: 21%;
}
.detail .detail-selector li .detail-item-img {
  display: block;
  border: 0;
}
.detail .detail-selector li .detail-item-img a {
  display: block;
  border-bottom: none;
}
.detail .detail-selector li .detail-item-img img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 13%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0 4px 10px #000000;
  -moz-box-shadow: 0 4px 10px #000000;
  box-shadow: 0 4px 10px #000000;
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Webkit */
  /* Good browsers */
  /* IE 8 */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  /* IE 5-7 */
  filter: alpha(opacity=30);
  /* Netscape */
  -moz-opacity: 0.3;
  /* Safari 1.x */
  -khtml-opacity: 0.3;
  /* Webkit */
  -webkit-opacity: 0.3;
  /* Good browsers */
  opacity: 0.3;
}
.detail .detail-selector li .detail-item-content {
  background: #f7f7f7;
  margin: 0 -10%;
  padding: 10%;
}
.detail .detail-selector li .detail-item-content h2 {
  color: #fef5ee;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.detail .detail-selector li .detail-item-content p {
  color: #f2f2f2;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.detail .detail-selector li .detail-item-content a {
  color: #fef5ee;
  text-transform: uppercase;
  font-style: normal;
  border-bottom: 1px solid #fef5ee;
  transition: border 200ms ease-out;
  -moz-transition: border 200ms ease-out;
  -webkit-transition: border 200ms ease-out;
  -o-transition: border 200ms ease-out;
}
.detail .detail-selector li.active img {
  border-color: #cccccc;
  -webkit-box-shadow: 0 10px 20px #000000;
  -moz-box-shadow: 0 10px 20px #000000;
  box-shadow: 0 10px 20px #000000;
  /* IE 8 */
  /* IE 5-7 */
  /* Netscape */
  /* Safari 1.x */
  /* Webkit */
  /* Good browsers */
  /* IE 8 */
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Webkit */
  -webkit-opacity: 1;
  /* Good browsers */
  opacity: 1;
}
.detail .detail-selector li.active .detail-item-content h2 {
  color: #e2680b;
}
.detail .detail-selector li.active .detail-item-content p {
  color: #000000;
}
.detail .detail-selector li.active .detail-item-content a {
  color: #e2680b;
  border-color: #e2680b;
}
/*Global footer styles*/
footer.site-footer {
  *zoom: 1;
  color: #bfbfbf;
  padding: 20px 0;
  font-size: 11.2px;
}
footer.site-footer:after,
footer.site-footer:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
footer.site-footer:after {
  clear: both;
}
footer.site-footer em {
  font-style: normal;
  color: #ffffff;
}
footer.site-footer .copyright {
  display: inline;
  float: left;
  margin: 0 2%;
  width: 71%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
footer.site-footer .social {
  display: inline;
  float: left;
  margin: 0 2%;
  width: 21%;
}
footer.site-footer .social ul {
  display: block;
  float: right;
  list-style: none;
  padding: 0;
  margin: -8px 15px 0;
}
footer.site-footer .social ul li {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
footer.site-footer .social ul li a {
  display: block;
  width: 29px;
  height: 28px;
  background-image: url('assets/images/social-media-iconen.png');
  background-position: top center;
  text-indent: -9999px;
  border: 0;
}
footer.site-footer .social ul li a:hover {
  background-position: bottom center;
}
footer.site-footer .social ul li:first-child a {
  background-position: top left;
}
footer.site-footer .social ul li:first-child a:hover {
  background-position: bottom left;
}
footer.site-footer .social ul li:last-child a {
  background-position: top right;
}
footer.site-footer .social ul li:last-child a:hover {
  background-position: bottom right;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media (max-width: 768px) {
  .home-nav nav ul li {
    width: 33.333%;
  }
  .vervolg-header .header-top .logo a {
    display: block;
    width: 100%;
  }
  .vervolg-header .header-top .logo a img {
    display: block;
    width: 200px;
    margin: 20px auto 0 auto;
  }
  .vervolg-nav {
    display: none;
  }
  .detail .detail-top .breadcrumbs {
    display: inline;
    float: left;
    margin: 0 2%;
    width: 96%;
    width: 90% !important;
  }
  .detail .detail-top .breadcrumbs ul {
    float: left;
    margin: 20px 0;
  }
  .detail .detail-selector li {
    display: inline;
    float: left;
    margin: 0 2%;
    width: 46%;
  }
  .detail .detail-selector li .detail-item-img {
    margin-top: 40px;
  }
  .overzicht .overzicht-items li {
    display: inline;
    float: left;
    margin: 0 2%;
    width: 46%;
  }
  .content-info aside,
  .content-info article {
    display: inline;
    float: left;
    margin: 0 2%;
    width: 96%;
  }
  #simple-menu {
    font-family: "letter-gothic-std", sans-serif;
    display: block;
    color: #e2680b;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border-bottom: 0;
    font-size: 1.5em;
  }
  .kruimelpad {
    display: none;
  }
  .form-wrapper input {
    width: 100%;
  }
  .form-wrapper .login-button {
    margin: 0;
  }
  .nav_categories li {
    text-align: center;
    width: 43% !important;
    max-height: 200px !important;
  }
}
@media (max-width: 480px) {
  .header-content,
  .slider,
  .caroufredsel_wrapper,
  #slider,
  #prev,
  #next {
    display: none !important;
  }
  .home-nav nav ul li {
    width: 100%;
  }
  .vervolg-nav {
    display: none;
  }
  .overzicht .overzicht-items li {
    display: inline;
    float: left;
    margin: 0 2%;
    width: 96%;
  }
  .overzicht .overzicht-items li img {
    width: 100%;
  }
  header.home-header figcaption {
    width: 80%;
    margin: 40px auto;
    position: relative;
    left: 0;
    top: 0;
  }
  .detail .detail-selector li {
    display: inline;
    float: left;
    margin: 0 2%;
    width: 96%;
  }
  .detail .detail-selector li .detail-item-img {
    margin: 40px auto;
  }
  .detail-item-content {
    padding-bottom: 0;
  }
  .nav_categories li {
    text-align: center;
    width: 90% !important;
    max-height: 200px !important;
  }
  .store_product_form {
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
		Label the data
		*/
  }
  .store_product_form table,
  .store_product_form thead,
  .store_product_form tbody,
  .store_product_form th,
  .store_product_form td,
  .store_product_form tr {
    display: block;
  }
  .store_product_form th {
    display: none;
  }
  .store_product_form thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .store_product_form tr {
    border: 1px solid #ccc;
  }
  .store_product_form td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-top: 40px !important;
  }
  .store_product_form td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    width: 90%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  .store_product_form td:nth-of-type(1):before {
    content: "Aantal Dagen en Displays";
  }
  .store_product_form td:nth-of-type(2):before {
    content: "Prijs";
  }
  .store_product_form td:nth-of-type(3):before {
    content: "BTW";
  }
  .store_product_form td:nth-of-type(4):before {
    content: "";
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
#pijltje {
  z-index: 100;
  position: absolute;
  top: 50%;
  margin-top: -90px;
  right: 0;
  width: 30px;
  height: 50px;
  background-color: #cccccc;
  border-radius: 2px;
  text-align: center;
  padding-top: 20px;
  font-size: 50px;
  color: #8c8c8c;
}
#pijltje:hover {
  color: #e2680b;
  cursor: pointer;
}
.remove_pointer {
  cursor: default;
}
/*ONLINE SHOP*/
.nav_categories {
  list-style: none;
  padding: 0;
  width: 100%;
}
.nav_categories li {
  display: block;
  float: left;
  max-height: 140px;
  width: 28%;
  border: 8px #e8e8e8 solid;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 5px;
}
.nav_categories li a {
  position: relative;
}
.nav_categories li a p {
  position: absolute;
  color: #000000;
  text-transform: uppercase;
  right: 0;
  margin: 6px 10px 0 0;
  width: 125px;
  text-align: right;
}
.nav_categories li a img {
  position: relative;
  float: left;
  width: 100%;
}
.nav_categories li a:hover img {
  background-color: #e2680b;
}
.nav_categories li a:hover p {
  color: #ffffff;
}
.stad,
.products {
  list-style: none;
  padding: 0;
}
.stad li,
.products li {
  display: block;
  float: left;
  height: auto;
  width: 13%;
  border: 8px #e8e8e8 solid;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 5px;
  padding: 3px 10px;
}
@media (max-width: 920px) {
  .stad li,
  .products li {
    width: 17%;
  }
}
@media (max-width: 800px) {
  .stad li,
  .products li {
    width: 25%;
  }
}
@media (max-width: 590px) {
  .stad li,
  .products li {
    width: 37%;
  }
}
.stad li p,
.products li p {
  text-align: left;
  color: #000000;
  text-transform: uppercase;
  right: 0;
  margin: 2px 10px 0 0;
}
.stad li:hover,
.products li:hover {
  background: #e2680b;
}
.stad li:hover p,
.products li:hover p {
  color: #ffffff;
}
.kruimelpad {
  float: right;
  width: auto;
  height: 20px;
}
.kruimelpad ul {
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: right;
  float: right;
}
.kruimelpad ul li {
  display: block;
  float: left;
  margin: 0 5px;
  padding: 0;
}
.kruimelpad ul li a {
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: none;
  color: #000000;
}
.kruimelpad ul li a:hover {
  color: #e2680b;
}
.kruimelpad ul li:after {
  content: ">";
  margin-left: 5px;
}
.kruimelpad ul li:last-child:after {
  content: "";
}
.kruimelpad ul li:last-child a {
  color: #e2680b;
}
.click-title,
.click-table {
  border: 10px #e8e8e8 solid;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.click-title {
  border-bottom: 5px #e8e8e8 solid;
}
.click-title p {
  margin-top: -30px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: right;
}
.click-title h3 {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px;
}
.click-title:hover {
  background: #e2680b;
  cursor: pointer;
}
.click-title:hover h3,
.click-title:hover p {
  color: #ffffff;
}
.click-table {
  border-top: 5px #e8e8e8 solid;
  padding: 20px;
}
.click-table th {
  color: #e2680b;
  font-weight: normal;
  font-size: 16px;
}
.click-table .mod-instructions {
  margin-bottom: 10px;
}
.click-table .class {
  margin: 0 !important;
  padding: 0 !important;
}
.border-full {
  border: 10px #e8e8e8 solid;
}
.hidden {
  display: none;
}
.arrow:after {
  content: "►";
}
.arrow.up:after {
  content: "▼";
}
.actief {
  background: #e2680b;
}
.actief h3,
.actief p {
  color: #ffffff;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e2680b;
  position: relative;
  float: right;
  right: 50%;
  top: 40px;
}
.bestel {
  background: #f5822b;
  border: 3px #f5822b solid;
  border-radius: 3px;
  color: #ffffff;
  padding: 3px;
  margin: 5px;
}
.bestel:hover,
.bestel:active {
  background: #e2680b;
  border: 3px #e2680b solid;
}
.bestel:link {
  border-bottom: 2px #e2680b solid;
  color: #ffffff;
}
.bestel:visited {
  color: #ffffff;
}
/*CHECKOUT FORMULIER*/
legend {
  font-weight: bold;
  font-size: 16px;
  color: #e2680b;
}
.control-group .controls {
  width: 63%;
  margin-bottom: 10px;
}
.control-group .controls input[type=text],
.control-group .controls input[type=email],
.control-group .controls textarea {
  width: 100%;
  margin-bottom: 5px;
}
.control-group .controls textarea {
  height: 50px;
}
@media (max-width: 768px) {
  .control-group .controls {
    width: 99%;
  }
}
.remove_item {
  border: none;
  box-shadow: none;
  margin-bottom: -3px;
  height: 16px;
  cursor: pointer;
  text-align: center;
  background: url('assets/images/action_delete.png') no-repeat;
  background-position: 50% 0;
}
.remove_item:hover {
  background-position: bottom center !important;
}
/*FORMULIER*/
.formulier {
  width: 86%;
}
.dform_container {
  width: 100%;
}
.dform_container,
.dform_container input[type="text"],
.dform_container textarea {
  width: 100%;
  margin: 5px;
}
.dform input[type="submit"] {
  background: #f5822b;
  border: 3px #f5822b solid;
  border-radius: 3px;
  color: #ffffff;
  padding: 3px;
  margin: 5px;
  margin-right: 38%;
  float: right;
}
.dform input[type="submit"]:hover,
.dform input[type="submit"]:active {
  background: #e2680b;
  border: 3px #e2680b solid;
}
.dform input[type="submit"]:visited {
  color: #ffffff;
}
.dform input[type="submit"]:link {
  border-bottom: 2px #e2680b solid;
}
/*Login*/
.login-action_one,
.login-action_two {
  margin-top: 15px;
}
.login-button {
  margin-left: 125px;
}
.control-group {
  margin-top: 10px;
}
.show-tools {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #333333;
}
@media (max-width: 770px) {
  .show-tools {
    bottom: 40px;
  }
}
.show-tools a {
  color: #ffffff !important;
  text-decoration: none;
  border: 0;
  color: #cccccc !important;
  font-size: 11px;
}
.notice {
  padding: 5px 10px;
  color: #333333;
  margin: 0 5px 10px;
  background: #fcf8e3;
  border: 1px #e8e8e8 solid;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #b15209;
}
.faq li {
  cursor: pointer;
  display: block;
}
.faq li:before {
  content: attr(data-count) " )";
  /* Change 'item' to 'item, upper-roman' or 'item, lower-roman' for upper- and lower-case roman, respectively. */
  display: inline-block;
  text-align: right;
  width: 3em;
  /* Must be the maximum width of your list's numbers, including the ')', for compatability (in case you use a fixed-width font, for example).  Will have to beef up if using roman. */
  padding-right: 0.5em;
  margin-left: -3.5em;
  /* See li comments. */
  position: absolute;
}
.faq li .content {
  display: none;
}
.faq li .content.open {
  display: block;
}
.faq li a {
  border: 0;
}
.mobile-width-fix {
  word-break: break-all;
}
input[type="checkbox"] {
  width: auto;
}
input[type="submit"] {
  font-family: "mentone", sans serif;
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
}
#reseller hgroup {
  margin-bottom: 15px;
}
#reseller .campagne-overview {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
#reseller .campagne-overview li {
  float: left;
  display: inline-block;
  width: 31%;
  border: 6px solid #e7e7e7;
  position: relative;
  margin-right: 8px;
  -webkit-box-shadow: 2px 2px 0px #888888;
  -moz-box-shadow: 2px 2px 0px #888888;
  box-shadow: 2px 2px 0px #888888;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#reseller .campagne-overview li:hover {
  -webkit-box-shadow: 6px 6px 2px #888888;
  -moz-box-shadow: 6px 6px 2px #888888;
  box-shadow: 6px 6px 2px #888888;
}
#reseller .campagne-overview li h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(231, 231, 231, 0.9);
  padding: 5px 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #555;
}
#reseller .campagne-overview li img {
  width: 100%;
}
#reseller .image-left {
  float: left;
  width: 25%;
}
#reseller .show-tools {
  top: 10px;
  bottom: initial;
}
#reseller .campagne-poster {
  float: left;
  display: inline-block;
  width: 31%;
  border: 6px solid #e7e7e7;
  position: relative;
  margin-right: 8px;
  -webkit-box-shadow: 2px 2px 0px #888888;
  -moz-box-shadow: 2px 2px 0px #888888;
  box-shadow: 2px 2px 0px #888888;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#reseller .campagne-poster:hover {
  -webkit-box-shadow: 6px 6px 2px #888888;
  -moz-box-shadow: 6px 6px 2px #888888;
  box-shadow: 6px 6px 2px #888888;
}
#reseller .campagne-poster h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(231, 231, 231, 0.9);
  padding: 5px 0;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #555;
}
#reseller .campagne-poster img {
  width: 100%;
}
#reseller .campagne-text {
  float: left;
  width: 61%;
  padding: 3px 10px;
}
#reseller .input {
  clear: both;
  padding-top: 25px;
}
#reseller .input label {
  display: inline-block;
  font-weight: bold;
}
#reseller .input .instructions {
  width: 100%;
  height: 225px;
}
#reseller .clear {
  clear: both;
}
#zoek_plaats {
  margin: 35px 5px 10px;
}
@media (max-width: 500px) {
  #zoek_plaats {
    margin: 35px 0 10px 5px;
  }
}
#zoek_plaats .input-wrapper {
  width: 77%;
  display: inline-block;
}
@media (max-width: 1100px) {
  #zoek_plaats .input-wrapper {
    width: 70%;
  }
}
@media (max-width: 1100px) {
  #zoek_plaats .input-wrapper {
    width: 71%;
  }
}
@media (max-width: 500px) {
  #zoek_plaats .input-wrapper {
    width: 97%;
  }
}
#zoek_plaats .input-wrapper input {
  padding: 6px 5px;
  width: 95%;
}
#zoek_plaats .bestel {
  width: 14%;
  text-align: center;
  padding: 6px 5px;
}
@media (max-width: 1100px) {
  #zoek_plaats .bestel {
    width: 19%;
  }
}
@media (max-width: 1100px) {
  #zoek_plaats .bestel {
    width: 22%;
  }
}
@media (max-width: 500px) {
  #zoek_plaats .bestel {
    width: 97%;
    margin-left: 0;
    margin-right: 0;
  }
}
.jaar25 {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
}
@media (max-width: 1000px) {
  .jaar25 {
    width: 60px;
  }
}
@media (max-width: 500px) {
  .jaar25 {
    width: 40px;
    top: 5px;
    right: 5px;
  }
}
.sub-nav h2 {
  margin: 30px 0 5px;
}
.user-top-menu {
  position: absolute;
  right: 25px;
  top: 50px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.user-top-menu a {
  border: 0;
  text-decoration: none;
}
#user .controls {
  width: 99%;
}
.fl-right {
  float: right;
}
.btn-cancel {
  margin-right: 15px;
  margin-top: 5px;
}
.reseller-menu {
  position: relative;
}
.reseller-menu .reseller-link {
  font-style: italic;
  font-weight: bold;
  font-size: 11px;
  position: relative;
  top: -6px;
}
body#reseller-wrapper {
  background: #f7f7f7;
}
body#reseller-wrapper .header-top {
  background: transparent;
  height: auto;
  padding: 0;
}
body#reseller-wrapper .wrapper {
  border: 1px solid #d9d9d9;
  outline: 1px solid #fff;
}
body#reseller-wrapper .content-info {
  border: 1px solid #ececec;
}
body .full-width.center {
  padding-left: 20%;
  padding-right: 20%;
}
body .product-inner.hide-contains {
  display: none;
}
