@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -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. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type="search"] {
  -webkit-appearance: none;
  /* 1 */ }

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

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

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

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: normal;
  font-style: normal; }
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.w-icon-slider-right:before {
  content: "\e600"; }

.w-icon-slider-left:before {
  content: "\e601"; }

.w-icon-nav-menu:before {
  content: "\e602"; }

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603"; }

.w-icon-file-upload-remove:before {
  content: "\e900"; }

.w-icon-file-upload-icon:before {
  content: "\e903"; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333; }

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block; }

html.w-mod-touch * {
  background-attachment: scroll !important; }

.w-block {
  display: block; }

.w-inline-block {
  max-width: 100%;
  display: inline-block; }

.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-clearfix:after {
  clear: both; }

.w-hidden {
  display: none; }

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0; }

input.w-button {
  -webkit-appearance: button; }

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important; }

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal; }

.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer; }

.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px; }

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px; }

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px; }

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px; }

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px; }

h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px; }

p {
  margin-top: 0;
  margin-bottom: 10px; }

blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px; }

figure {
  margin: 0;
  margin-bottom: 10px; }

figcaption {
  margin-top: 5px;
  text-align: center; }

ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px; }

.w-list-unstyled {
  padding-left: 0;
  list-style: none; }

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-embed:after {
  clear: both; }

.w-video {
  width: 100%;
  position: relative;
  padding: 0; }

.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

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

button,
html input[type="button"],
input[type="reset"] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button; }

.w-form {
  margin: 0 0 15px; }

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd; }

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede; }

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold; }

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc; }

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999; }

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1; }

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999; }

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999; }

.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0; }

.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee; }

textarea.w-input,
textarea.w-select {
  height: auto; }

.w-select {
  background-image: -webkit-linear-gradient(white 0%, #f3f3f3 100%);
  background-image: linear-gradient(white 0%, #f3f3f3 100%); }

.w-select[multiple] {
  height: auto; }

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px; }

.w-checkbox,
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px; }

.w-checkbox:before,
.w-radio:before,
.w-checkbox:after,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-checkbox:after,
.w-radio:after {
  clear: both; }

.w-checkbox-input,
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px; }

.w-radio-input {
  margin-top: 3px; }

.w-file-upload {
  display: block;
  margin-bottom: 10px; }

.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100; }

.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333; }

.w-file-upload-error {
  display: block;
  margin-top: 10px; }

.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none; }

.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa; }

.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa; }

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block; }

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer; }

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px; }

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0; }

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px; }

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa; }

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px; }

.w-icon-file-upload-uploading {
  height: 20px; }

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px; }

.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-container:after {
  clear: both; }

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px; }

.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-row:after {
  clear: both; }

.w-row .w-row {
  margin-left: 0;
  margin-right: 0; }

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.w-col .w-col {
  padding-left: 0;
  padding-right: 0; }

.w-col-1 {
  width: 8.33333333%; }

.w-col-2 {
  width: 16.66666667%; }

.w-col-3 {
  width: 25%; }

.w-col-4 {
  width: 33.33333333%; }

.w-col-5 {
  width: 41.66666667%; }

.w-col-6 {
  width: 50%; }

.w-col-7 {
  width: 58.33333333%; }

.w-col-8 {
  width: 66.66666667%; }

.w-col-9 {
  width: 75%; }

.w-col-10 {
  width: 83.33333333%; }

.w-col-11 {
  width: 91.66666667%; }

.w-col-12 {
  width: 100%; }

.w-hidden-main {
  display: none !important; }

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: none !important; }

  .w-col-medium-1 {
    width: 8.33333333%; }

  .w-col-medium-2 {
    width: 16.66666667%; }

  .w-col-medium-3 {
    width: 25%; }

  .w-col-medium-4 {
    width: 33.33333333%; }

  .w-col-medium-5 {
    width: 41.66666667%; }

  .w-col-medium-6 {
    width: 50%; }

  .w-col-medium-7 {
    width: 58.33333333%; }

  .w-col-medium-8 {
    width: 66.66666667%; }

  .w-col-medium-9 {
    width: 75%; }

  .w-col-medium-10 {
    width: 83.33333333%; }

  .w-col-medium-11 {
    width: 91.66666667%; }

  .w-col-medium-12 {
    width: 100%; }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto; } }
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: none !important; }

  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0; }

  .w-col {
    width: 100%;
    left: auto;
    right: auto; }

  .w-col-small-1 {
    width: 8.33333333%; }

  .w-col-small-2 {
    width: 16.66666667%; }

  .w-col-small-3 {
    width: 25%; }

  .w-col-small-4 {
    width: 33.33333333%; }

  .w-col-small-5 {
    width: 41.66666667%; }

  .w-col-small-6 {
    width: 50%; }

  .w-col-small-7 {
    width: 58.33333333%; }

  .w-col-small-8 {
    width: 66.66666667%; }

  .w-col-small-9 {
    width: 75%; }

  .w-col-small-10 {
    width: 83.33333333%; }

  .w-col-small-11 {
    width: 91.66666667%; }

  .w-col-small-12 {
    width: 100%; } }
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none; }

  .w-hidden-main {
    display: inherit !important; }

  .w-hidden-medium {
    display: inherit !important; }

  .w-hidden-small {
    display: inherit !important; }

  .w-hidden-tiny {
    display: none !important; }

  .w-col {
    width: 100%; }

  .w-col-tiny-1 {
    width: 8.33333333%; }

  .w-col-tiny-2 {
    width: 16.66666667%; }

  .w-col-tiny-3 {
    width: 25%; }

  .w-col-tiny-4 {
    width: 33.33333333%; }

  .w-col-tiny-5 {
    width: 41.66666667%; }

  .w-col-tiny-6 {
    width: 50%; }

  .w-col-tiny-7 {
    width: 58.33333333%; }

  .w-col-tiny-8 {
    width: 66.66666667%; }

  .w-col-tiny-9 {
    width: 75%; }

  .w-col-tiny-10 {
    width: 83.33333333%; }

  .w-col-tiny-11 {
    width: 91.66666667%; }

  .w-col-tiny-12 {
    width: 100%; } }
.w-widget {
  position: relative; }

.w-widget-map {
  width: 100%;
  height: 400px; }

.w-widget-map label {
  width: auto;
  display: inline; }

.w-widget-map img {
  max-width: inherit; }

.w-widget-map .gm-style-iw {
  width: 90% !important;
  height: auto !important;
  top: 7px !important;
  left: 6% !important;
  display: inline;
  text-align: center;
  overflow: hidden; }

.w-widget-map .gm-style-iw + div {
  display: none; }

.w-widget-twitter {
  overflow: hidden; }

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px; }

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif; }

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block; }

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px; }

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px; }

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px; }

.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px; }

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px; }

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px; }

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px; }

.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px; }

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px; }

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px; }

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px; }

.w-widget-gplus {
  overflow: hidden; }

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white; }

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100; }

.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap; }

.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left; }

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.w-slider-nav.w-round > div {
  border-radius: 100%; }

.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit; }

.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4); }

.w-slider-nav-invert {
  color: #fff; }

.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4); }

.w-slider-nav-invert > div.w-active {
  background-color: #222; }

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms; }

.w-slider-dot.w-active {
  background-color: #fff; }

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-slider-arrow-left [class^="w-icon-"],
.w-slider-arrow-right [class^="w-icon-"],
.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-right [class*=" w-icon-"] {
  position: absolute; }

.w-slider-arrow-left {
  z-index: 3;
  right: auto; }

.w-slider-arrow-right {
  z-index: 4;
  left: auto; }

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em; }

.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900; }

.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap; }

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px; }

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em; }

.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%; }

.w-dropdown-list.w--open {
  display: block; }

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222; }

.w-dropdown-link.w--current {
  color: #0082f3; }

.w-nav[data-collapse="all"] .w-dropdown,
.w-nav[data-collapse="all"] .w-dropdown-toggle {
  display: block; }

.w-nav[data-collapse="all"] .w-dropdown-list {
  position: static; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-dropdown,
  .w-nav[data-collapse="medium"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="medium"] .w-dropdown-list {
    position: static; } }
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-dropdown,
  .w-nav[data-collapse="small"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="small"] .w-dropdown-list {
    position: static; }

  .w-nav-brand {
    padding-left: 10px; } }
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-dropdown,
  .w-nav[data-collapse="tiny"] .w-dropdown-toggle {
    display: block; }

  .w-nav[data-collapse="tiny"] .w-dropdown-list {
    position: static; } }
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */ }

/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden; }

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0; }

.w-lightbox-view:before {
  content: "";
  height: 100vh; }

/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh; }

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle; }

/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */ }

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer; }

/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none; }

/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh; }

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh; }

.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s; }

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+"); }

/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px; }

/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }

/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */ }

.w-lightbox-active {
  opacity: .3; }

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden; }

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0; }

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear; }

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%; }

/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none; }

.w-lightbox-noscroll {
  overflow: hidden; }

@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh; }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh; }

  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh; }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh; }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh; }

  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5; }

  .w-lightbox-close {
    opacity: .8; }

  .w-lightbox-control:hover {
    opacity: 1; } }
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0; }

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-richtext:after {
  clear: both; }

.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial; }

.w-richtext ol,
.w-richtext ul {
  overflow: hidden; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
  outline: 2px solid #2895f7; }

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7; }

.w-richtext figure.w-richtext-figure-type-video > div:before,
.w-richtext figure[data-rt-type="video"] > div:before {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.w-richtext figure {
  position: relative;
  max-width: 60%; }

.w-richtext figure > div:before {
  cursor: default !important; }

.w-richtext figure img {
  width: 100%; }

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6; }

.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent; }

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table; }

.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block; }

.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom; }

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0; }

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%; }

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both; }

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%; }

.w-richtext figure.w-richtext-align-normal {
  clear: both; }

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto; }

.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit; }

.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block; }

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none; }

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none; }

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000; }

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-nav:after {
  clear: both; }

.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333; }

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.w-nav-link.w--current {
  color: #0082f3; }

.w-nav-menu {
  position: relative;
  float: right; }

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px; }

.w--nav-link-open {
  display: block;
  position: relative; }

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%; }

.w-nav-overlay .w--nav-menu-open {
  top: 0; }

.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] .w--nav-menu-open {
  right: auto;
  z-index: 1;
  top: 0; }

.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto; }

.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] .w--nav-menu-open {
  left: auto;
  z-index: 1;
  top: 0; }

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white; }

.w-nav[data-collapse="all"] .w-nav-menu {
  display: none; }

.w-nav[data-collapse="all"] .w-nav-button {
  display: block; }

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block; } }
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="small"] .w-nav-button {
    display: block; }

  .w-nav-brand {
    padding-left: 10px; } }
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none; }

  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block; } }
.w-tabs {
  position: relative; }

.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2; }

.w-tabs:after {
  clear: both; }

.w-tab-menu {
  position: relative; }

.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd; }

.w-tab-link.w--current {
  background-color: #C8C8C8; }

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden; }

.w-tab-pane {
  position: relative;
  display: none; }

.w--tab-active {
  display: block; }

@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block; } }
.w-ix-emptyfix:after {
  content: ""; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd; }

.w-dyn-bind-empty {
  display: none !important; }

.w-condition-invisible {
  display: none !important; }

body {
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 20px; }

.page-content {
  position: relative;
  display: block;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px;
  background-color: transparent;
  background-image: none; }

.new-page-content-container {
  position: static;
  left: 30px;
  top: 30px;
  right: 30px;
  bottom: 30px;
  background-color: transparent; }

.new-page-content-container.first-block {
  position: relative;
  margin-top: 25px; }

.header {
  max-width: auto; }

.navigation {
  position: static;
  left: 30px;
  top: 30px;
  right: 30px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff; }

.navigation.fix {
  padding-top: 0px;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.08); }

.nav-logo {
  position: static;
  top: -22px;
  width: 140px; }

.nav-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right; }

.small-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-bottom: 5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.img {
  width: 100%;
  float: none; }

.img.book {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.img.book:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.nav-link {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: 1px none transparent;
  -webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  font-family: 'Brandon reg', sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase; }

.nav-link:hover {
  border-bottom-style: none;
  border-bottom-color: #000;
  color: rgba(0, 0, 0, 0.2); }

.nav-link.w--current {
  border-bottom-style: none;
  color: #929292; }

.small-single-nav-item {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 13.5px;
  line-height: 1.3em;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none; }

.text-block {
  font-family: capitolium-2;
  color: #000;
  font-weight: 400; }

.basket-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 10px;
  background-image: url("../images/shopping-cart-2.svg");
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat; }

.search-icon {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-left: 8px;
  background-image: url("../images/searching-tool-outline.svg");
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat; }

.hero-2-column-section {
  display: block;
  max-height: auto;
  min-height: auto;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent; }

.hero-home-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 0% 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.39);
  text-align: left; }

.hero-home-right {
  position: relative;
  z-index: 1;
  display: block;
  width: 30%;
  padding: 30px 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: 6px none #c2dbe7;
  background-color: #f3f3f3; }

.slider-home {
  height: 99%; }

.single-slide {
  background-color: #e9eef3; }

.single-slide-img-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.single-slide-img-block._1 {
  background-image: url("../images/view_1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.single-slide-img-block._2 {
  background-image: url("../images/609549.png");
  background-position: 50% 50%;
  background-size: cover; }

.single-slide-img-block._3 {
  background-image: url("../images/brooke-lark-200704.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.slide-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 27px;
  margin: 0px auto 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 0.52;
  color: #000;
  font-size: 10px; }

.single-slide-content-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f1f1f1; }

.h2-home-slider {
  max-width: 650px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: capitolium-2;
  color: #000;
  font-weight: 700; }

.h4-slider {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 5px 7px;
  background-color: #fff;
  font-family: filson-pro;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.5px; }

.left-arrow {
  display: block;
  font-size: 30px; }

.left-arrow.right {
  margin-right: 0%; }

.intro-slider-item {
  max-width: 650px;
  font-family: filson-pro;
  color: #000;
  font-size: 16px;
  line-height: 1.5em; }

.top-5-block-home {
  border: 4px solid #f1f1f1; }

.top-5-title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.top-5-title-block._2 {
  padding-top: 5px;
  padding-bottom: 5px; }

.h3-home {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gotham;
  color: #000;
  font-size: 22px;
  line-height: 1.1em;
  font-weight: 700;
  text-transform: uppercase; }

.h3-home.books {
  font-size: 19px; }

.h3-home.books.alt {
  font-family: Gotham;
  font-size: 17px;
  letter-spacing: 0.5px; }

.h3-home.alt {
  margin-bottom: 5px; }

.single-top-book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2%;
  padding: 15px 10px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none; }

.single-top-book:hover {
  background-color: #fff; }

.single-top-book.alt {
  background-color: rgba(255, 255, 255, 0.5); }

.single-top-book.alt:hover {
  background-color: #fff; }

.book-img {
  width: 18%; }

.top-5-book-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.title-h4 {
  position: relative;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: center; }

.title-h4.white {
  color: #fff; }

.title-h4._2 {
  margin-bottom: 20px; }

.title-h4.grey {
  margin-bottom: 10px;
  font-size: 20px; }

.title-h4.choice-of {
  margin-bottom: 10px;
  font-size: 18px; }

.title-h4.book-overview {
  margin-bottom: 15px;
  font-size: 22px; }

.title-h4.left {
  text-align: left; }

.writer-top-5 {
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none; }

.writer-top-5.margin {
  margin-top: 5px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  letter-spacing: 0px; }

.body {
  padding: 0px;
  background-image: none; }

.home-top-articles {
  height: auto;
  background-color: #fff; }

.container-top-articles {
  padding: 30px 40px 40px; }

.home-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7ecf1), to(#f0f0f0));
  background-image: linear-gradient(180deg, #e7ecf1, #f0f0f0); }

.h2-title {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  border-bottom: 1px dotted rgba(194, 219, 231, 0.61);
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase; }

.h2-title.white {
  font-family: baskerville-urw, sans-serif;
  color: #fff; }

.h2-title.spotlight-book {
  color: #fff; }

.h2-title.margin {
  margin-right: 20px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  text-transform: uppercase; }

.recent-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.recent-item {
  width: 31%;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  text-decoration: none; }

.recent-item:hover {
  border-bottom-color: rgba(0, 0, 0, 0.35); }

.recemt-home-item-img {
  position: relative;
  overflow: hidden; }

.top-5-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #858585;
  font-family: museo-slab;
  color: #fff;
  font-size: 13px;
  line-height: 1em;
  font-weight: 700; }

.info-container-recent-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px none rgba(194, 219, 231, 0.39); }

.h3-article-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.3em; }

.h3-article-title.smaller-article {
  font-size: 22px;
  line-height: 1.3em; }

.theme-fix-article {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  padding: 10px 15px;
  background-color: #fff;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.1em; }

.h4-date-article {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: baskerville-urw, sans-serif;
  color: #7e7e7e;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 300; }

.more-news-items-home {
  background-color: rgba(255, 255, 255, 0.75); }

.more-news-items-home.alt {
  background-color: transparent; }

.container-more-news-home {
  padding: 40px; }

.wrapper-more-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.news-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease; }

.news-overlay:hover {
  background-color: rgba(255, 255, 255, 0.59); }

.single-home-item-small {
  position: relative;
  width: 22%;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none; }

.single-home-item-small:hover {
  border-bottom-color: silver; }

.single-home-item-small.blog-detail {
  width: 100%;
  margin-bottom: 40px;
  border-bottom-style: solid; }

.single-home-item-small.blog-detail:hover {
  border-bottom-color: #8f8f8f; }

.recents-books-home {
  min-height: auto;
  margin-top: 0px;
  padding-bottom: 60px;
  background-color: transparent; }

.recents-books-home.book-overview {
  min-height: auto; }

.transparant-container-home {
  padding: 60px 40px;
  background-color: transparent; }

.transparant-container-home.alt {
  padding-bottom: 20px; }

.transparant-container-home.overzicht-boeken {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 0px; }

.container-new-books {
  background-color: #fff; }

.new-books-wrapper {
  position: relative;
  top: -44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center; }

.single-new-book-item {
  width: 21%;
  margin-right: 2%;
  margin-left: 2%;
  padding-top: 0px;
  text-align: center;
  text-decoration: none; }

.single-new-book-item.tips-author {
  width: 18%;
  margin-right: 1%;
  margin-left: 1%; }

.single-new-book-item.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.book-img-recent {
  display: block;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.book-img-recent:hover {
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px); }

.book-img-recent.home-top {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-height: 200px;
  max-width: 150px;
  margin-bottom: 20px;
  box-shadow: 4px 5px 16px -1px rgba(213, 215, 221, 0.68); }

.book-img-recent.hero {
  max-width: 95px;
  margin-bottom: 10px;
  box-shadow: 5px 5px 0 0 #fff; }

.book-img-recent.hero:hover {
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px); }

.recent-book-info-title {
  margin-top: 30px;
  text-align: center; }

.writer-recent-book {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 8px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 0.5px; }

.writer-recent-book.white {
  color: #fff; }

.writer-recent-book.grey {
  font-size: 15px; }

.writer-recent-book.mobile {
  margin-right: 0px;
  font-size: 15px; }

.writer-recent-book.margin {
  margin-bottom: 2px; }

.writer-recent-book.small {
  margin-bottom: 0px;
  color: #888;
  font-size: 13px; }

.writer-recent-book.alt {
  margin-bottom: 0px;
  font-size: 13px; }

.social-2-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.social-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0); }

.social-left {
  width: 65%; }

.social-left-container {
  padding: 40px;
  background-color: #f5f5f5; }

.h3.matrix-bijschrift {
  margin-top: 0px;
  margin-bottom: 20px; }

.h3-title {
  margin-top: 0px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700; }

.h3-title.alt-padding {
  margin-bottom: 0px; }

.h3-title.alt {
  font-family: capitolium-2;
  font-size: 18px; }

.instafeed-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.single-insta-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  text-decoration: none; }

.insta-img {
  padding-bottom: 100%; }

.insta-img._1 {
  background-image: url("../images/Screen-Shot-2017-08-31-at-15.02.48.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.insta-img._2 {
  background-image: url("../images/17128-62bf8b4400b246b3aa0281ecd162ad96.gif");
  background-position: 50% 50%;
  background-size: cover; }

.insta-img._3 {
  background-image: url("../images/Mockup_Marjolijn-van-Heemstra_WEB-800x800-1.png");
  background-position: 50% 50%;
  background-size: cover; }

.insta-img._4 {
  background-image: url("../images/Screen-Shot-2017-08-31-at-15.03.02.png");
  background-position: 50% 50%;
  background-size: cover; }

.insta-img._5 {
  background-image: url("../images/Screen-Shot-2017-08-31-at-15.02.42.png");
  background-position: 50% 50%;
  background-size: cover; }

.instafeed-content {
  padding: 25px 15px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.3em; }

.instafeed-content.alt {
  background-color: #d5d7dd; }

._1-book-picture {
  max-width: auto;
  background-color: #fff; }

.container-book-picture {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 40px;
  text-align: center; }

.img-book-link {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto; }

.what-we-read-container {
  display: block;
  max-width: 800px;
  margin: 0px auto 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px none #fff;
  border-bottom: 1px solid #ebebeb;
  text-align: center; }

.h3-alt {
  width: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 700; }

.top-5-book-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.small-button {
  margin-right: 12px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: filson-pro;
  color: #000;
  font-size: 15px; }

.small-buy-button {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #e9e9e9;
  background-image: url("../images/shopping-cart-2.svg");
  background-position: 50% 50%;
  background-size: 17px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.small-buy-button:hover {
  background-color: #c2dbe7; }

.button-small {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: filson-pro;
  color: #9e9e9e;
  text-decoration: none; }

.button-small:hover {
  color: #000; }

.button {
  margin-right: 8px;
  margin-left: 8px;
  padding: 12px 18px;
  border: 1px solid #000;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700; }

.button:hover {
  border-color: rgba(0, 0, 0, 0.21);
  border-radius: 0px; }

.button.alt {
  margin-right: 10px;
  margin-left: 10px; }

.button.alt-padding {
  margin-top: 20px; }

.button.buy.white {
  background-color: #fff;
  color: #000; }

.button.no-padding {
  margin-left: 0px; }

.button.hover {
  border-style: none; }

.button.white {
  border-color: #fff;
  color: #fff; }

.button.matrix-button {
  margin-top: 40px;
  margin-left: 0px; }

.button.bottom {
  margin-right: 0px;
  margin-bottom: 5px; }

.button.no-margin {
  margin-left: 0px; }

.book-eyecatcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px; }

.book-eyecatcher.overview-page {
  margin-bottom: 60px; }

.book-eyecatcher.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.eyecatcher-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff; }

.eye-catcher-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa; }

.eye-catcher-right._1 {
  background-image: url("../images/0025.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.eye-catcher-right._3 {
  background-image: url("../images/fede5ed4-cfd2-4f0d-98cf-e8bba4532750.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.eye-catcher-right.yellow {
  background-color: #f5ff7f; }

.eye-catcher-right.blue {
  background-color: #3b3763; }

.eyecatcher-container {
  max-width: 600px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center; }

.info-boek-in-de-kijker {
  margin-top: 20px;
  margin-bottom: 20px; }

.slide-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.instafeed {
  position: relative;
  max-width: 400px;
  min-width: 250px;
  padding: 0px;
  background-color: #fff;
  text-align: center; }

.twitter-icon-feed {
  position: relative;
  top: -20px;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/if_Twitter_logo_2258490-1.svg");
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat; }

.twitter-container {
  padding: 1px 30px 30px; }

.tweet-home {
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 17px;
  line-height: 1.2em; }

.tweet-date {
  position: relative;
  top: -18px;
  display: inline-block;
  padding: 7px 12px;
  background-color: #fff;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700; }

.single-tweet {
  margin-bottom: 20px; }

.follow-block {
  margin-top: 30px;
  text-align: center; }

.social-icon-wrapper {
  margin-top: 15px; }

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #f0ecec;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease; }

.social-icon:hover {
  background-color: #c2dbe7; }

.social-icon._1 {
  background-color: #d5d7dd;
  background-image: url("../images/if_Facebook_logo_2258500-1.svg");
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat; }

.social-icon._2 {
  background-color: #d5d7dd;
  background-image: url("../images/if_Instagram_logo_2258498.svg");
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat; }

.social-icon.h3-home {
  background-image: url("../images/if_Twitter_logo_2258490-1.svg");
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat; }

.social-icon._3 {
  background-color: #d5d7dd;
  background-image: url("../images/if_Twitter_logo_2258490-1.svg");
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat; }

.social-icon._4 {
  background-color: #d5d7dd;
  background-image: url("../images/if_Linkedin_logo_2258497-1.svg");
  background-position: 50% 50%;
  background-size: 22px;
  background-repeat: no-repeat; }

.social-icon.share {
  margin-right: 10px;
  margin-left: 0px; }

.social-icon.share._3 {
  background-color: #d5d7dd; }

.social-icon.share._5 {
  background-color: #d5d7dd;
  background-image: url("../images/if_Pinterest_logo_2258496-1.svg");
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat; }

.section-author-spotlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff; }

.author-spotlight-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.author-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.div-block {
  width: 35%; }

.author-right {
  width: 35%; }

.author-right._1 {
  background-image: url("../images/images0.persgroep.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.info-author {
  margin-top: 30px;
  margin-bottom: 40px; }

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  line-height: 1.2em;
  font-weight: 400; }

.h4.alt {
  font-family: baskerville-urw, sans-serif;
  font-weight: 700; }

.h4.margin {
  margin-bottom: 10px; }

.insta-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }

.insta-overlay:hover {
  opacity: 1; }

.cta-block {
  position: static;
  background-color: #ddd; }

.cta-block.yellow {
  position: static;
  background-color: #f5ff7f; }

.cta-container {
  position: relative;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 40px 60px;
  background-color: transparent;
  text-align: center; }

.cta-content-text {
  display: block;
  max-width: 700px;
  margin: 40px auto;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.5em; }

.cta-content-text.white {
  color: #fff;
  font-size: 20px; }

.new-books-button-wrapper {
  margin-top: 30px;
  text-align: center; }

.section-newsletter-home {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff; }

.newsletter-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 40px;
  text-align: center; }

.newsletter-info {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400; }

.form-newsletter {
  margin-top: 60px;
  margin-bottom: 0px; }

.form {
  text-align: center; }

.form.download {
  margin-bottom: 20px;
  text-align: left; }

.text-field {
  display: block;
  max-width: 550px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 5px 30px;
  border-style: none;
  border-radius: 30px;
  background-color: #f8f8f8;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center; }

.text-field.contact {
  max-width: 100%;
  float: left;
  border-radius: 0px;
  text-align: left; }

.text-field.birthday {
  display: inline-block;
  max-width: 100px;
  min-width: auto;
  margin-right: 5px;
  margin-left: 5px; }

.submit {
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.3em;
  font-weight: 700; }

.submit:hover {
  border-color: rgba(0, 0, 0, 0.21);
  border-radius: 0px; }

.submit.download {
  margin-top: 30px; }

.min-to-read-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.min-to-read-block.slider {
  margin-bottom: 20px; }

.min-to-read-block.small {
  margin-bottom: 10px; }

.min-to-read-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #c2dbe7;
  background-image: url("../images/circular-clock.svg");
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat; }

.min-article {
  display: block;
  font-family: baskerville-urw, sans-serif;
  color: #949494;
  font-size: 15px;
  line-height: 1.3em; }

.tips-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40vh;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.tip-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding: 40px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center; }

.author-tip-right {
  width: 35%; }

.author-tip-right._1 {
  background-image: url("../images/fede5ed4-cfd2-4f0d-98cf-e8bba4532750.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.author-tip-right._2 {
  background-image: url("../images/sandra4.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.author-tip-right._3 {
  background-image: url("../images/Jani-5.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.author-tip-books-home {
  max-width: 950px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.author-link {
  margin-top: 5px;
  padding: 10px 20px;
  border-style: none;
  background-color: #dce6f0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: none; }

.author-link:hover {
  border-radius: 0px;
  background-color: #c2dbe7; }

.author-tips-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.section-home-other-partners {
  padding-bottom: 0px; }

.wrapper-other-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 40px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.other-dienst-item {
  overflow: hidden;
  width: 300px;
  height: 300px;
  min-height: 300px;
  text-decoration: none; }

.partner-title-block {
  width: 100%;
  padding: 5px 20px;
  background-color: #fff;
  text-align: center; }

.single-partner-home {
  position: relative;
  width: 250px;
  height: 250px;
  text-decoration: none; }

.partner-tiitle {
  font-family: filson-pro;
  color: #000;
  line-height: 1.3em;
  font-weight: 400;
  text-decoration: none; }

.footer {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 22px 0 rgba(180, 186, 192, 0.28); }

.footer-container {
  position: relative;
  min-height: 35vh;
  padding: 2% 4%; }

.footer-container.footer-landingspagina {
  min-height: auto; }

.partner-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.97);
  opacity: 0;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  font-family: filson-pro;
  color: #000;
  font-size: 18px;
  line-height: 1.2em;
  text-align: center; }

.partner-overlay:hover {
  opacity: 1; }

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.footer-column {
  width: 25%;
  margin-right: 0px;
  padding: 0px; }

.footer-column.alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.footer-head-link {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-family: 'Brandon reg', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 700;
  text-decoration: none; }

.footer-head-link.alt {
  margin-bottom: 15px;
  border-bottom: 1px none rgba(0, 0, 0, 0.11);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Brandon reg', sans-serif;
  font-size: 18px; }

.footer-head-link.alt:hover {
  color: #a7a7a7; }

.footer-sub-link {
  display: block;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 500;
  text-decoration: none; }

.footer-sub-link:hover {
  border-bottom-color: transparent; }

.footer-sub-link.search {
  padding-left: 22px;
  background-image: url("../images/searching-tool-outline.svg");
  background-position: 1px 39%;
  background-size: 12px;
  background-repeat: no-repeat; }

.footer-sub-link.shop {
  padding-left: 22px;
  background-image: url("../images/shopping-cart-2.svg");
  background-position: 1px 50%;
  background-size: 11px;
  background-repeat: no-repeat; }

.footer-top-block {
  display: block;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer-logo {
  width: 140px; }

.footer-social {
  margin-top: 20px; }

.small-footer-links {
  display: block;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: capitolium-2;
  color: #000;
  font-weight: 700;
  text-decoration: none; }

.newsletter-footer {
  margin-top: 50px; }

.adres-footer {
  margin-top: 0px;
  padding: 25px 0px;
  background-color: transparent; }

.h4-footer {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Brandon reg', sans-serif;
  color: #000;
  font-weight: 700; }

.adres-footer-rule {
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.11);
  font-family: baskerville-urw, sans-serif;
  color: #000;
  line-height: 1.5em; }

.icon {
  font-size: 30px; }

.icon-2 {
  font-size: 30px; }

.cta-icon {
  position: relative;
  top: -25px;
  z-index: 1;
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #ddd;
  background-image: url("../images/round-add-button.svg");
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat; }

.cta-icon.yellow {
  background-color: #f5ff7f; }

.article-top {
  margin-bottom: 30px; }

.articlebottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.wrapper-other-activities {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto; }

.single-other-acitivity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.other-activity-img {
  position: relative;
  width: 150px;
  height: 150px;
  padding: 68px; }

.other-activity-img._1 {
  position: relative;
  background-image: url("../images/7TsNF-uU.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.other-activity-img._2 {
  background-image: url("../images/famousbox43-belmodo.tv_.png");
  background-position: 50% 50%;
  background-size: cover; }

.other-activity-img._3 {
  background-image: url("../images/Cycling_Vlaanderen_FB_logo.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.other-activity-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding: 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.32); }

.other-activity-info.alt {
  background-color: #fff; }

.partner-info-home {
  max-width: 650px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: filson-pro;
  color: #000;
  font-size: 16px;
  line-height: 1.5em; }

.button-wrapper {
  margin-top: 60px; }

.wrapper-home-new-books {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent; }

.single-new-book {
  position: relative;
  width: 50%;
  margin: 0px 0%;
  padding: 20px;
  background-color: transparent;
  text-align: center;
  text-decoration: none; }

.show-all-new-books {
  width: 30%;
  padding-bottom: 30%;
  background-color: #e4edf1; }

.book-theme-nav-section {
  padding: 0px;
  float: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fafafa;
  text-align: right; }

.container-theme-nav {
  display: inline-block;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  text-align: left; }

.nav-link-book-theme {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 12px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  font-family: baskerville-urw, sans-serif;
  color: #858585;
  font-size: 15px;
  line-height: 1.1em;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: lowercase; }

.nav-link-book-theme:hover {
  border-bottom-color: #000;
  background-color: #000;
  color: #fff; }

.slider-2 {
  height: auto;
  padding-bottom: 36px;
  background-color: transparent; }

.right-arrow {
  display: none; }

.left-arrow-2 {
  display: none; }

.color-block-book {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 120px;
  max-height: auto;
  background-color: #fff; }

.color-block-book.alt {
  background-color: #a8dbff; }

.home-top-news-books {
  width: 100%;
  margin-top: 40px;
  background-color: #fff; }

.single-new-book-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }

.single-new-book-home.part-2 {
  width: 30%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.book-img-new {
  display: block;
  overflow: visible;
  max-height: auto;
  max-width: 130px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 4px 4px 16px 1px rgba(213, 215, 221, 0.68);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.book-img-new:hover {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px); }

.hero-home-top-5 {
  width: 30%;
  padding: 15px 40px 15px 20px;
  border-right: 1px solid #000;
  background-color: transparent; }

.top-5-link-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }

.top-5-link-item.social-2-columns {
  background-color: #fff; }

.top-5-link-item._2 {
  background-color: #fff; }

.info-book-top-5 {
  width: 80%; }

.top-5-book-title {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: museo-slab;
  color: #000;
  font-size: 16px;
  line-height: 1.3em; }

.top-5-book-title._2 {
  margin-bottom: 5px;
  font-family: Gotham;
  font-size: 18px; }

.book-intro-home {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.18);
  font-family: filson-pro;
  color: #5a5a5a; }

.hero-home-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.home-part-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent; }

.home-part-2-book-container {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.books-part-2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.top-books-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.single-book-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.59);
  text-decoration: none; }

.single-book-home._2 {
  background-color: #1d1d1d; }

.single-book-home.part-2 {
  width: 33.33333333%; }

.single-book-home.part-2.black {
  background-color: #000; }

.home-top-book-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.top-book-container-bottom {
  margin-top: 30px;
  text-align: center; }

.book-img-top {
  display: block;
  max-width: 123px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  box-shadow: 4px 4px 0 0 #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.book-img-top:hover {
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px); }

.book-img-top.overview-page {
  position: relative;
  top: 28px;
  bottom: 0px;
  z-index: 2;
  margin-bottom: 0px;
  box-shadow: none; }

.home-hero-bottom-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.top-5-left {
  width: 35%;
  padding: 18px; }

.top-5-left.alt {
  width: 100%; }

.single-top-5-book-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  font-size: 14px;
  text-decoration: none; }

.single-top-5-book-item:hover {
  border-top-color: transparent; }

.number-book {
  width: 15%;
  padding: 16px;
  font-family: museo-slab;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700; }

.book-top-5-info {
  width: 80%; }

.home-books-part-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(255, 255, 255, 0.77); }

.container-part-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.home-price-books {
  display: inline-block;
  padding-left: 5px;
  border-left: 1px solid #000;
  font-family: museo-slab;
  color: #000; }

.book-pricing {
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.2em; }

.book-pricing.white {
  color: #fff; }

.book-pricing.grey {
  color: #a7a7a7; }

.icons {
  display: inline-block;
  margin-left: 10px; }

.mob-menu-divider {
  display: none; }

.mob-header-nav {
  display: none; }

.container-mob-nav {
  padding-bottom: 0px; }

.section-filter {
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.21);
  background-color: transparent; }

.section-filter.transparant {
  margin-top: 0px; }

.filter-container {
  max-width: 1600px;
  padding: 20px 20px 40px; }

.filter-container.blog {
  padding-top: 10px;
  padding-bottom: 0px; }

.boeken-overview-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent; }

.single-book-item-overview-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  text-decoration: none; }

.single-book-item-overview-page._2 {
  background-color: #e2e2e2; }

.overview-book-item-img {
  position: relative;
  margin-bottom: 0px;
  padding: 20px 25px 0px;
  background-color: #fff; }

.overview-book-item-img._2 {
  background-color: #e2e2e2; }

.book-info-overview-page {
  position: relative;
  min-height: 170px;
  padding: 45px 25px 25px;
  background-color: #f8f8f8;
  text-align: center; }

.book-info-overview-page._2 {
  position: relative;
  min-height: 120px;
  padding-top: 40px;
  background-color: #e2e2e2; }

.circle-prijs {
  position: absolute;
  left: 24px;
  top: -33px;
  right: 0px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #cfcccc; }

.book-overview-spotlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.book-spotlight-left {
  position: relative;
  width: 50%;
  padding: 0px;
  background-color: #fff; }

.book-theme-item {
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 9px;
  background-color: rgba(207, 207, 207, 0.25);
  font-family: museo-slab;
  color: #000;
  font-size: 11px;
  line-height: 1.2em; }

.book-theme-item.kijker {
  background-color: #fff;
  color: #000; }

.book-spotlight-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1d;
  text-align: center; }

.in-de-kijker-img-1 {
  min-height: 350px; }

.in-de-kijker-img-1._1 {
  background-image: url("../images/Anne-Catherine-Gerets-Insta-Interieur-boek-e1506359579481.png");
  background-position: 0px 50%;
  background-size: cover; }

.spot-light-left-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.spotlight-left-boek {
  max-width: 110px;
  margin-right: 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.spotlight-left-boek:hover {
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px); }

.spotlight-container-book {
  margin-left: 20px; }

.spotlight-right-book {
  max-width: 150px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.spotlight-right-book:hover {
  -webkit-transform: translate(0px, -15px);
  -ms-transform: translate(0px, -15px);
  transform: translate(0px, -15px); }

.spotlight-2-container {
  display: block;
  max-width: 500px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto; }

.pagination-book-overview-page {
  margin-bottom: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.container-pagination {
  text-align: center; }

.pagination-number {
  margin-right: 15px;
  margin-left: 15px;
  padding: 10px;
  border-bottom: 1px solid transparent;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.1em;
  font-weight: 400;
  text-decoration: none; }

.pagination-number.current {
  margin-left: 8px;
  padding-right: 12px;
  padding-left: 12px;
  border-bottom-style: solid;
  border-bottom-color: #000; }

.filter-wrapper {
  margin-top: 20px; }

.dropdown-theme {
  height: auto;
  min-width: 250px;
  margin-right: 40px;
  padding: 10px 0px;
  border-bottom: 1px solid #000;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.2em; }

.search-field-book {
  display: block;
  height: auto;
  max-width: 340px;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  background-color: transparent;
  background-image: url("../images/searching-tool-outline.svg");
  background-position: 97% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.2em; }

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left; }

.form-block {
  display: block;
  margin-bottom: 0px; }

.submit-search {
  position: relative;
  top: 0px;
  display: block;
  height: auto;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent #000;
  background-color: #000;
  font-family: baskerville-urw, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700; }

.dropdown-link {
  border-bottom: 1px solid #000;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: baskerville-urw, sans-serif; }

.dropdown-link:hover {
  background-color: #000;
  color: #fff; }

.section-ad {
  height: 280px;
  margin-bottom: 0px;
  padding: 27px; }

.section-ad._1 {
  background-image: url("../images/banner1-01.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.dropdown-list {
  display: none; }

.section-book-detail-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: auto;
  min-height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #cecece; }

.section-book-detail-hero._1 {
  max-height: auto;
  min-height: 65vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 66, 0.5)), to(rgba(65, 65, 66, 0.5))), url("../images/1376917.jpg");
  background-image: linear-gradient(180deg, rgba(65, 65, 66, 0.5), rgba(65, 65, 66, 0.5)), url("../images/1376917.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat; }

.hero-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.hero-book-left {
  position: static;
  top: -22px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: transparent; }

.hero-book-right {
  position: relative;
  left: -45px;
  top: 0px;
  width: 60%;
  padding: 30px 20px 30px 80px;
  background-color: #fff;
  font-family: museo-slab;
  color: #000;
  font-size: 18px;
  line-height: 1.2em; }

.h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 1.3em; }

.h2.book-title {
  margin-bottom: 10px;
  font-family: baskerville-urw, sans-serif; }

.h2.team {
  margin-bottom: 10px; }

.hero-left-book-img {
  position: relative;
  top: -26px;
  right: 13px;
  max-width: 250px;
  min-width: 150px;
  box-shadow: 0 18px 10px -1px rgba(0, 0, 0, 0.13); }

.writer-link {
  margin-right: 15px;
  margin-bottom: 20px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-weight: 400;
  text-decoration: underline; }

.writer-link:hover {
  text-decoration: underline; }

.text-intro {
  max-width: 650px;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5em; }

.prev-book {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 300;
  text-decoration: none; }

.prev-book:hover {
  color: #fff; }

.next-book {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 50%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 300;
  text-align: right;
  text-decoration: none; }

.next-book:hover {
  color: #fff; }

.section-book-detail-info-list {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff; }

.container-list-book {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px none rgba(0, 0, 0, 0.08); }

.single-book-detail-info-block {
  min-width: 100px;
  margin-right: 50px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

.book-detail-text {
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700; }

.section-detail-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.section-detail-quote.reverse-mobile.blog-detail-version {
  min-height: auto; }

.h4-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase; }

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8); }

.quote.blog-detail-version {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px; }

.quote-right {
  width: 40%; }

.quote-right._1 {
  background-image: url("../images/quotes.svg");
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat; }

.h3-quote {
  max-width: 550px;
  margin-top: 0px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 27px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center; }

.quote-name {
  margin-top: 10px; }

.section-title-text {
  background-color: #fff; }

.section-title-text.alt {
  border-bottom: 1px solid #000; }

.container-title-text {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px; }

.body-text {
  margin-bottom: 0px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5em; }

.section-isseu {
  background-color: #dddee0; }

.issuu-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px; }

.section-book-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent; }

.author-img-left {
  width: 35%;
  height: 0px;
  padding-bottom: 47.75%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); }

.author-img-left._1 {
  background-image: url("../images/763.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.author-info-right {
  width: 65%; }

.author-right-container {
  text-align: center; }

.container-list {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px; }

.section {
  background-color: transparent; }

.section-list {
  background-color: #fff; }

.list-block {
  margin-top: 20px;
  margin-bottom: 0px; }

.list-item {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.4em;
  list-style-type: square; }

.section-more-img {
  background-color: #dcdce0; }

.container-more-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.more-img-left {
  width: 50%; }

.more-img-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.light-box-link {
  position: relative;
  width: 100%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease; }

.light-box-link.small {
  width: 45%;
  margin-bottom: 30px; }

.light-box-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.light-box-hover:hover {
  background-color: rgba(255, 255, 255, 0.7); }

.container-disqus {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 30px; }

.section-hero {
  display: block;
  min-height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #403f44; }

.section-hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.hero-left-container {
  width: 50%;
  padding: 0px; }

.hero-right-container {
  position: relative;
  left: -40px;
  z-index: 1;
  width: 45%;
  padding: 30px;
  background-color: #fff; }

.h4-sub-title-header {
  margin-top: 0px;
  font-family: museo-slab;
  color: #000;
  font-size: 20px;
  line-height: 1.3em; }

.section-hero-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  padding-top: 40px;
  padding-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #403f44; }

.sectio-hero-2-container {
  max-width: 1300px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent; }

.header-img {
  min-height: 45vh; }

.header-img._1 {
  background-image: url("../images/view.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.hero-intro-container {
  position: relative;
  top: -18px;
  max-width: 800px;
  padding: 40px;
  background-color: #fff; }

.container-home-top-books {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid transparent; }

.single-top-book-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.66666667%;
  padding: 20px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  text-align: center;
  text-decoration: none; }

.book-img-item {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease; }

.book-img-item.alt {
  margin-bottom: 0px; }

.h4-book {
  margin-top: 0px;
  font-family: Gotham;
  color: #000;
  line-height: 1.3em; }

.section-home-top-5 {
  background-color: #d5d7d8; }

.container-top-5-home {
  padding: 30px;
  text-align: center; }

.wrapper-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.home-3-column-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px; }

.home-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  max-width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff; }

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-left: 1px none rgba(0, 0, 0, 0.18);
  background-color: #fff; }

.big-book-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none; }

.big-book-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f3f3f3; }

.big-book-bottom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 6px 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.83);
  text-align: center; }

.big-book-img {
  width: 100%;
  max-width: 350px;
  margin-top: 5px;
  margin-bottom: 5px; }

.big-book-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gotham;
  color: #000;
  font-size: 17px;
  line-height: 1.3em; }

.big-book-title.white {
  color: #fff; }

.small-book-link {
  position: relative;
  display: block;
  width: 15.6666667%;
  margin-right: 0%;
  margin-left: 0%;
  padding-right: 0.5%;
  padding-left: 0.5%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  color: #000;
  text-decoration: none; }

.small-book-link.small {
  width: 20%;
  background-color: #fff; }

.small-book-link.last {
  margin-right: 0%; }

.small-book-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  margin-bottom: 5px;
  padding: 0px 0px 136%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent; }

.small-book-img._2 {
  background-image: url("../images/Het-kleine-kabouter-wesley_HR.jpg");
  background-position: 50% 50%;
  background-size: contain; }

.small-book-img._1 {
  background-image: url("../images/90-jaar-wielerzesdaagse_HR.jpg"); }

.small-book-img._3 {
  background-image: url("../images/101-supermarktwijnen-2011_HR.jpg"); }

.small-book-link-container {
  padding: 5px 8px;
  text-align: center; }

.h5-small-title {
  margin-top: 0px;
  margin-bottom: 2px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.3em; }

.h5-small-title.white {
  color: #fff; }

.small-book-title-block {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  padding: 0px 10px 10px;
  background-color: #fff;
  text-align: center; }

.small-book-title-block.book-overviewpage {
  padding-top: 15px;
  padding-bottom: 15px; }

.top-5-title {
  padding: 15px 15px 10px;
  background-color: #f8f8f8;
  text-align: center; }

.single-top-link {
  display: block;
  padding: 10px 5px;
  text-align: center;
  text-decoration: none; }

.small-title-block {
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px none rgba(0, 0, 0, 0.18);
  background-color: #f3f3f3;
  text-align: center; }

.small-title-block.dark {
  padding-bottom: 15px;
  background-color: #e1e4ec; }

.small-title-block.alt {
  padding-bottom: 15px; }

.bottom-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.top-book-img {
  position: relative;
  display: inline-block; }

.top-5-slider {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #dfdfdf; }

.mask {
  overflow: hidden; }

.slider-icon {
  margin-left: 15px;
  font-size: 18px; }

.slider-book-info {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center; }

.slide {
  padding: 20px; }

.left-arrow-slider {
  display: none; }

.right-arrow-2 {
  display: none; }

.slider-book-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }

.home-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #b3b6bb; }

.home-about-container {
  padding: 25px;
  text-align: center; }

.home-about-intro {
  margin-top: 30px; }

.intro-text {
  font-family: museo-slab;
  color: #000;
  font-size: 16px;
  line-height: 1.5em; }

.book-numer {
  position: absolute;
  left: 53px;
  top: 40px;
  right: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 5px 5px 33px 0 rgba(0, 0, 0, 0.05);
  font-family: Gotham;
  color: #000;
  font-size: 15px;
  line-height: 1.1em; }

.book-number-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  font-family: Gotham;
  color: #000;
  font-size: 16px;
  line-height: 1.1em; }

.intro-about-spotlight-book {
  margin-bottom: 60px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5em; }

.top-books-new-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff; }

.section-title-text-img {
  background-color: rgba(242, 242, 242, 0.75); }

.section-title-text-img.blog-detail-version {
  background-color: rgba(255, 255, 255, 0.8); }

.container-title-text-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.container-title-text-img.blog-detail-version {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.title-text-img-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff; }

.title-text-img-left.blog-detail-version {
  width: 100%; }

.title-text-img-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.title-text-img-right.blog-detail-version {
  width: 100%; }

.matrix-video {
  background-color: #fff; }

.container-video {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 10px; }

.matrix-steps {
  background-color: #f5f5f5; }

.steps-container {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px 30px; }

.steps-wrapper {
  margin-top: 40px; }

.single-step {
  margin-bottom: 30px; }

.step-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 20px;
  line-height: 1.2em; }

.step-date-block-title {
  display: block;
  margin-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: baskerville-urw, sans-serif;
  font-weight: 700; }

.step-line {
  display: inline-block;
  width: 90%;
  height: 1px;
  border-top: 1px solid #000; }

.step-img-block {
  max-width: 300px;
  margin-top: 30px; }

.downloads-container {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px; }

.download-wrapper {
  padding: 10px;
  background-color: #fff; }

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff; }

.hero._1 {
  background-image: url("../images/view.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.hero.reverse {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.hero.teamlid-hero {
  display: block; }

.hero-block-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 52px;
  background-color: #fff; }

.hero-container-block {
  position: static;
  z-index: 1;
  max-width: 750px;
  padding: 60px 20px 20px 60px;
  background-color: #fff; }

.matrix-header-img {
  position: relative;
  top: 0px;
  display: block;
  width: 50%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  float: right; }

.matrix-header-img._1 {
  background-image: url("../images/view.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.matrix-header-img._2 {
  position: relative;
  top: 0px;
  background-image: url("../images/1376917.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.matrix-header-img._4 {
  background-image: url("../images/Jani-5.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.matrix-header-img._5 {
  background-image: url("../images/Foto-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.matrix-header-img._6 {
  top: 0px;
  background-image: url("../images/j-kelly-brito-256889.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.matrix-header-img._7 {
  top: 0px;
  background-image: url("../images/food2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.matrix-header-img._8 {
  background-image: url("../images/steven1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.matrix-header-img._9 {
  background-image: url("../images/view.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.matrix-header-img._10 {
  background-image: url("../images/bureau1_spotlight.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.matrix-header-img.hero-teamlid-img {
  height: 0px;
  padding-bottom: 37.5%;
  background-image: url("../images/example-bg.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.matrix-header-img.hero-teamlid-img._1 {
  background-image: url("../images/526142422.jpg"); }

.hero-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.hero-top.teamlid-hero-top {
  display: inline-block; }

.hero-top-container {
  max-width: 600px; }

.h4-hero-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 700; }

.bookdesign-hero-detailpage {
  max-width: 300px;
  min-width: 180px;
  margin-right: 5px; }

.book-with-buy-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.download-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: baskerville-urw, sans-serif;
  text-decoration: none; }

.download-link:hover {
  background-color: #f5f5f5; }

.download-link.last {
  padding-right: 0px;
  border-bottom-style: none; }

.download-arrow {
  width: 10%;
  padding: 14px;
  background-image: url("../images/pijl.svg");
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat; }

.download-title {
  width: 90%;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.3em; }

.home-hero-section-with-slider {
  display: none;
  height: auto; }

.hero-home-slider {
  height: auto;
  background-color: transparent; }

.right-arrow-3 {
  display: block;
  margin-right: 30%;
  font-size: 30px; }

.slide-content {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.slider-left-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0px;
  padding-bottom: 35%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.slider-left-content._1 {
  position: relative;
  overflow: visible;
  background-image: url("../images/13320930_1719518064964704_6159824815965309460_o.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.slider-left-content._2 {
  background-image: url("../images/couscous-and-falafel-1-e1435654786740.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.slider-left-content._3 {
  background-image: url("../images/img_1379-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.slider-left-content._4 {
  background-image: url("../images/blog3.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.slider-left-content._5 {
  background-image: url("../images/936739.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.slider-content-info {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(245, 245, 245, 0.87);
  text-align: center; }

.slider-content-info.alt {
  background-color: #fff; }

.slider-content-info.top-left {
  left: 0px;
  top: 0px;
  right: auto;
  bottom: auto;
  background-color: rgba(255, 255, 255, 0.92); }

.slider-content-info.top-right {
  top: 0px;
  right: 0px;
  bottom: auto; }

.slider-content-info.centraal {
  right: 30%;
  bottom: 30%; }

.slider-right-content {
  width: 100%;
  max-width: 580px;
  min-width: 300px; }

.slider-right-content.centered-content {
  text-align: center; }

.icon-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 20px; }

.slider-info-block {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.4em; }

.slider-info-block.white {
  color: #fff; }

.books-section {
  padding-top: 20px;
  background-color: #fff; }

.book-wrapper-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff; }

.book-wrapper-home.related {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff; }

.book-wrapper-home.search-wrapper {
  min-height: 350px; }

.home-new-books-section {
  padding-top: 20px;
  background-color: #fff; }

.small-titles-home {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.3em; }

.fix-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4;
  display: block;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.8%;
  padding-left: 0.8%;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%); }

.book-overview-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: museo-slab;
  font-size: 14px;
  line-height: 1.2em; }

.writer-book-overview {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  color: #9e9e9e; }

.price-book-detail {
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  color: #9e9e9e; }

.book-info-divider {
  display: inline-block;
  width: 1px;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
  border-left: 1px solid #a3a7af; }

.section-item-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 50vh;
  min-height: 20vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent; }

.section-button-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff; }

.section-button-block-left._2 {
  background-color: #d5d7dd;
  background-image: url("../images/view.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.section-button-block-left._1 {
  background-color: transparent;
  background-image: url("../images/steven1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.section-button-block-left._3 {
  background-image: url("../images/Jani-5.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.section-button-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.button-block-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5; }

.button-block-top._1 {
  height: 100%;
  min-height: auto;
  background-image: url("../images/steven.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.button-block-top._2 {
  height: 100%;
  min-height: auto;
  background-image: url("../images/Boekenbeurs_BorgerhoffLamberigts_copyright_FrancisVanquickelberghe-12-35-31850-101665.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.button-block-top.right {
  background-color: #d5d7dd; }

.button-block-img {
  overflow: hidden;
  width: auto;
  height: 250px;
  max-width: 400px;
  min-width: 250px; }

.button-block-left {
  width: 40%; }

.button-block-left._1-book-picture {
  background-image: url("../images/steven.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.button-block-right {
  width: 60%;
  background-color: #fff; }

.button-block-container {
  max-width: 500px;
  min-width: 400px;
  padding: 35px;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center; }

.vertical-divider {
  display: block;
  width: 1px;
  height: 70px;
  margin: 40px auto;
  border-left: 1px solid #000; }

.button-block-container-2 {
  max-width: 500px;
  min-width: 400px;
  padding: 35px;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center; }

.section-references-b2b {
  background-color: #e3e5ee; }

.container-references {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 20px 40px;
  text-align: center; }

.wrapper-references {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.ref-item {
  width: auto;
  height: auto;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  padding: 15px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.ref-item:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.ref-img {
  max-width: 100px;
  opacity: 0.8; }

.share-in-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a3a7af; }

.share-in-hero.blog-detail {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  color: #cecece; }

.inline-text {
  display: inline-block;
  margin-right: 10px;
  font-family: baskerville-urw, sans-serif;
  color: #000; }

.inline-text.white {
  color: #fff; }

.inline-text.black {
  color: #000; }

.social-share-link {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #f3f3f3; }

.social-share-link._1 {
  background-image: url("../images/if_Facebook_logo_2258500-1.svg");
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat; }

.social-share-link._2 {
  background-image: url("../images/if_Twitter_logo_2258490-1.svg");
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat; }

.social-share-link._3 {
  background-image: url("../images/if_Linkedin_logo_2258497-1.svg");
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat; }

.link-block {
  padding: 20px;
  background-color: #f0f1f8;
  text-align: center; }

.section-related-authors {
  background-color: transparent; }

.related-authors-container {
  padding: 40px;
  background-color: #fff; }

.related-author-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.single-author-related {
  width: 15%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px;
  color: #000;
  text-align: center;
  text-decoration: none; }

.related-person-img {
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%; }

.related-person-img._1 {
  background-image: url("../images/763.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.related-person-img._2 {
  background-image: url("../images/1973864.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.related-person-img._3 {
  background-image: url("../images/e9e07d9e-65ee-4d8c-bd44-784a634ea401_17_lien_willaert.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.related-author-name {
  margin-top: 20px;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-weight: 700; }

.blog-filter-wrapper {
  margin-top: 15px; }

.blog-filter-button {
  height: 40px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: baskerville-urw, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: lowercase; }

.blog-filter-button:hover {
  background-color: #403f44;
  color: #fff; }

.blog-filter-button.show-all {
  background-color: #000;
  color: #fff; }

._2-columns-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

._2-columns-left {
  width: 70%; }

._2-columns-right {
  width: 30%;
  padding: 40px 30px;
  border-left: 1px solid rgba(0, 0, 0, 0.63);
  background-color: #fff; }

.newsletter-block-left {
  margin-bottom: 60px;
  text-align: center; }

.author-blog-detail {
  margin-bottom: 60px; }

.related-articles-left {
  margin-bottom: 60px; }

.hover-book {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease; }

.hover-book:hover {
  opacity: 1; }

.html-embed {
  position: relative;
  z-index: 2;
  text-align: center; }

.book-hero-info {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  padding: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f3f3f3; }

.book-price {
  font-family: baskerville-urw, sans-serif;
  font-size: 25px;
  line-height: 1.3em; }

.book-info-levering {
  margin-top: 15px;
  padding-top: 0px;
  padding-left: 30px;
  border-top: 1px solid rgba(162, 166, 174, 0.23);
  background-image: url("../images/check-mark-button.svg");
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: baskerville-urw, sans-serif;
  font-size: 16px;
  line-height: 1.5em; }

.slider-content {
  text-decoration: none; }

.h3-slider-home {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Brandon reg', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 1px;
  text-transform: uppercase; }

.search-section {
  position: relative;
  z-index: 2;
  display: none;
  overflow: hidden;
  height: 0%;
  background-color: #f0f1f8;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%); }

.search-container {
  position: relative;
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 40px 30px;
  text-align: center; }

.search-form {
  display: block;
  max-width: 500px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto; }

.close-search {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/close.svg");
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat; }

.hover-sub-nav {
  overflow: hidden;
  height: 0px;
  text-align: right; }

.slider-container-middle {
  display: block;
  margin-top: 35%;
  margin-right: auto;
  margin-left: auto;
  padding: 2%;
  background-color: #fff; }

.slider-container-middle.transparant {
  background-color: transparent; }

.share-book-buttons-wrapper {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family: baskerville-urw, sans-serif; }

.share-wrapper {
  margin-top: 5px; }

.section-team {
  background-color: #fff; }

.team-container {
  display: block;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 40px; }

.team-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.single-team-member {
  width: 25%;
  margin-bottom: 0px;
  padding: 30px 10px;
  border-right: 1px none transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: center;
  text-decoration: none; }

.single-team-member:hover {
  background-color: #f0f1f8; }

.team-member-img {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  border-radius: 50%; }

.team-member-img._1 {
  background-image: url("../images/steven_borgerhoff.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.team-member-img._2 {
  background-image: url("../images/Screen-Shot-2017-12-21-at-10.06.57.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.team-member-img._3 {
  background-image: url("../images/85c61dc7d2a4e9b5f77f1f3c0a8bec53--girl-portraits-woman-portrait.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.team-member-img._4 {
  background-image: url("../images/526142422.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.team-member-img._5 {
  background-image: url("../images/husband1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.team-member-img._6 {
  background-image: url("../images/185815404.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.team-function {
  color: #000; }

.section-contact-form {
  border-bottom: 1px solid #000;
  background-color: #fff; }

.contact-container {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 20px; }

.textarea {
  min-height: 100px;
  margin-bottom: 20px;
  padding: 12px 30px;
  border-style: none;
  border-radius: 0px;
  background-color: #f8f8f8;
  font-weight: 700; }

.legal {
  background-color: #f8f6f6; }

.search-results-boeken {
  margin-top: 5px; }

.search-wrapper-boekenoverzicht {
  margin-top: 15px; }

.search-item {
  margin-right: 10px;
  padding: 10px 12px;
  background-color: #b3b3b3;
  background-image: url("../images/close.svg");
  background-position: 0px 50%;
  background-size: 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  text-decoration: none; }

.search-item.white {
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-style: normal; }

.section-results-search {
  padding: 40px;
  background-color: #fff; }

.single-search-result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none; }

.single-search-result:hover {
  background-color: rgba(234, 234, 236, 0.3); }

.search-result-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 20px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center; }

.search-result-right {
  width: 70%;
  padding: 20px;
  background-color: transparent; }

.search-item-img {
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%; }

.search-item-img._1 {
  background-image: url("../images/Foto-1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.search-item-img._2 {
  background-image: url("../images/food2.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.search-item-img._3 {
  background-image: url("../images/food3.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.search-item-img._4 {
  background-image: url("../images/couscous-and-falafel-1-e1435654786740.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.hero-book-detail {
  background-color: #fff; }

.hero-book-detail-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  padding: 60px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent; }

.hero-container-book-left {
  width: 45%; }

.hero-container-book-right {
  width: 45%; }

.pop-up-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.pop-up {
  position: relative;
  display: block;
  max-height: auto;
  max-width: 35%;
  min-height: 200px;
  min-width: 400px;
  padding: 50px 30px 40px;
  background-color: #fff;
  box-shadow: 0 0 50px 3px rgba(133, 133, 133, 0.55);
  text-align: center; }

.close-pop-up {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 35px;
  height: 35px;
  background-color: #dcdce0;
  background-image: url("../images/close.svg");
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat; }

.h1-slider-speciaal {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Brandongrotesque, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }

.h1-slider-speciaal.black {
  color: #000; }

.big-img {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto; }

.search-books {
  display: inline-block;
  height: auto;
  max-width: 300px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  background-color: transparent; }

.search-books:active {
  color: #000; }

.icon-3 {
  display: block; }

.select-field {
  max-width: 350px;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  font-size: 17px;
  font-weight: 700; }

.no-results {
  padding: 40px;
  background-color: #f0f1f8;
  text-align: center; }

.cookies-section {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  padding: 0px;
  background-color: #fff;
  box-shadow: 0 -6px 17px 0 rgba(0, 0, 0, 0.07); }

.cookies-container {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  text-align: center; }

.cookies-text {
  display: inline-block; }

.cookies-button {
  margin-left: 15px;
  padding: 7px 12px;
  background-color: #000; }

.new-page-content {
  position: relative;
  display: block;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px; }

.matrix {
  position: static; }

.hero-thank-you {
  background-color: #f0f1f8; }

.hero-container-thank-you {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 50px;
  text-align: center; }

.h3-sub-title {
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 19px;
  line-height: 1.2em;
  font-weight: 600; }

.book-sold-out {
  margin-top: 15px;
  border-top: 1px solid rgba(162, 166, 174, 0.23);
  color: #ce0929; }

.book-coming-soon {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid rgba(162, 166, 174, 0.23);
  color: #158d7a; }

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.slider-3 {
  height: auto; }

.carousel-slide {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 35%;
  color: #000;
  text-decoration: none; }

.carousel-slide-bg-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../images/example-bg.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.carousel-slide-bg-container._1 {
  background-image: url("../images/13320930_1719518064964704_6159824815965309460_o.jpg"), url("../images/example-bg.png");
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat; }

.slide-carousel-content-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%; }

.slide-carousel-content-container.container-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.carousel-slide-content {
  position: absolute;
  width: 50%;
  padding: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: left; }

.carousel-slide-content.topleft {
  left: 0px;
  top: 0px; }

.carousel-slide-content.bottom-right {
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff); }

.carousel-slide-content.middle {
  position: static; }

.big-img-container {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px; }

.img-caption {
  max-width: 100%;
  margin-top: 20px; }

.ratio {
  width: 100%;
  height: 0px;
  padding-bottom: 50%;
  background-image: url("../images/85c61dc7d2a4e9b5f77f1f3c0a8bec53--girl-portraits-woman-portrait.jpg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat; }

.autor-left-img-alt {
  width: 35%; }

.aytor-img-left-container {
  position: relative;
  width: 100%;
  height: 0px;
  padding-bottom: 125%;
  background-image: url("../images/example-bg.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.aytor-img-left-container._1 {
  background-image: url("../images/85c61dc7d2a4e9b5f77f1f3c0a8bec53--girl-portraits-woman-portrait.jpg"); }

.download-block-right-column {
  text-align: center; }

.birthday-field-wrapper {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.field-label {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 17px; }

.checkbox {
  margin-right: 10px;
  float: none; }

.checkbox-field {
  margin-bottom: 15px;
  font-size: 17px; }

.wachtpagina-logo {
  display: block;
  max-width: 180px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto; }

.img-block-wachtpagina {
  overflow: hidden;
  max-height: 600px;
  min-height: 400px; }

.bs-logo {
  width: 45px;
  height: 45px;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease; }

.bs-logo:hover {
  -webkit-transform: scale(1.13) rotate(-13deg);
  -ms-transform: scale(1.13) rotate(-13deg);
  transform: scale(1.13) rotate(-13deg); }

.book-tag {
  position: absolute;
  left: 0px;
  top: 11px;
  z-index: 1;
  padding: 6px 10px;
  border-top: 2px solid #7fb7ff;
  border-bottom: 2px solid #7fb7ff;
  background-color: #fff;
  font-family: 'Avenirltstd roman', sans-serif;
  font-size: 14px; }

.book-tag._2 {
  border-top-color: #d12578;
  border-bottom-style: solid;
  border-bottom-color: #d12578;
  background-color: #fff; }

.matrix-3-books {
  background-color: #fff; }

.container-3-books {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center; }

.bs-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto; }

.close-fix {
  margin-top: 20px;
  color: #000;
  font-weight: 700; }

.arrow-icon {
  width: 35px;
  height: 35px;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: #f8cbbe;
  background-image: url("../images/right-arrow-8.svg");
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transition: all 550ms ease;
  transition: all 550ms ease; }

.arrow-icon:hover {
  background-color: #f86363;
  -webkit-transform: scale(1.19);
  -ms-transform: scale(1.19);
  transform: scale(1.19); }

.arrow-icon.right {
  display: block;
  margin: 0px auto 20px;
  background-color: #ebeaea;
  background-image: url("../images/right-arrow-8.svg");
  background-size: 75px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.arrow-icon.right:hover {
  background-color: #f86363; }

.fix-block-right {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 15px;
  line-height: 1.4em;
  text-align: left; }

.img-2 {
  width: 100%; }

.fix-about-button-block {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 650px;
  min-height: auto;
  min-width: 100px;
  margin: 0% 0% 2%;
  padding: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(106, 71, 194, 0.2);
  -webkit-transform: translate(55%, 0px);
  -ms-transform: translate(55%, 0px);
  transform: translate(55%, 0px);
  color: #000;
  text-align: center;
  text-decoration: none; }

.fix-block-left {
  width: 40%;
  margin-right: 5%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-weight: 700; }

.fix-block-info-about {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 80px;
  z-index: 5;
  margin-top: 8%;
  padding: 0%; }

.fix-about-button-block-2 {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: 550px;
  min-height: auto;
  min-width: 100px;
  margin: 0% 0% 2%;
  padding: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(93, 103, 110, 0.2);
  -webkit-transform: translate(55%, 0px);
  -ms-transform: translate(55%, 0px);
  transform: translate(55%, 0px);
  color: #000;
  text-align: center;
  text-decoration: none; }

.fix-block-info-about-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  margin-top: 8%;
  padding: 0%; }

.info-block-book-section {
  margin-top: 10px;
  margin-bottom: 30px; }

.tool-tip-button {
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #d5d7dd;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #000;
  line-height: 1.1em;
  text-decoration: none; }

.hidden-book-info {
  display: none;
  margin-top: 10px;
  padding: 10px 12px;
  background-color: #fff;
  box-shadow: 4px 0 17px 1px rgba(205, 203, 203, 0.6); }

.book-info-wrapper {
  padding-top: 20px;
  border-top: 1px solid rgba(162, 166, 174, 0.23); }

.book-detail-info {
  display: inline-block;
  width: 85%;
  height: auto;
  padding: 5px 5px 5px 30px;
  background-image: url("../images/check-mark-button.svg");
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat; }

.tool-tip-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/info-sign.svg");
  background-position: 50% 50%;
  background-size: 11px;
  background-repeat: no-repeat; }

.single-book-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.reviews-section-top {
  margin-top: 10px; }

.stars-section-top {
  display: inline-block;
  margin-right: 10px;
  padding: 0px; }

.star {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px; }

.text-link {
  padding-bottom: 3px;
  border-bottom: 1px dotted #000;
  font-family: 'Avenirltstd roman', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none; }

.container-book-rating {
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px; }

.review-info {
  font-family: 'Avenirltstd roman', sans-serif; }

.review-info-block {
  margin-top: 15px;
  padding-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

.add-rating-block {
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff; }

.star-selection-block {
  margin-top: 30px; }

.star-selection {
  width: 28px;
  height: 28px;
  margin-right: 8px; }

.comment-book-block {
  margin-top: 40px; }

.text-area {
  max-width: 600px;
  min-height: 100px;
  margin-top: 15px;
  margin-bottom: 15px; }

.text-area::-webkit-input-placeholder {
  font-size: 16px; }

.text-area:-ms-input-placeholder {
  font-size: 16px; }

.text-area::-ms-input-placeholder {
  font-size: 16px; }

.text-area::placeholder {
  font-size: 16px; }

.placed-reviews {
  margin-top: 40px;
  padding: 10px 0px;
  border-top: 1px solid #000; }

.single-review {
  margin-bottom: 20px; }

.reviewed-comment {
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.5em; }

.review-date {
  margin-top: 15px;
  font-family: 'Avenirltstd roman', sans-serif;
  font-size: 15px;
  line-height: 1.2em; }

html.w-mod-js *[data-ix="load-header"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%); }

html.w-mod-js *[data-ix="lazy-load-effect"] {
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px); }

html.w-mod-js *[data-ix="lazy-load-effect-2"] {
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px); }

html.w-mod-js *[data-ix="lazy-load-effect-3"] {
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px); }

html.w-mod-js *[data-ix="lazy-load-effect-4"] {
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px); }

html.w-mod-js *[data-ix="lazy-load-effect-5"] {
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px); }

html.w-mod-js *[data-ix="load-home-books"] {
  -webkit-transform: translate(0px, 40px);
  -ms-transform: translate(0px, 40px);
  transform: translate(0px, 40px); }

html.w-mod-js *[data-ix="load-single-book-load"] {
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5); }

@media (max-width: 991px) {
  .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .nav-logo {
    width: 140px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .nav-logo.w--current {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .nav-content-wrapper {
    width: 70%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .nav-link {
    margin-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11.5px;
    letter-spacing: 1px; }

  .small-single-nav-item {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 12.5px; }

  .slide-nav {
    width: 60%;
    margin-right: 70%;
    margin-left: 0px;
    font-size: 6px; }

  .left-arrow.right {
    margin-right: 0%; }

  .container-top-articles {
    padding: 40px 30px; }

  .h2-title {
    font-size: 26px; }

  .h2-title.white {
    display: block;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto; }

  .h2-title.alt {
    font-size: 26px; }

  .h2-title.margin {
    margin-left: 30px; }

  .recent-item {
    width: 45%; }

  .recent-item.last-recent {
    width: 100%; }

  .info-container-recent-item {
    padding-right: 0px;
    padding-left: 0px; }

  .h3-article-title {
    font-size: 20px; }

  .h3-article-title.smaller-article {
    font-size: 22px; }

  .container-more-news-home {
    padding: 50px 30px 30px; }

  .single-home-item-small {
    width: 46%;
    margin-bottom: 30px; }

  .recents-books-home {
    padding-bottom: 40px; }

  .transparant-container-home {
    padding: 50px 30px; }

  .transparant-container-home.overzicht-boeken {
    padding-right: 20px;
    padding-left: 20px; }

  .single-new-book-item.tips-author {
    width: 30%;
    margin-right: 1%;
    margin-left: 1%; }

  .book-img-recent {
    max-width: 150px; }

  .recent-book-info-title {
    margin-top: 15px; }

  .writer-recent-book {
    font-size: 15px; }

  .social-2-columns {
    display: block; }

  .social-right {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px; }

  .social-left {
    width: 100%; }

  .social-left-container {
    padding: 40px 10px; }

  .h3-title.team {
    font-size: 18px; }

  .instafeed-container {
    margin-top: 40px; }

  .social-right-container {
    width: 85%; }

  .instafeed-content {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px; }

  .h3-alt {
    font-size: 30px; }

  .h3-alt.h3-pop-up {
    margin-bottom: 20px;
    font-size: 22px; }

  .book-eyecatcher {
    min-height: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .eyecatcher-left {
    width: 100%;
    padding: 40px 30px; }

  .eye-catcher-right {
    width: 100%;
    padding: 15px; }

  .instafeed {
    display: block;
    max-width: 800px;
    min-width: 450px;
    margin-right: auto;
    margin-left: auto; }

  .twitter-icon-feed {
    width: 50px;
    height: 50px;
    background-size: 22px; }

  .tweet-home {
    font-size: 17px;
    line-height: 1.5em; }

  .social-icon {
    width: 35px;
    height: 35px; }

  .cta-container {
    padding-bottom: 40px; }

  .cta-content-text {
    margin-top: 0px; }

  .cta-content-text.white {
    line-height: 1.4em; }

  .newsletter-container {
    padding: 40px 30px; }

  .newsletter-info {
    max-width: 650px; }

  .text-field.birthday {
    max-width: auto;
    margin-right: 2px;
    margin-bottom: 10px;
    margin-left: 2px;
    font-size: 13px; }

  .text-field.download {
    margin-bottom: 15px; }

  .tips-section {
    display: block; }

  .tip-right {
    width: 100%;
    padding: 40px 20px; }

  .author-tip-right {
    width: 100%;
    min-height: 350px; }

  .author-tips-wrapper {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .partner-title-block {
    padding-bottom: 0px; }

  .footer-container {
    padding: 4% 6% 6%; }

  .footer-column {
    width: 32%;
    margin-top: 30px; }

  .footer-column.alt {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .footer-head-link.alt {
    font-size: 17px; }

  .footer-logo {
    width: 160px; }

  .adres-footer {
    margin-top: 40px; }

  .h4-footer {
    font-size: 16px;
    line-height: 1.2em; }

  .cta-icon {
    top: -20px;
    width: 60px;
    height: 60px; }

  .book-theme-nav-section {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    display: block;
    background-color: #fff;
    text-align: right; }

  .container-theme-nav {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right; }

  .nav-link-book-theme {
    padding: 7px 10px;
    border-style: none none dotted;
    border-bottom-color: rgba(0, 0, 0, 0.19);
    font-size: 14px; }

  .book-intro-home {
    margin-top: 0px; }

  .top-books-home {
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .single-book-home {
    width: 33.333%; }

  .single-book-home.tablet {
    width: 100%; }

  .top-book-container-bottom {
    margin-top: 35px; }

  .book-img-top.overview-page {
    max-width: 90px; }

  .home-hero-bottom-block {
    display: block; }

  .top-5-left {
    width: 100%; }

  .single-top-5-book-item {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .number-book {
    width: 23%;
    font-size: 22px; }

  .book-top-5-info {
    width: 75%; }

  .home-books-part-2 {
    width: 100%;
    padding: 0px; }

  .container-part-2 {
    width: 100%;
    padding: 30px; }

  .book-pricing {
    margin-top: 2px;
    font-size: 15px; }

  .icons {
    width: auto;
    padding-right: 0px; }

  .section-filter {
    margin-top: 0px;
    margin-bottom: 40px;
    background-color: #fff; }

  .section-filter.transparant {
    margin-bottom: 0px;
    background-color: transparent; }

  .filter-container {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left; }

  .boeken-overview-column {
    margin-bottom: 40px; }

  .single-book-item-overview-page {
    width: 50%;
    background-color: #e2e2e2; }

  .single-book-item-overview-page._2.mobile-2 {
    background-color: #fff; }

  .overview-book-item-img {
    padding-right: 20px;
    padding-left: 0px; }

  .overview-book-item-img._2.mobile-2 {
    background-color: #fff; }

  .overview-book-item-img.mobile-1 {
    background-color: #e2e2e2; }

  .book-info-overview-page {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px; }

  .book-info-overview-page._2.mobile-2 {
    background-color: #f8f8f8; }

  .book-info-overview-page.mobile-1 {
    background-color: #e2e2e2; }

  .book-overview-spotlight {
    margin-bottom: 50px; }

  .book-theme-item {
    font-size: 14px; }

  .book-spotlight-right {
    padding: 20px; }

  .in-de-kijker-img-1 {
    min-height: 200px; }

  .spot-light-left-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .spotlight-left-boek {
    max-width: 80px;
    margin-right: 0px;
    margin-bottom: 20px; }

  .spotlight-right-book {
    max-width: 100px; }

  .pagination-book-overview-page {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px; }

  .pagination-number {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 17px; }

  .dropdown-theme {
    min-width: 250px;
    margin-right: 25px;
    font-size: 15px; }

  .search-field-book {
    font-size: 15px; }

  .form-2 {
    text-align: center; }

  .form-block {
    margin-top: 20px; }

  .section-ad {
    margin-bottom: 50px; }

  .section-ad._1 {
    background-size: cover; }

  .dropdown {
    z-index: 2; }

  .dropdown-2 {
    z-index: 2; }

  .h2 {
    font-size: 25px; }

  .hero-left-book-img {
    max-width: 180px;
    min-width: 100px; }

  .text-intro {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 17px; }

  .prev-book {
    padding-top: 12px;
    padding-bottom: 12px; }

  .next-book {
    padding-top: 12px;
    padding-bottom: 12px; }

  .container-list-book {
    padding-top: 40px;
    padding-bottom: 1px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .single-book-detail-info-block {
    margin-right: 20px;
    margin-bottom: 40px;
    padding-right: 20px; }

  .h4-title {
    font-size: 17px; }

  .quote {
    padding: 30px; }

  .h3-quote {
    font-size: 24px; }

  .container-title-text {
    padding-top: 50px;
    padding-bottom: 50px; }

  .body-text {
    max-width: 650px;
    font-size: 17px; }

  .issuu-container {
    padding-top: 40px;
    padding-bottom: 40px; }

  .container-list {
    padding-top: 50px;
    padding-bottom: 50px; }

  .list-item {
    max-width: 600px; }

  .container-more-img {
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .more-img-left {
    width: 100%; }

  .more-img-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto; }

  .container-disqus {
    padding: 40px 20px; }

  .book-img-item {
    padding: 10px; }

  .small-book-link {
    width: 31.666667%; }

  .small-book-link.related {
    width: 50%; }

  .small-book-link.small {
    width: 33.33333333%; }

  .container-title-text-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .container-title-text-img.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  .title-text-img-left {
    width: 100%;
    padding: 30px; }

  .title-text-img-right {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px; }

  .container-video {
    padding-top: 50px;
    padding-bottom: 50px; }

  .steps-container {
    padding-top: 50px;
    padding-bottom: 10px; }

  .steps-wrapper {
    margin-top: 50px; }

  .downloads-container {
    padding-top: 50px;
    padding-bottom: 50px; }

  .hero {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .hero.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  .matrix-header-img {
    width: 100%;
    min-height: 30vh; }

  .matrix-header-img.hero-teamlid-img {
    min-height: 0px;
    padding-bottom: 75%; }

  .hero-top {
    width: 100%;
    padding: 40px 30px; }

  .h4-hero-title.alt {
    margin-bottom: 20px; }

  .bookdesign-hero-detailpage {
    max-width: 160px;
    min-width: 120px; }

  .book-with-buy-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px; }

  .slider-left-content {
    width: 100%;
    padding-bottom: 65%; }

  .slider-content-info {
    width: 70%;
    padding: 20px; }

  .slider-info-block {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.5em; }

  .book-wrapper-home {
    background-color: #fff; }

  .book-wrapper-home.search-wrapper {
    min-height: 450px; }

  .button-block-container {
    max-width: none;
    min-width: auto; }

  .vertical-divider {
    height: 40px; }

  .button-block-container-2 {
    max-width: none;
    min-width: auto; }

  .container-references {
    padding-top: 40px;
    padding-bottom: 20px; }

  .wrapper-references {
    margin-top: 20px; }

  .ref-item {
    margin-bottom: 30px;
    padding: 12px; }

  .ref-img {
    max-width: 90px; }

  .related-authors-container {
    padding-top: 50px;
    padding-bottom: 50px; }

  .single-author-related {
    width: 30%; }

  .related-person-img {
    width: 100px;
    height: 100px; }

  .related-author-name {
    font-size: 15px;
    line-height: 1.1em; }

  ._2-columns-left {
    width: 65%; }

  ._2-columns-right {
    width: 35%;
    padding: 50px 20px;
    border-left-color: rgba(0, 0, 0, 0.07); }

  .book-hero-info {
    width: 60%; }

  .h3-slider-home {
    font-size: 18px; }

  .search-container {
    padding: 30px; }

  .slider-container-middle {
    width: 70%;
    max-width: none;
    margin-top: 65%;
    padding: 20px; }

  .team-container {
    padding-right: 30px;
    padding-left: 30px; }

  .single-team-member {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px; }

  .team-member-img {
    width: 95px;
    height: 95px; }

  .contact-container {
    padding-top: 40px;
    padding-bottom: 40px; }

  .search-results-boeken {
    text-align: left; }

  .search-item.white {
    background-color: #f5f5f5; }

  .section-results-search {
    padding: 20px; }

  .search-result-left {
    width: 30%; }

  .search-result-right {
    width: 65%; }

  .search-item-img {
    width: 70px;
    height: 70px; }

  .hero-book-detail-container {
    display: block;
    padding: 40px 30px; }

  .hero-container-book-left {
    width: 100%; }

  .hero-container-book-right {
    display: block;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .pop-up {
    max-width: 60%;
    padding: 25px; }

  .h1-slider-speciaal {
    font-size: 30px;
    line-height: 1.2em; }

  .select-field {
    font-size: 16px; }

  .no-results {
    padding: 20px; }

  .h3-sub-title {
    margin-top: 20px;
    font-size: 18px; }

  .carousel-slide {
    padding-bottom: 40%; }

  .birthday-field-wrapper {
    margin-bottom: 20px; }

  .field-label {
    margin-bottom: 5px;
    font-size: 17px; }

  .checkbox-field {
    margin-top: 15px; }

  .book-tag {
    left: 10px;
    top: 20px;
    padding: 8px;
    font-size: 13px;
    line-height: 1.1em; }

  .container-3-books {
    padding: 40px 10px; }

  .arrow-icon {
    width: 40px;
    height: 40px; }

  .fix-about-button-block {
    margin-bottom: 40px; }

  .fix-block-info-about {
    margin-top: 15%; }

  .fix-about-button-block-2 {
    margin-bottom: 40px; }

  .fix-block-info-about-2 {
    margin-top: 15%; }

  .info-block-book-section {
    line-height: 1.2em; }

  .single-book-info-block {
    margin-bottom: 10px; }

  .container-book-rating {
    padding-right: 20px;
    padding-left: 20px; }

  .text-area {
    max-width: 100%; } }
@media (max-width: 767px) {
  .page-content {
    overflow: hidden;
    margin-top: 67px;
    padding-top: 0%; }

  .header {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    overflow: auto;
    background-color: #fff;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px); }

  .navigation {
    min-height: auto;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

  .nav-logo {
    display: block;
    width: 150px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto; }

  .nav-content-wrapper {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px; }

  .small-nav-item {
    display: block;
    margin-bottom: 0px;
    border-bottom-style: none; }

  .nav-link {
    display: block;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    text-align: center; }

  .small-single-nav-item {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px; }

  .basket-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: #ebebeb;
    background-size: 18px; }

  .search-icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 15px;
    margin-left: 0px;
    border-radius: 50%;
    background-color: #ebebeb;
    background-size: 16px; }

  .slide-nav {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: 100%; }

  .left-arrow {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .left-arrow.right {
    z-index: 2;
    margin-right: 0%; }

  .h3-home.books.alt {
    font-size: 20px; }

  .title-h4 {
    font-size: 16px; }

  .title-h4.white.mobile {
    color: #000;
    font-size: 22px; }

  .title-h4.mobile {
    color: #fff; }

  .writer-top-5 {
    font-size: 15px; }

  .writer-top-5.margin {
    margin-top: 0px;
    font-size: 14px; }

  .container-top-articles {
    padding: 40px 20px 10px; }

  .h2-title {
    font-size: 25px; }

  .h2-title.white {
    font-size: 22px; }

  .h2-title.alt {
    font-size: 24px; }

  .h2-title.margin {
    margin-left: 20px; }

  .recent-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .recent-item {
    display: block;
    width: 45%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto; }

  .recent-item.last {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }

  .recent-item.last-recent {
    width: 100%; }

  .recemt-home-item-img {
    width: 100%; }

  .recemt-home-item-img.last {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .info-container-recent-item.last {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 26px;
    padding-left: 30px; }

  .h3-article-title {
    font-size: 20px; }

  .h3-article-title.smaller-article {
    font-size: 20px; }

  .theme-fix-article {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px; }

  .h4-date-article {
    font-size: 16px; }

  .container-more-news-home {
    padding-top: 40px;
    padding-right: 30px; }

  .recents-books-home.book-overview {
    margin-top: 65px;
    padding-bottom: 0px; }

  .transparant-container-home {
    padding-top: 30px;
    padding-bottom: 30px; }

  .transparant-container-home.overzicht-boeken {
    padding-right: 20px;
    padding-left: 20px; }

  .single-new-book-item.tips-author {
    width: 40%;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17); }

  .single-new-book-item.hero {
    width: 40%;
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px; }

  .book-img-recent {
    max-width: 160px; }

  .book-img-recent:hover {
    -webkit-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px); }

  .book-img-recent.hero {
    max-width: 140px; }

  .recent-book-info-title {
    margin-top: 20px; }

  .writer-recent-book.white.mobile {
    color: #000; }

  .writer-recent-book.mobile {
    color: #fff; }

  .social-left-container {
    padding: 30px 20px; }

  .h3-title {
    font-size: 18px; }

  .h3-title.team {
    margin-bottom: 5px;
    font-size: 17px; }

  .instafeed-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 85%;
    margin-right: auto;
    margin-left: auto; }

  .single-insta-img {
    width: 50%; }

  .social-right-container {
    width: 100%; }

  .instafeed-content {
    padding: 20px 10px;
    font-size: 14px; }

  .h3-alt {
    margin-bottom: 5px;
    font-size: 22px; }

  .button {
    font-size: 14px; }

  .button.margin {
    margin-bottom: 15px; }

  .book-eyecatcher {
    display: block; }

  .eyecatcher-left {
    width: 100%;
    padding: 40px 20px; }

  .eye-catcher-right {
    width: 100%;
    max-height: auto;
    min-height: auto;
    padding: 17px; }

  .info-boek-in-de-kijker {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 12px;
    padding-bottom: 5px;
    border-top: 1px solid #d5d7dd;
    border-bottom: 1px solid #d5d7dd; }

  .instafeed {
    max-width: 500px;
    min-width: 350px; }

  .tweet-home {
    margin-bottom: 0px; }

  .social-icon._1 {
    background-color: #d5d7dd; }

  .social-icon._2 {
    background-color: #d5d7dd; }

  .social-icon._3 {
    background-color: #d5d7dd; }

  .social-icon._4 {
    background-color: #d5d7dd; }

  .h4.alt {
    text-align: center; }

  .cta-content-text {
    margin-bottom: 30px;
    font-size: 19px; }

  .cta-content-text.white {
    font-size: 17px;
    line-height: 1.5em; }

  .newsletter-container {
    padding-top: 50px;
    padding-bottom: 50px; }

  .newsletter-info {
    line-height: 1.4em; }

  .min-article {
    font-size: 13px; }

  .tip-right {
    padding-top: 40px;
    padding-bottom: 40px; }

  .author-tip-right {
    min-height: 250px; }

  .author-tips-wrapper {
    display: block; }

  .footer-container {
    padding: 40px 20px 60px; }

  .footer-wrapper {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .footer-column {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px none #000;
    border-bottom: 1px none #000; }

  .footer-column.alt {
    margin-top: 20px;
    border-top-style: none; }

  .footer-column._2 {
    margin-top: 10px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.5);
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.5); }

  .footer-head-link {
    margin-bottom: 10px; }

  .footer-head-link.alt {
    margin-bottom: 12px;
    font-size: 18px; }

  .footer-sub-link {
    margin-bottom: 10px;
    padding-top: 5px;
    font-size: 15px; }

  .footer-top-block {
    margin-bottom: 10px; }

  .adres-footer {
    margin-top: 10px; }

  .book-theme-nav-section {
    position: static;
    margin-top: 20px; }

  .container-theme-nav {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center; }

  .nav-link-book-theme {
    padding: 10px 15px;
    font-size: 15px; }

  .top-5-book-title._2 {
    font-size: 20px; }

  .home-hero-section {
    margin-top: 70px; }

  .top-books-home {
    min-height: auto; }

  .single-book-home {
    width: 50%;
    padding: 25px 20px; }

  .single-book-home._2.mobile-2 {
    background-color: rgba(255, 255, 255, 0.59); }

  .single-book-home.mobile {
    background-color: #1d1d1d; }

  .top-book-container-bottom {
    margin-top: 30px; }

  .book-img-top {
    max-width: 110px; }

  .top-5-left {
    padding: 25px; }

  .single-top-5-book-item {
    padding-top: 10px;
    padding-bottom: 10px; }

  .container-part-2 {
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.65); }

  .book-pricing.white.mobile {
    color: #000; }

  .book-pricing.mobile {
    background-color: transparent;
    color: #fff; }

  .icons {
    display: block;
    margin: 10px auto;
    text-align: center; }

  .close-mob-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  .close {
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    border-radius: 50%;
    background-color: #ebebeb;
    background-image: url("../images/close.svg");
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat; }

  .mob-menu-divider {
    margin-bottom: 20px;
    border-bottom: 1px solid #000; }

  .mob-header-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 3;
    background-color: #fff;
    box-shadow: 0 6px 24px -1px rgba(0, 0, 0, 0.05); }

  .container-mob-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .mob-nav-logo {
    max-width: 140px; }

  .hamburger-icon {
    width: 35px;
    height: 35px;
    margin-top: 5px;
    padding: 3px;
    border-radius: 50%;
    background-color: #e1e2e9;
    background-image: url("../images/hamburger.svg");
    background-position: 50% 50%;
    background-size: 15px;
    background-repeat: no-repeat; }

  .section-filter {
    margin-bottom: 30px; }

  .filter-container {
    padding-top: 30px;
    padding-bottom: 10px; }

  .filter-container.blog {
    padding-top: 10px; }

  .boeken-overview-column {
    margin-bottom: 40px; }

  .book-overview-spotlight {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .book-spotlight-left {
    width: 100%; }

  .book-theme-item {
    left: 0px;
    top: 0px;
    right: 0px;
    line-height: 1.1em;
    text-align: center; }

  .book-spotlight-right {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px; }

  .in-de-kijker-img-1 {
    min-height: 250px; }

  .spot-light-left-info {
    padding: 30px 20px; }

  .spotlight-left-boek {
    max-width: 60px; }

  .spotlight-right-book {
    max-width: 60px; }

  .pagination-book-overview-page {
    padding-top: 10px; }

  .pagination-number {
    font-size: 16px; }

  .dropdown-theme {
    max-width: 340px;
    min-width: 340px;
    margin-right: 0px; }

  .search-field-book {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px; }

  .form-2 {
    display: block;
    text-align: center; }

  .form-block {
    margin-bottom: 20px; }

  .submit-search {
    margin-top: 20px;
    font-size: 14px; }

  .dropdown-link {
    z-index: 2; }

  .section-ad {
    height: 200px;
    margin-bottom: 40px; }

  .dropdown-list {
    z-index: 10;
    background-color: #fff; }

  .section-book-detail-hero {
    min-height: none;
    padding: 80px 30px; }

  .section-book-detail-hero._1 {
    min-height: none; }

  .hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .hero-book-left {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .hero-book-right {
    position: static;
    width: 100%;
    padding: 30px 20px; }

  .h2 {
    font-size: 26px; }

  .h2.book-title {
    margin-bottom: 0px;
    font-size: 28px; }

  .hero-left-book-img {
    position: relative;
    top: 4px;
    right: 0px;
    bottom: 0px;
    max-width: 100px;
    min-width: 60px;
    box-shadow: 0 10px 10px -1px rgba(0, 0, 0, 0.13); }

  .writer-link {
    font-size: 16px; }

  .text-intro {
    margin-top: 5px;
    font-size: 17px; }

  .prev-book {
    font-size: 15px; }

  .next-book {
    font-size: 15px; }

  .container-list-book {
    padding-top: 30px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .single-book-detail-info-block {
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
    padding-right: 0px;
    padding-bottom: 10px;
    text-align: center; }

  .section-detail-quote {
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .section-detail-quote.reverse-mobile {
    display: inline-block;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

  .h4-title {
    font-size: 15px; }

  .quote {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }

  .quote.blog-detail-version {
    padding-top: 40px;
    padding-bottom: 40px; }

  .quote-right {
    width: 100%;
    min-height: 100px; }

  .quote-right._1 {
    min-height: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-size: 60px; }

  .h3-quote {
    margin-top: 0px;
    margin-bottom: 30px;
    font-size: 22px; }

  .container-title-text {
    padding-top: 40px;
    padding-bottom: 40px; }

  .body-text {
    font-size: 17px; }

  .section-book-author {
    min-height: auto; }

  .author-info-right {
    width: 70%;
    padding: 30px 10px; }

  .container-list {
    padding: 40px 20px 30px; }

  .list-item {
    padding-bottom: 10px;
    font-size: 17px; }

  .container-more-img {
    padding: 20px 20px 1px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .more-img-left {
    width: 100%; }

  .more-img-right {
    width: 100%;
    margin-top: 30px; }

  .small-book-link {
    width: 49%; }

  .small-book-link.small {
    width: 50%; }

  .small-book-img.overview {
    margin-top: 25px; }

  .small-book-title-block.book-overviewpage {
    padding-top: 12px; }

  .small-title-block {
    padding-right: 30px;
    padding-left: 30px; }

  .spotlight-book {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto; }

  .intro-about-spotlight-book {
    margin-bottom: 50px;
    font-size: 17px; }

  .title-text-img-left {
    padding: 20px; }

  .container-video {
    padding-top: 40px;
    padding-bottom: 40px; }

  .steps-container {
    padding-top: 40px; }

  .step-date-block-title {
    font-size: 18px; }

  .downloads-container {
    padding-top: 40px;
    padding-bottom: 40px; }

  .hero {
    min-height: auto;
    margin-bottom: 30px;
    padding-top: 0px; }

  .matrix-header-img {
    min-height: 28vh; }

  .matrix-header-img._1 {
    height: 350px;
    min-height: auto; }

  .hero-top {
    padding-top: 30px;
    padding-bottom: 30px; }

  .bookdesign-hero-detailpage {
    width: 25%;
    max-width: 25%;
    min-width: 100px; }

  .book-with-buy-button {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .download-arrow {
    width: 15%; }

  .download-title {
    width: 85%;
    font-size: 17px; }

  .hero-home-slider {
    height: auto;
    background-color: #fff; }

  .slide-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .slider-left-content {
    width: 100%;
    padding-bottom: 70%; }

  .slider-content-info {
    width: 70%;
    background-color: rgba(255, 255, 255, 0.8); }

  .slider-right-content {
    max-width: none;
    min-width: 0px; }

  .icon-slider {
    padding: 16px;
    box-shadow: 0 0 28px 1px rgba(64, 63, 68, 0.41);
    font-size: 16px; }

  .slider-info-block {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.5em; }

  .book-overview-info {
    margin-top: 5px; }

  .section-item-blocks {
    display: block;
    height: auto;
    max-height: none;
    min-height: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .section-button-block-left {
    width: 100%;
    padding: 45px; }

  .button-block-container {
    padding: 20px 60px; }

  .button-block-container-2 {
    padding: 20px 60px; }

  .container-references {
    padding-top: 40px;
    padding-bottom: 20px; }

  .ref-item {
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px; }

  .ref-img {
    max-width: 80px; }

  .social-share-link {
    width: 30px;
    height: 30px; }

  .single-author-related {
    width: 32%;
    margin-right: 10px;
    margin-left: 10px; }

  .related-author-name {
    line-height: 1.3em; }

  .blog-filter-wrapper {
    margin-top: 30px; }

  .blog-filter-button {
    height: 38px;
    font-size: 14px; }

  ._2-columns-section {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  ._2-columns-left {
    width: 100%; }

  ._2-columns-right {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px; }

  .related-articles-left {
    margin-bottom: 0px; }

  .book-hero-info {
    width: 70%;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto; }

  .book-price {
    font-size: 22px; }

  .book-info-levering {
    padding-top: 10px;
    background-position: 0px 55%;
    font-size: 15px; }

  .h3-slider-home {
    font-size: 18px; }

  .search-section {
    position: relative;
    z-index: 1;
    -webkit-transform: translate(0px, 150%);
    -ms-transform: translate(0px, 150%);
    transform: translate(0px, 150%); }

  .search-container {
    padding: 30px 20px 20px; }

  .search-form {
    max-width: 400px; }

  .close-search {
    top: 15px;
    right: 15px; }

  .slider-container-middle {
    width: 70%;
    margin-top: 70%; }

  .team-container {
    padding: 30px 20px; }

  .team-member-img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px; }

  .contact-container {
    padding-top: 30px;
    padding-bottom: 30px; }

  .section-results-search {
    padding: 15px; }

  .search-result-left {
    width: 35%;
    padding-top: 15px;
    padding-bottom: 15px; }

  .search-result-right {
    width: 65%;
    padding: 15px 15px 5px; }

  .hero-book-detail-container {
    padding: 30px; }

  .pop-up {
    padding: 30px 40px; }

  .h1-slider-speciaal {
    font-size: 25px; }

  .select-field {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px; }

  .no-results {
    padding: 40px; }

  .cookies-container {
    margin-bottom: 0px; }

  .cookies-text {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.3em; }

  .cookies-button {
    font-size: 15px; }

  .home-carousel {
    margin-top: 67px; }

  .carousel-slide-content {
    padding: 10px; }

  .carousel-slide-content.topleft {
    padding: 10px; }

  .carousel-slide-content.middle {
    padding: 10px; }

  .img-caption {
    text-align: center; }

  .birthday-field-wrapper {
    margin-bottom: 20px; }

  .field-label {
    margin-bottom: 8px;
    font-size: 18px; }

  .wachtpagina-logo {
    max-width: 150px; }

  .book-tag {
    left: 16px;
    top: 27px;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 1.2em; }

  .container-3-books {
    padding-bottom: 20px; }

  .bs-icon {
    width: 25px;
    height: 35px;
    margin-bottom: 20px; }

  .text-fix-block {
    display: block;
    margin-top: 5px; }

  .arrow-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 15px; }

  .fix-block-right {
    padding: 10px;
    font-size: 14px;
    line-height: 1.3em; }

  .fix-about-button-block {
    max-width: 400px;
    min-width: auto;
    padding: 10px; }

  .fix-block-left {
    margin-right: 0%; }

  .fix-about-button-block-2 {
    max-width: 400px;
    min-width: auto;
    padding: 5px 10px; }

  .fix-block-info-about-2 {
    top: 95px; }

  .info-block-book-section {
    margin-bottom: 20px; }

  .single-book-info-block {
    margin-bottom: 20px; }

  .container-book-rating {
    padding-top: 25px;
    padding-bottom: 25px; }

  .reviewed-comment {
    font-size: 16px;
    line-height: 1.4em; } }
@media (max-width: 479px) {
  .page-content {
    overflow: hidden;
    max-width: none;
    margin-top: 58px;
    padding-right: 10px;
    padding-bottom: 0%;
    padding-left: 10px; }

  .header {
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px); }

  .navigation {
    min-height: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px; }

  .nav-logo {
    width: 120px; }

  .nav-content-wrapper {
    padding-right: 0px; }

  .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px; }

  .basket-icon {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-left: 5px; }

  .search-icon {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    margin-left: 5px;
    background-size: 13px; }

  .left-arrow {
    position: static;
    left: 0px;
    right: 200px;
    bottom: 0px;
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .left-arrow.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .h3-home.books.alt {
    font-size: 18px; }

  .title-h4 {
    margin-bottom: 5px;
    font-size: 17px; }

  .title-h4.white {
    font-size: 18px; }

  .title-h4.white.mobile {
    font-size: 18px; }

  .title-h4.choice-of {
    margin-bottom: 5px; }

  .title-h4.margin {
    margin-bottom: 5px; }

  .title-h4.book-overview {
    font-size: 17px; }

  .title-h4.book-overview.alt {
    margin-top: 20px; }

  .writer-top-5 {
    font-size: 14px; }

  .writer-top-5.margin {
    font-size: 13px; }

  .container-top-articles {
    padding-top: 30px;
    padding-bottom: 10px; }

  .h2-title {
    font-size: 20px; }

  .h2-title.alt {
    margin-bottom: 10px;
    font-size: 20px; }

  .h2-title.margin {
    margin-bottom: 5px;
    margin-left: 10px; }

  .recent-item {
    width: 100%; }

  .recemt-home-item-img.last {
    display: block; }

  .info-container-recent-item {
    padding-bottom: 15px; }

  .info-container-recent-item.last {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0px; }

  .h3-article-title {
    font-size: 18px; }

  .h3-article-title.smaller-article {
    font-size: 18px; }

  .h4-date-article {
    font-size: 14px; }

  .container-more-news-home {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px; }

  .single-home-item-small {
    width: 100%;
    margin-bottom: 20px; }

  .single-home-item-small.blog-detail {
    margin-bottom: 20px; }

  .transparant-container-home {
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px; }

  .transparant-container-home.overzicht-boeken {
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px; }

  .single-new-book-item.tips-author {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-bottom: 10px; }

  .single-new-book-item.hero {
    width: 100%; }

  .book-img-recent.hero {
    max-width: 120px; }

  .recent-book-info-title {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px none rgba(0, 0, 0, 0.11); }

  .writer-recent-book {
    font-size: 13px; }

  .instafeed-container {
    display: block;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .single-insta-img {
    width: 100%; }

  .h3-alt {
    font-size: 20px; }

  .h3-alt.h3-pop-up {
    margin-bottom: 10px;
    font-size: 20px; }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px; }

  .button.margin {
    margin-bottom: 15px; }

  .book-eyecatcher.overview-page {
    margin-bottom: 40px; }

  .eyecatcher-left {
    position: static;
    bottom: -14px;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px 20px; }

  .eye-catcher-right {
    max-height: auto;
    min-height: auto; }

  .info-boek-in-de-kijker {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 6px; }

  .instafeed {
    width: 100%;
    max-width: auto;
    min-width: auto; }

  .twitter-container {
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px; }

  .tweet-home {
    font-size: 16px;
    line-height: 1.4em; }

  .single-tweet {
    margin-bottom: 10px; }

  .social-icon-wrapper {
    margin-bottom: 15px; }

  .cta-container {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px; }

  .cta-content-text {
    margin-bottom: 20px;
    font-size: 17px; }

  .cta-content-text.white {
    font-size: 16px;
    line-height: 1.5em; }

  .newsletter-container {
    padding: 40px 20px; }

  .newsletter-info {
    font-size: 16px;
    line-height: 1.5em; }

  .text-field {
    border-radius: 10px; }

  .text-field.contact {
    margin-bottom: 10px; }

  .text-field.download {
    margin-bottom: 10px; }

  .submit.download {
    margin-top: 10px; }

  .tip-right {
    padding-top: 30px;
    padding-bottom: 20px; }

  .author-tip-right {
    min-height: 180px; }

  .author-link {
    font-size: 16px; }

  .footer-container {
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 0px; }

  .footer-wrapper {
    max-width: auto; }

  .footer-column {
    margin-top: 0px;
    padding-bottom: 10px; }

  .footer-column.alt {
    padding-top: 0px; }

  .footer-column._2 {
    margin-top: 20px; }

  .footer-head-link {
    margin-bottom: 10px;
    font-size: 18px; }

  .footer-head-link.alt {
    margin-bottom: 8px;
    font-size: 16px; }

  .footer-sub-link {
    margin-bottom: 5px;
    padding-top: 8px;
    font-size: 14px; }

  .footer-top-block {
    margin-bottom: 10px; }

  .footer-logo {
    width: 140px; }

  .footer-social {
    margin-top: 15px; }

  .h4-footer {
    margin-bottom: 10px;
    font-family: baskerville-urw, sans-serif;
    font-size: 15px;
    line-height: 1.3em; }

  .adres-footer-rule {
    font-size: 14px; }

  .cta-icon {
    width: 50px;
    height: 50px;
    background-size: 20px; }

  .button-wrapper.alt {
    margin-top: 30px; }

  .book-theme-nav-section {
    margin-top: 0px; }

  .container-theme-nav {
    margin-top: 0px;
    padding-top: 5px; }

  .nav-link-book-theme {
    padding: 8px 12px;
    font-size: 14px; }

  .top-5-book-title._2 {
    font-size: 17px; }

  .top-books-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }

  .top-book-container-bottom {
    margin-top: 0px; }

  .book-img-top {
    max-width: 70px; }

  .book-img-top.overview-page {
    max-width: 85px; }

  .top-5-left {
    padding-right: 20px;
    padding-left: 20px; }

  .number-book {
    width: 20%;
    font-size: 18px; }

  .container-part-2 {
    padding-top: 30px; }

  .book-pricing {
    font-size: 14px; }

  .close {
    width: 32px;
    height: 32px;
    background-size: 13px; }

  .mob-menu-divider {
    margin-bottom: 15px; }

  .container-mob-nav {
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 5px; }

  .mob-nav-logo {
    max-width: 115px; }

  .hamburger-icon {
    width: 32px;
    height: 32px;
    margin-top: 6px;
    background-size: 16px; }

  .text-block-2 {
    text-transform: uppercase; }

  .filter-container {
    padding-top: 30px;
    padding-bottom: 15px; }

  .filter-container.blog {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px; }

  .single-book-item-overview-page {
    display: block;
    width: 75%;
    margin-right: auto;
    margin-left: auto; }

  .single-book-item-overview-page.mobile-3 {
    background-color: #fff; }

  .overview-book-item-img {
    padding-left: 20px; }

  .overview-book-item-img._2 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center; }

  .overview-book-item-img._2.mobile-2.mobile-4 {
    background-color: #e2e2e2; }

  .overview-book-item-img.mobile-1.mobile3 {
    background-color: #fff; }

  .book-info-overview-page {
    min-height: 150px; }

  .book-info-overview-page._2 {
    min-height: 150px; }

  .book-info-overview-page._2.mobile-2.mobile-4 {
    background-color: #e2e2e2; }

  .book-info-overview-page.mobile-1.mobile-3 {
    background-color: #f8f8f8; }

  .in-de-kijker-img-1 {
    min-height: 180px; }

  .spot-light-left-info {
    padding-top: 30px; }

  .spotlight-left-boek {
    position: static;
    top: 0px; }

  .pagination-book-overview-page {
    margin-bottom: 20px; }

  .pagination-number {
    font-size: 14px; }

  .pagination-number.current {
    font-size: 15px; }

  .dropdown-theme {
    display: block;
    width: 100%;
    max-width: auto;
    min-width: auto;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px; }

  .search-field-book {
    width: 100%;
    max-width: auto;
    font-size: 14px; }

  .form-2 {
    font-size: 14px; }

  .submit-search {
    font-size: 14px; }

  .dropdown {
    display: block; }

  .dropdown-2 {
    display: block; }

  .section-book-detail-hero {
    padding-top: 60px;
    padding-right: 15px;
    padding-left: 15px; }

  .hero-book-right {
    padding-top: 35px; }

  .h2 {
    font-size: 20px; }

  .h2.book-title {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 1.2em; }

  .hero-left-book-img {
    top: 15px;
    max-width: 80px;
    min-width: 50px; }

  .writer-link {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1.2em; }

  .text-intro {
    max-width: auto;
    margin-top: 10px;
    font-size: 16px; }

  .prev-book {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px; }

  .next-book {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px; }

  .container-list-book {
    display: block;
    padding-top: 20px; }

  .single-book-detail-info-block {
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 8px;
    padding-bottom: 8px; }

  .book-detail-text {
    font-size: 16px; }

  .quote {
    padding-right: 20px;
    padding-left: 20px; }

  .quote.blog-detail-version {
    padding: 40px 20px; }

  .h3-quote {
    font-size: 18px;
    line-height: 1.4em; }

  .container-title-text {
    padding-right: 15px;
    padding-left: 15px; }

  .body-text {
    font-size: 16px; }

  .issuu-container {
    padding-top: 20px;
    padding-bottom: 20px; }

  .section-book-author {
    display: block; }

  .author-img-left {
    width: 100%;
    height: 0%;
    min-height: auto;
    padding-bottom: 125%; }

  .author-img-left._1 {
    padding-bottom: 100%; }

  .author-info-right {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px; }

  .list-block {
    padding-left: 10px; }

  .list-item {
    font-size: 16px; }

  .container-more-img {
    padding: 15px 15px 1px; }

  .section-hero-2 {
    padding-left: 0px; }

  .book-img-item {
    padding: 0px; }

  .small-book-link.related {
    width: 100%; }

  .small-book-link.small {
    width: 100%; }

  .h5-small-title {
    font-size: 15px; }

  .small-book-title-block {
    padding: 2px 5px; }

  .small-title-block {
    padding: 10px; }

  .small-title-block.dark {
    padding-bottom: 10px; }

  .spotlight-book {
    width: 40%; }

  .intro-about-spotlight-book {
    margin-bottom: 40px;
    font-size: 16px; }

  .top-books-new-wrapper {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px; }

  .title-text-img-right.blog-detail-version {
    padding-top: 0px;
    padding-bottom: 0px; }

  .container-video {
    padding: 30px 15px; }

  .hero {
    min-height: none;
    margin-bottom: 20px;
    padding-top: 0px; }

  .hero.reverse {
    overflow: hidden; }

  .matrix-header-img {
    min-height: 20vh; }

  .matrix-header-img._1 {
    overflow: hidden; }

  .hero-top {
    display: block;
    padding: 30px 15px; }

  .hero-top-container {
    max-width: none; }

  .h4-hero-title {
    margin-bottom: 30px;
    font-size: 18px; }

  .bookdesign-hero-detailpage {
    display: block;
    width: 50%;
    max-width: 50%;
    min-width: 0px;
    margin-bottom: 10px; }

  .book-with-buy-button {
    display: block;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .download-title {
    width: 80%;
    font-size: 16px;
    line-height: 1.4em; }

  .hero-home-slider {
    clear: both; }

  .slider-left-content {
    padding-bottom: 95%; }

  .slider-content-info {
    width: 100%;
    padding: 8px 10px 0px; }

  .icon-slider {
    position: absolute;
    padding: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 0 7px 0 rgba(64, 63, 68, 0.61);
    font-size: 12px; }

  .icon-slider.right {
    margin-right: 24px; }

  .slider-info-block {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px; }

  .book-wrapper-home.search-wrapper {
    min-height: 300px; }

  .small-titles-home {
    font-size: 16px; }

  .section-button-block-left {
    padding: 30px; }

  .button-block-container {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px; }

  .vertical-divider {
    margin-top: 20px;
    margin-bottom: 20px; }

  .button-block-container-2 {
    width: 90%;
    padding-right: 20px;
    padding-left: 20px; }

  .ref-item {
    margin-right: 10px;
    margin-bottom: 20px;
    margin-left: 10px; }

  .inline-text {
    font-size: 15px;
    line-height: 1.2em; }

  .link-block {
    padding-right: 20px;
    padding-left: 20px; }

  .related-authors-container {
    padding-top: 40px;
    padding-right: 0px;
    padding-bottom: 30px; }

  .related-author-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .single-author-related {
    width: 80%;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px; }

  .related-author-name {
    margin-top: 15px; }

  .blog-filter-button {
    height: auto;
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    padding-top: 8px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px; }

  .book-hero-info {
    width: 100%;
    margin-left: 0px; }

  .book-price {
    font-size: 18px; }

  .book-info-levering {
    padding-left: 40px; }

  .h3-slider-home {
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: 0.5px; }

  .search-container {
    padding: 65px 10px 30px; }

  .search-form {
    margin-top: 40px; }

  .close-search {
    top: 15px;
    right: 15px;
    display: block;
    width: 30px;
    height: 30px; }

  .slider-container-middle {
    width: 90%;
    margin-top: 95%;
    padding: 8px 10px 0px;
    text-align: center; }

  .single-team-member {
    width: 100%; }

  .contact-container {
    padding-right: 15px;
    padding-left: 15px; }

  .form-block-contact {
    margin-bottom: 0px; }

  .single-search-result {
    display: block; }

  .search-result-left {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px; }

  .search-result-right {
    width: 100%;
    padding-top: 20px; }

  .hero-book-detail-container {
    padding-right: 15px;
    padding-left: 15px; }

  .pop-up {
    max-width: 90%;
    min-width: 150px;
    padding: 50px 20px 30px; }

  .h1-slider-speciaal {
    font-size: 22px;
    line-height: 1.3em; }

  .select-field {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.3em; }

  .no-results {
    padding: 20px; }

  .cookies-container {
    padding: 15px; }

  .cookies-text {
    margin-bottom: 15px; }

  .h3-sub-title {
    margin-top: 30px; }

  .carousel-slide {
    padding-bottom: 60%; }

  .carousel-slide-content.topleft {
    width: 60%; }

  .carousel-slide-content.middle {
    width: 65%; }

  .big-img-container {
    padding-right: 15px;
    padding-left: 15px; }

  .img-caption {
    font-size: 15px;
    line-height: 1.3em; }

  .field-label {
    font-size: 16px; }

  .checkbox-field {
    font-size: 16px; }

  .slide-nav-2 {
    display: none; }

  .right-arrow-4 {
    display: none; }

  .left-arrow-3 {
    display: none; }

  .text-block-3 {
    font-size: 14px; }

  .wachtpagina-logo {
    max-width: 120px; }

  .book-tag {
    left: 9px;
    top: 11px;
    padding: 5px;
    font-size: 12px; }

  .container-3-books {
    padding-top: 30px;
    padding-bottom: 20px; }

  .bs-icon {
    display: inline-block;
    margin-bottom: 0px; }

  .arrow-icon {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    background-size: 12px; }

  .arrow-icon.right {
    display: block;
    margin-top: 10px; }

  .fix-block-right {
    width: 55%;
    padding: 6px;
    font-size: 13px; }

  .fix-about-button-block {
    max-width: 100%;
    min-width: 50px;
    margin-bottom: 70px;
    padding: 20px 8px;
    -webkit-transform: translate(55%, 0px);
    -ms-transform: translate(55%, 0px);
    transform: translate(55%, 0px); }

  .fix-block-left {
    width: 39%;
    margin-right: 0%;
    padding-left: 0px;
    font-size: 15px;
    text-align: center; }

  .fix-about-button-block-2 {
    max-width: 100%;
    min-width: 200px;
    margin-bottom: 70px;
    padding: 20px 8px;
    -webkit-transform: translate(55%, 0px);
    -ms-transform: translate(55%, 0px);
    transform: translate(55%, 0px); }

  .info-block-book-section {
    margin-bottom: 10px;
    font-size: 14px; }

  .hidden-book-info {
    padding: 8px 12px;
    font-size: 14px; }

  .book-detail-info {
    font-size: 14px;
    line-height: 1.3em; }

  .star {
    width: 12px;
    height: 12px; }

  .add-rating-block {
    padding: 15px; }

  .star-selection {
    width: 22px;
    height: 22px; } }
@font-face {
  font-family: 'Avenirltstd roman';
  src: url("../fonts/AvenirLTStd-Roman.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Brandon reg';
  src: url("../fonts/Brandon_reg.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Brandongrotesque';
  src: url("../fonts/BrandonGrotesque-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal; }
a.unstyleLink {
  text-decoration: none; }

.marginTop-10 {
  margin-top: 10px; }

.text-intro a {
  color: black; }

.button {
  margin-left: 0; }

.search-section {
  overflow: hidden; }

.whiteText {
  color: white !important; }

.blackText {
  color: black !important; }

.slider-content-info.left {
  left: 0;
  right: auto; }
.slider-content-info.right {
  right: 0;
  left: auto; }

.activeClass.blogFilter {
  background: black;
  color: #fafafa; }
  .activeClass.blogFilter:hover {
    color: #858585; }

.blogFilter.toonAlles {
  text-decoration: underline; }

.h2.book-title.sub {
  font-weight: normal; }

.hover-sub-nav {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  transition: max-height 0.8s; }
  .hover-sub-nav.showBoekenNav {
    height: auto;
    position: relative;
    max-height: 50px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s; }

.showBoekenNavOnPage {
  max-height: 100%;
  height: auto; }

.lightText .cta-icon {
  background-image: url("../images/round-add-button-white.svg"); }
.lightText .cta-container .h2-title {
  color: #fafafa; }
.lightText .cta-container .cta-content-text {
  color: #fafafa; }
.lightText .cta-container .button.buy {
  color: #fafafa;
  border: 1px solid #fafafa; }
  .lightText .cta-container .button.buy:hover {
    border: 1px solid rgba(250, 250, 250, 0.5); }

.carousel-slide-content.top-right {
  top: 0;
  right: 0;
  bottom: auto; }
.carousel-slide-content.bottom-left {
  top: auto;
  left: 0;
  bottom: 0; }

.slider-3, .w-slider-mask {
  height: auto; }

.w-slide {
  height: auto; }

.theme-fix-article {
  text-transform: lowercase; }

.w-select {
  padding: 0 0 0 12px; }

.bannerImg {
  width: 100%;
  display: inline-block; }

.book-price {
  padding-bottom: 10px; }

.extraInfoBorder.bottom {
  border-bottom: 1px solid rgba(162, 166, 174, 0.23); }
.extraInfoBorder.top {
  border-top: 1px solid rgba(162, 166, 174, 0.23); }
.extraInfoBorder.padding {
  padding: 10px 0; }

.book-info-levering {
  border-top: 0; }

.share-book-buttons-wrapper {
  text-align: left; }

.single-insta-img {
  display: inline-block; }

.single-insta-img:nth-child(even) .instafeed-content {
  background-color: #d5d7dd; }

.tweetTekst a {
  text-decoration: underline;
  color: black; }

.embed, .embed iframe {
  margin: 0 auto;
  text-align: center; }

.contactButton {
  margin: 0 0 15px 0; }

.small-book-link {
  padding-left: 0.5%;
  padding-right: 0.5%;
  margin-left: 0;
  margin-right: 0; }

.html-embed {
  max-width: 110px;
  margin-top: 20px; }

.pop-up-container {
  z-index: 500; }

@media screen and (max-width: 768px) {
  .hero-book-detail {
    margin-top: 35px; } }
@media screen and (max-width: 479px) {
  .embed, .embed iframe {
    width: 100%; }

  .autor-left-img-alt {
    width: 100%; }

  .small-book-link .html-embed {
    display: none; }

  .hero-book-detail {
    margin-top: 35px; } }
/*
	Ratings Stars
	(with as little code as possible)
*/
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */ }
  .star-cb-group * {
    font-size: 1rem; }
  .star-cb-group > input {
    display: none; }
    .star-cb-group > input + label {
      /* only enough room for the star */
      display: inline-block;
      overflow: hidden;
      text-indent: 9999px;
      width: 1em;
      white-space: nowrap;
      cursor: pointer; }
      .star-cb-group > input + label:before {
        display: inline-block;
        text-indent: -9999px;
        content: "☆";
        color: #888; }
    .star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
      content: "☆";
      color: #888; }
  .star-cb-group > .star-cb-clear + label {
    text-indent: -9999px;
    width: .5em;
    margin-left: -.5em; }
  .star-cb-group > .star-cb-clear + label:before {
    width: .5em; }
  .star-cb-group:hover > input + label:before {
    content: "☆";
    color: #888; }
  .star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
    content: "★";
    color: #000; }
  .star-cb-group input + label.checked:before > input + label.checked:before {
    content: "★";
    color: #000; }
  .star-cb-group input + label.checked:before {
    content: "★";
    color: #000; }

/*# sourceMappingURL=style.css.map */
