/* projects */
/* project detail */
/* clients */
/* blog */
/* media queries */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

header {
  width: 100%;
  position: relative;
  background: #ffffff;
  z-index: 100;
}
header:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 0px) and (max-width: 1023px) {
  header {
    border-bottom: 1px dashed #454441;
    -moz-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    -ms-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    -o-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
}

.logo-container {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 75px;
  padding: 15px 25px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .logo-container {
    width: 100%;
    background: #ffffff;
    z-index: 200;
  }
}
.logo-container img {
  width: auto;
  height: 100%;
}

.sub-menu-frosted {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  background: #eeece7;
  height: 100px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .sub-menu-frosted {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 1023px) {
  nav#main-nav .frosted-target {
    top: 75px;
  }
}

nav#main-nav {
  margin: auto;
  text-align: center;
  height: 75px;
  font-family: "Roboto Slab", sans-serif;
  letter-spacing: 0.025em;
}
nav#main-nav > ul {
  display: inline-block;
}
nav#main-nav > ul:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav#main-nav > ul {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -350px;
    background: rgba(255, 255, 255, 0);
    z-index: 150;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  nav#main-nav > ul.active {
    margin-top: 75px;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  nav#main-nav > ul.active {
    margin-top: 125px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  nav#main-nav > ul.active {
    margin-top: 75px;
  }
}
nav#main-nav > ul > li {
  display: inline-block;
  text-transform: lowercase;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav#main-nav > ul > li {
    position: relative;
    display: block;
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
  }
  nav#main-nav > ul > li:last-child {
    border-bottom: 1px dashed #454441;
    -moz-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    -ms-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    -o-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-bottom: 10px;
  }
  nav#main-nav > ul > li:first-child {
    padding-top: 10px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  nav#main-nav > ul > li:first-child {
    padding-top: 0;
  }
}
nav#main-nav > ul > li span {
  margin-right: 25px;
  position: relative;
  z-index: 100;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (min-width: 769px) and (max-width: 1024px) {
  nav#main-nav > ul > li span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav#main-nav > ul > li span {
    margin: 0;
  }
}
nav#main-nav > ul > li a {
  display: block;
  line-height: 75px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav#main-nav > ul > li a {
    line-height: 1;
    padding: 20px 0;
  }
}
nav#main-nav > ul > li.current-menu-item > a, nav#main-nav > ul > li:hover > a {
  color: #f37046;
}
nav#main-nav > ul > li .sub-menu-container {
  overflow: hidden;
  position: absolute;
  z-index: 200;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0.75);
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav#main-nav > ul > li .sub-menu-container {
    display: none;
  }
}
nav#main-nav > ul > li .sub-menu-container .sub-menu {
  display: inline-block;
  -moz-transition: margin-top 0.15s ease-in-out;
  -o-transition: margin-top 0.15s ease-in-out;
  -webkit-transition: margin-top 0.15s ease-in-out;
  transition: margin-top 0.15s ease-in-out;
  margin-top: 15px;
}
nav#main-nav > ul > li .sub-menu-container .sub-menu:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
nav#main-nav > ul > li .sub-menu-container .sub-menu li {
  display: inline-block;
  text-transform: lowercase;
}
nav#main-nav > ul > li .sub-menu-container .sub-menu li .sub-menu-container {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 50px;
  border-top: 1px dashed #454441;
  -moz-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
  -ms-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
  -o-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
  border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background: none;
  left: 0;
  right: 0;
  margin: auto;
  height: 50px;
}
nav#main-nav > ul > li .sub-menu-container .sub-menu li .sub-menu-container .sub-menu {
  margin-top: -20px;
  -moz-transition: margin-top 0.15s ease-in-out;
  -o-transition: margin-top 0.15s ease-in-out;
  -webkit-transition: margin-top 0.15s ease-in-out;
  transition: margin-top 0.15s ease-in-out;
}
nav#main-nav > ul > li .sub-menu-container .sub-menu li .sub-menu-container .sub-menu li {
  padding-top: 0;
}
nav#main-nav > ul > li .sub-menu-container .sub-menu li .sub-menu-container .sub-menu li span {
  margin-right: 25px;
}
nav#main-nav > ul > li .sub-menu-container .sub-menu li .sub-menu-container .sub-menu li:last-child span {
  margin-right: 0;
}
nav#main-nav > ul > li .sub-menu-container .sub-menu li:hover > a {
  color: #f37046;
}
nav#main-nav > ul > li .sub-menu-container .sub-menu li.active .sub-menu-container {
  pointer-events: auto;
  opacity: 1;
  z-index: 200;
}
nav#main-nav > ul > li .sub-menu-container .sub-menu li.active > a {
  color: #f37046;
}
nav#main-nav > ul > li .sub-menu-container .sub-menu li:last-child span {
  margin-right: 0;
}
nav#main-nav > ul > li .sub-menu-container .sub-menu.active {
  margin-top: -10px;
}
nav#main-nav > ul > li .sub-menu-container .sub-menu.active li .sub-menu-container .sub-menu {
  margin-top: -13px;
  position: relative;
}
nav#main-nav > ul > li .sub-menu-container .sub-menu.active li .sub-menu-container .sub-menu.active {
  z-index: 50;
}

body.archive .current-menu-item .sub-menu-container,
body.page-template-page-blog .current-menu-item .sub-menu-container {
  display: block;
}

.secondary-links {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 75px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  -moz-transition: margin-top 0.3s ease-in-out;
  -o-transition: margin-top 0.3s ease-in-out;
  -webkit-transition: margin-top 0.3s ease-in-out;
  transition: margin-top 0.3s ease-in-out;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .secondary-links {
    z-index: 200;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .secondary-links {
    height: 50px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    left: 0;
    z-index: 160;
    border-bottom: 1px dashed #454441;
    -moz-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    -ms-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    -o-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  .secondary-links.active {
    margin-top: 75px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .secondary-links {
    height: 50px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    left: 0;
    z-index: 160;
    border-bottom: 1px dashed #454441;
    -moz-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    -ms-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    -o-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
  .secondary-links.active {
    margin-top: 75px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .secondary-links {
    height: 75px;
    z-index: 140;
    margin-top: -10px;
  }
  .secondary-links.active {
    margin-top: 422px;
    -moz-transition: margin-top 0.6s ease-in-out;
    -o-transition: margin-top 0.6s ease-in-out;
    -webkit-transition: margin-top 0.6s ease-in-out;
    transition: margin-top 0.6s ease-in-out;
  }
}
.secondary-links ul {
  float: left;
  height: 75px;
  padding: 15px 25px;
  line-height: 2;
}
@media (min-width: 501px) and (max-width: 768px) {
  .secondary-links ul {
    height: 50px;
    border-right: 0;
  }
  .secondary-links ul li {
    float: left;
    margin-left: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .secondary-links ul {
    height: 50px;
    border-right: 0;
  }
  .secondary-links ul li {
    float: left;
    margin-left: 10px;
  }
}
@media (min-width: 0px) and (max-width: 767px) and (min-width: 0px) and (max-width: 500px) {
  .secondary-links ul li {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (min-width: 0px) and (max-width: 500px) {
  .secondary-links ul {
    height: auto;
  }
}
.secondary-links ul:last-child {
  border-right: 0;
  padding: 10px 25px 0 7px;
}
@media (min-width: 501px) and (max-width: 768px) {
  .secondary-links ul:last-child {
    padding: 13px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .secondary-links ul:last-child {
    padding: 13px 0 0;
  }
}
.secondary-links a, .secondary-links i {
  color: #389ca6;
}
.secondary-links a:hover, .secondary-links i:hover {
  color: #f37046;
}
.secondary-links .social {
  padding: 10px 0 0 15px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  border-right: 0;
}
@media (min-width: 501px) and (max-width: 768px) {
  .secondary-links .social {
    float: right;
    padding: 13px 15px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .secondary-links .social {
    float: right;
    padding: 13px 15px 0 0;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .secondary-links .social {
    padding: 13px 0 0;
    float: none;
    display: inline-block;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
.secondary-links ul#language {
  padding-top: 25px;
  text-align: right;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .secondary-links ul#language {
    padding-top: 14px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .secondary-links ul#language {
    text-align: center;
  }
}
.secondary-links ul#language li {
  display: inline;
  margin: 0 !important;
}
@media (min-width: 0px) and (max-width: 500px) {
  .secondary-links ul#language li {
    float: none;
    display: inline-block;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }
}
.secondary-links ul#language li:after {
  content: '|';
  padding: 0 9px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .secondary-links ul#language li:after {
    padding: 0 10px;
  }
}
.secondary-links ul#language li:last-child:after {
  display: none;
}
@media (min-width: 0px) and (max-width: 500px) {
  .secondary-links ul#language {
    width: 100%;
    padding: 0 25px;
    height: auto;
  }
}
.secondary-links #menu-supportnav-english {
  margin-right: -8px;
  position: relative;
}
@media (min-width: 501px) and (max-width: 768px) {
  .secondary-links #menu-supportnav-english {
    margin-left: 20px;
  }
}
.secondary-links #menu-supportnav-english li {
  float: left;
  margin-left: 0 !important;
  margin-right: 10px;
}
.secondary-links #menu-supportnav-english li:after {
  content: '|';
  padding: 0 3px;
  position: absolute;
  top: 0;
  left: 33px;
  z-index: 2;
}
.secondary-links #menu-supportnav-english li:last-child {
  margin-right: 0;
}
.secondary-links #menu-supportnav-english li a {
  border-radius: 10px;
  padding: 2px 8px;
}
.secondary-links #menu-supportnav-english li:hover a, .secondary-links #menu-supportnav-english li.current-menu-item a {
  background: #389ca6;
  color: #ffffff;
}
@media (min-width: 501px) and (max-width: 768px) {
  .secondary-links #menu-supportnav-english li:hover:after, .secondary-links #menu-supportnav-english li.current-menu-item:after {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .secondary-links #menu-supportnav-english li:hover:after, .secondary-links #menu-supportnav-english li.current-menu-item:after {
    display: none;
  }
}
.secondary-links #menu-supportnav-deutsch {
  margin-right: -8px;
  position: relative;
}
@media (min-width: 501px) and (max-width: 768px) {
  .secondary-links #menu-supportnav-deutsch {
    margin-left: 20px;
  }
}
.secondary-links #menu-supportnav-deutsch li {
  float: left;
  margin-left: 0 !important;
  margin-right: 10px;
}
.secondary-links #menu-supportnav-deutsch li:after {
  content: '|';
  padding: 0 3px;
  position: absolute;
  top: 0;
  left: 33px;
  z-index: 2;
}
.secondary-links #menu-supportnav-deutsch li:last-child {
  margin-right: 0;
}
.secondary-links #menu-supportnav-deutsch li a {
  border-radius: 10px;
  padding: 2px 8px;
}
.secondary-links #menu-supportnav-deutsch li:hover a, .secondary-links #menu-supportnav-deutsch li.current-menu-item a {
  background: #389ca6;
  color: #ffffff;
}
@media (min-width: 501px) and (max-width: 768px) {
  .secondary-links #menu-supportnav-deutsch li:hover:after, .secondary-links #menu-supportnav-deutsch li.current-menu-item:after {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .secondary-links #menu-supportnav-deutsch li:hover:after, .secondary-links #menu-supportnav-deutsch li.current-menu-item:after {
    display: none;
  }
}
.secondary-links #menu-supportnav {
  margin-right: -8px;
  position: relative;
}
@media (min-width: 501px) and (max-width: 768px) {
  .secondary-links #menu-supportnav {
    margin-left: 20px;
  }
}
.secondary-links #menu-supportnav li {
  float: left;
  margin-left: 0 !important;
  margin-right: 10px;
}
.secondary-links #menu-supportnav li:after {
  content: '|';
  padding: 0 3px;
  position: absolute;
  top: 0;
  left: 98px;
  z-index: 2;
}
.secondary-links #menu-supportnav li:first-child:after {
  left: 55px;
}
.secondary-links #menu-supportnav li:last-child {
  margin-right: 0;
}
.secondary-links #menu-supportnav li a {
  border-radius: 10px;
  padding: 2px 8px;
}
.secondary-links #menu-supportnav li:hover a, .secondary-links #menu-supportnav li.current-menu-item a {
  background: #389ca6;
  color: #ffffff;
}
@media (min-width: 501px) and (max-width: 768px) {
  .secondary-links #menu-supportnav li:hover:after, .secondary-links #menu-supportnav li.current-menu-item:after {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .secondary-links #menu-supportnav li:hover:after, .secondary-links #menu-supportnav li.current-menu-item:after {
    display: none;
  }
}

.nav-block {
  *zoom: 1;
  float: left;
  border-right: 1px dashed #454441;
  -moz-border-image: url("../img/ijsfontein-border.png") 0 2 0 0 repeat;
  -ms-border-image: url("../img/ijsfontein-border.png") 0 2 0 0 repeat;
  -o-border-image: url("../img/ijsfontein-border.png") 0 2 0 0 repeat;
  border-image: url("../img/ijsfontein-border.png") 0 2 0 0 repeat;
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
  height: 75px;
  padding-right: 15px;
  padding-top: 12px;
}
.nav-block:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 501px) and (max-width: 768px) {
  .nav-block {
    padding-top: 0;
    border-right: 0;
    padding-left: 30px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .nav-block {
    padding-left: 25px;
  }
}
.nav-block ul {
  float: none;
  padding: 0 !important;
  height: auto !important;
  margin-bottom: 5px;
}
@media (min-width: 501px) and (max-width: 768px) {
  .nav-block ul {
    float: left;
    line-height: 50px;
  }
}
.nav-block ul:last-child {
  margin-bottom: 0;
}

body.single-portfolio .custom-sub-menu-container {
  display: block;
}

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

*, *:before, *:after {
  box-sizing: inherit;
}
*:focus, *:before:focus, *:after:focus {
  outline: 0;
}

.site-wrapper {
  min-height: 100%;
}

.site-container {
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.block-wrapper {
  position: relative;
}

.waiting {
  display: none;
}

img {
  width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

main {
  position: relative;
  padding-top: 40px;
  z-index: 2;
}
@media (min-width: 0px) and (max-width: 767px) {
  main {
    padding-top: 90px;
  }
}

.sub-menu-container {
  display: none;
}

.content-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

.content-block {
  margin-bottom: 65px;
}
.content-block:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .content-block {
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .content-block {
    margin-bottom: 15px;
  }
}

.primary-content {
  position: relative;
  z-index: 10;
  float: left;
  width: 70%;
  padding: 0 90px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .primary-content {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .primary-content {
    padding: 0 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .primary-content {
    padding: 0 25px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 1em;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.full-width-content {
  width: 100%;
}

.secondary-content {
  float: left;
  width: 30%;
  padding-right: 40px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .secondary-content {
    width: 100%;
    padding: 0 90px;
    margin: 40px 0;
  }
  .secondary-content p.header {
    margin-bottom: 0;
    display: inline-block;
    float: left;
    line-height: 2.15;
  }
  .secondary-content p.header:after {
    content: '\00a0';
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .secondary-content {
    padding: 0 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .secondary-content {
    padding: 0 25px;
  }
  .secondary-content p.header {
    margin-bottom: 2px;
    display: block;
    float: none;
    line-height: 1;
  }
  .secondary-content p.header:after {
    content: ' ';
  }
}

.frosted-content {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='8');
  opacity: 0.75;
  z-index: 1;
}
.frosted-content .large-nav {
  display: none;
}

.frosted-content, .frosted-source {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}

#svg-image-blur, .frosted {
  position: absolute;
  top: 0;
  z-index: -1;
}

.banner .frosted-source {
  margin-top: -390px;
}
.banner .frosted-source .banner-image {
  height: 600px;
}
.banner .frosted-source .large-nav-frosted {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  .banner .frosted-source {
    margin-top: 0;
  }
}

.slider-container {
  position: relative;
}
.slider-container:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 0px) and (max-width: 500px) {
  .slider-container {
    overflow: hidden;
  }
}

.proj_slider .slick-slide {
  padding: 0 60px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .proj_slider .slick-slide {
    padding: 0;
    overflow: hidden;
  }
}
.proj_slider img {
  margin: 0 auto;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .proj_slider img {
    height: auto;
    width: 100%;
    margin: 0;
    max-height: none;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .proj_slider img {
    margin: 0 -50%;
    width: 200%;
  }
}

.nav-container {
  position: relative;
}

.large-nav-frosted {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100px;
  line-height: 2.7em;
  background: #eeece7;
}
@media (min-width: 0px) and (max-width: 767px) {
  .large-nav-frosted {
    height: 80px;
  }
}
body.post-type-archive-klanten .large-nav-frosted {
  top: -100px;
}

nav.large-nav {
  position: absolute;
  width: 100%;
  height: 100px;
  line-height: 2.7em;
  border-bottom: 1px dashed #454441;
  -moz-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
  -ms-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
  -o-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
  border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.75);
}
@media (min-width: 0px) and (max-width: 1500px) {
  nav.large-nav .content-wrapper {
    max-width: none;
  }
}
nav.large-nav .primary-content {
  display: table;
  height: 100px;
}
nav.large-nav .primary-content h1 {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 0px) and (max-width: 1500px) {
  nav.large-nav .primary-content {
    padding-left: 210px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  nav.large-nav .primary-content {
    padding-right: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.large-nav .primary-content {
    height: 80px;
    padding-left: 130px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  nav.large-nav .primary-content {
    padding-top: 0;
  }
}
nav.large-nav .secondary-content {
  margin: 0;
}
nav.large-nav .secondary-content ul li {
  line-height: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  nav.large-nav {
    height: 80px;
  }
}

.sub-nav {
  position: absolute;
  left: 0;
  border-right: 1px dashed #454441;
  -moz-border-image: url("../img/ijsfontein-border.png") 0 2 0 0 repeat;
  -ms-border-image: url("../img/ijsfontein-border.png") 0 2 0 0 repeat;
  -o-border-image: url("../img/ijsfontein-border.png") 0 2 0 0 repeat;
  border-image: url("../img/ijsfontein-border.png") 0 2 0 0 repeat;
  border-left: 0;
  border-bottom: 0;
  border-top: 0;
  padding: 0 25px;
  z-index: 20;
  height: 100px;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 767px) {
  .sub-nav {
    padding: 0 2px;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .sub-nav {
    height: 80px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .sub-nav {
    height: 80px;
  }
}
.sub-nav ul:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.sub-nav ul li {
  line-height: 108px;
  float: left;
  font-size: 40px;
  font-size: 4rem;
  margin-right: 2px;
}
.sub-nav ul li:last-child {
  margin-right: 0;
}
.sub-nav ul li a {
  display: block;
}
.sub-nav ul li a.loading {
  color: #333;
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.sub-nav ul li a.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
@media (min-width: 0px) and (max-width: 767px) {
  .sub-nav ul li a {
    padding-top: 5px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .sub-nav ul li {
    font-size: 30px;
    font-size: 3rem;
    line-height: 75px;
  }
}
.sub-nav ul li.back-to-top {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  top: -75px;
  left: 25px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .sub-nav ul li.back-to-top {
    left: 2px;
  }
}

#post_slide_nav_top {
  display: block;
  position: absolute;
  top: 465px;
  width: 200px;
}
@media (min-width: 501px) and (max-width: 768px) {
  #post_slide_nav_top {
    top: 345px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #post_slide_nav_top {
    top: 345px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  #post_slide_nav_top {
    top: 245px;
  }
}

#post_slide_nav_bottom {
  display: block;
  position: absolute;
  margin-top: -100px;
  width: 200px;
}
@media (min-width: 501px) and (max-width: 768px) {
  #post_slide_nav_bottom {
    margin-top: -80px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  #post_slide_nav_bottom {
    margin-top: -80px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  #post_slide_nav_bottom {
    margin-top: -80px;
  }
}

.external ul:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.external ul li {
  float: left;
  font-size: 25px;
  font-size: 2.5rem;
  margin-right: 7px;
  padding-top: 42px;
}
.external ul li:last-child {
  margin-right: 0;
}
@media (min-width: 0px) and (max-width: 500px) {
  .external ul li {
    float: left;
    width: auto;
    max-width: 140px;
    text-align: center;
    padding: 5px 0;
  }
}
.external ul li .btn {
  display: block;
  padding: 5px 15px 6px 15px;
  line-height: 1.2;
  margin-left: 10px;
}
.external ul li .btn:first-child {
  margin-left: 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .external {
    position: absolute;
    top: 110px;
    right: 90px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .external {
    top: 75px;
    left: 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .external {
    margin: 10px 0 10px 0;
    width: 90%;
    left: 25px;
  }
}

nav#slider-nav {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 100%;
  line-height: 100%;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
nav#slider-nav a {
  margin-top: -0.5em;
  display: block;
  font-size: 50px;
  font-size: 5rem;
}
nav#slider-nav a:hover {
  text-decoration: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  nav#slider-nav a {
    font-size: 30px;
    font-size: 3rem;
  }
}
nav#slider-nav .slider-next {
  float: right;
  padding-right: 25px;
}
nav#slider-nav .slider-prev {
  float: left;
  padding-left: 25px;
}

.project-award {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100px;
  height: 100px;
  background-image: url("../img/award.svg");
}

.error-404-container {
  width: 600px;
  margin: auto;
  margin-top: 160px;
  text-align: center;
  color: #454441;
  line-height: 1.6;
}
.error-404-container img {
  width: 120px;
  margin: auto;
  display: block;
  margin-bottom: 40px;
}
.error-404-container a {
  color: #389ca6;
  text-decoration: underline;
}

@media (min-width: 0px) and (max-width: 1500px) {
  body.page-template-default nav.large-nav .primary-content {
    padding-left: 90px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.page-template-default nav.large-nav .primary-content {
    padding-left: 90px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.page-template-default nav.large-nav .primary-content {
    height: 80px;
    padding-left: 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.page-template-default nav.large-nav .primary-content {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 0px) and (max-width: 1500px) {
  body.page-template-default nav.large-nav .content-wrapper {
    max-width: 1280px;
  }
}
body.page-template-default h3 {
  font-family: "Roboto", sans-serif;
  color: #389ca6;
}

/* loader CSS */
.loaderWindowContainer {
  position: fixed;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  top: 0;
}
.loaderWindowContainer .ajaxLoader {
  width: 100%;
  max-width: 200px;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.loaderWindowContainer .loadergraphic {
  background: url("../img/ijs-loader.gif") no-repeat center center;
  background-size: 75px 75px;
  width: 75px;
  height: 75px;
  margin: auto auto;
}

.fancybox-inner {
  overflow-x: hidden !important;
}

footer, .footer-frosted {
  z-index: 1;
  height: 100px;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-position: right bottom;
}
@media (min-width: 0px) and (max-width: 500px) {
  footer, .footer-frosted {
    height: 90px;
    margin-top: 0;
    background-position: right 10px top;
  }
}
footer nav.large-nav, .footer-frosted nav.large-nav {
  border-top: 1px dashed #454441;
  -moz-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
  -ms-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
  -o-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
  border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
@media (min-width: 0px) and (max-width: 1023px) {
  footer nav.large-nav .project-external, .footer-frosted nav.large-nav .project-external {
    top: -93px;
    left: 90px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  footer nav.large-nav .project-external, .footer-frosted nav.large-nav .project-external {
    top: -78px;
    left: 40px;
  }
}
footer nav.large-nav .logo-container,
footer nav.large-nav .secondary-links,
footer nav.large-nav > ul, .footer-frosted nav.large-nav .logo-container,
.footer-frosted nav.large-nav .secondary-links,
.footer-frosted nav.large-nav > ul {
  margin-top: 7px;
}
footer .large-nav-frosted, .footer-frosted .large-nav-frosted {
  bottom: 0;
}
footer nav.large-nav, .footer-frosted nav.large-nav {
  bottom: 0;
}

.footer-frosted {
  margin-top: -290px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .footer-frosted {
    margin-top: -230px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .footer-frosted {
    margin-top: -160px;
  }
}

.footer-nav {
  position: relative;
}
.footer-nav a {
  display: block;
  width: 200px;
  margin: auto;
  margin-top: -140px;
  color: #454441;
}

/* Cookie bar */
#cookie-bar {
  background: rgba(56, 156, 166, 0.9);
  height: auto;
  text-align: center;
  padding: 20px 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (min-width: 0px) and (max-width: 375px) {
  #cookie-bar {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
#cookie-bar a {
  color: #ffffff;
  font-style: italic;
  display: inline-block;
  border-radius: 3px;
  text-decoration: underline;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar a:hover {
  text-decoration: none;
}
#cookie-bar .cb-enable {
  background: #000000;
  color: #ffffff;
  font-style: normal;
  padding: 5px 10px;
  text-decoration: none;
}
#cookie-bar .cb-enable:hover {
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}

html {
  font-size: 67.5%;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.7;
  font-family: Roboto, sans-serif;
  color: #454441;
}

p {
  margin: 0 0 35px 0;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #389ca6;
  text-decoration: none;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
a:hover {
  color: #f37046;
}

a.active {
  color: #f37046;
}

ul.bullet-list,
.content-block .primary-content ul {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1em;
  margin-top: 0.5em;
}
ul.bullet-list li,
.content-block .primary-content ul li {
  padding-left: 25px;
  margin-bottom: 10px;
}
ul.bullet-list li:last-child,
.content-block .primary-content ul li:last-child {
  margin-bottom: 0;
}

/* Exclude de following Lists inside content with styling */
.content-block #mc_embed_signup ul,
.content-block ul.team-list,
.content-block ul.team-list ul {
  list-style: outside none none;
  margin: 0px;
  padding: 0px;
}
.content-block #mc_embed_signup ul li,
.content-block ul.team-list li,
.content-block ul.team-list ul li {
  padding-left: 0;
  margin-bottom: 0;
}

h1 {
  margin: 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
  font-family: "Roboto Slab", sans-serif;
  color: #389ca6;
  line-height: 1.1em;
  letter-spacing: 0.025em;
}
@media (min-width: 0px) and (max-width: 767px) {
  h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  h1 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.3em;
  }
}
h1 a {
  color: #389ca6;
}

.single-post h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 3.6rem;
}
@media (min-width: 0px) and (max-width: 500px) {
  .single-post h1 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

h2 {
  margin: 0 0 8px 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Roboto Slab", sans-serif;
  color: #454441;
  letter-spacing: 0.025em;
  line-height: 1.3em;
}

h3 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  color: #389ca6;
  letter-spacing: 0.025em;
}

p.header {
  font-family: "Roboto Slab", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 25px;
  position: relative;
  z-index: -1;
}

p.date {
  font-family: "Roboto Slab", sans-serif;
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  color: #389ca6;
  letter-spacing: 0.025em;
}
@media (min-width: 0px) and (max-width: 767px) {
  p.date {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.secondary-content {
  font-size: 12px;
  font-size: 1.2rem;
}
.secondary-content ul li {
  line-height: 2.15;
}

blockquote {
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0 0 25px;
  padding: 0 40px;
}

@font-face {
  font-family: 'parrylf-normalitalicregular';
  src: url("../fonts/parrylf-normalitalic-webfont.eot");
  src: url("../fonts/parrylf-normalitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/parrylf-normalitalic-webfont.woff2") format("woff2"), url("../fonts/parrylf-normalitalic-webfont.woff") format("woff"), url("../fonts/parrylf-normalitalic-webfont.ttf") format("truetype"), url("../fonts/parrylf-normalitalic-webfont.svg#parrylf-normalitalicregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'parrylf-normalregular';
  src: url("../fonts/parrylf-normal-webfont.eot");
  src: url("../fonts/parrylf-normal-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/parrylf-normal-webfont.woff2") format("woff2"), url("../fonts/parrylf-normal-webfont.woff") format("woff"), url("../fonts/parrylf-normal-webfont.ttf") format("truetype"), url("../fonts/parrylf-normal-webfont.svg#parrylf-normalregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?tdb6y6");
  src: url("../fonts/icomoon.eot?tdb6y6#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?tdb6y6") format("woff2"), url("../fonts/icomoon.ttf?tdb6y6") format("truetype"), url("../fonts/icomoon.woff?tdb6y6") format("woff"), url("../fonts/icomoon.svg?tdb6y6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone_icon:before {
  content: "\e900";
  color: #70cacc;
}

.icon-mail_icon:before {
  content: "\e901";
  color: #70cacc;
}

.icon-fancy-play:before {
  content: "\e904";
}

.icon-pause:before {
  content: "\e903";
}

.icon-sound-off:before {
  content: "\e905";
}

.icon-sound-on:before {
  content: "\e906";
}

.icon-arrow-filled-down:before {
  content: "\e902";
}

.icon-overview:before {
  content: "\e606";
}

.icon-arrow-up:before {
  content: "\e60c";
}

.icon-play:before {
  content: "\e904";
}

.icon-arrow-filled-next:before {
  content: "\e909";
}

.icon-arrow-filled-prev:before {
  content: "\e907";
}

.icon-arrow-next:before {
  content: "\e602";
}

.icon-arrow-prev:before {
  content: "\e603";
}

.icon-arrow-round-next:before {
  content: "\e604";
}

.icon-arrow-round-prev:before {
  content: "\e605";
}

.icon-facebook:before {
  content: "\e607";
}

.icon-linkedin:before {
  content: "\e608";
}

.icon-list:before {
  content: "\e609";
}

.icon-twitter:before {
  content: "\e60a";
}

.btn {
  font-family: "Roboto Slab", sans-serif;
  padding: 2px 15px 4px 15px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
  background: #389ca6;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn:hover {
  color: #ffffff;
  background: #f37046;
}

.sharing {
  display: none;
}

.btn-play {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -0.5em;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .btn-play {
    width: 50px;
    height: 50px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }
}
.btn-play i {
  display: block;
  margin-left: -5px;
  margin-top: -5px;
}

.btn-menu-collapse {
  display: none;
  position: absolute;
  top: 37.5px;
  z-index: 200;
  font-size: 40px;
  font-size: 4rem;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .btn-menu-collapse {
    display: inline-block;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: auto;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .btn-menu-collapse {
    right: 15px;
    left: auto;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .btn-menu-collapse {
    right: 15px;
    left: auto;
  }
}
.btn-menu-collapse i {
  display: block;
  margin-top: -0.5em;
  margin-left: -0.5em;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .btn-menu-collapse i {
    margin-left: -20px;
  }
}

.controls {
  line-height: 0;
}
.controls button {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  font-size: 40px;
  font-size: 4rem;
  color: #389ca6;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.controls button:focus {
  outline: none;
}
.controls button:hover {
  color: #389ca6;
}
.controls button:after {
  content: '';
  background: #ffffff;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  width: 95%;
  height: 95%;
  top: 2.5%;
  left: 2.5%;
  position: absolute;
  z-index: -1;
}

input {
  border: 2px solid #acacac;
  padding: 2px 10px;
  line-height: 25px;
  width: 100%;
  color: #389ca6;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
input:focus {
  outline: 0;
}
input[type="submit"] {
  background: #389ca6;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 0;
  display: block;
  margin: auto;
  max-width: 400px;
  color: #ffffff;
  text-transform: lowercase;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
input[type="submit"]:hover {
  background: #389ca6;
}
@media (min-width: 0px) and (max-width: 500px) {
  input {
    margin-bottom: 25px;
  }
}

button[type="submit"] {
  background: #389ca6;
  padding: 2px 15px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 0;
  display: block;
  margin: auto;
  max-width: 400px;
  color: #ffffff;
  text-transform: lowercase;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
button[type="submit"]:hover {
  background: #389ca6;
}
button[type="submit"]:focus {
  outline: 0;
}

form li:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
form li.error, form li.success {
  padding-left: 30%;
}
@media (min-width: 0px) and (max-width: 1023px) {
  form li.error, form li.success {
    padding-left: 0;
  }
}
form input {
  float: left;
  width: 70%;
}
@media (min-width: 0px) and (max-width: 1023px) {
  form input {
    float: none;
    width: 100%;
  }
}
form label {
  float: left;
  width: 30%;
}
@media (min-width: 0px) and (max-width: 1023px) {
  form label {
    float: none;
    width: 100%;
  }
}
form button[type="submit"] {
  margin-top: 15px;
  float: right;
}

.checkbox-container {
  cursor: pointer;
  width: 25px;
  margin: 0 15px 0 0;
  /* Create a custom checkbox */
}
.checkbox-container .mce_inline_error {
  outline: 2px solid #6B0505;
}
.checkbox-container .checkmark {
  height: 25px;
  width: 25px;
  background-color: #eee;
}

body.page-template-page-home .banner {
  overflow: visible;
  height: auto;
  width: auto;
  background-color: none;
  position: static;
}
body.page-template-page-home .footer-frosted {
  margin-top: -325px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.page-template-page-home .footer-frosted {
    margin-top: -270px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.page-template-page-home .footer-frosted {
    margin-top: -220px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.page-template-page-home .footer-frosted {
    margin-top: -180px;
  }
}
body.page-template-page-home .sub-menu-container, body.page-template-page-home .sub-menu-frosted {
  display: none;
}
body.page-template-page-home .large-nav-frosted {
  height: 75px;
}
body.page-template-page-home .large-nav {
  font-family: "Roboto Slab", sans-serif;
  border-top: 1px dashed #454441;
  -moz-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
  -ms-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
  -o-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
  border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin: auto;
  text-align: center;
  height: 100px;
}
body.page-template-page-home .large-nav > ul {
  display: inline-block;
}
body.page-template-page-home .large-nav > ul:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.page-template-page-home .large-nav > ul {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: -300px;
    background: rgba(255, 255, 255, 0);
    z-index: 150;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  body.page-template-page-home .large-nav > ul.active {
    margin-top: 75px;
  }
}
body.page-template-page-home .large-nav > ul > li {
  display: inline-block;
  text-transform: lowercase;
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.page-template-page-home .large-nav > ul > li {
    position: relative;
    display: block;
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
  }
  body.page-template-page-home .large-nav > ul > li:last-child {
    border-bottom: 1px dashed #454441;
    padding-bottom: 10px;
  }
}
body.page-template-page-home .large-nav > ul > li span {
  margin-right: 25px;
  position: relative;
  z-index: 100;
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.page-template-page-home .large-nav > ul > li span {
    margin: 0;
  }
}
body.page-template-page-home .large-nav > ul > li a {
  display: block;
  line-height: 75px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.page-template-page-home .large-nav > ul > li a {
    line-height: 1;
    padding: 20px 0;
  }
}
body.page-template-page-home .large-nav > ul > li:last-child span {
  margin-right: 0;
}
body.page-template-page-home .large-nav > ul > li.current-menu-item > a, body.page-template-page-home .large-nav > ul > li:hover > a {
  color: #f37046;
}
body.page-template-page-home ol#blog-list {
  margin-top: 0;
  background: #eeece7;
}
body.page-template-page-home ol#blog-list:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.page-template-page-home ol#blog-list li {
  position: relative;
  float: left;
  width: 20%;
}
@media (min-width: 1281px) and (max-width: 1680px) {
  body.page-template-page-home ol#blog-list li {
    width: 25%;
  }
  body.page-template-page-home ol#blog-list li:nth-child(5) {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  body.page-template-page-home ol#blog-list li {
    width: 33.33333%;
  }
  body.page-template-page-home ol#blog-list li:nth-child(5), body.page-template-page-home ol#blog-list li:nth-child(4) {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body.page-template-page-home ol#blog-list li {
    width: 33.33333%;
  }
  body.page-template-page-home ol#blog-list li:nth-child(5), body.page-template-page-home ol#blog-list li:nth-child(4) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.page-template-page-home ol#blog-list li {
    width: 33.33333%;
  }
  body.page-template-page-home ol#blog-list li:nth-child(5), body.page-template-page-home ol#blog-list li:nth-child(4) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.page-template-page-home ol#blog-list li {
    width: 50%;
  }
  body.page-template-page-home ol#blog-list li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.page-template-page-home ol#blog-list li {
    width: 100%;
    border-top: 1px dashed #454441;
    -moz-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
    -ms-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
    -o-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
    border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  body.page-template-page-home ol#blog-list li:nth-child(3) {
    display: block;
  }
}
body.page-template-page-home ol#blog-list li .blog-img-container {
  position: relative;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  opacity: 0.85;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1281px) and (max-width: 1680px) {
  body.page-template-page-home ol#blog-list li .blog-img-container {
    height: 250px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  body.page-template-page-home ol#blog-list li .blog-img-container {
    height: 220px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body.page-template-page-home ol#blog-list li .blog-img-container {
    height: 200px;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  body.page-template-page-home ol#blog-list li .blog-img-container {
    height: 180px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.page-template-page-home ol#blog-list li .blog-img-container {
    height: 180px;
  }
}
body.page-template-page-home ol#blog-list li .blog-text-container {
  width: 100%;
  min-height: 180px;
  height: auto;
  padding: 15px 25px;
}
body.page-template-page-home ol#blog-list li .blog-text-container h2 {
  font-size: 19px;
  font-size: 1.9rem;
  margin: 0 0 10px 0;
  margin-bottom: 2px;
  color: #389ca6;
}
body.page-template-page-home ol#blog-list li .blog-text-container h3 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #454441;
}
body.page-template-page-home ol#blog-list li:hover a {
  background: none;
}
body.page-template-page-home ol#blog-list li:hover .blog-img-container {
  opacity: 1;
}
body.page-template-page-home ol#blog-list li:hover .blog-text-container {
  color: #ffffff;
  background: #f37046;
}
body.page-template-page-home ol#blog-list li:hover h2 {
  color: #ffffff;
}
body.page-template-page-home ol#blog-list li:hover h3 {
  color: #ffffff;
}
body.page-template-page-home ol#blog-list li:hover .horizontal-axis {
  width: 80px;
}
body.page-template-page-home ol#blog-list li:hover .vertical-axis {
  height: 80px;
}
@media (min-width: 1281px) and (max-width: 1680px) {
  body.page-template-page-home ul#project-list li:nth-child(5) {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  body.page-template-page-home ul#project-list li:nth-child(5), body.page-template-page-home ul#project-list li:nth-child(4) {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body.page-template-page-home ul#project-list li:nth-child(5), body.page-template-page-home ul#project-list li:nth-child(4) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.page-template-page-home ul#project-list li:nth-child(5), body.page-template-page-home ul#project-list li:nth-child(4) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.page-template-page-home ul#project-list li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.page-template-page-home ul#project-list li {
    border-top: 1px dashed #454441;
    -moz-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
    -ms-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
    -o-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
    border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  body.page-template-page-home ul#project-list li:nth-child(3) {
    display: block;
  }
}
body.page-template-page-home ul#product-list {
  margin-top: 25px;
}
body.page-template-page-home ul#product-list:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.page-template-page-home ul#product-list li {
  position: relative;
  float: left;
  width: 20%;
}
@media (min-width: 1281px) and (max-width: 1680px) {
  body.page-template-page-home ul#product-list li {
    width: 25%;
  }
  body.page-template-page-home ul#product-list li:nth-child(5) {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  body.page-template-page-home ul#product-list li {
    width: 33.33333%;
  }
  body.page-template-page-home ul#product-list li:nth-child(5), body.page-template-page-home ul#product-list li:nth-child(4) {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body.page-template-page-home ul#product-list li {
    width: 33.33333%;
  }
  body.page-template-page-home ul#product-list li:nth-child(5), body.page-template-page-home ul#product-list li:nth-child(4) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.page-template-page-home ul#product-list li {
    width: 33.33333%;
  }
  body.page-template-page-home ul#product-list li:nth-child(5), body.page-template-page-home ul#product-list li:nth-child(4) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.page-template-page-home ul#product-list li {
    width: 50%;
  }
  body.page-template-page-home ul#product-list li:nth-child(3) {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.page-template-page-home ul#product-list li {
    width: 100%;
    border-top: 1px dashed #454441;
    -moz-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
    -ms-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
    -o-border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
    border-image: url("../img/ijsfontein-border.png") 2 0 0 0 repeat;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  body.page-template-page-home ul#product-list li:nth-child(3) {
    display: block;
  }
}
body.page-template-page-home ul#product-list li .product-img-container {
  position: relative;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  opacity: 0.85;
  background-size: cover;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1281px) and (max-width: 1680px) {
  body.page-template-page-home ul#product-list li .product-img-container {
    height: 250px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  body.page-template-page-home ul#product-list li .product-img-container {
    height: 220px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body.page-template-page-home ul#product-list li .product-img-container {
    height: 200px;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  body.page-template-page-home ul#product-list li .product-img-container {
    height: 180px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.page-template-page-home ul#product-list li .product-img-container {
    height: 180px;
  }
}
body.page-template-page-home ul#product-list li .product-text-container {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 15px 25px;
}
body.page-template-page-home ul#product-list li .product-text-container h2 {
  font-size: 19px;
  font-size: 1.9rem;
  margin: 0 0 10px 0;
  margin-bottom: 2px;
  color: #389ca6;
}
body.page-template-page-home ul#product-list li .product-text-container h3 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #454441;
}
body.page-template-page-home ul#product-list li:hover a {
  background: none;
}
body.page-template-page-home ul#product-list li:hover .product-img-container {
  opacity: 1;
}
body.page-template-page-home ul#product-list li:hover .product-text-container {
  color: #ffffff;
  background: #389ca6;
}
body.page-template-page-home ul#product-list li:hover h2 {
  color: #ffffff;
}
body.page-template-page-home ul#product-list li:hover h3 {
  color: #ffffff;
}
body.page-template-page-home ul#product-list li:hover .horizontal-axis {
  width: 80px;
}
body.page-template-page-home ul#product-list li:hover .vertical-axis {
  height: 80px;
}
body.page-template-page-home footer {
  margin-top: 10px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  body.page-template-page-home footer .secondary-links {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.page-template-page-home footer nav.large-nav {
    text-align: left;
    height: 89px;
  }
  body.page-template-page-home footer nav.large-nav ul {
    display: none;
  }
}
body.page-template-page-home footer .logo-container {
  background: none;
}

#home-banner {
  display: none;
  top: 0;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 56.25vw;
  max-height: calc(100vh - 75px);
}

#home-video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-height: calc(100vh - 75px);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
#home-video.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#home-video .controls {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #home-video .controls {
    bottom: 15px;
    right: 15px;
    display: none;
  }
}
#home-video video {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 56.25vw;
  min-width: 100%;
  width: 100%;
  height: 100%;
}

.mobile #home-banner.mob_active {
  position: relative;
}

html.no-touch .touch-video-play {
  display: none;
}

.touch-video-play {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 25%;
  z-index: 90;
  line-height: 0;
  font-size: 70px;
  font-size: 7rem;
  display: block;
}
@media (min-width: 0px) and (max-width: 767px) {
  .touch-video-play {
    font-size: 40px;
    font-size: 4rem;
    bottom: 15px;
  }
}
.touch-video-play i {
  position: relative;
  z-index: 1;
}
.touch-video-play i:after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  background: #ffffff;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.home-banner-text {
  top: 56%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  text-align: center;
}
.home-banner-text h1 {
  color: #ffffff;
  text-transform: lowercase;
  margin-left: -100px;
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
.home-banner-text h1 span {
  display: block;
  margin-left: 120px;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .home-banner-text {
    top: 50%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .home-banner-text {
    top: 50%;
  }
}
.home-banner-text .startvideo {
  display: block;
  position: relative;
  padding: 10px 40px;
  width: 190px;
  margin: auto;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .home-banner-text .startvideo {
    width: 160px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .home-banner-text .startvideo {
    width: 150px;
  }
}
.home-banner-text .startvideo:hover .btn-slab {
  fill: #389ca6;
}

.btn-slab {
  -moz-transition: fill 0.15s ease-in-out;
  -o-transition: fill 0.15s ease-in-out;
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

.home-btn-container {
  width: 40px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  line-height: 0;
  margin: auto;
  text-align: center;
  z-index: 10;
  font-size: 40px;
  font-size: 4rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  .home-btn-container {
    display: none;
  }
}
.home-btn-container a:after {
  content: '';
  background: #ffffff;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  width: 95%;
  height: 95%;
  top: 2.5%;
  left: 2.5%;
  position: absolute;
  z-index: -1;
}

#home-content {
  padding: 40px 0;
}
#home-content:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#home-content > h2 {
  color: #454441;
  padding: 0 40px;
  margin-top: 40px;
  margin-bottom: 25px;
}
@media (min-width: 0px) and (max-width: 500px) {
  #home-content > h2 {
    padding: 0 25px;
  }
}
#home-content > h2.blog-header {
  height: 100px;
  line-height: 2rem;
  padding: 40px;
  background-color: #eeece7;
  margin-bottom: 0;
}
#home-content ul#project-list {
  margin-top: 15px;
}

.home-introduction {
  width: 50%;
  float: left;
  padding: 0 90px 0 40px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .home-introduction {
    padding: 0 40px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .home-introduction {
    padding: 0 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .home-introduction {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .home-introduction {
    padding: 0 25px;
  }
}
.home-introduction h2 {
  color: #454441;
  margin-bottom: 15px;
}

.home-introduction_contact-options {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
}
.home-introduction_contact-options .home-introduction_contact-options__tel {
  display: flex;
  align-items: center;
  color: #389ca6;
  width: 35%;
  max-width: 250px;
  margin-right: 40px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .home-introduction_contact-options .home-introduction_contact-options__tel {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .home-introduction_contact-options .home-introduction_contact-options__tel {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-introduction_contact-options a.home-introduction_contact-options__email {
  display: flex;
  align-items: center;
  color: #389ca6;
  width: 35%;
}
.home-introduction_contact-options a.home-introduction_contact-options__email:hover {
  color: #f37046;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .home-introduction_contact-options a.home-introduction_contact-options__email {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .home-introduction_contact-options a.home-introduction_contact-options__email {
    width: 100%;
  }
}
.home-introduction_contact-options .icon-phone_icon:before,
.home-introduction_contact-options .icon-mail_icon:before {
  font-size: 45px;
  font-size: 4.5rem;
  padding-right: 10px;
}

.home-introduction_address-options {
  display: flex;
}
.home-introduction_address-options__img {
  display: block;
  width: 35%;
  max-width: 250px;
  margin-right: 40px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .home-introduction_address-options__img {
    width: 30%;
    margin-right: 20px;
  }
}
.home-introduction_address-options__address {
  width: 59%;
}

.newsletter-subscribe {
  width: 50%;
  float: left;
  min-height: 1px;
  padding: 0 0 0 40px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .newsletter-subscribe {
    padding: 0 40px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .newsletter-subscribe {
    padding: 0 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .newsletter-subscribe {
    width: 100%;
    float: none;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .newsletter-subscribe {
    padding: 0 25px;
  }
}
.newsletter-subscribe h2 {
  color: #454441;
  margin-bottom: 15px;
}

.lang-en .newsletter-subscribe {
  /* hide newsletter sunscribe page in english version */
  display: block;
}

form.newsletter-form .success {
  display: none;
}
form.newsletter-form button[type="submit"] {
  float: left;
  margin-left: 30%;
  width: auto;
}
@media (min-width: 0px) and (max-width: 1023px) {
  form.newsletter-form button[type="submit"] {
    margin-left: 0;
  }
}

body.android-native {
  background: red;
}

#home-video {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 0;
  height: 56.25vw;
}
#home-video video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#home-video video.portrait {
  height: 100%;
  width: auto;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#home-video video.landscape {
  width: 100%;
  height: auto;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.post-type-archive-projecten .sub-menu-frosted {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-image: url("../img/gradient.jpg");
  }
  body.post-type-archive-projecten .frosted-content {
    display: none;
  }
}
.frosted-content ul#project-list {
  margin-top: 0;
}
.frosted-content ul#project-list li .project-img-container {
  height: 450px;
  background-position: top center;
}
.frosted-content .project-award {
  display: none;
}

.custom-sub-menu-container {
  display: none;
  overflow: hidden;
  position: absolute;
  z-index: 99;
  width: 100%;
  max-width: 1920px;
  height: 100px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .custom-sub-menu-container {
    background: rgba(255, 255, 255, 0.5);
  }
}
.custom-sub-menu-container .custom-sub-menu-client {
  position: relative;
  text-align: center;
}
.custom-sub-menu-container .custom-sub-menu-member {
  position: relative;
  text-align: center;
}
.custom-sub-menu-container .project-filter {
  line-height: 100px;
  color: #454441;
  font-family: "Roboto", sans-serif;
  text-transform: lowercase;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 0px) and (max-width: 767px) {
  .custom-sub-menu-container .project-filter {
    line-height: 40px;
    height: 100px;
  }
}
.custom-sub-menu-container .project-filter:after {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url("../img/gradient.jpg");
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: -1;
  left: 0;
}
.custom-sub-menu-container .project-filter ul.client-list {
  width: auto;
  display: inline-block;
  vertical-align: top;
  *vertical-align: top;
  *zoom: 1;
  *display: inline;
}
.custom-sub-menu-container .project-filter ul.client-list:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.custom-sub-menu-container .project-filter ul.client-list li {
  float: left;
}
@media (min-width: 0px) and (max-width: 767px) {
  .custom-sub-menu-container .project-filter ul.client-list li {
    float: none;
  }
}
.custom-sub-menu-container .project-filter ul.client-list li:first-child {
  margin-right: 25px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .custom-sub-menu-container .project-filter ul.client-list li:first-child {
    margin-right: 0;
  }
}
.custom-sub-menu-container .project-filter ul.client-list img {
  width: auto;
  height: 40px;
  vertical-align: middle;
}
.custom-sub-menu-container .project-filter ul.team-list {
  width: auto;
  display: inline-block;
  vertical-align: top;
  *vertical-align: top;
  *zoom: 1;
  *display: inline;
}
.custom-sub-menu-container .project-filter ul.team-list:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.custom-sub-menu-container .project-filter ul.team-list > li {
  float: left;
  text-align: left;
  width: auto;
  line-height: 1.25;
}
.custom-sub-menu-container .project-filter ul.team-list > li .team-member-img-container {
  width: 80px;
  height: 80px;
  margin-top: 10px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .custom-sub-menu-container .project-filter ul.team-list > li .team-member-img-container {
    width: 50px;
    height: 50px;
    margin-top: 15px;
  }
}
.custom-sub-menu-container .project-filter ul.team-list > li .team-member-text-container {
  padding-top: 15px;
}
.custom-sub-menu-container .project-filter ul.team-list > li .team-member-text-container ul li:first-child {
  font-family: "Roboto Slab", sans-serif;
  margin-bottom: 2px;
}
@media (min-width: 0px) and (max-width: 500px) {
  .custom-sub-menu-container .project-filter ul.team-list > li .team-member-text-container {
    position: absolute;
    padding-left: 65px;
    width: 100%;
    padding-right: 20px;
  }
}
.custom-sub-menu-container .project-filter.category {
  line-height: 2em;
  padding-top: 15px;
}
.custom-sub-menu-container .project-filter.category span {
  color: #f37046;
  font-size: 20px;
  font-size: 2rem;
  display: block;
}
.custom-sub-menu-container .link-block {
  position: absolute;
  text-transform: lowercase;
  white-space: nowrap;
  z-index: 200;
  line-height: 100px;
}
.custom-sub-menu-container .link-block a {
  position: absolute;
}
.custom-sub-menu-container .link-block i {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  top: 30px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .custom-sub-menu-container .link-block i {
    font-size: 40px;
    font-size: 4rem;
    top: 30px;
  }
}
.custom-sub-menu-container .link-block-left {
  left: 25px;
}
.custom-sub-menu-container .link-block-left a {
  left: 65px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .custom-sub-menu-container .link-block-left a {
    left: 30px;
  }
}
.custom-sub-menu-container .link-block-left i {
  left: -65px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .custom-sub-menu-container .link-block-left i {
    top: 33px;
    left: -38px;
    font-size: 30px;
    font-size: 3rem;
  }
}
.custom-sub-menu-container .link-block-right {
  right: 25px;
}
.custom-sub-menu-container .link-block-right a {
  right: 65px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .custom-sub-menu-container .link-block-right a {
    right: 30px;
  }
}
.custom-sub-menu-container .link-block-right i {
  right: -65px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .custom-sub-menu-container .link-block-right i {
    top: 33px;
    right: -38px;
    font-size: 30px;
    font-size: 3rem;
  }
}

body.single-klanten .custom-sub-menu-container, body.single-mensen .custom-sub-menu-container, body.archive.category .custom-sub-menu-container {
  display: block;
}
body.single-klanten ul#project-list, body.single-mensen ul#project-list, body.archive.category ul#project-list {
  margin-top: 100px;
}

ul#project-list {
  margin-top: 100px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ul#project-list {
    margin-top: 0;
  }
}
ul#project-list:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul#project-list li {
  position: relative;
  float: left;
  width: 20%;
}
@media (min-width: 1281px) and (max-width: 1680px) {
  ul#project-list li {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  ul#project-list li {
    width: 33.33333%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  ul#project-list li {
    width: 33.33333%;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ul#project-list li {
    width: 33.33333%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ul#project-list li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ul#project-list li {
    width: 100%;
  }
}
ul#project-list li .project-img-container {
  position: relative;
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-size: cover;
  opacity: 0.85;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1281px) and (max-width: 1680px) {
  ul#project-list li .project-img-container {
    height: 250px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  ul#project-list li .project-img-container {
    height: 220px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  ul#project-list li .project-img-container {
    height: 200px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ul#project-list li .project-img-container {
    height: 200px;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  ul#project-list li .project-img-container {
    height: 180px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ul#project-list li .project-img-container {
    height: 180px;
  }
}
ul#project-list li .project-text-container {
  width: 100%;
  height: 110px;
  background: #ffffff;
  padding: 15px 25px;
}
ul#project-list li .project-text-container h2 {
  font-size: 19px;
  font-size: 1.9rem;
  margin: 0 0 10px 0;
  margin-bottom: 2px;
  color: #389ca6;
}
ul#project-list li .project-text-container h3 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #454441;
}
ul#project-list li:hover .project-img-container {
  opacity: 1;
}
ul#project-list li:hover .project-text-container {
  color: #ffffff;
  background: #f37046;
}
ul#project-list li:hover h2 {
  color: #ffffff;
}
ul#project-list li:hover h3 {
  color: #ffffff;
}
ul#project-list li:hover .horizontal-axis {
  width: 80px;
}
ul#project-list li:hover .vertical-axis {
  height: 80px;
}
ul#project-list .catdesccontainer {
  padding: 25px;
}
ul#project-list .catdesccontainer h1 {
  color: #ffffff;
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 10px;
}
ul#project-list .catdesccontainer h1:first-letter {
  text-transform: uppercase;
}
ul#project-list .catdesccontainer p {
  color: #ffffff;
}
ul#project-list .categorydesc {
  display: none;
}
ul#project-list .colored {
  background: url("../img/category-info.jpg") no-repeat;
  background-size: 100% 100%;
  height: 460px;
}
ul#project-list .colored p {
  max-width: 600px;
}
@media (min-width: 1281px) and (max-width: 1680px) {
  ul#project-list .colored {
    height: 360px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  ul#project-list .colored {
    height: 330px;
    width: 66.66667%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  ul#project-list .colored {
    height: 330px;
    width: 66.66667%;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ul#project-list .colored {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  ul#project-list .colored {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ul#project-list .colored {
    width: 100%;
    height: auto;
  }
  ul#project-list .colored .project-img-container {
    height: auto !important;
  }
}
ul#project-list .colored p {
  line-height: 1.5;
}
@media (min-width: 1281px) and (max-width: 1680px) {
  ul#project-list.placeholder-project {
    height: 360px;
  }
  ul#project-list.placeholder-project.item-5 {
    display: none;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  ul#project-list.placeholder-project {
    height: 330px;
  }
  ul#project-list.placeholder-project.item-5, ul#project-list.placeholder-project.item-4 {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  ul#project-list.placeholder-project {
    height: 310px;
  }
  ul#project-list.placeholder-project.item-5, ul#project-list.placeholder-project.item-4 {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ul#project-list.placeholder-project {
    height: 310px;
  }
  ul#project-list.placeholder-project.item-5, ul#project-list.placeholder-project.item-4 {
    display: none;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  ul#project-list.placeholder-project {
    height: 290px;
  }
  ul#project-list.placeholder-project.item-5, ul#project-list.placeholder-project.item-4, ul#project-list.placeholder-project.item-3 {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ul#project-list.placeholder-project {
    height: 290px;
  }
  ul#project-list.placeholder-project.item-5, ul#project-list.placeholder-project.item-4, ul#project-list.placeholder-project.item-3, ul#project-list.placeholder-project.item-2 {
    display: none;
  }
}
ul#project-list.placeholder-project .project-img-container {
  background: #ccc;
}

.horizontal-axis, .vertical-axis {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: #ffffff;
}

.horizontal-axis {
  width: 0px;
  height: 2px;
}

.vertical-axis {
  width: 2px;
  height: 0px;
}

@media (min-width: 0px) and (max-width: 767px) {
  body.single-projecten main {
    padding-top: 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.single-projecten main .primary-content {
    padding-top: 10px;
  }
}
body.single-projecten main .primary-content p.header {
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.single-projecten main .primary-content p.header {
    padding-right: 200px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.single-projecten main .primary-content p.header {
    padding-right: 0;
  }
}
body.single-projecten main .primary-content h3 {
  font-family: "Roboto", sans-serif;
  color: #389ca6;
}
@media (min-width: 0px) and (max-width: 1500px) {
  body.single-projecten main .primary-content .content-wrapper {
    max-width: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body.single-projecten main .primary-content .content-wrapper {
    max-width: 1280px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.single-projecten main .primary-content .content-wrapper {
    max-width: 1280px;
  }
}
@media (min-width: 0px) and (max-width: 1500px) {
  body.single-projecten main .primary-content .primary-content {
    padding-left: 210px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body.single-projecten main .primary-content .primary-content {
    padding-left: 90px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.single-projecten main .primary-content .primary-content {
    padding-left: 90px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.single-projecten main .primary-content .primary-content {
    padding-left: 40px;
  }
}
body.single-projecten ul.team-list:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
body.single-projecten ul.team-list > li {
  width: 50%;
  height: 110px;
  float: left;
  margin-bottom: 25px;
  position: relative;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  body.single-projecten ul.team-list > li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body.single-projecten ul.team-list > li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.single-projecten ul.team-list > li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.single-projecten ul.team-list > li {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 375px) {
  body.single-projecten ul.team-list > li {
    height: auto;
  }
}
body.single-projecten ul.team-list > li .team-member-img-container {
  width: 110px;
  height: 110px;
  overflow: hidden;
  -moz-border-radius: 110px;
  -webkit-border-radius: 110px;
  border-radius: 110px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  body.single-projecten ul.team-list > li .team-member-img-container {
    height: 80px;
    width: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body.single-projecten ul.team-list > li .team-member-img-container {
    height: 80px;
    width: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.single-projecten ul.team-list > li .team-member-img-container {
    height: 80px;
    width: 80px;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
  }
}
@media (min-width: 0px) and (max-width: 375px) {
  body.single-projecten ul.team-list > li .team-member-img-container {
    position: static;
  }
}
body.single-projecten ul.team-list > li .team-member-text-container {
  position: absolute;
  top: 0;
  left: 110px;
  padding: 25px 25px;
  font-family: "Roboto", sans-serif;
  text-transform: lowercase;
  color: #454441;
  line-height: 1.25;
}
body.single-projecten ul.team-list > li .team-member-text-container span {
  color: #389ca6;
  font-family: "Roboto Slab", sans-serif;
  text-transform: none;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  body.single-projecten ul.team-list > li .team-member-text-container {
    padding: 10px 15px;
    left: 80px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body.single-projecten ul.team-list > li .team-member-text-container {
    padding: 10px 15px;
    left: 80px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.single-projecten ul.team-list > li .team-member-text-container {
    left: 80px;
    padding: 10px 15px;
  }
}
@media (min-width: 0px) and (max-width: 375px) {
  body.single-projecten ul.team-list > li .team-member-text-container {
    width: 100%;
    position: static;
    padding-left: 0;
  }
}
body.single-projecten ul.team-list > li a {
  display: block;
}

.banner {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #eeece7;
}
@media (min-width: 0px) and (max-width: 767px) {
  .banner {
    height: 350px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .banner {
    height: 250px;
  }
}
.banner .banner-img {
  position: absolute;
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-transition: left 0.8s ease-in-out;
  -o-transition: left 0.8s ease-in-out;
  -webkit-transition: left 0.8s ease-in-out;
  transition: left 0.8s ease-in-out;
}
@media (min-width: 0px) and (max-width: 767px) {
  .banner .banner-img {
    height: 350px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .banner .banner-img {
    height: 250px;
  }
}
.banner .project-award {
  width: 150px;
  height: 150px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .banner .project-award {
    width: 100px;
    height: 100px;
  }
}
.banner .project-video {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 400px;
  font-size: 90px;
  font-size: 9rem;
  line-height: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .banner .project-video {
    height: 270px;
    font-size: 60px;
    font-size: 6rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .banner .project-video {
    height: 192px;
  }
}
.banner .large-nav-frosted {
  bottom: 0;
}
.banner nav.large-nav {
  bottom: 0;
}

@media (min-width: 0px) and (max-width: 1023px) {
  ul.awards-list li {
    display: inline;
  }
  ul.awards-list li:after {
    content: ',\00a0';
  }
  ul.awards-list li:last-child:after {
    content: ' ';
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ul.awards-list li {
    display: block;
  }
  ul.awards-list li:after {
    content: ' ';
  }
}

ul.team-list:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul.team-list > li {
  width: 50%;
  float: left;
  margin-bottom: 25px;
}
ul.team-list > li .team-member-img-container {
  float: left;
  width: 110px;
  height: 110px;
  overflow: hidden;
  -moz-border-radius: 110px;
  -webkit-border-radius: 110px;
  border-radius: 110px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  ul.team-list > li .team-member-img-container {
    width: 80px;
    height: 80px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ul.team-list > li .team-member-img-container {
    width: 60px;
    height: 60px;
  }
}
ul.team-list > li .team-member-text-container {
  float: left;
  padding: 25px 25px;
  font-family: "Roboto", sans-serif;
  text-transform: lowercase;
  color: #454441;
}
ul.team-list > li .team-member-text-container span {
  color: #389ca6;
  font-family: "Roboto Slab", sans-serif;
  text-transform: none;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  ul.team-list > li .team-member-text-container {
    padding: 10px 15px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ul.team-list > li .team-member-text-container {
    padding: 2px 10px;
  }
}
ul.team-list > li a {
  display: block;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  ul.team-list > li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ul.team-list > li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ul.team-list > li {
    width: 100%;
  }
}

body.post-type-archive-klanten .sub-menu-frosted {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url("../img/gradient.jpg");
}

body.single-klanten .sub-menu-frosted {
  display: none;
}
@media (min-width: 0px) and (max-width: 500px) {
  body.single-klanten .project-filter {
    height: 140px;
    padding-top: 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.single-klanten .project-filter:after {
    height: 140px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.single-klanten .project-filter .team-list {
    display: block;
    padding-left: 15px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.single-klanten .link-block {
    top: -25px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.single-klanten .custom-sub-menu-container {
    height: 140px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.single-klanten ul#project-list {
    margin-top: 140px;
  }
}

.frosted-content ul#project-list {
  margin-top: 0;
}
.frosted-content ul#project-list li .project-img-container {
  height: 450px;
  background-position: top center;
}
.frosted-content .project-award {
  display: none;
}

.client-img-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  height: 100px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .client-img-container {
    height: 50px;
  }
}

ul#client-list {
  margin-top: 100px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ul#client-list {
    margin-top: 0;
  }
}
ul#client-list:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ul#client-list li {
  position: relative;
  float: left;
  width: 16.66667%;
  height: 200px;
  text-align: center;
  border-right: 1px dashed #454441;
  border-bottom: 1px dashed #454441;
  -moz-border-image: url("../img/ijsfontein-border.png") 0 2 2 0 repeat;
  -ms-border-image: url("../img/ijsfontein-border.png") 0 2 2 0 repeat;
  -o-border-image: url("../img/ijsfontein-border.png") 0 2 2 0 repeat;
  border-image: url("../img/ijsfontein-border.png") 0 2 2 0 repeat;
  border-left: 0;
  border-top: 0;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
ul#client-list li a {
  display: block;
  padding: 50px;
}
@media (min-width: 1281px) and (max-width: 1680px) {
  ul#client-list li {
    width: 20%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  ul#client-list li {
    width: 25%;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  ul#client-list li {
    width: 25%;
    height: 150px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ul#client-list li {
    width: 33.33333%;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ul#client-list li {
    width: 50%;
  }
}
ul#client-list li img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
}
ul#client-list li:hover {
  background: #eeece7;
}

body.page-template-page-blog .sub-menu-frosted {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url("../img/gradient.jpg");
}

ol#blog-list {
  margin-top: 100px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol#blog-list {
    margin-top: 0;
  }
}
ol#blog-list:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
ol#blog-list li {
  position: relative;
  float: left;
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  ol#blog-list li {
    border-bottom: 1px dashed #454441;
    -moz-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    -ms-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    -o-border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    border-image: url("../img/ijsfontein-border.png") 0 0 2 0 repeat;
    border-left: 0;
    border-right: 0;
    border-top: 0;
  }
}
ol#blog-list li a {
  display: block;
  color: #000000;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
ol#blog-list li a h2 {
  -moz-transition: color 0s ease-in-out;
  -o-transition: color 0s ease-in-out;
  -webkit-transition: color 0s ease-in-out;
  transition: color 0s ease-in-out;
  margin-bottom: 10px;
  font-size: 28px;
  font-size: 2.8rem;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol#blog-list li a h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  ol#blog-list li a h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
ol#blog-list li .primary-content {
  width: 80%;
  padding: 40px 0 25px 40px;
}
ol#blog-list li .primary-content * {
  max-width: 896px;
}
@media (min-width: 1281px) and (max-width: 1680px) {
  ol#blog-list li .primary-content {
    width: 75%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  ol#blog-list li .primary-content {
    width: 66.66667%;
    padding: 25px 25px 25px 25px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  ol#blog-list li .primary-content {
    width: 66.66667%;
    padding: 25px 25px 25px 25px;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  ol#blog-list li .primary-content {
    width: 100%;
    padding: 25px 25px 25px 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol#blog-list li .primary-content {
    width: 100%;
    padding: 25px 25px 25px 25px;
  }
}
ol#blog-list li .secondary-content {
  width: 20%;
  padding: 0;
  margin: 0;
  width: 20%;
  -moz-transition: background 0s ease-in-out;
  -o-transition: background 0s ease-in-out;
  -webkit-transition: background 0s ease-in-out;
  transition: background 0s ease-in-out;
}
@media (min-width: 1281px) and (max-width: 1680px) {
  ol#blog-list li .secondary-content {
    width: 25%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  ol#blog-list li .secondary-content {
    width: 33.33333%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  ol#blog-list li .secondary-content {
    width: 33.33333%;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  ol#blog-list li .secondary-content {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  ol#blog-list li .secondary-content {
    width: 100%;
  }
}
ol#blog-list li .secondary-content a, ol#blog-list li .secondary-content img {
  display: block;
}
ol#blog-list li:hover a h2 {
  color: #f37046;
}

.blog-text-container {
  width: 100%;
}
.blog-text-container:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blog-text-container h1 {
  line-height: 1.25;
  margin-bottom: 25px;
}

.blog-img-container {
  width: 100%;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-size: cover;
}
@media (min-width: 1281px) and (max-width: 1680px) {
  .blog-img-container {
    height: 350px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .blog-img-container {
    height: 350px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .blog-img-container {
    height: 250px;
  }
}
@media (min-width: 501px) and (max-width: 768px) {
  .blog-img-container {
    height: 200px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .blog-img-container {
    height: 200px;
  }
}

.btn-newsletter a {
  display: block;
  position: absolute;
  top: 35px;
  right: 25px;
  color: #ffffff;
  background: #389ca6;
  text-transform: none;
  line-height: 1.7 !important;
  padding: 2px 15px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffffff;
  background: #389ca6;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn-newsletter:hover a {
  color: #ffffff !important;
  background: #f37046 !important;
}

body.single-post main,
body.post-type-archive-vacatures main,
body.single-vacatures main,
body.page-template-page-newsletter main {
  margin-top: 100px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.single-post main,
  body.post-type-archive-vacatures main,
  body.single-vacatures main,
  body.page-template-page-newsletter main {
    margin-top: 100px;
  }
}
body.single-post main .secondary-content,
body.post-type-archive-vacatures main .secondary-content,
body.single-vacatures main .secondary-content,
body.page-template-page-newsletter main .secondary-content {
  margin-top: 15px;
}
body.single-post p.date,
body.post-type-archive-vacatures p.date,
body.single-vacatures p.date,
body.page-template-page-newsletter p.date {
  color: #389ca6;
  margin-bottom: 25px;
  font-family: "Roboto", sans-serif;
}
body.single-post p.header,
body.post-type-archive-vacatures p.header,
body.single-vacatures p.header,
body.page-template-page-newsletter p.header {
  width: 100%;
}
body.single-post h2,
body.post-type-archive-vacatures h2,
body.single-vacatures h2,
body.page-template-page-newsletter h2 {
  margin: 40px 0 10px 0;
}
body.single-post h3,
body.post-type-archive-vacatures h3,
body.single-vacatures h3,
body.page-template-page-newsletter h3 {
  font-family: "Roboto", sans-serif;
  color: #389ca6;
}
body.single-post .blog-img-container,
body.post-type-archive-vacatures .blog-img-container,
body.single-vacatures .blog-img-container,
body.page-template-page-newsletter .blog-img-container {
  margin-top: 40px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.single-post .blog-img-container,
  body.post-type-archive-vacatures .blog-img-container,
  body.single-vacatures .blog-img-container,
  body.page-template-page-newsletter .blog-img-container {
    display: none;
  }
}
body.single-post .frosted-content .large-nav-frosted,
body.post-type-archive-vacatures .frosted-content .large-nav-frosted,
body.single-vacatures .frosted-content .large-nav-frosted,
body.page-template-page-newsletter .frosted-content .large-nav-frosted {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url("../img/gradient.jpg");
}
body.single-post .frosted-content .large-nav,
body.post-type-archive-vacatures .frosted-content .large-nav,
body.single-vacatures .frosted-content .large-nav,
body.page-template-page-newsletter .frosted-content .large-nav {
  display: none;
}
body.single-post #post_slide_nav_top,
body.post-type-archive-vacatures #post_slide_nav_top,
body.single-vacatures #post_slide_nav_top,
body.page-template-page-newsletter #post_slide_nav_top {
  top: 75px;
}
body.single-post .large-nav .sub-nav,
body.post-type-archive-vacatures .large-nav .sub-nav,
body.single-vacatures .large-nav .sub-nav,
body.page-template-page-newsletter .large-nav .sub-nav {
  border-right: 0;
}

body.page .singlevideo .large-nav {
  position: relative;
}
body.page .singlevideo .banner {
  height: auto;
}
body.page .singlevideo video {
  width: 100%;
}

body.page-template-page-expertise .sub-menu-container, body.page-template-page-expertise .sub-menu-frosted {
  display: none;
}

.expertise-back-wrapper {
  position: fixed;
  top: 75px;
  line-height: 1;
  z-index: 199;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-back-wrapper {
    position: absolute;
    top: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-back-wrapper {
    position: absolute;
    top: 0;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-back-wrapper {
    position: absolute;
    top: 0;
  }
}

#expertise-back {
  display: block;
  position: relative;
  color: #389ca6;
  font-size: 40px;
  font-size: 4rem;
  margin-top: 15px;
  margin-left: 25px;
  text-align: center;
  width: 40px;
  height: 40px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  -moz-transition: opacity 0.3s ease-in-out 0.3s, color 0.15s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out 0.3s, color 0.15s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, color 0.15s ease-in-out;
  -webkit-transition-delay: 0.3s, 0s;
  transition: opacity 0.3s ease-in-out 0.3s, color 0.15s ease-in-out;
}
#expertise-back:hover {
  color: #389ca6;
}
#expertise-back.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  pointer-events: auto;
}
#expertise-back:after {
  content: '';
  width: 95%;
  height: 95%;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  display: block;
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  z-index: -1;
  background: #ffffff;
}

.expertise-teaser-container {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 50;
  overflow: hidden;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-teaser-container {
    position: static;
    height: auto !important;
  }
  .expertise-teaser-container:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-teaser-container {
    position: static;
    height: auto !important;
  }
  .expertise-teaser-container:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-teaser-container {
    position: static;
    height: auto !important;
  }
  .expertise-teaser-container:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}
.expertise-teaser-container.open {
  margin-top: -100%;
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-teaser-container.open {
    margin-top: 0;
  }
}
.expertise-teaser-container .expertise-text {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  margin-top: -174px;
  width: 100%;
  max-width: 700px;
  text-align: center;
  color: #ffffff;
  padding: 0 25px;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-teaser-container .expertise-text {
    position: static;
    margin-top: 0;
    padding: 40px 40px;
    min-height: 320px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-teaser-container .expertise-text {
    position: static;
    margin-top: 0;
    padding: 40px 40px;
    min-height: 320px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-teaser-container .expertise-text {
    position: static;
    margin-top: 0;
    padding: 40px 40px;
    min-height: 320px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .expertise-teaser-container .expertise-text {
    padding-top: 90px;
  }
}
.expertise-teaser-container .expertise-text h2 {
  font-size: 40px;
  font-size: 4rem;
  color: #ffffff;
  text-transform: lowercase;
  position: relative;
  display: inline-block;
}
@media (min-width: 0px) and (max-width: 500px) {
  .expertise-teaser-container .expertise-text h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.expertise-teaser-container .expertise-text p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (min-width: 0px) and (max-width: 500px) {
  .expertise-teaser-container .expertise-text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.expertise-teaser-container .expertise-text i {
  color: #389ca6;
  -moz-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.expertise-teaser-container .expertise-text i:hover {
  color: #389ca6;
}
.expertise-teaser-container .expertise-text a {
  font-size: 60px;
  font-size: 6rem;
  position: relative;
  display: inline-block;
  margin-top: 90px;
  line-height: 0;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-teaser-container .expertise-text a {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-teaser-container .expertise-text a {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-teaser-container .expertise-text a {
    display: none;
  }
}
.expertise-teaser-container .expertise-text a:after {
  content: '';
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  position: absolute;
  width: 95%;
  height: 95%;
  top: 2.5%;
  left: 2.5%;
  z-index: -1;
  background: #ffffff;
}

#expertise-1-detail .expertise-teaser-container, #expertise-2-detail .expertise-teaser-container, #expertise-3-detail .expertise-teaser-container, #expertise-4-detail .expertise-teaser-container {
  background-image: url("../img/wine-gradient.jpg");
  background: #60082d;
  background: -moz-radial-gradient(center, ellipse cover, #60082d 0%, #460620 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #60082d), color-stop(100%, #460620));
  background: -webkit-radial-gradient(center, ellipse cover, #60082d 0%, #460620 100%);
  background: -o-radial-gradient(center, ellipse cover, #60082d 0%, #460620 100%);
  background: -ms-radial-gradient(center, ellipse cover, #60082d 0%, #460620 100%);
  background: radial-gradient(ellipse at center, #60082d 0%, #460620 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60082d', endColorstr='#460620', GradientType=1 );
}

.expertise-graphic {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: -300px;
  max-width: 580px;
  width: 100%;
  opacity: 0.6;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-graphic {
    width: 300px;
    margin-top: -150px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-graphic {
    width: 300px;
    margin-top: -150px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-graphic {
    width: 300px;
    margin-top: -150px;
  }
}

.expertise-window {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  top: 75px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  background-size: cover;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-window {
    position: static;
    height: auto !important;
    background-image: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-window {
    position: static;
    height: auto !important;
    background-image: none !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-window {
    position: static;
    height: auto !important;
    background-image: none !important;
  }
}

.expertise-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-content {
    position: static;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-content {
    position: static;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-content {
    position: static;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .expertise-content {
    padding-top: 0;
  }
}
.expertise-content h2 {
  font-size: 48px;
  font-size: 4.8rem;
  color: #ffffff;
  text-transform: lowercase;
  text-align: center;
  margin-top: 200px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .expertise-content h2 {
    margin-top: 150px;
    font-size: 40px;
    font-size: 4rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-content h2 {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-content h2 {
    display: none;
  }
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-content h2 {
    display: none;
  }
}

.mobile-img {
  display: none;
}
.mobile-img img {
  display: block;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .mobile-img {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .mobile-img {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .mobile-img {
    display: block;
  }
}

.expertise-text-container {
  width: 100%;
  position: absolute;
  text-align: left;
  bottom: 0;
  z-index: 50;
  overflow: hidden;
  clip: rect(auto, auto, auto, auto);
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-text-container {
    position: static;
    padding: 0;
    padding: 40px 0;
    background: #ffffff;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-text-container {
    position: static;
    padding: 0;
    padding: 40px 0;
    background: #ffffff;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-text-container {
    position: static;
    padding: 0;
    padding: 40px 0;
    background: #ffffff;
  }
}
.expertise-text-container .expertise-text {
  margin: auto;
  color: #ffffff;
  position: relative;
  z-index: 75;
  padding: 40px 0;
  padding-bottom: 40px;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-text-container .expertise-text {
    padding-top: 0;
    color: #454441;
    margin: auto;
    max-width: 800px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-text-container .expertise-text {
    padding-top: 0;
    color: #454441;
    margin: auto;
    max-width: 800px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-text-container .expertise-text {
    padding-top: 0;
    color: #454441;
    margin: auto;
    max-width: 800px;
  }
}
.expertise-text-container .expertise-text a {
  color: #ffffff;
  text-decoration: underline;
}
.expertise-text-container .expertise-text a:hover {
  text-decoration: none;
}
.expertise-text-container .expertise-text:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.expertise-text-container .expertise-text .text-left, .expertise-text-container .expertise-text .text-right {
  font-size: 16px;
  font-size: 1.6rem;
  width: 50%;
  float: left;
  padding: 0 40px;
  margin-bottom: 60px;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-text-container .expertise-text .text-left, .expertise-text-container .expertise-text .text-right {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 25px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-text-container .expertise-text .text-left, .expertise-text-container .expertise-text .text-right {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 25px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-text-container .expertise-text .text-left, .expertise-text-container .expertise-text .text-right {
    width: 100%;
    margin-bottom: 40px;
    padding: 0 25px;
  }
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-text-container .expertise-text .text-left {
    margin-bottom: 1em;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-text-container .expertise-text .text-left {
    margin-bottom: 1em;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-text-container .expertise-text .text-left {
    margin-bottom: 1em;
  }
}
.expertise-text-container .expertise-text ul {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
.expertise-text-container .expertise-text ul:after {
  content: ' ';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.expertise-text-container .expertise-text ul li {
  display: inline-block;
  vertical-align: top;
  *vertical-align: top;
  *zoom: 1;
  *display: inline;
  margin-right: 15px;
}
.expertise-text-container .expertise-text ul li:last-child {
  margin-right: 0;
}
.expertise-text-container .expertise-text ul li .btn {
  padding: 2px 40px;
  text-transform: lowercase;
}
.expertise-text-container .expertise-text ul li a {
  text-decoration: none;
}
.expertise-text-container .frosted-bg {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 1920px;
  left: auto;
  right: auto;
  z-index: -1;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-text-container .frosted-bg {
    background-image: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-text-container .frosted-bg {
    background-image: none !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-text-container .frosted-bg {
    background-image: none !important;
  }
}

#expertise-overview {
  position: relative;
  width: 100%;
  z-index: 50;
  pointer-events: none;
  height: 100%;
}
#expertise-overview a {
  pointer-events: none;
}
#expertise-overview a.active {
  color: #ffffff;
  background: #389ca6;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  #expertise-overview a {
    pointer-events: auto;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #expertise-overview a {
    pointer-events: auto;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  #expertise-overview a {
    pointer-events: auto;
  }
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  #expertise-overview {
    height: auto !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #expertise-overview {
    height: auto !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  #expertise-overview {
    height: auto !important;
  }
}

.expertise-overview-text-wrapper {
  display: table-cell;
  vertical-align: middle;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-overview-text-wrapper {
    display: block;
    max-width: 800px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-overview-text-wrapper {
    display: block;
    max-width: 800px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-overview-text-wrapper {
    display: block;
    max-width: 800px;
  }
}

.expertise-overview-text-container {
  margin: auto;
  padding: 0 20% 0 20%;
  text-align: center;
  color: #ffffff;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-overview-text-container {
    padding: 0 40px 0 40px;
    text-align: left;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-overview-text-container {
    padding: 0 40px 0 40px;
    text-align: left;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-overview-text-container {
    padding: 0 40px 0 40px;
    text-align: left;
  }
}
.expertise-overview-text-container h2 {
  color: #ffffff;
  font-size: 40px;
  font-size: 4rem;
  text-transform: lowercase;
}
@media (min-width: 0px) and (max-width: 500px) {
  .expertise-overview-text-container h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .expertise-overview-text-container p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#expertise-1, #expertise-2, #expertise-3, #expertise-4 {
  display: block;
  width: 50%;
  height: 50%;
  float: left;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: all 0.3s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out, opacity 0.2s ease-in-out;
  transition: all 0.3s ease-in-out, opacity 0.2s ease-in-out;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
#expertise-1.open, #expertise-2.open, #expertise-3.open, #expertise-4.open {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  #expertise-1, #expertise-2, #expertise-3, #expertise-4 {
    width: 100%;
    position: static;
    display: block;
    height: auto;
    padding: 40px 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5YjI0MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkNzIzYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #69b243), color-stop(100%, #1d723b));
    background-image: -moz-linear-gradient(#69b243, #1d723b);
    background-image: -webkit-linear-gradient(#69b243, #1d723b);
    background-image: linear-gradient(#69b243, #1d723b);
  }
  #expertise-1.open, #expertise-2.open, #expertise-3.open, #expertise-4.open {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #expertise-1, #expertise-2, #expertise-3, #expertise-4 {
    width: 100%;
    position: static;
    display: block;
    height: auto;
    padding: 40px 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5YjI0MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkNzIzYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #69b243), color-stop(100%, #1d723b));
    background-image: -moz-linear-gradient(#69b243, #1d723b);
    background-image: -webkit-linear-gradient(#69b243, #1d723b);
    background-image: linear-gradient(#69b243, #1d723b);
  }
  #expertise-1.open, #expertise-2.open, #expertise-3.open, #expertise-4.open {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  #expertise-1, #expertise-2, #expertise-3, #expertise-4 {
    width: 100%;
    position: static;
    display: block;
    height: auto;
    padding: 40px 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5YjI0MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkNzIzYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #69b243), color-stop(100%, #1d723b));
    background-image: -moz-linear-gradient(#69b243, #1d723b);
    background-image: -webkit-linear-gradient(#69b243, #1d723b);
    background-image: linear-gradient(#69b243, #1d723b);
  }
  #expertise-1.open, #expertise-2.open, #expertise-3.open, #expertise-4.open {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

.expertise-helper {
  display: table;
  height: 100%;
  width: 100%;
}

#expertise-1 {
  top: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#expertise-1.removed {
  padding-top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

#expertise-2 {
  top: 0;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#expertise-2.removed {
  padding-top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  #expertise-2 {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #expertise-2 {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  #expertise-2 {
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}

#expertise-3 {
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#expertise-3.removed {
  padding-top: 100px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  #expertise-3 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #expertise-3 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  #expertise-3 {
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

#expertise-4 {
  bottom: 0;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#expertise-4.removed {
  padding-top: 100px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  #expertise-4 {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #expertise-4 {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  #expertise-4 {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

#expertise-1-detail, #expertise-2-detail, #expertise-3-detail, #expertise-4-detail {
  position: relative;
  display: block;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  #expertise-1-detail, #expertise-2-detail, #expertise-3-detail, #expertise-4-detail {
    position: static;
    display: none;
    position: absolute;
    top: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #expertise-1-detail, #expertise-2-detail, #expertise-3-detail, #expertise-4-detail {
    position: static;
    display: none;
    position: absolute;
    top: 0;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  #expertise-1-detail, #expertise-2-detail, #expertise-3-detail, #expertise-4-detail {
    position: static;
    display: none;
    position: absolute;
    top: 0;
  }
}
#expertise-1-detail.active, #expertise-2-detail.active, #expertise-3-detail.active, #expertise-4-detail.active {
  z-index: 25;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  #expertise-1-detail.active, #expertise-2-detail.active, #expertise-3-detail.active, #expertise-4-detail.active {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #expertise-1-detail.active, #expertise-2-detail.active, #expertise-3-detail.active, #expertise-4-detail.active {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  #expertise-1-detail.active, #expertise-2-detail.active, #expertise-3-detail.active, #expertise-4-detail.active {
    display: block;
  }
}
#expertise-1-detail.active .expertise-graphic img, #expertise-2-detail.active .expertise-graphic img, #expertise-3-detail.active .expertise-graphic img, #expertise-4-detail.active .expertise-graphic img {
  -moz-animation: rotate infinite 40s linear;
  -webkit-animation: rotate infinite 40s linear;
  animation: rotate infinite 40s linear;
}
#expertise-1-detail.open .expertise-window, #expertise-2-detail.open .expertise-window, #expertise-3-detail.open .expertise-window, #expertise-4-detail.open .expertise-window {
  z-index: 30;
}
#expertise-1-detail.open .expertise-graphic img, #expertise-2-detail.open .expertise-graphic img, #expertise-3-detail.open .expertise-graphic img, #expertise-4-detail.open .expertise-graphic img {
  -moz-animation: rotate infinite 40s linear;
  -webkit-animation: rotate infinite 40s linear;
  animation: rotate infinite 40s linear;
}

.small-graphic {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#expertise-2-detail .small-graphic {
  position: absolute;
  width: 900px;
  height: 100px;
  left: -300px;
  right: 0;
  top: 100px;
  margin: auto;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  #expertise-2-detail .small-graphic {
    width: 600px;
    left: -150px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #expertise-2-detail .small-graphic {
    width: 600px;
    left: -150px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  #expertise-2-detail .small-graphic {
    width: 600px;
    left: -150px;
  }
}
#expertise-2-detail.open .small-graphic, #expertise-2-detail.active .small-graphic {
  -moz-animation: rotate infinite 10s linear;
  -webkit-animation: rotate infinite 10s linear;
  animation: rotate infinite 10s linear;
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#expertise-2-detail.open .small-graphic .inner, #expertise-2-detail.active .small-graphic .inner {
  -moz-animation: rotate infinite 20s linear;
  -webkit-animation: rotate infinite 20s linear;
  animation: rotate infinite 20s linear;
}
#expertise-2-detail.open .small-graphic .inner img, #expertise-2-detail.active .small-graphic .inner img {
  display: block;
  -moz-animation: rocket infinite 0.3s ease-in-out alternate;
  -webkit-animation: rocket infinite 0.3s ease-in-out alternate;
  animation: rocket infinite 0.3s ease-in-out alternate;
}
#expertise-2-detail.open .small-graphic.active, #expertise-2-detail.active .small-graphic.active {
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

#expertise-3-detail.open .small-graphic, #expertise-3-detail.active .small-graphic, #expertise-1-detail.open .small-graphic, #expertise-1-detail.active .small-graphic {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -60px;
  top: -25px;
  -moz-animation: rotate infinite 5s linear;
  -webkit-animation: rotate infinite 5s linear;
  animation: rotate infinite 5s linear;
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#expertise-3-detail.open .small-graphic img, #expertise-3-detail.active .small-graphic img, #expertise-1-detail.open .small-graphic img, #expertise-1-detail.active .small-graphic img {
  -moz-animation: rotate infinite 10s linear;
  -webkit-animation: rotate infinite 10s linear;
  animation: rotate infinite 10s linear;
}
#expertise-3-detail.open .small-graphic.active, #expertise-3-detail.active .small-graphic.active, #expertise-1-detail.open .small-graphic.active, #expertise-1-detail.active .small-graphic.active {
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

#expertise-4-detail.open .small-graphic, #expertise-4-detail.active .small-graphic {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -60px;
  top: -25px;
  z-index: 5;
  -moz-animation: handin forwards 1.5s ease-in-out;
  -webkit-animation: handin forwards 1.5s ease-in-out;
  animation: handin forwards 1.5s ease-in-out;
}
#expertise-4-detail.open .small-graphic img, #expertise-4-detail.active .small-graphic img {
  -moz-animation: wiggle infinite 1s ease-in-out alternate;
  -webkit-animation: wiggle infinite 1s ease-in-out alternate;
  animation: wiggle infinite 1s ease-in-out alternate;
}
#expertise-4-detail.open .small-graphic.active img, #expertise-4-detail.active .small-graphic.active img {
  -moz-animation: wiggle infinite 0.5s ease-in-out alternate;
  -webkit-animation: wiggle infinite 0.5s ease-in-out alternate;
  animation: wiggle infinite 0.5s ease-in-out alternate;
}
#expertise-4-detail.open .graphic-trail, #expertise-4-detail.active .graphic-trail {
  position: absolute;
  height: 180px;
  width: 900px;
  right: -950px;
  top: -160px;
  z-index: 4;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 500px) {
  #expertise-4-detail.open .graphic-trail, #expertise-4-detail.active .graphic-trail {
    top: -180px;
  }
}
#expertise-4-detail.open .graphic-trail svg, #expertise-4-detail.active .graphic-trail svg {
  width: 900px;
}
#expertise-4-detail.open .graphic-trail .trail, #expertise-4-detail.active .graphic-trail .trail {
  stroke-dasharray: 108;
  -moz-animation: dash forwards 3.1s ease-in-out;
  -webkit-animation: dash forwards 3.1s ease-in-out;
  animation: dash forwards 3.1s ease-in-out;
}
#expertise-4-detail.open .graphic-trail .trail-helper, #expertise-4-detail.active .graphic-trail .trail-helper {
  -moz-animation: dashhelper forwards 3.1s ease-in-out;
  -webkit-animation: dashhelper forwards 3.1s ease-in-out;
  animation: dashhelper forwards 3.1s ease-in-out;
}

.expertise-wrapper {
  position: relative;
  width: 100%;
  max-width: 1920px;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  .expertise-wrapper {
    height: auto !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .expertise-wrapper {
    height: auto !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  .expertise-wrapper {
    height: auto !important;
  }
}

#expertise-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 50;
}
#expertise-svg path {
  -moz-transition: -moz-transform 2s ease-in-out;
  -o-transition: -o-transform 2s ease-in-out;
  -webkit-transition: -webkit-transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
}
#expertise-svg path.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: -moz-transform 2s ease-in-out, opacity 0s ease-in-out;
  -o-transition: -o-transform 2s ease-in-out, opacity 0s ease-in-out;
  -webkit-transition: -webkit-transform 2s ease-in-out, opacity 0s ease-in-out;
  transition: transform 2s ease-in-out, opacity 0s ease-in-out;
}
@media (min-device-width: 1024px) and (max-device-width: 1280px) and (orientation: landscape) {
  #expertise-svg {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #expertise-svg {
    display: none !important;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  #expertise-svg {
    display: none !important;
  }
}

#shape-1 {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#shape-1.open {
  -moz-transform: translate3d(-1000px, -1000px, 0);
  -ms-transform: translate3d(-1000px, -1000px, 0);
  -webkit-transform: translate3d(-1000px, -1000px, 0);
  transform: translate3d(-1000px, -1000px, 0);
}

#shape-2 {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#shape-2.open {
  -moz-transform: translate3d(1000px, -1000px, 0);
  -ms-transform: translate3d(1000px, -1000px, 0);
  -webkit-transform: translate3d(1000px, -1000px, 0);
  transform: translate3d(1000px, -1000px, 0);
}

#shape-3 {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#shape-3.open {
  -moz-transform: translate3d(-1000px, 1000px, 0);
  -ms-transform: translate3d(-1000px, 1000px, 0);
  -webkit-transform: translate3d(-1000px, 1000px, 0);
  transform: translate3d(-1000px, 1000px, 0);
}

#shape-4 {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#shape-4.open {
  -moz-transform: translate3d(1000px, 1000px, 0);
  -ms-transform: translate3d(1000px, 1000px, 0);
  -webkit-transform: translate3d(1000px, 1000px, 0);
  transform: translate3d(1000px, 1000px, 0);
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: rotate(360deg) translate3d(0, 0, 0);
    transform: rotate(360deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0, 0, 0);
    transform: rotate(360deg) translate3d(0, 0, 0);
  }
}
@keyframes rotate {
  0% {
    -moz-transform: rotate(0deg) translate3d(0, 0, 0);
    -ms-transform: rotate(0deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: rotate(360deg) translate3d(0, 0, 0);
    -ms-transform: rotate(360deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(360deg) translate3d(0, 0, 0);
    transform: rotate(360deg) translate3d(0, 0, 0);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: rotate(-25deg) translate3d(0, 0, 0);
    transform: rotate(-25deg) translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: rotate(5deg) translate3d(0, 0, 0);
    transform: rotate(5deg) translate3d(0, 0, 0);
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-25deg) translate3d(0, 0, 0);
    transform: rotate(-25deg) translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
    transform: rotate(5deg) translate3d(0, 0, 0);
  }
}
@keyframes wiggle {
  0% {
    -moz-transform: rotate(-25deg) translate3d(0, 0, 0);
    -ms-transform: rotate(-25deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(-25deg) translate3d(0, 0, 0);
    transform: rotate(-25deg) translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: rotate(5deg) translate3d(0, 0, 0);
    -ms-transform: rotate(5deg) translate3d(0, 0, 0);
    -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
    transform: rotate(5deg) translate3d(0, 0, 0);
  }
}
@-moz-keyframes handin {
  0% {
    right: -1000px;
    top: -5px;
  }
  50% {
    top: -190px;
  }
  100% {
    right: -60px;
    top: -25px;
  }
}
@-webkit-keyframes handin {
  0% {
    right: -1000px;
    top: -5px;
  }
  50% {
    top: -190px;
  }
  100% {
    right: -60px;
    top: -25px;
  }
}
@keyframes handin {
  0% {
    right: -1000px;
    top: -5px;
  }
  50% {
    top: -190px;
  }
  100% {
    right: -60px;
    top: -25px;
  }
}
@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 108;
  }
  50% {
    stroke-dashoffset: 0;
  }
  70% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 108;
  }
  50% {
    stroke-dashoffset: 0;
  }
  70% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 108;
  }
  50% {
    stroke-dashoffset: 0;
  }
  70% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/*
@include keyframes(liftoff) {
	from {
		@include transform(rotate(-180deg));
	}
	to {
		@include transform(rotate(0deg));
	}
}
*/
/*
@include keyframes(rocket) {
	from {
		@include transform(translateX(5px))
	}
	to {
		@include transform(translateX(-5px))
	}
}
*/
/*
@include keyframes(dashhelper) {
	0% {
		@include opaque;
	}
	70% {
		@include opaque;
	}
	100% {
		@include transparent;
	}
}
*/
ol#awardlist {
  margin-left: auto;
  margin-right: auto;
  font-family: "Roboto Slab", sans-serif;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  padding-top: 40px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  ol#awardlist {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
ol#awardlist:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.award_entry a {
  display: block;
}

body.page-template-page-awards .sub-menu-frosted {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background-image: url("../img/gradient.jpg");
}
@media (min-width: 0px) and (max-width: 767px) {
  body.page-template-page-awards main {
    padding-top: 40px;
  }
}
@media (min-width: 0px) and (max-width: 1500px) {
  body.page-template-page-awards nav.large-nav .primary-content {
    padding-left: 90px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.page-template-page-awards nav.large-nav .primary-content {
    padding-left: 90px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.page-template-page-awards nav.large-nav .primary-content {
    height: 80px;
    padding-left: 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.page-template-page-awards nav.large-nav .primary-content {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 0px) and (max-width: 1500px) {
  body.page-template-page-awards nav.large-nav .content-wrapper {
    max-width: 1280px;
  }
}
body.page-template-page-awards main .primary-content {
  width: 100%;
}
body.page-template-page-awards .banner {
  height: 100px;
}
@media (min-width: 0px) and (max-width: 767px) {
  body.page-template-page-awards .banner {
    height: 75px;
  }
}
body.page-template-page-awards .banner nav.large-nav {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  background: rgba(255, 255, 255, 0.75);
  bottom: auto;
}
body.page-template-page-awards .banner .large-nav-frosted {
  bottom: auto;
  background-image: url("../img/gradient.jpg");
}
body.page-template-page-awards footer {
  margin-top: 0;
}

body.post-type-archive-mensen #main-nav ul#additional-team-nav {
  position: absolute;
  z-index: 200;
  right: 15px;
  text-align: right;
  top: 22px;
}
body.post-type-archive-mensen #main-nav ul#additional-team-nav li {
  display: block;
  float: none;
  margin-right: 10px;
  margin-bottom: 2px;
}
body.post-type-archive-mensen #main-nav ul#additional-team-nav li:last-child {
  margin-bottom: 0;
}
body.post-type-archive-mensen #main-nav ul#additional-team-nav li a {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  *vertical-align: top;
  *zoom: 1;
  *display: inline;
  color: #ffffff;
}

body.single-mensen .sub-menu-frosted, body.single-portfolio .sub-menu-frosted {
  display: none;
}
@media (min-width: 0px) and (max-width: 767px) {
  body.single-mensen .project-filter, body.single-portfolio .project-filter {
    height: 140px;
    padding-top: 40px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.single-mensen .project-filter:after, body.single-portfolio .project-filter:after {
    height: 140px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.single-mensen .project-filter .team-list, body.single-portfolio .project-filter .team-list {
    display: block;
    padding-left: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.single-mensen .link-block, body.single-portfolio .link-block {
    top: -25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.single-mensen .custom-sub-menu-container, body.single-portfolio .custom-sub-menu-container {
    height: 140px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.single-mensen ul#project-list, body.single-portfolio ul#project-list {
    margin-top: 140px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body.post-type-archive-mensen .sub-menu-frosted {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-image: url("../img/gradient.jpg");
  }
  body.post-type-archive-mensen .frosted-content {
    display: none;
  }
}
@media (min-width: 1281px) and (max-width: 1680px) {
  body.page-template-page-newsletter nav.large-nav .primary-content {
    padding-left: 90px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  body.page-template-page-newsletter nav.large-nav .primary-content {
    padding-left: 90px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body.page-template-page-newsletter nav.large-nav .primary-content {
    padding-left: 90px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.page-template-page-newsletter nav.large-nav .primary-content {
    padding-left: 90px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.page-template-page-newsletter nav.large-nav .primary-content {
    padding-left: 40px;
  }
}

body.post-type-archive-mensen ul#project-list li .project-img-container {
  background-position: top center;
}
@media (min-width: 1681px) {
  body.post-type-archive-mensen ul#project-list li .project-img-container {
    height: 400px;
  }
}
@media (min-width: 1281px) and (max-width: 1680px) {
  body.post-type-archive-mensen ul#project-list li .project-img-container {
    height: 350px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  body.post-type-archive-mensen ul#project-list li .project-img-container {
    height: 400px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  body.post-type-archive-mensen ul#project-list li .project-img-container {
    height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.post-type-archive-mensen ul#project-list li .project-img-container {
    height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.post-type-archive-mensen ul#project-list li .project-img-container {
    height: 400px;
  }
}
body.post-type-archive-mensen ul#project-list li.no_rollover a {
  cursor: default;
}
body.post-type-archive-mensen ul#project-list li.no_rollover .horizontal-axis, body.post-type-archive-mensen ul#project-list li.no_rollover .vertical-axis {
  display: none;
}
body.post-type-archive-mensen ul#project-list li.no_rollover:hover .project-text-container {
  background: #ffffff;
}
body.post-type-archive-mensen ul#project-list li.no_rollover:hover .project-text-container h2 {
  color: #389ca6;
}
body.post-type-archive-mensen ul#project-list li.no_rollover:hover .project-text-container h3 {
  color: #454441;
}
body.post-type-archive-mensen ul#project-list li.no_rollover:hover .project-img-container {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}

body.post-type-archive-producten .frosted-target {
  display: none;
}
body.post-type-archive-producten #blog-list {
  margin-top: 0;
}

.producten-intro {
  background: url("../img/faq-bg.jpg") no-repeat;
  background-size: 100% 100%;
  color: #ffffff;
  padding: 40px;
}
@media (min-width: 501px) and (max-width: 768px) {
  .producten-intro {
    padding: 25px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .producten-intro {
    padding: 25px;
  }
}
.producten-intro h2 {
  color: #ffffff;
}

.producten-text-container {
  max-width: 1320px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 60px;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}
@media (min-width: 501px) and (max-width: 768px) {
  .producten-text-container {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .producten-text-container {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.facts {
  margin-top: 40px;
  font-family: "Roboto Slab", sans-serif;
}
.facts ul, .facts ol {
  list-style: inside disc;
}

/* F.A.Q. */
body.post-type-archive-faq .banner, body.single-faq .banner {
  overflow: visible;
  z-index: 100;
}
body.post-type-archive-faq main, body.single-faq main {
  padding-top: 0px;
  margin-top: 55px;
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.post-type-archive-faq .external ul li, body.single-faq .external ul li {
    padding-top: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.post-type-archive-faq .external ul li, body.single-faq .external ul li {
    padding-top: 20px;
  }
}
@media (min-width: 0px) and (max-width: 1500px) {
  body.post-type-archive-faq nav.large-nav .primary-content, body.single-faq nav.large-nav .primary-content {
    padding-left: 90px;
  }
}
@media (min-width: 0px) and (max-width: 1023px) {
  body.post-type-archive-faq nav.large-nav .primary-content, body.single-faq nav.large-nav .primary-content {
    padding-left: 90px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  body.post-type-archive-faq nav.large-nav .primary-content, body.single-faq nav.large-nav .primary-content {
    height: 80px;
    padding-left: 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.post-type-archive-faq nav.large-nav .primary-content, body.single-faq nav.large-nav .primary-content {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 0px) and (max-width: 1500px) {
  body.post-type-archive-faq nav.large-nav .content-wrapper, body.single-faq nav.large-nav .content-wrapper {
    max-width: 1280px;
  }
}

body.post-type-archive-faq nav.large-nav .primary-content {
  padding-left: 135px;
}
@media (min-width: 0px) and (max-width: 767px) {
  body.post-type-archive-faq nav.large-nav .primary-content {
    padding-left: 40px;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.post-type-archive-faq nav.large-nav .primary-content {
    padding-left: 25px;
  }
}

#faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 645px;
}
#faq-list li {
  padding: 0;
  margin-bottom: 15px;
}
#faq-list li h2 {
  position: relative;
  font-family: "Roboto Slab", sans-serif;
  line-height: 1.35;
}
@media (min-width: 0px) and (max-width: 767px) {
  #faq-list li h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  #faq-list li h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (min-width: 0px) and (max-width: 375px) {
  #faq-list li h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#faq-list li h2 span.icon-arrow-filled-next {
  font-size: 30px;
  font-size: 3rem;
  position: absolute;
  left: 0;
  -moz-transition: -moz-transform 0.15s ease-in-out;
  -o-transition: -o-transform 0.15s ease-in-out;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
}
#faq-list li h2 span.question {
  padding-left: 45px;
  display: block;
}
#faq-list li h2 span.question span {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #389ca6;
}
#faq-list li h2 a {
  display: block;
}
#faq-list li.active h2 span.icon-arrow-filled-next {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#faq-list li.active .faq-content {
  height: auto;
}

.faq-content {
  padding-left: 45px;
  height: 0;
  overflow: hidden;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
@media (min-width: 0px) and (max-width: 375px) {
  .faq-content {
    padding-left: 0;
  }
}

.faq-overview {
  margin-bottom: 10px;
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.faq-overview i {
  font-size: 34px;
  font-size: 3.4rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  .faq-overview i {
    font-size: 30px;
    font-size: 3rem;
  }
}
.faq-overview span {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding-left: 5px;
  padding-top: 5px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .faq-overview span {
    padding-top: 0;
  }
}

body.single-faq h1 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media (min-width: 0px) and (max-width: 767px) {
  body.single-faq h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  body.single-faq h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (min-width: 0px) and (max-width: 375px) {
  body.single-faq h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: transparent url("../img/prj_gallery_loader.gif") center center no-repeat;
}

.slick-initialized {
  background: none;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  min-height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 100px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.ijskonein-wrapper {
  width: 80px;
  position: absolute;
  z-index: 1000;
}
.ijskonein-wrapper:hover .body * {
  fill: #389ca6;
}
.ijskonein-wrapper:hover li .body * {
  fill: #389ca6;
}
.ijskonein-wrapper .body * {
  -moz-transition: fill 0.15s ease-in-out;
  -o-transition: fill 0.15s ease-in-out;
  -webkit-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

.banner {
  overflow: hidden;
}
.banner .ijskonein-wrapper {
  bottom: 60%;
  left: -38px;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
.banner .ijskonein-wrapper .ijskonein {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.banner .ijskonein-wrapper:hover {
  left: -20px;
}

footer .ijskonein-wrapper {
  bottom: 86px;
  left: 20%;
  z-index: 1;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .ijskonein-wrapper {
    bottom: 60px;
  }
}
footer .ijskonein-wrapper:hover {
  bottom: 90px;
}
@media (min-width: 0px) and (max-width: 767px) {
  footer .ijskonein-wrapper:hover {
    bottom: 60px;
  }
}

.eyes {
  -moz-animation: eyes 2s ease-in-out infinite;
  -webkit-animation: eyes 2s ease-in-out infinite;
  animation: eyes 2s ease-in-out infinite;
}

#ijskoneinHolder {
  display: none;
}

#ijskonein-modal {
  width: 340px;
  display: none;
  position: fixed;
  font-family: "Roboto Slab", sans-serif;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: url("../img/ijskonein-modal-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding: 25px;
  z-index: 1000;
  left: 50%;
  top: 50%;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#ijskonein-modal.active {
  z-index: 200;
}
#ijskonein-modal span.greet {
  color: #389ca6;
  font-family: "Roboto", sans-serif;
}
#ijskonein-modal p {
  color: #389ca6;
}
#ijskonein-modal ul li {
  width: 80px;
  height: 60px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  position: relative;
  background: url("../img/ijskonein-empty.png");
  background-size: 100% 100%;
}
#ijskonein-modal ul li svg {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#ijskonein-modal ul li svg .body path {
  fill: #389ca6;
}
#ijskonein-modal ul li.last-child {
  margin-right: 0;
}
#ijskonein-modal ul li.found svg {
  -moz-animation: found-stamp 1.5s ease-in-out forwards;
  -webkit-animation: found-stamp 1.5s ease-in-out forwards;
  animation: found-stamp 1.5s ease-in-out forwards;
}
#ijskonein-modal ul li.active svg {
  -moz-transform: rotate(0deg) scale(1) translateY(0px);
  -ms-transform: rotate(0deg) scale(1) translateY(0px);
  -webkit-transform: rotate(0deg) scale(1) translateY(0px);
  transform: rotate(0deg) scale(1) translateY(0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#ijskonein-modal .copy {
  margin-bottom: 30px;
}
#ijskonein-modal .btn {
  margin-top: 10px;
  float: left;
}

.ijskonein {
  position: relative;
  cursor: pointer;
}
.ijskonein.found {
  -moz-animation: found 0.5s ease-in-out forwards;
  -webkit-animation: found 0.5s ease-in-out forwards;
  animation: found 0.5s ease-in-out forwards;
}

#ijskonein-form {
  display: none;
  max-width: 600px;
  min-height: 550px;
  width: 100%;
  padding: 60px 40px 10px 40px;
}
@media (min-width: 0px) and (max-width: 767px) {
  #ijskonein-form {
    padding: 40px 25px 25px 25px;
  }
}
#ijskonein-form h1 {
  position: relative;
  display: inline-block;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#ijskonein-form h1:after {
  position: absolute;
  top: -30px;
  right: -45px;
  content: '';
  display: block;
  width: 90px;
  height: 50px;
  background-image: url("../img/ijskonein-grats.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#ijskonein-form form ul li input[type="checkbox"], #ijskonein-form form ul li input[type="radio"] {
  z-index: -1;
  position: absolute;
  visibility: hidden;
}
#ijskonein-form form ul li input[type="checkbox"] + label {
  display: block;
  background-repeat: no-repeat;
  background-image: url("../img/checkbox-empty.png");
  background-size: 20px 20px;
  background-position: left center;
  line-height: 25px;
  padding-top: 1px;
}
#ijskonein-form form ul li input[type="checkbox"]:checked + label {
  background-image: url("../img/checkbox-checked.png");
}
#ijskonein-form form ul li button[type="submit"] {
  margin-top: 30px;
}
#ijskonein-form form ul li label {
  color: #389ca6;
  padding-top: 7px;
}
#ijskonein-form form ul li.mc-field-group input[type="checkbox"] {
  width: auto;
  margin-left: 30%;
  float: left;
}
#ijskonein-form form ul li.mc-field-group label {
  padding-top: 0;
  width: 70%;
  padding-left: 30px;
  margin-left: 30%;
}
@media (min-width: 0px) and (max-width: 1023px) {
  #ijskonein-form form ul li.mc-field-group label {
    margin-left: 0;
    width: 100%;
  }
}
#ijskonein-form .response {
  margin-top: 25px;
}
#ijskonein-form #mce-success-response {
  position: absolute;
  height: 600px;
  background-color: #F9F9F9;
  top: 0;
  padding: 30px 40px 0 20px;
}

/*------------------------------------*\
:    Animations
\*------------------------------------*/
@-moz-keyframes eyes {
  0% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  60% {
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  65% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  75% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -moz-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  85% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes eyes {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  60% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  65% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  75% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  85% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes eyes {
  0% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  60% {
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  65% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  70% {
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  75% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  85% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes found {
  0% {
    -moz-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(135deg) scale(1.5);
    transform: rotate(135deg) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes found {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(135deg) scale(1.5);
    transform: rotate(135deg) scale(1.5);
    opacity: 0;
  }
}
@keyframes found {
  0% {
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(135deg) scale(1.5);
    -ms-transform: rotate(135deg) scale(1.5);
    -webkit-transform: rotate(135deg) scale(1.5);
    transform: rotate(135deg) scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes found-stamp {
  0% {
    -moz-transform: rotate(135deg) scale(1.5) translateY(-5px);
    transform: rotate(135deg) scale(1.5) translateY(-5px);
    opacity: 0;
  }
  50% {
    -moz-transform: rotate(0deg) scale(1.1) translateY(-5px);
    transform: rotate(0deg) scale(1.1) translateY(-5px);
    opacity: 1;
  }
  70% {
    -moz-transform: rotate(0deg) scale(1.1) translateY(-5px);
    transform: rotate(0deg) scale(1.1) translateY(-5px);
    opacity: 1;
  }
  80% {
    -moz-transform: rotate(0deg) scale(1.1) translateY(0px);
    transform: rotate(0deg) scale(1.1) translateY(0px);
    opacity: 1;
  }
  90% {
    -moz-transform: rotate(0deg) scale(1) translateY(0px);
    transform: rotate(0deg) scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) translateY(0px);
    transform: rotate(0deg) scale(1) translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes found-stamp {
  0% {
    -webkit-transform: rotate(135deg) scale(1.5) translateY(-5px);
    transform: rotate(135deg) scale(1.5) translateY(-5px);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1.1) translateY(-5px);
    transform: rotate(0deg) scale(1.1) translateY(-5px);
    opacity: 1;
  }
  70% {
    -webkit-transform: rotate(0deg) scale(1.1) translateY(-5px);
    transform: rotate(0deg) scale(1.1) translateY(-5px);
    opacity: 1;
  }
  80% {
    -webkit-transform: rotate(0deg) scale(1.1) translateY(0px);
    transform: rotate(0deg) scale(1.1) translateY(0px);
    opacity: 1;
  }
  90% {
    -webkit-transform: rotate(0deg) scale(1) translateY(0px);
    transform: rotate(0deg) scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translateY(0px);
    transform: rotate(0deg) scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes found-stamp {
  0% {
    -moz-transform: rotate(135deg) scale(1.5) translateY(-5px);
    -ms-transform: rotate(135deg) scale(1.5) translateY(-5px);
    -webkit-transform: rotate(135deg) scale(1.5) translateY(-5px);
    transform: rotate(135deg) scale(1.5) translateY(-5px);
    opacity: 0;
  }
  50% {
    -moz-transform: rotate(0deg) scale(1.1) translateY(-5px);
    -ms-transform: rotate(0deg) scale(1.1) translateY(-5px);
    -webkit-transform: rotate(0deg) scale(1.1) translateY(-5px);
    transform: rotate(0deg) scale(1.1) translateY(-5px);
    opacity: 1;
  }
  70% {
    -moz-transform: rotate(0deg) scale(1.1) translateY(-5px);
    -ms-transform: rotate(0deg) scale(1.1) translateY(-5px);
    -webkit-transform: rotate(0deg) scale(1.1) translateY(-5px);
    transform: rotate(0deg) scale(1.1) translateY(-5px);
    opacity: 1;
  }
  80% {
    -moz-transform: rotate(0deg) scale(1.1) translateY(0px);
    -ms-transform: rotate(0deg) scale(1.1) translateY(0px);
    -webkit-transform: rotate(0deg) scale(1.1) translateY(0px);
    transform: rotate(0deg) scale(1.1) translateY(0px);
    opacity: 1;
  }
  90% {
    -moz-transform: rotate(0deg) scale(1) translateY(0px);
    -ms-transform: rotate(0deg) scale(1) translateY(0px);
    -webkit-transform: rotate(0deg) scale(1) translateY(0px);
    transform: rotate(0deg) scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) translateY(0px);
    -ms-transform: rotate(0deg) scale(1) translateY(0px);
    -webkit-transform: rotate(0deg) scale(1) translateY(0px);
    transform: rotate(0deg) scale(1) translateY(0px);
    opacity: 1;
  }
}
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
