/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


















/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Prevent callout */

.nocallout {
  -webkit-touch-callout: none;
}

.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */

textarea[contenteditable] {
  -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */

.gifhidden {
  position: absolute;
  left: -100%;
}

/*
 * Image replacement
 */

.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.ir br {
  display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 800px) {
  /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min-resolution: 144dpi) {
  /* Style adjustments for viewports that meet the condition */
}

/**
*
* Main Stylesheet For Visual Style Guide
*
**/
/**
*
* Utils
*
**/
/*==========  VARIABLES  ==========*/
/*==========  FUNCTIONS  ==========*/
/*==========  MIXINS  ==========*/
/*! normalize.css v3.0.1 | 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,
main,
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: 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 styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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 */
  /* 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;
}

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

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/**
*
* Global
*
**/
*, *::before, *::after {
  box-sizing: border-box;
}

html, body, button {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4250em;
  /* 26px */
  font-weight: 300;
  color: #404040;
  position: relative;
}
body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  display: none;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-size: 100% 26px;
}
body.debug::after {
  display: block;
  pointer-events: none;
}

pre {
  background: #f0f0f0;
  padding: 13px;
}

.main-container {
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 620px) {
  .main-container {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  .main-container {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}

.container {
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 620px) {
  .container {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  .container {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}

@media only screen and (min-width: 620px) {
  .container-medium {
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 620px) and (min-width: 620px) {
  .container-medium {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (min-width: 620px) and (min-width: 800px) {
  .container-medium {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}

@media only screen and (max-width: 619px) {
  .container-small {
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 619px) and (min-width: 620px) {
  .container-small {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (max-width: 619px) and (min-width: 800px) {
  .container-small {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}

@media only screen and (min-width: 800px) {
  .content {
    margin-right: 25.9%;
  }
  .content pre {
    margin-right: -25.9%;
  }
}

@font-face {
  font-family: "icons";
  src: url("../../images/icons/icons.eot");
  src: url("../../images/icons/icons.eot?#iefix") format("embedded-opentype"), url("../../images/icons/icons.woff2") format("woff2"), url("../../images/icons/icons.woff") format("woff"), url("../../images/icons/icons.ttf") format("truetype"), url("../../images/icons/icons.svg?#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down::before {
  content: "\e002";
}

.icon-chevron-large::before {
  content: "\e003";
}

.icon-chevron-left::before, .article-nav-link--prev::before {
  content: "\e004";
}

.icon-chevron-right::before, .article-nav-link--next::before, ul.list-links.list-links--primary a::before {
  content: "\e005";
}

.icon-chevron-up::before {
  content: "\e006";
}

.icon-close::before {
  content: "\e007";
}

.icon-cog::before {
  content: "\e008";
}

.icon-diamond::before {
  content: "\e009";
}

.icon-exclamation::before {
  content: "\e00a";
}

.icon-google-dev::before {
  content: "\e00b";
}

.icon-hash::before {
  content: "\e00c";
}

.icon-introduction-to-media::before {
  content: "\e00d";
}

.icon-lessons::before {
  content: "\e00e";
}

.icon-menu::before {
  content: "\e00f";
}

.icon-minus::before {
  content: "\e010";
}

.icon-multi-device-layouts::before {
  content: "\e011";
}

.icon-performance::before {
  content: "\e012";
}

.icon-plus::before {
  content: "\e013";
}

.icon-question::before {
  content: "\e014";
}

.icon-slash::before {
  content: "\e015";
}

.icon-star::before {
  content: "\e016";
}

.icon-tick::before {
  content: "\e017";
}

.icon-user-input::before {
  content: "\e018";
}

/**
*
* Highlight
*
**/
.highlight-module {
  overflow: hidden;
  margin-top: 52px;
  margin-bottom: 26px;
  position: relative;
}
.highlight-module::after {
  background: #f0f0f0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  right: 0;
  left: 0;
}
.highlight-module ul,
.highlight-module ol {
  padding-left: 0;
}

.highlight-module__container {
  box-sizing: content-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 78px;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 620px) {
  .highlight-module__container {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  .highlight-module__container {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}
.highlight-module__container::before {
  display: none;
}
@media only screen and (min-width: 620px) {
  .highlight-module__container::before {
    display: block;
    position: absolute;
    top: 106px;
    right: 45px;
    font-family: "icons";
    font-size: 130px;
    line-height: 1px;
    text-align: center;
    height: 100%;
    width: 30.3%;
    color: #ffffff;
  }
}
.highlight-module--left .highlight-module__container::before {
  right: auto;
  left: 45px;
}
@media only screen and (min-width: 800px) {
  .highlight-module__container::before {
    top: 134px;
    width: 22.2%;
    font-size: 180px;
  }
  .highlight-module--large .highlight-module__container::before {
    font-size: 430px;
  }
}
@media only screen and (min-width: 620px) {
  .highlight-module__container {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 800px) {
  .highlight-module__container {
    min-height: 208px;
  }
}

.highlight-module__title {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 1.1471em;
  /* 78px */
  padding-top: 0.3824em;
  padding-bottom: 0;
  padding-top: 26px;
}
@media only screen and (min-width: 800px) {
  .highlight-module__title {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 110px;
    font-weight: 300;
    line-height: 1.19em;
    /* 130px */
    padding-top: 0.2364em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 800px) {
  .highlight-module__title {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2381em;
    /* 52px */
    padding-top: 0.6190em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 800px) and (min-width: 800px) {
  .highlight-module__title {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.1471em;
    /* 78px */
    padding-top: 0.3824em;
    padding-bottom: 0;
  }
}

.highlight-module__cta {
  display: block;
}

/*==========  LEARNING  ==========*/
.highlight-module--learning {
  color: #ffffff;
}
.highlight-module--learning::after {
  background-color: #da2e75;
}
.highlight-module--learning a {
  color: #ffffff;
  text-decoration: underline;
}

/*==========  REMEMBER  ==========*/
.highlight-module--remember {
  color: #ffffff;
}
.highlight-module--remember::after {
  background-color: #09829a;
}
.highlight-module--remember a {
  color: #ffffff;
  text-decoration: underline;
}

/*==========  CODE  ==========*/
.highlight-module--code {
  overflow: visible;
  margin-bottom: 52px;
}
.highlight-module--code pre {
  margin: 0;
  padding-top: 26px;
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.highlight-module--code pre span {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.highlight-module--code code {
  margin: 0;
  padding: 0;
  word-spacing: -2px;
  display: block;
}
.highlight-module--code .highlight-module__container {
  padding-bottom: 0;
}
.highlight-module--code .highlight-module__cta {
  position: absolute;
  bottom: -26px;
}

/*==========  LEFT  ==========*/
@media only screen and (min-width: 800px) {
  .highlight-module--left::after {
    width: 80%;
    right: 20%;
  }
}

/*==========  RIGHT  ==========*/
@media only screen and (min-width: 800px) {
  .highlight-module--right::after {
    width: 80%;
    left: 20%;
  }
}
@media only screen and (min-width: 800px) {
  .highlight-module--right.highlight-module--code::after {
    width: 100%;
    left: 0;
  }
}

/*==========  INLINE  ==========*/
.highlight-module--inline {
  color: #404040;
  overflow: visible;
  margin: 26px 0 0;
}
.highlight-module--inline .highlight-module__container {
  padding-bottom: 0;
}
.highlight-module--inline .highlight-module__container::before {
  display: none;
}
.highlight-module--inline .highlight-module__content {
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: -2px;
  padding: 0 0 26px;
}
.highlight-module--inline .highlight-module__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .highlight-module--inline .highlight-module__title {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 1.0000em;
    padding-bottom: 0;
  }
}
.highlight-module--inline.highlight-module--remember .highlight-module__title, .highlight-module--inline.highlight-module--remember li::before {
  color: #09829a;
}
.highlight-module--inline.highlight-module--learning .highlight-module__title, .highlight-module--inline.highlight-module--learning li::before {
  color: #da2e75;
}
.highlight-module--inline::after {
  display: none !important;
}

/*==========  COLORS  ==========*/
div.highlight > pre > code, code .highlight {
  background: transparent;
}

div.highlight > pre > code .c, code .highlight .c {
  color: #999988;
  font-style: italic;
}

/* Comment */
div.highlight > pre > code .err, code .highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

/* Error */
/* Keyword */
/* Operator */
div.highlight > pre > code .cm, code .highlight .cm {
  color: #999988;
  font-style: italic;
}

/* Comment.Multiline */
div.highlight > pre > code .cp, code .highlight .cp {
  color: #737373;
}

/* Comment.Preproc */
div.highlight > pre > code .c1, code .highlight .c1 {
  color: #999988;
  font-style: italic;
}

/* Comment.Single */
div.highlight > pre > code .cs, code .highlight .cs {
  color: #737373;
  font-style: italic;
}

/* Comment.Special */
div.highlight > pre > code .gs, code .highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}

/* Generic.Deleted */
div.highlight > pre > code .gd .x, code .highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa;
}

/* Generic.Deleted.Specific */
div.highlight > pre > code .ge, code .highlight .ge {
  font-style: italic;
}

/* Generic.Emph */
div.highlight > pre > code .gr, code .highlight .gr {
  color: #aa0000;
}

/* Generic.Error */
div.highlight > pre > code .gh, code .highlight .gh {
  color: #737373;
}

/* Generic.Heading */
div.highlight > pre > code .gi, code .highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}

/* Generic.Inserted */
div.highlight > pre > code .gi .x, code .highlight .gi .x {
  color: #000000;
  background-color: #aaffaa;
}

/* Generic.Inserted.Specific */
div.highlight > pre > code .go, code .highlight .go {
  color: #888888;
}

/* Generic.Output */
div.highlight > pre > code .gp, code .highlight .gp {
  color: #555555;
}

/* Generic.Prompt */
/* Generic.Strong */
div.highlight > pre > code .gu, code .highlight .gu {
  color: #aaaaaa;
}

/* Generic.Subheading */
div.highlight > pre > code .gt, code .highlight .gt {
  color: #aa0000;
}

/* Generic.Traceback */
/* Keyword.Constant */
/* Keyword.Declaration */
/* Keyword.Pseudo */
/* Keyword.Reserved */
div.highlight > pre > code .kt, code .highlight .kt {
  color: #445588;
}

/* Keyword.Type */
div.highlight > pre > code .m, code .highlight .m {
  color: #009999;
}

/* Literal.Number */
div.highlight > pre > code .s, code .highlight .s {
  color: #da2e75;
}

/* Literal.String */
div.highlight > pre > code .na, code .highlight .na {
  color: teal;
}

/* Name.Attribute */
div.highlight > pre > code .nb, code .highlight .nb {
  color: #0086b3;
}

/* Name.Builtin */
div.highlight > pre > code .nc, code .highlight .nc {
  color: #445588;
}

/* Name.Class */
div.highlight > pre > code .no, code .highlight .no {
  color: teal;
}

/* Name.Constant */
div.highlight > pre > code .ni, code .highlight .ni {
  color: purple;
}

/* Name.Entity */
div.highlight > pre > code .ne, code .highlight .ne {
  color: #990000;
}

/* Name.Exception */
div.highlight > pre > code .nf, code .highlight .nf {
  color: #990000;
}

/* Name.Function */
div.highlight > pre > code .nn, code .highlight .nn {
  color: #555555;
}

/* Name.Namespace */
div.highlight > pre > code .nt, code .highlight .nt {
  color: #09829a;
}

/* Name.Tag */
div.highlight > pre > code .nv, code .highlight .nv {
  color: teal;
}

/* Name.Variable */
/* Operator.Word */
div.highlight > pre > code .w, code .highlight .w {
  color: #bbbbbb;
}

/* Text.Whitespace */
div.highlight > pre > code .mf, code .highlight .mf {
  color: #009999;
}

/* Literal.Number.Float */
div.highlight > pre > code .mh, code .highlight .mh {
  color: #009999;
}

/* Literal.Number.Hex */
div.highlight > pre > code .mi, code .highlight .mi {
  color: #009999;
}

/* Literal.Number.Integer */
div.highlight > pre > code .mo, code .highlight .mo {
  color: #009999;
}

/* Literal.Number.Oct */
div.highlight > pre > code .sb, code .highlight .sb {
  color: #da2e75;
}

/* Literal.String.Backtick */
div.highlight > pre > code .sc, code .highlight .sc {
  color: #da2e75;
}

/* Literal.String.Char */
div.highlight > pre > code .sd, code .highlight .sd {
  color: #da2e75;
}

/* Literal.String.Doc */
div.highlight > pre > code .s2, code .highlight .s2 {
  color: #da2e75;
}

/* Literal.String.Double */
div.highlight > pre > code .se, code .highlight .se {
  color: #da2e75;
}

/* Literal.String.Escape */
div.highlight > pre > code .sh, code .highlight .sh {
  color: #da2e75;
}

/* Literal.String.Heredoc */
div.highlight > pre > code .si, code .highlight .si {
  color: #da2e75;
}

/* Literal.String.Interpol */
div.highlight > pre > code .sx, code .highlight .sx {
  color: #da2e75;
}

/* Literal.String.Other */
div.highlight > pre > code .sr, code .highlight .sr {
  color: #009926;
}

/* Literal.String.Regex */
div.highlight > pre > code .s1, code .highlight .s1 {
  color: #da2e75;
}

/* Literal.String.Single */
div.highlight > pre > code .ss, code .highlight .ss {
  color: #990073;
}

/* Literal.String.Symbol */
div.highlight > pre > code .bp, code .highlight .bp {
  color: #737373;
}

/* Name.Builtin.Pseudo */
div.highlight > pre > code .vc, code .highlight .vc {
  color: teal;
}

/* Name.Variable.Class */
div.highlight > pre > code .vg, code .highlight .vg {
  color: teal;
}

/* Name.Variable.Global */
div.highlight > pre > code .vi, code .highlight .vi {
  color: teal;
}

/* Name.Variable.Instance */
div.highlight > pre > code .il, code .highlight .il {
  color: #009999;
}

/* Literal.Number.Integer.Long */
/**
*
* Editorial Header
*
**/
.editorial-header {
  overflow: hidden;
}
.editorial-header .breadcrumbs {
  color: #3372df;
}
.editorial-header .breadcrumbs a {
  color: #3372df;
}
@media only screen and (min-width: 620px) {
  .editorial-header .container {
    position: relative;
  }
  .editorial-header .container::before {
    content: "\e003";
    font-family: "icons";
    font-size: 1000px;
    line-height: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    color: #f0f0f0;
    margin: 168px -35px 0 0;
  }
}

.editorial-header__excerpt {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
}

.editorial-header .tag {
  padding-top: 52px;
}

.editorial-header__subtitle {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2381em;
  /* 52px */
  padding-top: 0.6190em;
  padding-bottom: 0;
  padding-top: 0;
  color: #3372df;
}
@media only screen and (min-width: 800px) {
  .editorial-header__subtitle {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.1471em;
    /* 78px */
    padding-top: 0.3824em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 620px) {
  .editorial-header__subtitle {
    padding-top: 0;
    padding-bottom: 26px;
  }
}

.editorial-header__toc {
  margin-top: 26px;
}
.editorial-header__toc ol {
  padding-top: 0;
}
@media only screen and (min-width: 620px) {
  .editorial-header__toc ol {
    padding-top: 0;
  }
}

.editorial-header__toc-title {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 13px;
  padding-bottom: 13px !important;
  color: #3372df;
}

/**
*
* Editorial Header
*
**/
.summary-header {
  background-color: #3372df;
  padding-bottom: 78px;
  color: #ffffff;
  margin-bottom: 26px;
  box-shadow: inset 0 2px 0 0 #fff;
}
.summary-header .breadcrumbs__link {
  color: #ffffff;
}

.summary-header__anchor-list {
  margin-top: 52px;
}

.summary-header__anchors-item a {
  color: #ffffff;
}

/**
*
* Related items
*
**/
.related-guides {
  margin-top: 78px;
  padding-bottom: 50px;
  border-top: 2px solid #e0e0e0;
  padding-top: 50px;
}

.related-guides__list .list-links {
  padding-top: 0;
}
.related-guides__list a {
  display: block;
}

.related-guides__title {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.0000em;
  /* 26px */
  padding-top: 1.0000em;
  padding-bottom: 0;
  padding-top: 0;
}
@media only screen and (min-width: 800px) {
  .related-guides__title {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2381em;
    /* 52px */
    padding-top: 0.6190em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 620px) {
  .related-guides__title {
    padding-top: 0;
  }
}

.related-guides__main-link {
  text-transform: uppercase;
}
.related-guides__main-link::before {
  content: "#";
  display: inline-block;
  padding-right: 2px;
}

/**
*
* In this guide
*
**/
.in-this-guide {
  margin-top: -78px;
}

.in-this-guide__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  margin-bottom: 26px;
}

/**
*
* Articles section
*
**/
.articles-section {
  background: #f0f0f0;
  text-align: center;
  padding: 26px 0 104px;
}

.articles-count {
  color: #3372df;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 400;
}

.article-section__icon {
  top: -26px;
}
@media only screen and (min-width: 620px) {
  .article-section__icon {
    top: -39px;
  }
}

.guides-section {
  background: #f0f0f0;
  text-align: center;
  padding: 26px 0 104px;
}

/**
*
* Page header
*
**/
.page-header {
  text-align: center;
}
.page-header .breadcrumbs {
  text-align: left;
  color: #3372df;
}
.page-header .breadcrumbs a {
  color: #3372df;
}
.page-header h3 {
  color: #404040;
  padding-top: 52px;
}

.page-header__excerpt {
  position: relative;
  padding-top: 0;
}
.page-header__excerpt:last-child {
  padding-bottom: 78px;
}

/**
*
* Editorial Header
*
**/
.featured-section {
  background: #f0f0f0;
}

/**
*
* Editorial Header
*
**/
.featured-spotlight {
  background: #404040;
  color: #ffffff;
  overflow: hidden;
  padding-bottom: 77px;
  margin-top: 52px;
}
.featured-spotlight p {
  padding-bottom: 26px;
}
.featured-spotlight .cta--primary {
  color: #ffffff;
}
.featured-spotlight .cta--primary:hover {
  color: #ffffff;
}

.featured-spotlight__container {
  position: relative;
}

@media only screen and (max-width: 619px) {
  .featured-spotlight__img {
    padding-top: 58.4%;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
.featured-spotlight__img img {
  margin: 0 auto;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
@media only screen and (min-width: 620px) {
  .featured-spotlight__img img {
    width: auto;
    max-width: none;
    left: 109%;
  }
}
@media only screen and (min-width: 800px) {
  .featured-spotlight__img img {
    left: 107.4%;
  }
}

/**
*
* Quote
*
**/
.quote__content {
  position: relative;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  padding-top: 104px;
  padding-left: 26px;
}
@media only screen and (min-width: 800px) {
  .quote__content {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 620px) {
  .quote__content {
    padding-top: 52px;
    padding-left: 0;
  }
}
.quote__content p {
  border-top: 1px solid #e0e0e0;
  text-align: right;
  font-weight: 500;
  margin-top: 12px;
  padding-top: 13px;
}
.quote__content::before {
  content: open-quote;
  display: block;
  position: absolute;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 700;
  color: #f0f0f0;
  top: 90px;
  left: 26px;
  font-size: 260px;
}
@media only screen and (min-width: 620px) {
  .quote__content::before {
    top: 225px;
    left: -210px;
    font-size: 540px;
  }
}

/**
*
* Article nav
*
**/
.article-nav {
  overflow: hidden;
  position: relative;
}
.article-nav::before {
  content: "";
  border-left: 2px solid #e0e0e0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

.article-nav-link {
  padding: 26px 32px;
  float: left;
  width: 50%;
  position: relative;
}
.article-nav-link::before {
  position: absolute;
  top: 21px;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 620px) {
  .article-nav-link::before {
    top: 25px;
    font-size: 26px;
    display: block;
    padding: 13px 10px;
    color: #ffffff;
    background: #3372df;
  }
}

.article-nav p {
  padding: 0;
  margin: 0;
}

.article-nav-link--prev {
  text-align: right;
}
.article-nav-link--prev::before {
  font-family: "icons";
  left: 32px;
}
@media only screen and (min-width: 620px) {
  .article-nav-link--prev p {
    padding-left: 52px;
  }
}

.article-nav-link--next::before {
  font-family: "icons";
  right: 32px;
}
@media only screen and (min-width: 620px) {
  .article-nav-link--next p {
    padding-right: 52px;
  }
}

.article-nav-count {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  font-weight: 700;
}
@media only screen and (min-width: 800px) {
  .article-nav-count {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 1.0000em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 620px) {
  .article-nav-count {
    font-weight: 400;
  }
}

/**
*
* Text module
*
**/
@media only screen and (min-width: 620px) {
  .did-you-know ol {
    padding-top: 0 !important;
  }
}
.did-you-know .cta--primary {
  margin-top: 26px;
  font-weight: 500;
}
.did-you-know > .g--half {
  position: relative;
  padding-left: 0;
}
@media only screen and (min-width: 620px) {
  .did-you-know > .g--half {
    padding-left: 32px;
  }
}

.g--half table tr {
  border-bottom: 0;
}

.did-you-know__symbol {
  padding-bottom: 312px;
}
@media only screen and (min-width: 620px) {
  .did-you-know__symbol {
    padding-bottom: 26px;
  }
}
.did-you-know__symbol::after {
  content: "\e014";
  color: #3372df;
  font-family: "icons";
  font-size: 300px;
  top: 150px;
  left: 30%;
  position: relative;
  display: block;
  width: 0;
}
@media only screen and (min-width: 620px) {
  .did-you-know__symbol::after {
    position: absolute;
    font-size: 400px;
    top: 200px;
    left: 110%;
  }
}
@media only screen and (min-width: 800px) {
  .did-you-know__symbol::after {
    position: absolute;
    font-size: 400px;
    top: 200px;
    left: 124%;
  }
}

/**
*
* Table of contents
*
**/
.toc__title {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  padding-bottom: 13px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 800px) {
  .toc__title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 620px) {
  .toc__title {
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
}

.toc__list {
  padding-top: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  margin-bottom: 13px;
}
.toc__list a {
  display: block;
}

.toc__sublist {
  padding-top: 0;
}

/**
*
* Next Lessons
*
**/
.next-lessons {
  background: #404040;
  padding: 26px 26px 52px;
  margin-top: 26px;
  color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 620px) {
  .next-lessons h3 i {
    display: none;
  }
}
.next-lessons::before, .next-lessons::after {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  display: none;
}
@media only screen and (min-width: 620px) {
  .next-lessons::before, .next-lessons::after {
    display: inline-block;
  }
}
@media only screen and (min-width: 620px) {
  .next-lessons::before {
    content: attr(data-current-lesson);
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    background: #404040;
    display: inline-block;
    padding: 5px 7px;
    right: 127px;
    top: 143px;
    z-index: 1;
    color: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 800px) {
  .next-lessons::before {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
    top: 126px;
    right: 230px;
  }
}
@media only screen and (min-width: 620px) {
  .next-lessons::after {
    content: "\e00e";
    font-family: "icons";
    font-size: 150px;
    right: 40px;
    top: 185px;
  }
}
@media only screen and (min-width: 800px) {
  .next-lessons::after {
    font-size: 210px;
    right: 120px;
  }
}

/**
*
* Grid
*
**/
@media only screen and (min-width: 620px) and (max-width: 799px) {
  .g-medium--1 {
    float: left;
    margin-right: 4.5%;
    width: 30.3%;
  }

  .g-medium--push-1 {
    margin-left: 34.8%;
  }

  .g-medium--pull-1 {
    margin-right: 34.8%;
  }

  .g-medium--2 {
    float: left;
    margin-right: 4.5%;
    width: 65.1%;
  }

  .g-medium--push-2 {
    margin-left: 69.6%;
  }

  .g-medium--pull-2 {
    margin-right: 69.6%;
  }

  .g-medium--3 {
    float: left;
    margin-right: 4.5%;
    width: 99.9%;
    margin-right: 0;
  }

  .g-medium--full {
    float: left;
    margin-right: 4.5%;
    margin-right: 0;
    width: 100%;
  }

  .g--third {
    float: left;
    margin-right: 4.5%;
    width: 30.3%;
  }

  .g--half,
  .g-medium--half {
    float: left;
    margin-right: 4.5%;
    width: 47.75%;
  }

  .g-medium--last {
    margin-right: 0;
  }

  .g-medium--last + .g-medium--half {
    clear: left;
  }

  .g--pull-half {
    margin-right: 52.25%;
  }
}
@media only screen and (min-width: 800px) {
  .g-wide--1 {
    float: left;
    margin-right: 3.7%;
    width: 22.2%;
  }

  .g-wide--push-1 {
    margin-left: 25.9%;
  }

  .g-wide--pull-1 {
    margin-right: 25.9%;
  }

  .g-wide--2 {
    float: left;
    margin-right: 3.7%;
    width: 48.1%;
  }

  .g-wide--push-2 {
    margin-left: 51.8%;
  }

  .g-wide--pull-2 {
    margin-right: 51.8%;
  }

  .g-wide--3 {
    float: left;
    margin-right: 3.7%;
    width: 74%;
  }

  .g-wide--push-3 {
    margin-left: 77.7%;
  }

  .g-wide--pull-3 {
    margin-right: 77.7%;
  }

  .g-wide--4 {
    float: left;
    margin-right: 3.7%;
    width: 99.9%;
    margin-right: 0;
  }

  .g-wide--last {
    margin-right: 0;
  }

  .g-wide--full {
    float: left;
    margin-right: 3.7%;
    margin-right: 0;
    width: 100%;
  }

  .g--third {
    float: left;
    margin-right: 3.7%;
    width: 30.8%;
  }

  .g--half,
  .g-wide--half {
    float: left;
    margin-right: 3.7%;
    width: 48.15%;
  }

  .g--pull-half {
    margin-right: 51.85%;
  }
}
.g--last {
  margin-right: 0;
}

.g--centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.grid-overlay {
  display: none;
  pointer-events: none;
}
.debug .grid-overlay {
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 620px) {
  .debug .grid-overlay {
    padding-left: 4.8%;
    padding-right: 4.8%;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  .debug .grid-overlay {
    padding-left: 4.4%;
    padding-right: 4.4%;
    max-width: 864px;
  }
}
.debug .grid-overlay [class*="g-"] {
  height: 100%;
  background-color: rgba(89, 89, 89, 0.2);
}
@media only screen and (min-width: 620px) and (max-width: 799px) {
  .debug .grid-overlay .g-wide--last {
    display: none;
  }
}
@media only screen and (max-width: 619px) {
  .debug .grid-overlay {
    display: none;
  }
}

/**
*
* Typography
*
**/
h1, h2, h3, h4, h5, p {
  margin: 0;
}

.small,
small {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
}

.base,
p,
ul,
ol {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
}

.medium,
h4 {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .medium,
  h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
  }
}

.large,
h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .large,
  h3 {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 1.0000em;
    padding-bottom: 0;
  }
}

.xlarge,
h2 {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.0000em;
  /* 26px */
  padding-top: 1.0000em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .xlarge,
  h2 {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2381em;
    /* 52px */
    padding-top: 0.6190em;
    padding-bottom: 0;
  }
}

.xxlarge,
h1 {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2381em;
  /* 52px */
  padding-top: 0.6190em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .xxlarge,
  h1 {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.1471em;
    /* 78px */
    padding-top: 0.3824em;
    padding-bottom: 0;
  }
}

.huge {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 1.1471em;
  /* 78px */
  padding-top: 0.3824em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  .huge {
    font-family: "Roboto Condensed", Helvetica, sans-serif;
    font-size: 110px;
    font-weight: 300;
    line-height: 1.19em;
    /* 130px */
    padding-top: 0.2364em;
    padding-bottom: 0;
  }
}

li > p {
  padding-top: 0;
}

/**
*
* Button
*
**/
.button, .button--primary, .button--secondary, .button--secondary-variation {
  display: inline-block;
  padding: 12px 32px;
  margin-bottom: 13px;
  margin-top: 13px;
  min-height: 26px;
  text-align: center;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  outline: 0;
  -webkit-transition: none;
          transition: none;
}
.button:hover, .button--primary:hover, .button--secondary:hover, .button--secondary-variation:hover {
  background: #4d4d4d;
  color: #ffffff;
  border: 1px solid #4d4d4d;
  text-decoration: none;
}

.button--primary {
  background: #4285f4;
  color: white;
  border: 1px solid #1266f1;
}

.button--secondary {
  background: white;
  color: #3372df;
  border: 1px solid #e6e6e6;
}

.button--secondary-variation {
  background: white;
  color: #3372df;
  border: 1px solid #e6e6e6;
  border-color: transparent;
}

/**
*
* List
*
**/
ul,
ol {
  list-style: none;
  margin: 0 0 20px;
  list-style:disc;
}

ul li {
  position: relative;
}


ol {
  counter-reset: list;
}
ol > li {
  position: relative;
  padding-left: 32px;
}
ol > li::before {
  counter-increment: list;
  content: "0" counter(list);
  color: inherit;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  left: 0;
}
ol > li:nth-child(10n) ~ li::before, ol > li:nth-child(10n)::before {
  content: counter(list);
}

ul ol,
ol ul {
  padding-top: 0;
}

/*==========  LIST LINKS  ==========*/
ul.list-links li::before {
  display: none;
}
ul.list-links a {
  font-weight: 400;
}
ul.list-links a::before {
  font-family: "icons";
  font-size: 13px;
  display: block;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
}
ul.list-links a::before {
  font-size: 4px;
}
ul.list-links.list-links--primary a {
  font-weight: 400;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  line-height: 1;
  text-decoration: none;
}
ul.list-links.list-links--primary a::before {
  font-family: "icons";
  font-size: 13px;
  display: block;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
}

ol.list-links li::before {
  display: none;
}
ol.list-links li a {
  display: inline-block;
  font-weight: 300;
}
ol.list-links li a::before {
  counter-increment: list;
  content: "0" counter(list);
  color: inherit;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  left: 0;
}
ol.list-links li:nth-child(10n) ~ li a::before, ol.list-links li:nth-child(10n) a::before {
  content: counter(list);
}
ol.list-links.list-links--secondary a::before {
  display: none;
}

.list-links--secondary {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  padding-left: 0;
}
.list-links--secondary li {
  padding-left: 0;
}

/*==========  ANCHOR LIST  ==========*/
.list-anchor {
  padding-left: 0;
}
.list-anchor li {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
}
.list-anchor li::before {
  display: none;
}
.list-anchor a {
  line-height: 1;
  display: inline-block;
  padding-left: 16px;
}
.list-anchor a::before {
  font-family: "icons";
  font-size: 13px;
  display: block;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 26px;
}
.list-anchor a::before {
  font-size: 4px;
}

/*==========  SMALL LIST  ==========*/
@media only screen and (min-width: 620px) {
  .list-small li {
    font-size: 13px;
    line-height: 2.0000em;
    /* 26px */
    padding-top: 2.0000em;
    padding-bottom: 0;
    padding-top: 0;
  }
}

/*==========  CENTERED LIST  ==========*/
.list-centered {
  text-align: center;
  padding-left: 0;
}

/*==========  FEATURED LIST  ==========*/
.featured-list {
  padding-top: 78px;
  padding-bottom: 78px;
}

.featured-list__item {
  background: #ffffff;
  padding-left: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-top: 26px;
}
@media only screen and (min-width: 620px) {
  .featured-list__item {
    min-height: 338px;
    padding: 52px 32px;
  }
}
.featured-list__item:first-child {
  margin-top: 0;
}
.featured-list__item p {
  margin-bottom: 26px;
}

.featured-list__img-wrapper {
  display: none;
  position: relative;
  padding-top: 26px;
  margin: 0 -5%;
}
@media only screen and (min-width: 620px) {
  .featured-list__img-wrapper {
    display: block;
    padding-top: 0;
    margin: 0;
  }
}

@media only screen and (min-width: 620px) {
  .featured-list__img {
    padding-top: 60.8%;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
  }
}
.featured-list__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 620px) {
  .featured-list__img img {
    margin: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
  }
}

/*==========  RELATED GUIDES LIST  ==========*/
.related-guides-list {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  padding-top: 0;
  padding-left: 0;
}
@media only screen and (min-width: 620px) {
  .related-guides-list {
    padding-top: 26px;
  }
}
@media only screen and (min-width: 800px) {
  .related-guides-list {
    padding-top: 0;
  }
}
.related-guides-list p {
  padding-top: 0;
}
.related-guides-list .tag {
  padding-top: 0;
}
.related-guides-list li {
  padding-top: 26px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
}
.related-guides-list li:last-child {
  border-color: transparent;
}
@media only screen and (min-width: 620px) {
  .related-guides-list li {
    padding-top: 0;
    padding-bottom: 0;
    border-color: transparent;
  }
}

/*==========  LIST RESET  ==========*/
.list--reset {
  padding-left: 0;
}
.list--reset li {
  padding-left: 0;
}
.list--reset.list-links a::before, .list--reset li::before {
  display: none !important;
}

/*==========  LESSONS  ==========*/
.list-lessons {
  padding-left: 0;
}
.list-lessons a {
  color: #ffffff;
}
.list-lessons .current,
.list-lessons .current a {
  text-decoration: none;
  cursor: default;
}
.list-lessons .current .icon {
  font-size: 13px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  width: 26px;
  line-height: 26px;
  text-align: center;
  margin-left: 7px;
}

/*==========  GUIDES INTO - used on homepage  ==========*/
.list-guides-intro {
  margin-bottom: 52px;
}
@media only screen and (max-width: 619px) {
  .list-guides-intro {
    padding-top: 52px;
  }
}
.list-guides-intro li {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 51px;
  margin-bottom: 52px;
}
@media only screen and (min-width: 620px) {
  .list-guides-intro li {
    border-color: transparent;
    padding-bottom: 0;
  }
}
.list-guides-intro li:last-child {
  border-bottom: transparent;
  margin-bottom: 0;
}

/**
*
* Link
*
**/
a {
  color: #3372df;
}

a:hover {
  text-decoration: none;
}

.cta--primary {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  color: #3372df;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}
.cta--primary:hover {
  color: #404040;
}
.cta--primary::before {
  display: inline-block;
  padding-right: 10px;
  font-family: "icons";
  line-height: 25px;
  font-size: 13px;
  content: "\e005";
}

.cta--secondary {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  color: #3372df;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
}
.cta--secondary:hover {
  color: #404040;
}

/**
*
* Table
*
**/
table {
  margin-top: 26px;
  max-width: 100%;
}
table thead {
  background: #3372df;
  color: #ffffff;
}
table th {
  text-align: center;
  display: none;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  table th {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 620px) {
  table tr {
    border-bottom: 1px solid #000000;
  }
}
table {
	width: 100% !important;
	border-style: none;
}
table td {
  padding-top: 13px;
  padding-bottom: 13px;
}
table td::before {
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  max-height: 100%;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-left: 13px;
  padding-top: 13px;
}

@media only screen and (min-width: 620px) {
  table td::before {
    display: none;
  }
}
table th,
table td {
  position: relative;
  padding: 5px;
}
@media only screen and (min-width: 620px) {
  table th,
  table td {
    display: table-cell;
  }
}
@media only screen and (min-width: 620px) {
  table th {
    padding: 26px;
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 620px) {
  table td {
    padding: 6px 8px;
  }
}

td:last-child::after {
  content: "";
  display: block;
  background: #ffffff;
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 620px) {
  td:last-child::after {
    display: none;
  }
}

.table-2 col {
  width: 344px;
}
@media only screen and (min-width: 800px) {
  .table-2 col {
    width: 432px;
  }
}
@media only screen and (min-width: 620px) {
  .table-2 th:first-child,
  .table-2 td:first-child {
    border-right: 2px solid #ffffff;
  }
}

.table-3 col {
  width: 229.3333333333px;
}
@media only screen and (min-width: 800px) {
  .table-3 col {
    width: 288px;
  }
}
@media only screen and (min-width: 620px) {
  .table-3 th:nth-child(2),
  .table-3 td:nth-child(2) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}

.table-4 col {
  width: 172px;
}
@media only screen and (min-width: 800px) {
  .table-4 col {
    width: 216px;
  }
}
@media only screen and (min-width: 620px) {
  .table-4 th:nth-child(2), .table-4 th:nth-child(3),
  .table-4 td:nth-child(2),
  .table-4 td:nth-child(3) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}

/**
*
* Media - imgs/videos
*
**/
img,
video,
object {
  max-width: 100%;
}

.content img {
  margin-top: 26px;
  margin-bottom: 26px;
}

/**
*
* Breadcrumb
*
**/
.breadcrumbs {
  display: none;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 620px) {
  .breadcrumbs {
    display: block;
  }
}

.breadcrumbs p {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  padding-top: 26px;
}

.breadcrumbs__link {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  color: black;
  font-weight: 400;
  padding-top: 0;
}
@media only screen and (min-width: 620px) {
  .breadcrumbs__link {
    padding-top: 0;
  }
}

/**
*
* subsection__title
*
**/
.subsection-title {
  color: #404040;
  margin-top: 52px;
}

.subsection-number {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  padding-top: 0;
  display: block;
}

/**
*
* Articles list
*
**/
.articles-list {
  padding-left: 0;
}

.articles-list__item {
  padding-bottom: 52px;
  padding-left: 0;
}
.articles-list__item:last-child {
  padding-bottom: 53px;
}
.articles-list__item::before {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  box-shadow: inset 0 1px 0 0 #e0e0e0;
  margin-right: 0;
  margin-left: 30%;
}
.articles-list__item h3 a:hover {
  text-decoration: none;
}
.articles-list__item p {
  margin-top: 26px;
  margin-bottom: 26px;
}
.articles-list__item:first-child {
  padding-top: 0;
}
@media only screen and (min-width: 620px) {
  .articles-list__item:first-child {
    padding-top: 24px;
  }
}
.articles-list__item:first-child::before {
  display: none;
}

/**
*
* Guides List
*
**/
.guides-list {
  overflow: hidden;
}
@media only screen and (min-width: 620px) {
  .guides-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-top: 52px;
  }
}

.guides-list__item {
  padding: 0;
  background: #ffffff;
  margin-top: 26px;
  margin-bottom: 0;
}
@media only screen and (min-width: 620px) {
  .guides-list__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.guides-list__item h3 {
  margin: 0 32px;
}
.guides-list__item p {
  margin: 26px 32px 0;
}
@media only screen and (min-width: 620px) {
  .guides-list__item .primary-content {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.guides-list__item .secondary-content {
  position: relative;
  margin-top: 51px;
  border-top: 1px solid #e0e0e0;
}
@media only screen and (min-width: 620px) {
  .guides-list__item .secondary-content {
    width: 100%;
  }
}
.guides-list__item .secondary-content .icon-circle {
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -21px;
  border: 2px solid #ffffff;
}
.guides-list__item .secondary-content .icon-circle i {
  font-size: 23px;
}
.guides-list__item ol {
  margin: 26px 0 0;
  padding: 52px 0 52px;
  margin-top: 0;
}
.guides-list__item::before {
  display: none;
}

/**
*
* Icon Circle
*
**/
.icon-circle,
.icon-circle--large {
  height: 0;
  width: 0;
  background: #737373;
  display: block;
  position: relative;
  border-radius: 100%;
  font-size: 0;
  padding: 22px;
  margin: 4px auto;
}
.icon-circle i,
.icon-circle span,
.icon-circle--large i,
.icon-circle--large span {
  position: absolute;
  line-height: 0px;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 26px;
}
.icon-circle span,
.icon-circle--large span {
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (min-width: 620px) {
  .icon-circle span,
  .icon-circle--large span {
    font-size: 42px;
  }
}

.icon-circle--large {
  margin-top: 0;
  margin-bottom: 0;
  padding: 26px;
  position: relative;
}
.icon-circle--large i {
  font-size: 26px;
}
@media only screen and (min-width: 620px) {
  .icon-circle--large i {
    font-size: 42px;
  }
}
@media only screen and (min-width: 620px) {
  .icon-circle--large {
    padding: 37px;
    border: 2px solid #ffffff;
  }
  a .icon-circle--large {
    padding: 38px;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.42);
    border: 1px solid;
    -webkit-transition: all 100ms linear;
            transition: all 100ms linear;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .no-touch a:hover .icon-circle--large {
    box-shadow: inset 0px 0px 0px 1px #ffffff;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.icon-circle--nav {
  height: 0;
  width: 0;
  background: #737373;
  display: block;
  position: relative;
  border-radius: 100%;
  font-size: 0;
  padding: 13px;
  margin: 0 auto;
}
@media only screen and (min-width: 620px) {
  .icon-circle--nav {
    padding: 22px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
.icon-circle--nav i {
  position: absolute;
  line-height: 1px;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
@media only screen and (min-width: 620px) {
  .icon-circle--nav i {
    font-size: 26px;
  }
}

/**
*
* Themed styles
*
**/
.theme--multi-device-layouts .themed {
  color: #297ea9;
}
.theme--introduction-to-media .themed {
  color: #cf423a;
}
.theme--user-input .themed {
  color: #2c8566;
}
.theme--performance .themed {
  color: #7b5294;
}

.theme--multi-device-layouts .themed--background, .theme--multi-device-layouts .themed--background.next-lessons::before {
  background-color: #297ea9;
}
.theme--introduction-to-media .themed--background, .theme--introduction-to-media .themed--background.next-lessons::before {
  background-color: #cf423a;
}
.theme--user-input .themed--background, .theme--user-input .themed--background.next-lessons::before {
  background-color: #2c8566;
}
.theme--performance .themed--background, .theme--performance .themed--background.next-lessons::before {
  background-color: #7b5294;
}

.theme--multi-device-layouts .themed--hover:hover {
  color: #297ea9;
}
.theme--introduction-to-media .themed--hover:hover {
  color: #cf423a;
}
.theme--user-input .themed--hover:hover {
  color: #2c8566;
}
.theme--performance .themed--hover:hover {
  color: #7b5294;
}

.theme--multi-device-layouts .themed--hover-secondary:hover {
  color: #89c4e2;
}
.theme--introduction-to-media .themed--hover-secondary:hover {
  color: #edb8b5;
}
.theme--user-input .themed--hover-secondary:hover {
  color: #78d2b3;
}
.theme--performance .themed--hover-secondary:hover {
  color: #c4add2;
}

.article--multi-device-layouts .article-container h1, .article--multi-device-layouts
.article-container h2 {
  color: #297ea9;
}
.article--introduction-to-media .article-container h1, .article--introduction-to-media
.article-container h2 {
  color: #cf423a;
}
.article--user-input .article-container h1, .article--user-input
.article-container h2 {
  color: #2c8566;
}
.article--performance .article-container h1, .article--performance
.article-container h2 {
  color: #7b5294;
}

.nav-theme--multi-device-layouts .themed--hover:hover {
  color: #297ea9;
}
.nav-theme--introduction-to-media .themed--hover:hover {
  color: #cf423a;
}
.nav-theme--user-input .themed--hover:hover {
  color: #2c8566;
}
.nav-theme--performance .themed--hover:hover {
  color: #7b5294;
}

.nav-theme--multi-device-layouts .themed {
  color: #297ea9;
}
.nav-theme--introduction-to-media .themed {
  color: #cf423a;
}
.nav-theme--user-input .themed {
  color: #2c8566;
}
.nav-theme--performance .themed {
  color: #7b5294;
}

.nav-theme--multi-device-layouts .themed--background {
  background-color: #297ea9;
}
.nav-theme--introduction-to-media .themed--background {
  background-color: #cf423a;
}
.nav-theme--user-input .themed--background {
  background-color: #2c8566;
}
.nav-theme--performance .themed--background {
  background-color: #7b5294;
}

/**
*
* Styleguide
*
**/
.page--styleguide .styleguide__module-title {
  margin-bottom: 26px;
}
.page--styleguide section {
  margin-bottom: 52px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 77px;
}
.page--styleguide .styleguide__color-list {
  text-align: center;
}
.page--styleguide .styleguide__color-list li {
  border-bottom: 52px solid;
  margin-bottom: 26px;
  position: relative;
}
.page--styleguide .styleguide__breadcrumb .breadcrumbs {
  display: block;
}
.page--styleguide .styleguide__lists ul,
.page--styleguide .styleguide__lists ol {
  margin-bottom: 26px;
}
.page--styleguide .styleguide__inverted-block {
  background: #e8e8e8;
  padding: 0 13px;
}
.page--styleguide .styleguide__theme-block {
  background: #297ea9;
  padding: 0 13px;
}

.demo {
  margin-bottom: 26px;
  margin-top: 26px;
}

.demo [class*="g-"] {
  background-color: #eeeeee;
  position: relative;
  margin-bottom: 26px;
  min-height: 156px;
}
.demo [class*="g-"]::before, .demo [class*="g-"]::after {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  display: block;
  margin: 0 10px;
}
.demo [class*="g-"]::before {
  content: "HTML classes: ";
  font-weight: 700;
}
.demo [class*="g-"]::after {
  content: attr(class);
  word-spacing: 15px;
}

/**
*
* Resources page
*
**/
.page--resources .article-section__icon, .page--resources .articles-count, .page--resources .guides-list__item .secondary-content {
  display: none;
}
.page--resources .primary-content {
  padding-top: 26px;
  padding-bottom: 52px;
}
.page--resources .primary-content p {
  margin-top: 0;
}

/**
*
* Helper
*
**/
.clear::before, .clear::after {
  content: "";
  display: table;
}
.clear::after {
  clear: both;
}

/*==========  COLORS  ==========*/
.color--blue {
  color: #3372df;
}

.color--red {
  color: #cb4437;
}

.color--green {
  color: #0f9d58;
}

.color--yellow {
  color: #f4b400;
}

.color--blue-secondary {
  color: #b7cdf4;
}

.color--red-secondary {
  color: #ebb6b0;
}

.color--green-secondary {
  color: #56efa5;
}

.color--yellow-secondary {
  color: #ffd45b;
}

.color--gray-background {
  color: #f0f0f0;
}

.color--gray-keyline {
  color: #e0e0e0;
}

.color--gray {
  color: #737373;
}

.color--gray-dark {
  color: #404040;
}

.color--text {
  color: #404040;
}

.color--highlight {
  color: #3372df;
}

.color--warning {
  color: #ffd45b;
}

.color--danger {
  color: #cb4437;
}

.color--muted {
  color: #737373;
}

.color--remember {
  color: #09829a;
}

.color--learning {
  color: #da2e75;
}

.color--layouts {
  color: #297ea9;
}

.color--user {
  color: #2c8566;
}

.color--media {
  color: #cf423a;
}

.color--performance {
  color: #7b5294;
}

.color--layouts-secondary {
  color: #89c4e2;
}

.color--user-secondary {
  color: #78d2b3;
}

.color--media-secondary {
  color: #edb8b5;
}

.color--performance-secondary {
  color: #c4add2;
}

/*==========  TEXT DIVIDER  ==========*/
.text-divider {
  position: relative;
  margin-bottom: 26px;
}
.text-divider::after {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 1px;
  box-shadow: 0 1px 0 0 #e0e0e0;
  left: 30%;
  bottom: -13px;
}
.text-divider.xlarge {
  margin-bottom: 52px;
}
.text-divider.xlarge::after {
  bottom: -26px;
}
.text-divider.xxlarge {
  margin-bottom: 78px;
}
.text-divider.xxlarge::after {
  bottom: -39px;
}
.text-divider.huge {
  margin-bottom: 78px;
}
.text-divider.huge::after {
  bottom: -39px;
}

/*==========  GENERIC  ==========*/
.centered {
  text-align: center;
}

/*==========  TAG  ==========*/
.tag {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  font-family: "Roboto Condensed", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
.tag:hover {
  color: #404040;
}
.tag::before {
  content: "# ";
  display: inline-block;
}
#catalog-categorylist > div {
	margin-bottom:37px;
}

/*
 * Web Starter Kit
 *
 * Multi-screen layout styles for your page. Brought to you by the
 * Web Starter Kit team.
 *
 */


html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  font-family: 'Abel', 'Helvetica', 'Arial', sans-serif;
  font-weight: 300;
  background-color: #FFFFFF;
  box-sizing: border-box;
  min-height: 100%;
  min-width: 980px;
}

body.open {
  overflow: hidden;
}

.app-bar {
  display: block;
  width: 100%;
  min-width: 980px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #005cb8;
  overflow: hidden;
  z-index: 1;
}
.app-bar-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 105px;
  position: relative;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
}

.app-bar.open,
.app-bar.open ~ main {
  -webkit-transform: translate(250px, 0);
          transform: translate(250px, 0);
}

.app-bar .logo {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2em;
  line-height: 60px;
  margin: 0 16px;
  padding: 0;
  color: #fefefe;
  float: none;
  max-width: none;
  font-weight: 300;
  line-height: 60px;
}

.app-bar .logo a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}

.app-bar .logo a img {
	width: 190px;
}

.app-bar-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 2;
}

.app-bar button {
  width: 60px;
  height: 60px;
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: background-color 0.2s ease-out;
          transition: background-color 0.2s ease-out;
  -webkit-tap-highlight-color: transparent;
}

.app-bar button img {
  width: 60px;
  height: 60px;
}

.app-bar button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.app-bar button:focus {
  background-color: rgba(255, 255, 255, 0.2);
  outline: 0;
}

.app-bar button:active {
  background-color: rgba(255, 255, 255, 0.4);
}

button.menu img {
  height:24px;
  width: 24px;
}

.promote-layer {
  /*
  This may promote the layer to a composited
  layer.

  Replace with will-change when available

  #perfmatters
  */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.base, p, ul, ol {
  font-size: 15px;
}

.navdrawer-container {
  z-index: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  height: 100%;
  background-color: #3367D6;
  color: #fefefe;
  -webkit-transform: translate(-250px, 0);
          transform: translate(-250px, 0);
  overflow-y: auto;
}

.navdrawer-container.open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.app-bar, .navdrawer-container, main {
  -webkit-transition: -webkit-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.navdrawer-container h4,
.navdrawer-container ul li a {
  height: auto;
  padding: 17px 20px;
  line-height: 1.4;
}

.navdrawer-container h4 {
  background-color: white;
  color: #3367D6;
}

.navdrawer-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.navdrawer-container ul li a {
  display: block;
  text-decoration: none;
  color: white;
  -webkit-transition: background-color 0.2s ease-out;
          transition: background-color 0.2s ease-out;
  white-space: nowrap;
}

.navdrawer-container ul li {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: white;
  padding: 0;
}

.navdrawer-container ul li::before {
  content: none;
}

.navdrawer-container ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.navdrawer-container ul li a:focus {
  background-color: rgba(255, 255, 255, 0.3);
  outline: 0;
}

.navdrawer-container ul li a:active {
  background-color: rgba(255, 255, 255, 0.4);
}

main {
  margin: 0 auto;
  /* Height of the header */
  padding: 60px 16px 16px 16px;
  min-width: 980px !important;
}

/** Larger Screens - desktops and tablets **/

  .app-bar {
    position: relative;
  }

  .app-bar.open,
  .app-bar.open ~ main {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }

  .app-bar-container {
    display: block;
    height: 105;
    max-width: 980px;
    padding: 0 16px;
    box-sizing: border-box;
    background-color: #005cb8;
  }

  .app-bar .logo {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 130px;
    font-size: 46px;
  }

  .app-bar-actions {
    float: right;
  }

  .app-bar::after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }

  button.menu {
    display: none;
  }

  nav {
    display: block;
    margin-top: 130px;
  }

  .navdrawer-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 130px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: none;
            transition: none;
    overflow-y: auto;
  }

  .navdrawer-container h4 {
    display: none;
  }

  .navdrawer-container ul {
    max-width: 980px;
    margin: 0 auto;
  }
  
  .navdrawer-container ul:after {
	content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }

  .navdrawer-container ul li {
    border: none;
	float: left;
  }

  main {
    width: 980px;
    padding-top: 0;
    min-height: initial;
  }

  body {
    overflow-y: scroll;
  }

  .navdrawer-container {
    position: relative;
    margin-top: 0;
  }
@import url(http://fonts.googleapis.com/css?family=Abel);

.product-kenmerken {
	list-style-type: none;
	padding-left: 0px;
}
.product-kenmerken li {
	padding-left: 0px;
}
.product-kenmerken li:before {
	content:'';
}
.productLink {
	color: #ff6600 !important;
}
.productLink:hover {
	color: #3372df !important;
}

.breadcrumb {
  color: #949494;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 980px;
  margin: 0 auto 35px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.breadcrumb a {
	color: #262626;
}
 
.breadcrumb span span {
  
  padding-right: 10px;
  margin-right: 5px;
  background: url(../images/breadcrumb.png) center right no-repeat;
}

.text table {
	margin:0px;
}

.text table > tbody {
	background: #FFFFFF;
}

.text table > tbody > tr > td {
	padding:0px;
}

/*@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(/fonts/RobotoCondensed-Light.eot);
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(/fonts/RobotoCondensed-Light.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Light.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/RobotoCondensed-Regular.eot);
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(/fonts/RobotoCondensed-Regular.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(/fonts/RobotoCondensed-Bold.eot);
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Bold'), url(/fonts/RobotoCondensed-Bold.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Bold.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(/fonts/RobotoCondensed-LightItalic.eot);
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(/fonts/RobotoCondensed-LightItalic.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-LightItalic.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/RobotoCondensed-Italic.eot);
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(/fonts/RobotoCondensed-Italic.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-Italic.woff) format('woff');
}

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/RobotoCondensed-BoldItalic.eot);
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(/fonts/RobotoCondensed-BoldItalic.eot) format('embedded-opentype'), url(/fonts/RobotoCondensed-BoldItalic.woff) format('woff');
}*/
form {
	
}

fieldset {
	
}

input {
	border: 0;
}

#app-bar-search {
	padding: 15px;
	line-height: 16px;
	width: 260px;
	margin-top: 30px;
}

#contact fieldset {
	margin-top: 5px;
}
	.language {
		margin-top: 58px;
		margin-left: 10px;
	}
	.flag {
		display: inline-block;
	}



	main {
		padding: 0;
	}

	main:after,
	main section:after,
	div.gray:after {
		clear: both;
		content: " ";
		display: block;
		width: 100%;
		height: 1px;
	}

	.app-bar-actions {

	}

	.app-bar-actions > * {
		float: left;
	}

	.app-bar-actions > * {
		float: left;
	}

	.app-bar-container h1.logo {
		margin-top: 30px;
		margin-bottom: 23px;
		line-height: 0;
	}

	#menu-toggle {
		display: none;
	}

	.app-bar-actions > form {
		margin-right: 30px;
	}

	.app-bar-actions > img {
		margin-top: 27px;
		margin-right: 50px;
		width: 141px;
		height: 51px;
	}

	.app-bar-actions > a {
		color: white;
		text-decoration: none;
		background: url(../images/quote-icon.png) 0 45% no-repeat;
		background-size: 25px auto;
		padding-left: 40px;
		padding-right: 33px;
		height: 50px;
		line-height: 50px;
		margin-top: 50px;
	}

	.app-bar-actions > a.header-telefoon {
		position: absolute;
		right: 55px;
		top: 5px;
		margin: 0;
		padding-right: 0;
		background: url(../images/header-telefoon.png) 3px 45% no-repeat;
		background-size: 20px auto;
	}

	#main-menu.navdrawer-container {
		background: transparent;
		z-index: 200;
	}

	#main-menu.navdrawer-container ul {
		margin: 35px auto;
		background-color: #005cb8;
		z-index: 200;
	}

	#main-menu.navdrawer-container ul li a:hover,
	#main-menu.navdrawer-container ul li.active a {
		background-color: #ff6600;
	}

	#main-menu.navdrawer-container ul li {
		border-left: 1px solid #3188df;
		width: 14.285%;
		text-align: center;
		text-transform: uppercase;
		font-size: 14px;
		z-index: 200;
	}

	#main-menu.navdrawer-container ul li:first-child {
		border-left: 0;
	}










	.highlight-module--slide {
		padding: 20px;
		/*padding:40px; */
	}

	.highlight-module--slide::after {
		background-color: #005cb8;
		opacity: 0.8;
	}

		.highlight-module--slide .highlight-module__title {
			color: white;
			font-size: 2em;
		}

	#slideshow .slider-tekst {
		position: absolute;
		bottom: 10px;
		left: 0;
		padding: 20px 30px;
		background: #337cc6;
		color: #fff;
		font-size: 24px;
		line-height: 1.2em;
		text-transform: uppercase;
		max-width: 300px;
		font-family: "Roboto Condensed", Helvetica, sans-serif;
	}
	.slick-slide a {
		display: block;
	}

	#slideshow,
	#slideshow .slide {
		position: relative;
	}

		#slideshow .slide .highlight-module {
			position: absolute;
			/*top:100px; */
			top: 70px;
			left: 0;
			margin: 0;
		}

		#slideshow .slide .highlight-module__container {
			padding-bottom: 0;
			min-height: initial;
		}

		a.link {
			background: white;
			color: #005cb8;
			text-decoration: none;
			padding: 14px 38px;
			position: relative;
			transition: background-color 0.2s;
			font-size: 1em;
			line-height: 22px;
			height: 50px;
			display: inline-block;
		}
		a.link.orange {
			background-color: #ff6600;
			color: white;
		}

		a.link:before {
			position: absolute;
			right: -53px;
			top: 0;
			width: 53px;
			height: 50px;
			content: " ";
			background: #87bfe7 url(../images/arrow-white.png) 9px 13px no-repeat;
		}
		a.link.orange:before {
			background-color: white;
			background-image: url(../images/arrow-orange.png);
		}

		a.link:hover {
			background-color: #ff6600;
			color: white;
		}
		a.link.orange:hover {
			background-color: white;
			color: #ff6600;
		}

		a.link:hover:before {
			background-color: #ff6600;
		}
		a.link.orange:hover:before {
			background-color: white;
		}

		#slideshow > nav > .left,
		#slideshow > nav > .right {
			background: #87bfe7 url(../images/arrow-white.png) 9px 13px no-repeat;
			position: absolute;
			top: 0;
			width: 53px;
			height: 50px;
			transition: background-color 0.2s;
			cursor: pointer;
		}
			#slideshow > nav > .left span,
			#slideshow > nav > .right span {
				display: none;
			}

		#slideshow > nav {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			height: 50px;
			margin-top: 0;
			z-index: 50;
		}

		#slideshow > nav > .right {
			right: 0;
		}

		#slideshow > nav > .left {
		    -moz-transform: scaleX(-1);
		    -o-transform: scaleX(-1);
		    -webkit-transform: scaleX(-1);
		    transform: scaleX(-1);
		    filter: FlipH;
		    -ms-filter: "FlipH";
		}

		#slideshow > nav > .left:hover,
		#slideshow > nav > .right:hover {
			background-color: #ff6600;
		}

		#slideshow img {
			width: 980px;
			/*height: 384px;*/
			height: 293px;
		}

	#catalog-categorylist {
		margin-top: 0;
	}

		#catalog-categorylist img {
			width: 143px;
			height: 143px;
			float: left;
			border: 1px solid #cfcfcf;
			border-right: 0;
		}

		#catalog-categorylist span {
			width: 143px;
			height: 143px;
			float: left;
			border: 1px solid #cfcfcf;
			border-right: 0;
		}

		#catalog-categorylist a {
			float: left;
			display: inline-block;
			width: 158px;
			height: 143px;
			padding-top: 50px;
			padding-left: 13px;
			background: #005cb8 url(../images/arrow.png) 13px 13px no-repeat;
			color: white;
			text-decoration: none;
			font-size: 0.9em;
			text-transform: uppercase;
			transition: background-color 0.2s;
		}
		#catalog-categorylist a:hover {
			background-color: #ff6600;
		}

	footer {

	}

	footer.home {
		width: 100%;
	}

		footer section > div {
			max-width: 980px;
			padding-top: 0;
			min-height: initial;
			margin: 0 auto;

			min-height: 100%;
		}

		footer nav.navdrawer-container {
			clear: both;
			min-height: 475px;
			padding-top: 400px;
			margin-top: -250px;
			width: 100%;
			background: transparent url(../images/footer-wave.png) 0 0 no-repeat;
			background-size: cover;
		}

		footer nav.navdrawer-container {
			background-color: transparent;
		}

		footer nav.navdrawer-container.home-footer {
			margin-top: 0px;
		}

		footer nav.navdrawer-container a {
			color: #a1a1a1;
			padding-right: 0;
			padding-left: 0;
			font-size: 0.9em;
		}
		footer nav.navdrawer-container a:hover {
			text-decoration: underline;
		}

		footer nav.navdrawer-container a:before {
			display: inline-block;
			content: "/";
			padding-right: 15px;
		}

		footer nav.navdrawer-container li:first-child a:before,
		footer nav.navdrawer-container li#webba a:before {
			display: none;
			padding: 0;
		}

		footer nav.navdrawer-container li#webba {
			margin-left: 80px;
		}

		footer .footer-kolommen {
			max-width: 980px;
			margin: 0 auto;
		}
		footer .footer-kolommen:after {
			clear: both;
			content: '';
			display: block;
		}
		footer .footer-kolom {
			width: 30.33%;
			float: left;
			margin-right: 3%;
		}
		footer .footer-kolom.kolom3 {
			margin-right: 0;
		}
		footer .footer-kolom.kolom3 img {
			margin: -4px 5px 0 0;
		}
		img.contact-iconen {
			margin: -4px 5px 0 0;
		}
		footer .footer-kolom h4 {
			font-weight: normal;
			display: block;
			background: transparent;
			text-transform: uppercase;
			color: #005cb8;
			font-size:24px;
			padding: 0 0 17px;
		}
		footer .footer-kolom p {
			color: #333;
			line-height: 2em;
			padding: 0 0 34px;
		}
		footer .footer-kolom ul {
			display: block;
			list-style: none;
			line-height: 1em;
		}
		footer .footer-kolom ul li {
			display: block;
			padding: 0;
			float: none;
		}
		footer .footer-kolom ul li a {
			color: #333;
			padding: 2px 0;
			line-height: 2.3em;
			display: initial;
		}
		footer nav.navdrawer-container .footer-kolom ul li a:before,
		footer nav.navdrawer-container .footer-kolom a:before {
			display: none;
			padding-right: 0;
		}
		footer nav.navdrawer-container .footer-kolom a {
			color: #333;
		}
		footer .footer-kolom ul li:before {
			content: "";
			width: 7px;
			height: 7px;
			background-color: #ff6600;
			float: left;
			margin: 12px 10px 0 0;
		}


	#product-selector {
		height: 226px;
		margin: 0 0 35px 0;
		background-color: #e9f4ff;
	}

		#product-selector > .g-wide--1 {
			background: #005cb8 url(../images/tool.png) 28px 22px no-repeat;
			color: white;
			padding: 60px 24px 0 30px;
			height: 226px;
		}

		#product-selector > .g-wide--1 h2 {
			text-transform: uppercase;
			font-size: 1.4em;
		}

		#product-selector form {
			padding-top: 30px;
			font-size: 0.8em;
		}

			#product-selector form input[type=text] {
				width: 153px;
				height: 31px;
				border: 1px solid #b5cde5;
				display: inline-block;
				margin-bottom: 14px;
			}

		#fieldset-search label,
		#fieldset-propulsion label,
		#fieldset-debiet legend,
		#fieldset-pressure legend {
			display: inline-block;
			width: 70px;
			height: 33px;
			float: left;
		}

		#fieldset-search select,
		#fieldset-propulsion select {
			display: inline-block;
			width: 134px;
			height: 33px;
			border: 1px solid #b5cde5;
			margin-bottom: 14px;
		}

		#fieldset-search select {
			width: 635px;
		}

		.zoeken-mobiel {
			display: none;
		}

		#fieldset-debiet label,
		#fieldset-pressure label {
			margin-left: 70px;
			width: 60px;
			display: inline-block;
		}
		#fieldset-debiet label + label,
		#fieldset-pressure label + label {
			margin-left: 0;
		}

		#product-selector form input[type=radio] {
			margin-right: 5px;
		}

		#contact input[type=submit],
		#product-selector input[type=submit]{
			float: right;
			display: inline-block;
			width: 134px;
			height: 33px;
			padding: 0;
			margin-right: 21px;
			background-color: #ff6600;
			color: white;
			text-transform: uppercase;
			transition: background-color 0.2s;
		}

		#contact input[type=submit]:hover,
		#product-selector input[type=submit]:hover {
			background-color: #005cb8;
		}

	#footer-home {
		padding-top: 40px;
		padding-bottom: 250px;
		color: white;
		background: transparent url(../images/footer-background.jpg) top center no-repeat;
		background-size: cover;
		min-height: 475px;
	}
	#footer-home:after {
		clear: both;
		content: " ";
		display: block;
	}

		#footer-home h1 {
			font-size: 2.4em;
			text-transform: uppercase;
		}

		#footer-home a.link {

		}

		#footer-home a.link + a.link {
			margin-left: 70px;
		}

	#footer-home > div:first-child + div {
		margin-bottom: -100px;
	}

	#footer-producten {
		padding-top: 100px;
		padding-left: 125px;
	}
		#footer-producten span {
			font-size: 1.5em;
			text-transform: uppercase;
			color: white;
			line-height: 50px;
			margin-right: 50px;
		}

	article {

	}

		article h1, section h1 {
			font-size: 2em;
			text-transform: uppercase;
			line-height: 35px;
			padding-top: 0px;
			color: #005cb8;
			font-weight: normal;
		}

		article .text {
			font-size: 0.9em;
		}

		article a {
			text-decoration: none;
			color: #ff6600;
		}
			article a:hover {
				color: #005cb8;
			}


		article .text {

		}
	#products {

	}

		#products h2 {
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
			margin: 30px 0 10px 0;
			 height: 4em;
		}

		#products h2 > span {
			text-transform: none;
  			font-weight: normal;
  			font-size: 0.8em;
		}

		#products a {
			border: 1px solid #cdcdcd;
			display: block;
			text-decoration: none;
			position: relative;
			width: 214px;
			height: 214px;
			display: inline-block;
		}

			#products a > span {
				display: hidden;
				opacity: 0;
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				color: white;
				background: #005CB8 url(../images/arrow.png) 92px 110px no-repeat;
				transition: opacity 0.2s;
				text-align: center;
				padding-top: 75px;
				text-transform: uppercase;
				font-size: 0.9em;
			}

			#products a:hover > span {
				display: block;
				opacity: 1.0;
			}

		#products img {
			width: 212px;
			height: 212px;
			display: block;
		}

	.navdrawer-container {
		overflow: visible;
	}

	#main-menu.fixed {
		position: fixed;
		top: 0;
		height: 75px;
		background: #fff;
	}
	#main-menu.navdrawer-container.fixed ul {
		margin: 10px auto;
	}
	#main-menu.navdrawer-container ul li {
		text-align: left;
	}

	#main-menu.navdrawer-container ul li ul li {
		text-align: left;
	}

	#main-menu.navdrawer-container ul {
		position: relative;
	}

	#main-menu.navdrawer-container ul ul {
		position: relative;
	}

	#main-menu.navdrawer-container ul ul {
		position: absolute;
		display: none;
		top: 18px;
		left: -9999px;
		width: 325px;
		padding-bottom: 9px;
		background: transparent url(../images/submenu-background.png) 0 100% repeat-x;
	}
	#main-menu.navdrawer-container.fixed ul ul {
		top: 43px;
	}


	#main-menu.navdrawer-container ul ul ul {
		position: absolute;
		display: none;
		top: 23px;
		left: -9999px;
		width: 325px;
		padding-bottom: 9px;
		background: transparent url(../images/subsubmenu-background.png) 0 100% repeat-x;
	}

	#main-menu.navdrawer-container > ul > li:hover > ul {
		display: block;
		left: 0;
	}

	#main-menu.navdrawer-container ul li ul li:hover ul{
		display: block;
		left: 325px;
		top: -30px;
	}

	#main-menu.navdrawer-container ul li:hover ul li a {
		background: #ff6600 url(../images/arrow.png) 10px 50% no-repeat;
		padding-left: 60px;
	}

	#main-menu.navdrawer-container ul li ul li:hover ul li a {
		background: #87bfe7 url(../images/arrow.png) 10px 50% no-repeat;
		padding-left: 60px;
	}

	#main-menu.navdrawer-container ul li:hover ul li a:hover {
		text-decoration: underline;
	}

	#main-menu.navdrawer-container ul li ul li:hover ul li a:hover {
		text-decoration: underline;
	}

	#main-menu.navdrawer-container ul ul li {
		display: block;
		width: 100%;
		border: 0;
	}

	#main-menu.navdrawer-container ul ul ul li {
		display: block;
		width: 100%;
	}

	.gray {
		background: #f1f1f1;
		padding-bottom: 35px;
		margin-bottom: 30px;
	}

	.gray h1 {
		padding-top: 35px;
	}

	.gray > section {
		width: 960px;
		margin: 0 auto;
	}

	.gray > section h1 {
		text-align: center;
	}

	#product-gallery {
		margin-bottom: 40px;
		padding-top: 3px;
	}

	#product-gallery .info {
		background: #005cb8;
		line-height: 66px;
		padding: 0 20px;
		color: white;
		text-transform: uppercase;
	}

	#product-gallery + article h1 {
		padding-top: 0;
	}

	#product-gallery + article .download {
		margin: 35px 0;
	}

	#product-gallery + article .download a {
		color: #ff6600;
		height: 38px;
		overflow: hidden;
		display: block;
		width: 100%;
		line-height: 2;
	}
		#product-gallery + article .download span {
			border-bottom: 1px solid #ff6600;
			text-transform: uppercase;
			margin-left: 10px;
			font-size: 0.9em;
			font-weight: bold;
		}

	#product-gallery + article .download a:hover span {
		border-bottom: 0px;
		color: #005cb8;
	}

	#product-gallery .info .magnify {
		float: right;
		padding-left: 35px;
		background: transparent url(../images/magnifying-glass.png) 0 50% no-repeat;
	}

	#product-gallery .info span:first-child {
		color: #8bb7e3;
	}

	#product-gallery nav {
		margin: 0;
		/* width: 137px; */
		height: 66px;
		display: block;
		padding-left: 334px;
	}

		#product-gallery nav a {
			width: 68px;
			height: 66px;
			display: inline-block;
			background: #005cb8 url(../images/product-arrow-white.png) 100% 50% no-repeat;
			float: left;
			transition: background-color 0.2s;
		}

			#product-gallery nav a span {
				display: none;
			}

		#product-gallery .images {
			border: 1px solid #cacaca;
		}

		#product-gallery .images a {
			display: none;
			position: relative;
			width: 469px;
			height: 366px;
		}

		#product-gallery .images a:first-child {
			display: block;
		}

		#product-gallery nav a.left {
			margin-right: 1px;
		}

		#product-gallery nav a.right {
		    -moz-transform: scaleX(-1);
		    -o-transform: scaleX(-1);
		    -webkit-transform: scaleX(-1);
		    transform: scaleX(-1);
		    filter: FlipH;
		    -ms-filter: "FlipH";
		}

		#product-gallery nav a:hover {
			background-color: #ff6600;
		}

		#product-gallery + article .download .files {
			margin-top:10px;
		}

		#product-gallery + article .download .files span {
			border: none;
			margin-left: 0px;
			margin-bottom: 10px;
			color: #ffffff;
			background-color: #005cb8;
			padding: 5px;
			display: block;
		}

		#product-gallery + article .download .files img {
			width:32px;
			margin-right:25px;
		}

		#product-gallery + article .download .files a:hover {
			color:#005cb8;
		}

	.product-cart {
		border-top: 1px solid #cacaca;
		border-bottom: 1px solid #cacaca;
		height: 70px;
		padding: 10px 0;
		margin-bottom: 35px;
	}

	#fancybox-title .product-cart {
		border: 0;
		width: 420px;
		margin: 0 auto;
		margin-top: 20px;
	}

		.product-cart > span {
			float: left;
			display: inline-block;
			line-height: 50px;
			font-size: 1.1em;
			text-transform: uppercase;
			font-weight: bold;
		}


		.product-cart input[type=text] {
			float: right;
			display: inline-block;
			background: white;
			color: #404040;
			line-height: 22px;
			padding: 0 3px;
			border: 1px solid #404040;
			border-right: 0;
			outline: none;
			width: 50px;
			height: 50px;
			text-align: center;
			box-sizing: border-box;
		}

		.product-cart input[type=submit] {
			float: right;
			display: inline-block;
			color: white;
			line-height: 20px;
			padding: 15px 15px;
			padding-left: 60px;
			background: #ff6600 url(../images/product-icon.png) 15px 50% no-repeat;
			transition: background 0.2s ease-out;
		}
		.product-cart input[type=submit]:hover {
			background-color: #005cb8;
			background-image: url(../images/product-icon-hover.png);
		}

	.cart {

	}

		.cart > div {
			border-bottom: 1px solid #cacaca;
			padding: 8px 0;
		}

		.cart > div:first-child {
			border-top: 1px solid #cacaca;
		}

		.cart .thumb {
			border: 1px solid #d2d2d2;
			width: 62px;
			height: 62px;
			display: block;
			display: inline-block;
			margin-right: 16px;
		}

		.cart input[type=text] {
			border: 1px solid #cacaca;
			line-height: 31px;
			width: 43px;
			font-weight: bold;
			text-align: center;
			font-size: 0.8em;
			margin-right: 16px;

		}

		.cart strong {
			width: 270px;
			display: inline-block;
			text-transform: uppercase;
			font-weight: bold;
		}

		.cart input[type=button] {
			width: 25px;
			height: 25px;
			display: inline-block;
			float: right;
			background: #ff6600 url(../images/close.png) 7px 7px no-repeat;
			margin-top: 16px;
			transition: background-color 0.3s ease-out;
		}

		.cart input[type=button]:hover {
			background-color: #005CB8;
		}

	.form-cart fieldset {
		background: #e9f4ff;
		padding: 20px 30px;
		margin-top: 35px;
	}
	.shop h1 {
		margin-bottom: 35px;
	}

	.form-cart fieldset div > label:first-child {
		width: 123px;
		display: inline-block;
		line-height: 33px;
		vertical-align: top;

	}

	.form-cart fieldset div > label {
		color: #005cb8;
	}

	.form-cart fieldset div {
		margin-bottom: 5px;
	}

	.form-cart fieldset input[type=text],
	.form-cart fieldset textarea {
		width: 269px;
		display: inline-block;
		height: 31px;
		border: 1px solid #b5cde5;
		resize: none;
	}

	.form-cart fieldset textarea {
		height: 150px;
	}

	.form-cart fieldset input[type=text].error,
	.form-cart fieldset textarea.error {
		border-color: #ff0000;
	}

	.form-cart #delivery {
		display: none;
	}

	.form-cart #delivery.visible {
		display: block;
	}

	.form-cart button {
		background-color: #ff6600;
		position: relative;
		padding: 0 40px;
		color: white;
		line-height: 47px;
		margin: 20px 0 50px 0;
		float: right;
		display: block;
		margin-right: 56px;
		border: 0;
		transition: background 0.2s ease-out;
	}
	.form-cart button:before {
		position: absolute;
		content: " ";
		width: 54px;
		height: 47px;
		right: -54px;
		border: 1px solid #ff6600;
		display: block;
		background: url(../images/arrow-orange.png) 9px 10px no-repeat;
	}

	.form-cart button:hover {
		background-color: #005CB8;
	}

	.form-cart button:hover:before {
		background-image: url(../images/arrow-white.png);
		background-color: #005CB8;
		border-color: #005CB8;
	}

	#contact label {
		display: inline-block;
		width: 150px;
		height: 33px;
		float: left;
	}

	#contact input[type=text],
	#contact textarea {
		width: 240px;
		height: 31px;
		border: 1px solid #b5cde5;
		display: inline-block;
		margin-bottom: 14px;
	}

	#contact input[type=text].error,
	#contact textarea.error {
		border-color: #ff0000;
	}

	#contact textarea {
		height: 150px;
	}

	#contact input[type=submit] {
		margin-right: 82px;
		margin-bottom: 100px;
	}
	.maps-mobiel {
		display: none;
	}

.content-wrapper:after {
	clear: both;
	content: " ";
	display: block;
}
.content-tekst {
	width: 62%;
	float: left;
}
.content-tekst ul {
	list-style: none;
    line-height: 2.1em;
	margin-bottom: 10px;
}
.content-tekst ul li {
    display: block;
    padding: 0;
}
.content-tekst ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #ff6600;
    float: left;
    margin: 12px 10px 0 -17px;
}
.content-afbeelding {
	width: 30%;
	float: right;
}
.content-afbeelding img {
	width: 100%;
}

.images img {
	margin: 0 auto;
	max-height: 360px;
	display:  block;
}
ul.toepassingen {
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
}
ul.toepassingen:after {
	clear: both;
	content: " ";
	display: block;
}
ul.toepassingen li {
	float: left;
	width: 30%;
	margin: 0 5% 4% 0;
}
ul.toepassingen li a {
	display: block;
	color: #333;
}
ul.toepassingen li a.lees-meer {
	color: #ff6600;
	text-decoration: underline;
	font-size: 13px;
}
ul.toepassingen li a.lees-meer:hover {
	color: #005cb8;
}
ul.toepassingen li p {
	font-size: 13px;
}
ul.toepassingen li:nth-child(3n+3) {
	margin-right: 0;
}
ul.toepassingen li img {
	margin-bottom: 10px;
}
ul.toepassingen li h2 {
    background: #005cb8;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    padding: 12px 15px;
    text-transform: uppercase;
}
ul.toepassingen li:hover h2 {
	background: #ff6600;
}
h3.artikelen {
	background: #005cb8;
	color: #fff;
	text-transform: uppercase;
	display: block;
	margin-top: 50px;
	padding: 12px 20px;
	font-size: 28px;
}
ul.toepassingen-cat {
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
}
ul.toepassingen-cat:after {
	clear: both;
	content: " ";
	display: block;
}
ul.toepassingen-cat li {
	padding: 20px 0;
	margin-bottom: 6px;
}
ul.toepassingen-cat li img {
	max-width: 230px;
}
ul.toepassingen-cat li:after {
	clear: both;
	content: " ";
	display: block;
}
ul.toepassingen-cat .afbeelding {
	float: left;
	width: 25%;
}
ul.toepassingen-cat .afbeelding img {
	width: 100%;
}
ul.toepassingen-cat .tekst {
	float: right;
	width: 73%;
}
ul.toepassingen-cat .tekst h2 {
	font-size: 18px;
	margin: 0 0 5px;
	padding: 0;
	font-weight: 600;
}
ul.toepassingen-cat .tekst h2 a {
	text-decoration: none;
	color: #333;
}
ul.toepassingen-cat .tekst h2 a:hover {
	color: #ff6600;
}
ul.toepassingen-cat .tekst p {
	padding: 0;
}
ul.toepassingen-cat .tekst a {
	color: #ff6600;
	text-decoration: underline;
}
ul.toepassingen-cat .tekst a:hover {
	color: #005cb8;
}
div.aanbevolen-producten {
	margin-top: 40px;
}
div.aanbevolen-producten h3 {
	text-transform: uppercase;
	color: #005cb8;
	font-weight: 400;
}
div.aanbevolen-producten a.link.orange {
	width: 250px;
	display: block;
	margin: 10px auto 0;
}
ul.downloads-overzicht {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}
ul.downloads-overzicht:after {
	clear: both;
	content: " ";
	display: block;
}
ul.downloads-overzicht > li {
	float: left;
	width: 50%;
	padding: 2% 0 2% 2%;
	background: #cddef2;
	margin-bottom: 6px;
}
ul.downloads-overzicht li:nth-child(2n+2) {
	border-left: 6px solid #fff;
}
ul.downloads-overzicht .afbeelding {
	float: left;
	width: 70px;
	margin-right: 20px;
	display: table;
}
ul.downloads-overzicht .afbeelding img {
	width: 100%;
	margin-top: 5px;
}
ul.downloads-overzicht .tekst {
	position: relative;
	float: left;
	width: calc(100% - 110px);
	padding-bottom: 40px;
}
ul.downloads-overzicht .tekst h2 {
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 5px;
}
ul.downloads-overzicht .tekst h2 > a {
	color:#000000;
}
ul.downloads-overzicht .tekst h2 > a:hover {
text-decoration:none;
background: none;
}
ul.downloads-overzicht .tekst p {
	font-size: 13px;
	padding: 0;
	line-height: 1.4em;
}
ul.downloads-overzicht .tekst > a {
	display: inline-block;
	margin: 10px 0 0;
	color: #fff;
	background: #ff6600;
	padding: 3px 20px;
	font-size: 13px;
	position: absolute;
	left: 0;
	bottom: 0;
}
ul.downloads-overzicht .tekst a:hover {
	background: #005cb8;
}
ul.downloads-overzicht-cats {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
}
ul.downloads-overzicht-cats:after {
	clear: both;
	content: " ";
	display: block;
}
ul.downloads-overzicht-cats > li {
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom: 25px;
}
ul.downloads-overzicht-cats .tekst2 {
background: #005CB8;
}
ul.downloads-overzicht-cats .tekst2 h2 {
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 5px;
	color: #fff;
    line-height: 40px;
    padding-left: 20px;
}

@media (max-width: 1680px) {

	footer nav.navdrawer-container {
	padding-top: 320px;
    background: transparent url(../images/footer-wave.png) top center no-repeat;
    background-size: 1680px auto;
	}
	#footer-home {
	padding-bottom: 160px;
	}
	footer nav.navdrawer-container {
	margin-top: -160px;
	}

}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close:before {
	content: " ";
	position: absolute;
	top: 19px;
	right: 17px;
	width: 30px;
	height: 30px;
	background: transparent url('../images/fancybox/fancybox.png') -40px 0px;
	z-index: 1103;
	
}

#fancybox-close {
	position: absolute;
	top: -175px;
	right: -40px;
	width: 65px;
	height: 65px;
	background-color: #ff6600;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	top: 0;
	height: 68px;
	width: 68px;
	cursor: pointer;
	outline: none;
	background: white url('../images/fancybox/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: -68px;
}

#fancybox-right {
	right: -108px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -13px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
	right: 0;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
	left: 0;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	right: 0;
}

#fancybox-right:hover span {
	left: 0;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
	top: -110px;
	position: absolute;
	height: 110px;
	left: 0;
	right: 0;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../images/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../images/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
	position: relative;
    height: 100%;
    min-height: 1px;
}
[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;
}
/*@charset 'UTF-8';*/
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 60px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-size: 45px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .2;
    color: #005cb8;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #005cb8;
}

@media (max-width: 1023px) {

	.slick-dots li {
	margin: 0 1px;
	}

}

@media (max-width: 620px) {

	.slick-dots li button:before {
    font-size: 38px;
	}

}
@media (max-width: 1023px) {

	body {
	min-width: 100%;
	}
	main {
	width: 100%;
	min-width: 100% !important;
	}
	img, video, object {
    max-width: 100%;
    height: auto;
	}
	table {
	overflow-x: auto;
	display: block;
	}
	::-webkit-scrollbar {
    -webkit-appearance: none;
	}
	::-webkit-scrollbar:vertical {
	width: 12px;
	}
	::-webkit-scrollbar:horizontal {
	height: 12px;
	}
	::-webkit-scrollbar-thumb {
	background-color: #d2d2d2;
	border: 2px solid #ffffff;
	}
	::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ffffff;
	}
	#main-menu {
	padding: 0 20px;
	}
	.app-bar-actions > img {
	display: none;
	}
	.app-bar {
	min-width: 320px;
	}
	#footer-home {
	padding-left: 20px;
	padding-right: 20px;
	}
	#footer-home a.link {
	display: block;
	width: 200px;
	}
	#footer-home a.link + a.link {
	margin: 20px 0 0;
	}
	footer .footer-kolommen {
	padding: 0 20px;
	}
	footer .navdrawer-container .footer-kolommen ul {
	padding-left: 4px;
	padding-right: 0;
	background: transparent;
	}
	footer .navdrawer-container ul {
	padding: 0 20px;
	}
	.breadcrumb {
	padding: 0 20px;
	}
	#catalog-categorylist {
	padding: 0 10px;
	margin-bottom: 40px;
	}
	#catalog-categorylist .g--third {
	width: calc(50% - 20px);
	padding: 0;
	margin: 10px;
	background: #005cb8;
	box-sizing: border-box;
	}
	#catalog-categorylist a {
    width: calc(100% - 143px);
	padding-right: 10px;
	}
	article {
	padding-left: 20px;
	padding-right: 20px;
	}
	iframe {
	max-width: 100%;
	}
	#products {
	padding: 0 20px;
	}
	.aanbevolen-producten #products {
	padding: 0;
	}
	#products .g-wide--1 {
	width: 33.33%;
	margin: 0px;
	}
	#product-selector {
	width: calc(100% - 40px);
	margin-left: 20px;
	height: 238px;
	}
	#product-selector #fieldset-search select {
	width: calc(100% - 70px);
	float: right;
	}
	#product-selector form {
	padding: 20px;
	width: calc(100% - 170px);
	margin: 0;
	}
	#product-selector > .g-wide--1 {
	width: 170px;
	margin: 0;
	height: 238px;
	}
	#fieldset-debiet legend,
	#fieldset-pressure legend,
	#fieldset-propulsion label {
	height: 23px;
	display: block;
	width: 100%;
	}
	#fieldset-debiet label, #fieldset-pressure label {
	margin-left: 0;
	}
	#product-selector form input[type=text] {
	width: 100%;
	display: block;
	}
	#fieldset-search select, #fieldset-propulsion select {
	margin-bottom: 6px;
	width: 100%;
	}
	#product-selector input[type=submit] {
	margin-right: 2px;
	}
	#products .g-wide--1 {
	width: 33.33%;
	margin: 0px;
	}
	#products h2 {
	padding-right: 15px;
	}
	#products .clear {
	display: none;
	clear: inherit;
	}
	#product-gallery {
	padding: 23px 20px 0;
	}
	#product-gallery nav {
	padding-left: 0;
	}
	#product-gallery .images a {
	width: 100%;
	height: auto;
	}
	.product-cart > span {
	float: none;
	display: block;
	width: 100%;
	text-align: center;
	}
	.product-cart {
	height: 130px;
	}
	.product-cart input[type=submit] {
	width: calc(100% - 50px);
	}
	.gray > section {
	width: 100%;
	}
	.form-cart fieldset input[type=text], .form-cart fieldset textarea {
	display: block;
	width: 100%;
	}
	.cart > div {
	border-bottom: 0;
	}
	.cart > div > div {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #cacaca;
	}
	.cart > div > div > div {
	display: block !important;
	width: 100% !important;
	}
	.cart input[type=button] {
	position: absolute;
	top: 5px;
	right: 0;
	}
	.form-cart fieldset {
    padding: 20px;
	}
	#slideshow {
	padding: 0 20px;
	}
	#slideshow img {
	width: 100%;
	height: auto;
	}
	#slideshow .slider-tekst {
	font-size: 24px;
	}
	.navdrawer-container ul li a {
	padding: 17px 10px;
	}
	#main-menu.navdrawer-container ul li {
	font-size: 12px;
	}

}

@media (max-width: 767px) {

	main {
	margin-top: 20px;
	overflow: hidden;
	}
	article {
	padding: 0 20px 30px 20px;
	}
	.zoeken-mobiel {
	display: block;
	width: 100%;
	background: #005cb8;
	margin-top: 85px;
	padding: 10px 0 10px;
	}
	#app-bar-search {
	display: block;
    width: 260px;
    margin: 0 auto 10px;
	color: #666;
	padding: 12px 15px;
	}
	.breadcrumb {
	display: none;
	}
	.app-bar {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50;
	}
	#main-menu {
	display: none;
	padding: 0;
	height: 100%;
	top: 0;
	z-index: 50;
	background: #005cb8;
	}
	#main-menu.fixed {
	height: auto;
	top: 85px;
	z-index: 50;
	background: #005cb8;
	}
	#main-menu.navdrawer-container ul li {
	font-size: 14px;
	}
	#main-menu.navdrawer-container > ul > li:first-child {
	display: none;
	}
	#main-menu.navdrawer-container {
	background: #005cb8;
	}
	#main-menu.navdrawer-container.fixed ul {
	margin: 0;
	}
	#main-menu.navdrawer-container ul li a {
	text-align: center;
	}
	#main-menu.navdrawer-container ul ul ul {
	position: relative;
	}
	#main-menu.navdrawer-container ul li ul li:hover ul {
    display: block;
    left: auto;
    top: auto;
	width: 100%;
	}
	#main-menu.navdrawer-container ul ul ul {
	background: #87bfe7;
	}
	#slideshow .slider-tekst {
	font-size: 16px;
	max-width: 50%;
	padding: 10px;
	}
	.app-bar {
	height: 85px;
	width: 100%;
	}
	.app-bar-container h1.logo {
    margin-top: 12px;
    margin-bottom: 0;
	}
	.app-bar-actions > a.header-telefoon {
	top: 0;
	right: 90px;
	}
	.app-bar-actions > a {
	padding-right: 40px;
	margin-top: 38px;
	}
	.app-bar-container {
	height: 85px;
	}
	.app-bar-actions > form {
	display: none;
	}
	.app-bar-actions > a {
	padding-left: 30px;
	margin-right: 70px;
    background-size: 20px auto;
	background-position: 0px 11px;
	}
	#menu-toggle {
	display: block;
	width: 35px;
	position: absolute;
	top: 24px;
	right: 20px;
	}
	#menu-toggle span {
	display: block;
	background: #fff;
	width: 100%;
	height: 3px;
	margin: 6px 0;
	}
	#menu-toggle.menu-open span.menu-middle {
	display: none;
	}
	#menu-toggle.menu-open span.menu-top {
	margin-top: 14px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transform: translate3d(45deg,0,0);
	}
	#menu-toggle.menu-open span.menu-bottom {
	margin-top: -9px;
	transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -webkit-transform: translate3d(-405deg,0,0);
	}
	#main-menu.navdrawer-container ul {
	margin: 0 auto;
	display: block;
	width: 100%;
	}
	#main-menu.navdrawer-container ul li {
	display: block;
	width: 100%;
	border: 0;
	}
	#main-menu.navdrawer-container ul ul {
	position: relative;
	width: 100%;
	background: transparent;
	top: auto;
	padding: 0;
	margin: 0;
	}
	#main-menu.navdrawer-container ul li a:hover {
	background-color: transparent;
	color: rgba(255, 255, 255, 0.75);
	}
	#main-menu.navdrawer-container ul li.active a:hover {
	background-color: #ff6600;
	}
	#main-menu.navdrawer-container ul li:hover ul li a {
	background: rgba(49, 136, 223, 0.75) url(../images/arrow.png) 10px 50% no-repeat;
	}
	.g--half, .g-medium--half {
	float: none;
	width: 100%;
	}
	.g--half.g--last {
	margin-top: 40px;
	}
	footer .footer-kolom {
	float: none;
	width: 100%;
	margin: 0 0 30px;
	}
	footer .footer-kolom h4 {
	padding-bottom: 0px;
	}
	footer nav.navdrawer-container {
	background-size: cover;
	}
	#product-selector {
	height: auto;
	}
	#product-selector > .g-wide--1 {
	width: 100%;
	height: auto;
	padding: 20px;
	background:#005cb8 url(../images/tool.png) 20px 18px no-repeat;
	}
	#product-selector > .g-wide--1 h2 {
	padding: 0 0 0 40px;
	}
	#product-selector form {
	width: 100%;
	}
	#product-selector input[type=submit] {
	margin-bottom: 20px;
	margin-top: 15px;
	}
	#products .g-wide--1 {
	width: 50%;
	margin: 0px;
	float: left;
	}
	#product-gallery .images a {
	text-align: center;
	}
	ul.downloads-overzicht li {
    float: none;
    width: 100%;
    padding: 20px;
	}
	ul.downloads-overzicht li:after {
	display: table;
	content: '';
	clear: both;
	}
	ul.downloads-overzicht .tekst {
	height: auto !important;
	}
	ul.toepassingen li {
	width: 47.5%;
	}
	ul.toepassingen li:nth-child(3n+3) {
	margin-right: 5%;
	}
	ul.toepassingen li:nth-child(2n+2) {
	margin-right: 0;
	}
	ul.toepassingen li img {
	width: 100%;
	}
	#product-gallery + article h1 {
	padding-top: 0;
	}
	.maps-desktop {
	display: none;
	}
	.maps-mobiel {
	display: block;
	}
	ul.downloads-overzicht li:nth-child(2n+2) {
	border-left: 0;
	}

}

@media (max-width: 620px) {

	#catalog-categorylist {
	padding: 0 20px;
	}
	#catalog-categorylist .g--third {
    width: 100%;
	margin: 0 0 20px;
	}
	#catalog-categorylist .g--third:after {
	display: table;
	content: '';
	clear: both;
	}
	#product-selector form input[type=text] {
	margin-bottom: 5px;
	}
	#fieldset-debiet label, #fieldset-pressure label {
	margin-bottom: 15px;
	}
	#product-selector #fieldset-search select {
    width: 100%;
    float: none;
	}
	#fieldset-search label {
	height: 23px;
	}
	.download table td {
	padding-left: 20px;
	}
	.download table thead {
	display: none;
	}
	ul.toepassingen li {
	width: 100%;
	float: none;
	margin-right: 0;
	}
	.content-tekst {
    width: 100%;
    float: none;
	margin-bottom: 60px;
	}
	.content-afbeelding {
    width: 100%;
    float: none;
	}
	.content-afbeelding img {
	display: none;
	}

}


@media (max-width: 500px) {

	#products .g-wide--1 {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	#products h1 {
	margin-bottom: 30px;
	}
	#products h2 {
	padding: 0;
	margin: 0 0 10px;
	height: auto;
	}
	#products a {
    border: 1px solid #cdcdcd;
    width: 100%;
    height: auto;
    display: block;
	}
	#products img {
    width: 100%;
    height: auto;
	max-width: 250px;
	margin: 0 auto;
	}
	#products a > span {
	background: #005CB8 url(../images/arrow.png) center center no-repeat;
	padding-top: 150px;
	}
	ul.toepassingen-cat .afbeelding {
	float: none;
	width: 100%;
	}
	ul.toepassingen-cat .afbeelding img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	}
	ul.toepassingen-cat .tekst {
	float: none;
	width: 100%;
	}
	.app-bar-actions > a {
	text-indent: -9999px;
	padding: 0;
	width: 50px;
	margin: 13px 50px 0 0px;
	background-position: center center;
	}
	.app-bar-actions > a.header-telefoon {
    top: 15px;
    right: 110px;
	background-position: center center;
	}

}


@media (max-width: 400px) {

	#slideshow img {
	width: 90%;
	margin-left: 10%;
	}
	#slideshow .slider-tekst {
	font-size: 14px;
	max-width: 45%;
	}
	.app-bar-container h1.logo {
	margin-top: 18px;
	}
	.app-bar-container h1.logo img {
	width: 150px;
	}
	footer .footer-kolom {
	margin: 15px 0;
	}
	footer .navdrawer-container ul {
	display: block;
	}
	footer .navdrawer-container ul li {
	display: block;
	width: 100%;
	text-align: center;
	}
	footer nav.navdrawer-container li#webba {
	margin: 0;
	}
	footer .navdrawer-container .footer-kolommen ul li {
	text-align: left;
	}
	footer .navdrawer-container ul li a {
	padding: 10px;
	}
	footer .navdrawer-container .footer-kolommen ul li a {
	padding: 0;
	}
	#catalog-categorylist img {
	width: 120px;
	}
	#catalog-categorylist a {
	padding: 36px 10px 0;
	font-size: 0.8em;
	line-height: 1.6em;
	height: 121px;
	width: calc(100% - 120px);
	background: #005cb8 url(../images/arrow.png) 10px 10px no-repeat;
	background-size: 20px auto;
	}
	article h1, section h1 {
	font-size: 8vw;
	}
	footer nav.navdrawer-container {
	padding-top: 100px;
	background:transparent url(../images/footer-wave.png) top right no-repeat;
	background-size: cover;
	}
	#product-selector > .g-wide--1 h2 {
	font-size: 20px;
	}
	#product-gallery .info {
	font-size: 14px;
	padding: 0 15px;
	}
	#product-gallery .info .magnify {
	background-size: 15px auto;
	padding-left: 22px;
	}
	.product-cart input[type=submit] {
	padding-left: 45px;
	background: #ff6600 url(../images/product-icon.png) 15px 12px no-repeat;
	background-size: 20px auto;
	}
	ul.downloads-overzicht li {
	padding: 15px;
	}
	ul.downloads-overzicht .afbeelding {
    width: 60px;
    margin-right: 10px;
	}
	ul.downloads-overzicht .tekst {
    width: calc(100% - 70px);
	}
	div.aanbevolen-producten a.link.orange {
	width: calc(100% - 53px);
	margin: 0;
	}
	#contact input[type=text], #contact textarea {
	width: 100%;
	}
	#contact input[type=submit] {
	margin-right: 0;
	}
	.app-bar-actions > a {
	width: 40px;
	height: 40px;
	margin: 18px 45px 0 0px;
	}
	#menu-toggle {
	right: 15px;
	}
	.app-bar-actions > a.header-telefoon {
    top: 20px;
    right: 100px;
	}

}




@media (max-width: 767px) {
	.language {
		margin-left: 15px;
		margin-right: 70px;
		margin-top: 25px;
	}
	.app-bar-actions > a.header-telefoon {
		right: 140px;
	}
	.app-bar-actions > a {
		margin-right: 0px;
	}
}

@media (max-width: 500px) {
	.language {
		margin-left: 10px;
		margin-right: 55px;
		margin-top: 25px;
	}
	.app-bar-actions > a.header-telefoon {
		top: 13px;
		right: 165px;
	}
}
@media (max-width: 400px) {
	.language {
		display: none;
	}
	.app-bar-actions > a.header-telefoon {
		top: 19px;
		right: 100px;
	}
	.app-bar-actions > a {
		margin-right: 40px;
	}
}