@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato|Montserrat");
/*! 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); }

.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: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px; }

.section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px; }

.section.green {
  background-color: #6bffb6; }

.section.gray {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9998;
  padding-bottom: 0px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(51, 51, 51, 0.1);
  background-color: #fff; }

.section.dark {
  background-color: rgba(51, 51, 51, 0.17); }

.section.dark.ad {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 0;
  max-width: 970px;
  padding-top: 9px;
  padding-bottom: 9px;
  background-color: transparent; }

.section.red {
  background-image: none; }

.section.test {
  min-height: 500px;
  background-color: #5955ff; }

.section.light-grey {
  background-color: rgba(51, 51, 51, 0.1); }

.section.white {
  height: auto;
  padding-bottom: 0px;
  background-color: rgba(218, 215, 215, 0.43); }

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

.container.leaderboard-top {
  max-width: 970px;
  padding-top: 5px;
  padding-bottom: 5px; }

.container.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #fff;
  background-image: url("../images/concrete-wall.png");
  background-position: 0px 0px;
  background-size: 400px; }

.container.big {
  max-width: 1400px; }

.container.big.hero-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1079px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.container.home-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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; }

.container.alt {
  -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; }

.ad {
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.42);
  background-color: rgba(0, 0, 0, 0.05); }

.ad.leaderboard {
  display: block;
  width: 728px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/_ad1.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat; }

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding-top: 4px;
  padding-bottom: 4px;
  -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;
  background-color: #e52713;
  background-image: -webkit-linear-gradient(331deg, #e01d23 31%, #ff881c);
  background-image: linear-gradient(119deg, #e01d23 31%, #ff881c); }

.logo.fixed-logo {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.mainnav {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 0px none #000; }

.mainnav-item {
  padding: 8px 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 3px solid #333;
  -webkit-transition: background-color 450ms ease;
  transition: background-color 450ms ease;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase; }

.mainnav-item:hover {
  background-color: #333;
  color: #fff; }

.mainnav-item.entertainment {
  border-top: 3px none #5955ff;
  border-bottom: 3px solid #a738ff; }

.mainnav-item.entertainment:hover {
  background-color: #a738ff;
  color: #fff; }

.mainnav-item.entertainment.filter {
  padding-right: 10px;
  padding-left: 10px;
  border-bottom-style: none; }

.mainnav-item.lifestyle {
  border-bottom: 3px solid #e52713; }

.mainnav-item.lifestyle:hover {
  background-color: #e22a21;
  color: #fff; }

.mainnav-item.lifestyle.filter {
  padding-right: 10px;
  padding-left: 10px;
  border-style: none; }

.mainnav-item.technology {
  border-bottom: 3px solid #05e9fd; }

.mainnav-item.technology:hover {
  background-color: #2beaf8;
  color: #fff; }

.mainnav-item.technology.filter {
  padding-right: 10px;
  padding-left: 10px;
  border-style: none; }

.mainnav-item.heavy-shit {
  border-bottom: 3px solid #002eeb; }

.mainnav-item.heavy-shit:hover {
  background-color: #04f;
  color: #fff; }

.mainnav-item.heavy-shit.filter {
  padding-right: 10px;
  padding-left: 10px;
  border-style: none; }

.mainnav-item.pokemon {
  padding-right: 10px;
  padding-left: 10px; }

.mainnav-item.pokemon:hover {
  background-color: #5ce7a5;
  color: #fff; }

.mainnav-item.trends {
  padding-right: 10px;
  padding-left: 10px; }

.mainnav-item.trends:hover {
  background-color: #f868ed;
  color: #fff; }

.mainnav-item.all {
  padding: 4px 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 1px solid #fff; }

.mainnav-item.all:hover {
  border-color: #fff;
  background-color: #fff;
  color: #000; }

.mainnav-item.all._1 {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.mainnav-item.tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #a738ff;
  font-size: 11px; }

.mainnav-item.tag:hover {
  border-color: #000; }

.mainnav-item.tag.alt {
  margin-bottom: 0px; }

.mainnav-item.tag.win {
  border-color: #000; }

.mainnav-item.hoofdtag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 28px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-color: #a738ff;
  background-color: #a738ff;
  color: #fff;
  font-size: 11px;
  line-height: 1em; }

.mainnav-item.hoofdtag.alt {
  margin-bottom: 0px; }

.mainnav-item.hoofdtag.win {
  background-color: #000; }

.mainnav-item.hoofdtag._2 {
  margin-bottom: 0px; }

.mainnav-item.news {
  border-bottom: 3px solid #29f392; }

.mainnav-item.news:hover {
  border-bottom-color: #29f392;
  background-color: #29f392;
  color: #fff; }

.mainnav-item.white {
  padding-right: 10px;
  padding-left: 10px;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #000;
  border-left-width: 1px;
  border-left-color: #000;
  color: #fff; }

.mainnav-item.white:hover {
  background-color: #a738ff; }

.mainnav-item.white.alt {
  margin-bottom: 0px;
  border-right-style: none;
  border-right-color: #fff;
  border-left-style: none;
  border-left-color: #fff;
  background-color: #fff;
  color: #000; }

.mainnav-item.white.alt:hover {
  background-color: #a738ff;
  color: #fff; }

.cat-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-right: 1px none rgba(51, 51, 51, 0.1);
  border-left: 1px none rgba(51, 51, 51, 0.1); }

.pagenav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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; }

.pagenavitem {
  padding: 8px 17px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #727272;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none; }

.pagenavitem:hover {
  color: #000; }

.pagenavitem.pagenavitemfooter {
  opacity: 0.85;
  color: #333;
  font-weight: 400;
  text-transform: uppercase; }

.pagenavitem.pagenavitemfooter:hover {
  opacity: 1; }

.mainnav-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  padding-left: 14px;
  -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-right: 1px none rgba(51, 51, 51, 0.1);
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  cursor: pointer; }

.mainnav-search:hover {
  background-color: #f7f7f7; }

.mainnav-search-button {
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/_pijltje-11.svg");
  background-position: 50% 50%;
  background-size: 66%;
  background-repeat: no-repeat;
  opacity: 1; }

.mainnav-search-button.close {
  display: block;
  background-image: url("../images/_instagram_black-10-10.svg");
  background-size: 50%; }

.hero-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.hero-right {
  width: 33.333%;
  background-color: #fff;
  color: #000; }

.top-ten-hero {
  width: 33.333%;
  padding: 10px; }

.top-ten-hero-title {
  display: block;
  padding: 12px 35px 12px 10px;
  background-color: #000;
  background-image: url("../images/arrow_white.svg");
  background-position: 97% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase; }

.top-ten-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  padding-top: 10px;
  padding-bottom: 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-size: 15px;
  font-weight: 700; }

.top-ten-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 13px;
  -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;
  font-size: 13px;
  line-height: 1.4em; }

.top-ten-hero-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.67); }

.top-ten-hero-item.alt {
  background-color: rgba(255, 255, 255, 0.3); }

.top-ten-hero-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  text-decoration: none; }

.hero-home-slider {
  height: 30vh; }

.article {
  display: block;
  padding: 10px; }

.article.big {
  width: 66.666%;
  padding: 10px; }

.small-slider {
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent; }

.small-slide {
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.small-slider-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.small-slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  max-height: 90px;
  padding: 10px;
  color: #333;
  text-decoration: none; }

.small-slide-item-text {
  padding: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  font-size: 13px; }

.small-slide-item-figure {
  width: 80px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/tm1.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.prev-next-slider-smal {
  bottom: 0px; }

.arrows-small-slider {
  display: none; }

.herosection {
  display: block;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: url("../images/concrete-wall.png"), -webkit-linear-gradient(324deg, #6bffb6 37%, #05e9fd);
  background-image: url("../images/concrete-wall.png"), linear-gradient(126deg, #6bffb6 37%, #05e9fd);
  background-position: 0px 0px, 0px 0px;
  background-size: 250px, auto; }

.herosection.filter-articles {
  padding: 25px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url("../images/concrete-wall.png"), -webkit-linear-gradient(332deg, rgba(255, 235, 0, 0.71), rgba(240, 166, 8, 0.9) 97%);
  background-image: url("../images/concrete-wall.png"), linear-gradient(118deg, rgba(255, 235, 0, 0.71), rgba(240, 166, 8, 0.9) 97%);
  background-position: 0px 0px, 0px 0px;
  background-size: 250px, auto; }

.slider_section {
  width: auto;
  height: 100%;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.arrow-left {
  display: none; }

.arrow-right {
  display: none; }

.slider {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.slidernav {
  padding-top: 21px;
  font-size: 8px; }

.slide1 {
  display: block;
  width: 100%;
  padding: 11px 160px;
  -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: #6bffb6;
  background-image: -webkit-repeating-linear-gradient(30deg, #6bffb6, #55e4ff);
  background-image: repeating-linear-gradient(60deg, #6bffb6, #55e4ff); }

.slideritem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  max-height: 150px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -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;
  text-decoration: none; }

.slider-image {
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%; }

.slider-image.alt {
  border-radius: 0%; }

.image1 {
  border-radius: 50%; }

.image1.image2 {
  border-radius: 0%; }

.latest-news-info {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.latest-news-date {
  display: none;
  background-image: url("../images/icon_white-11.svg");
  background-position: 0px 0px;
  background-size: 75px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none; }

.latest-news-h4 {
  padding-right: 0px;
  font-size: 14px;
  line-height: 1.2em; }

.latest-news-h4.alt {
  margin-top: 0px; }

.heading4 {
  padding: 7px 14px 7px 42px;
  background-color: #fff;
  background-image: url("../images/icons_color-17.svg");
  background-position: 0px 50%;
  background-size: 40px;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 7px 1px rgba(52, 134, 95, 0.44);
  color: #000;
  font-size: 13px;
  line-height: 1.2em; }

.heading4.insider {
  padding-left: 20px;
  background-image: none; }

.heading4.alt {
  margin: 0px 50px;
  padding: 0px 0px 8px;
  border-style: none;
  background-image: none; }

.hero {
  display: block;
  height: auto;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: transparent;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto; }

.hero.calender {
  background-color: #fff;
  background-image: url("../images/concrete-wall.png");
  background-position: 0px 0px;
  background-size: 400px; }

.hero.entertainment {
  background-color: transparent;
  background-image: url("../images/concrete-wall.png"), -webkit-linear-gradient(326deg, #5955ff, rgba(110, 77, 241, 0.71));
  background-image: url("../images/concrete-wall.png"), linear-gradient(124deg, #5955ff, rgba(110, 77, 241, 0.71));
  background-position: 0px 0px, 0px 0px;
  background-size: 260px, auto; }

.featured {
  position: relative;
  width: 100%;
  height: 310px;
  padding-right: 10px; }

.featured.heavy-shit {
  margin-left: 5px;
  padding-right: 0px;
  padding-left: 0px; }

.featured._1 {
  background-image: url("../images/Ariana-Grande-15.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.featured._2 {
  background-image: url("../images/rs_1024x759-160511094913-1024.blac-cnyna-rob-kardashian.cm.51116.jpg");
  background-position: 50% 22%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.featured._3 {
  height: 300px;
  padding-right: 0px;
  background-image: url("../images/brooklyn-beckham-film-still-12-vogue-9sep15-joe-b.jpg");
  background-position: 50% -64px;
  background-size: 806px;
  background-repeat: no-repeat; }

.featured._3.home {
  height: 311px; }

.featured._4 {
  background-image: url("../images/8f92fd31-04d6-4f98-bcf1-294ae6cf5fb5_RNpOMjwm-500-375.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.featured._5 {
  background-image: url("../images/arriane.jpg");
  background-position: 50% 0px;
  background-size: cover; }

.featured._6 {
  background-image: url("../images/tm4_1.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.top-10-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: transparent; }

.top-10-hero.calendre {
  margin-right: 10px;
  padding-top: 5px;
  padding-left: 0px; }

.top-10-hero.related-articles {
  height: 310px; }

.article-info {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  background-image: -webkit-linear-gradient(270deg, transparent 51%, rgba(0, 0, 0, 0.53) 85%, rgba(0, 0, 0, 0.72));
  background-image: linear-gradient(180deg, transparent 51%, rgba(0, 0, 0, 0.53) 85%, rgba(0, 0, 0, 0.72)); }

.subject-title {
  width: auto;
  margin-left: 8px;
  padding: 1px 10px 1px 33px;
  border-right: 4px solid #5955ff;
  background-color: rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase; }

.subject-title.latest-news {
  border-right-color: #ff881c;
  background-image: url("../images/vlam_oranje.svg");
  background-position: 9px 50%;
  background-size: 13px;
  background-repeat: no-repeat; }

.subject-title.latest-news.alt {
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 28px;
  border-right-style: none;
  border-right-color: #ff881c;
  background-image: -webkit-linear-gradient(357deg, #05e9fd 19%, #ffeb00), url("../images/latestnews-24.svg");
  background-image: linear-gradient(93deg, #05e9fd 19%, #ffeb00), url("../images/latestnews-24.svg");
  background-position: 0px 0px, 0px 50%;
  background-size: auto, 28px;
  background-repeat: repeat, no-repeat; }

.subject-title.hover {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #5955ff; }

.subject-title.red {
  border-right-color: #e52713; }

.subject-title.alt {
  margin-top: 10px;
  padding-right: 4px;
  padding-left: 4px;
  border-right-style: none;
  font-size: 9px; }

.subject-title.alt.heavyshit {
  background-image: url("../images/icons_color-19.svg");
  background-position: 0px 50%;
  background-size: 28px;
  background-repeat: no-repeat; }

.subject-title.alt.hero-title {
  padding-left: 20px; }

.subject-title.blue {
  border-right-color: #05e9fd; }

.subject-title.lifestyle {
  border-right-color: #e52713;
  background-image: url("../images/icons_color-18.svg");
  background-position: 0px 50%;
  background-size: 24px;
  background-repeat: no-repeat; }

.subject-title.lifestyle.title {
  border-right-style: none; }

.subject-title.technology {
  padding-top: 3px;
  padding-bottom: 3px;
  border-right-color: #05e9fd;
  background-image: url("../images/icons_color-20.svg");
  background-position: 0px 50%;
  background-size: 28px;
  background-repeat: no-repeat; }

.subject-title.technology.title {
  border-style: none; }

.subject-title.section-title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2; }

.subject-title.section-title.technology {
  padding-top: 3px;
  padding-bottom: 3px;
  border-right-color: #05e9fd; }

.subject-title.section-title.instafeed {
  padding-top: 8px;
  padding-bottom: 8px;
  border-right-color: #ff1361;
  background-image: url("../images/icons_color-21.svg");
  background-position: 0px 50%;
  background-size: 28px;
  background-repeat: no-repeat; }

.subject-title.entertainment {
  background-image: url("../images/_play_entertain-25.svg");
  background-position: 1px 50%;
  background-size: 24px;
  background-repeat: no-repeat; }

.subject-title.entertainment.title {
  border-right-style: none;
  background-image: -webkit-linear-gradient(337deg, #6bffb6, #ffeb00), url("../images/_play_entertain-25.svg");
  background-image: linear-gradient(113deg, #6bffb6, #ffeb00), url("../images/_play_entertain-25.svg");
  background-position: 0px 0px, 1px 50%;
  background-size: auto, 24px;
  background-repeat: repeat, no-repeat; }

.subject-title.feature {
  padding-left: 20px;
  border-right-style: none; }

.subject-title.kalender {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-right-style: none; }

.subject-title.heavyshit {
  border-right-color: #002eeb;
  background-image: url("../images/icons_color-19.svg");
  background-position: 0px 50%;
  background-size: 20%;
  background-repeat: no-repeat; }

.subject-title.heavyshit.title {
  border-style: none;
  background-size: 3%; }

.subject-title.gelijkaardig {
  padding-left: 20px;
  border-style: none; }

.article-text-item {
  position: static;
  left: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px;
  background-color: transparent;
  color: #fff;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase; }

.article-text-item.h4-titles {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: transparent;
  background-image: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 400; }

.article-text-item.h4-titles.compact {
  position: relative;
  z-index: 1;
  padding: 0px 0px 0px 7px;
  background-color: transparent;
  color: #fff; }

.article-text-item.h4-titles.alt {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 2px; }

.top-10-hero-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000; }

.top-10-hero-title.top-10-hero-item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  color: #000; }

.top-10-hero-number {
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.top10-hero-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  -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-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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  text-decoration: none; }

.top10-hero-item:hover {
  background-image: -webkit-linear-gradient(167deg, #ff881c 16%, #ffc40e);
  background-image: linear-gradient(283deg, #ff881c 16%, #ffc40e);
  color: #fff; }

.top10-hero-item.alt {
  background-color: rgba(255, 255, 255, 0.39);
  color: transparent; }

.top10-hero-item.alt:hover {
  background-color: #fff;
  background-image: -webkit-linear-gradient(315deg, #ff881c 16%, #ffc40e);
  background-image: linear-gradient(135deg, #ff881c 16%, #ffc40e); }

.top10-hero-item.alt.kalender {
  background-color: rgba(255, 255, 255, 0.88); }

.top10-hero-item.alt.gelijkaardig:hover {
  background-image: -webkit-linear-gradient(315deg, #e52713, #ff1361);
  background-image: linear-gradient(135deg, #e52713, #ff1361); }

.top10-hero-item.kalender {
  padding-top: 22px;
  padding-bottom: 22px; }

.top10-hero-item.kalender:hover {
  background-color: #fff042;
  background-image: -webkit-linear-gradient(345deg, #ffeb00, #ffc40e);
  background-image: linear-gradient(105deg, #ffeb00, #ffc40e); }

.top10-hero-item.gelijkaardig:hover {
  background-image: -webkit-linear-gradient(315deg, rgba(89, 85, 255, 0.5), #6e4df1);
  background-image: linear-gradient(135deg, rgba(89, 85, 255, 0.5), #6e4df1); }

.top10-hero-item.gelijkaardig.alt:hover {
  background-image: -webkit-linear-gradient(315deg, rgba(89, 85, 255, 0.5), #6e4df1 99%);
  background-image: linear-gradient(135deg, rgba(89, 85, 255, 0.5), #6e4df1 99%); }

.top-10-number-box {
  width: 14%;
  height: auto;
  margin: 12px 15px 12px 20px;
  padding-right: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid #000;
  color: #4e4c4c;
  font-size: 12px;
  line-height: 1.2em; }

.top-10-number-box.date {
  width: 15%; }

.top-10-titl {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 6px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 400;
  text-decoration: none; }

.top-10-titl.alt {
  padding-right: 10px;
  padding-left: 5px;
  border-left: 1px solid #000;
  font-weight: 400; }

.top-10-titl.gelijkaardig {
  padding-left: 20px; }

.top-10-titl.article {
  width: auto;
  height: auto;
  margin-bottom: 0px;
  padding-right: 10px;
  line-height: 1.2em; }

.top-10-titl.tag-title {
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.top-10-titl.insider {
  width: auto;
  margin-bottom: 0px; }

.section-item {
  display: block;
  height: auto;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent; }

.section-item.grey {
  display: block;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto; }

.section-item.alt {
  background-color: #fff;
  background-image: url("../images/concrete-wall.png");
  background-position: 0px 0px;
  background-size: 500px; }

.section-item.white {
  height: 700px;
  background-color: #fff; }

.section-item.instagram {
  height: auto; }

.section-item.yellow {
  background-color: #fff;
  background-image: none; }

.section-item.insidersection {
  padding: 0px; }

.section-item.entertainment {
  display: block;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: url("../images/concrete-wall.png"), -webkit-linear-gradient(9deg, rgba(126, 57, 214, 0.71) 15%, rgba(89, 85, 255, 0.86) 62%);
  background-image: url("../images/concrete-wall.png"), linear-gradient(81deg, rgba(126, 57, 214, 0.71) 15%, rgba(89, 85, 255, 0.86) 62%);
  background-position: 50% 50%, 0px 0px;
  background-size: 520px, auto; }

.section-item.full {
  max-width: none;
  padding-top: 0px; }

.section-item.full.gradient {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: -webkit-linear-gradient(156deg, rgba(107, 255, 182, 0.57), rgba(5, 233, 253, 0.54));
  background-image: linear-gradient(294deg, rgba(107, 255, 182, 0.57), rgba(5, 233, 253, 0.54)); }

.section-item.full.gradient._2 {
  background-image: url("../images/concrete-wall.png"), -webkit-linear-gradient(337deg, rgba(255, 196, 14, 0.66), rgba(107, 255, 182, 0.8));
  background-image: url("../images/concrete-wall.png"), linear-gradient(113deg, rgba(255, 196, 14, 0.66), rgba(107, 255, 182, 0.8));
  background-position: 0px 0px, 0px 0px;
  background-size: 260px, auto; }

.section-item.full.gradient._3 {
  margin-top: 5px;
  margin-bottom: 0px;
  background-image: -webkit-linear-gradient(339deg, rgba(255, 19, 97, 0.61) 28%, rgba(255, 136, 28, 0.48));
  background-image: linear-gradient(111deg, rgba(255, 19, 97, 0.61) 28%, rgba(255, 136, 28, 0.48)); }

.section-item.full.gradient._3.padding {
  margin-bottom: 10px; }

.section-item.full.gradient.grey {
  background-image: -webkit-linear-gradient(156deg, rgba(218, 215, 215, 0.68), rgba(51, 51, 51, 0.28));
  background-image: linear-gradient(294deg, rgba(218, 215, 215, 0.68), rgba(51, 51, 51, 0.28)); }

.section-item.full.gradient._4 {
  background-image: none; }

.section-item.full.floor-ad {
  display: none;
  padding-top: 25px;
  padding-bottom: 0px; }

.section-item._2 {
  padding-top: 0px; }

.artikel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 250px;
  color: #333;
  cursor: pointer; }

.artikel.alt {
  margin-right: 0px;
  background-image: none; }

.artikel.alt.artikel4 {
  background-image: url("../images/media_xll_6905189.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.artikel.alt.artikel7 {
  background-image: url("../images/Ariana-Grande-15.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.artikel.artikel2 {
  background-image: url("../images/klaasje-hanne-en-marthe-winnen-k3-zoekt-k3.jpg");
  background-position: 50% 50%;
  background-size: 640px;
  background-repeat: no-repeat; }

.artikel.artikel3 {
  background-image: url("../images/26a2476dc344c27ac3e7670c9df711b2.jpeg");
  background-size: cover;
  background-repeat: no-repeat; }

.artikel.artikel4 {
  background-image: url("../images/beyonce.jpg");
  background-size: cover;
  background-repeat: no-repeat; }

.artikel.entertainment {
  width: 100%;
  margin-right: 0px;
  background-image: url("../images/backgr2.png");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.artikel.lifestyle {
  margin-right: 0px;
  background-color: transparent;
  background-image: url("../images/backgr2.png");
  background-position: 0px 0px;
  background-size: 100%; }

.artikel.artikel5 {
  background-image: url("../images/khloe-kardashian-zoom-5e874f8c-374d-48ca-99c1-68461e087964.jpg"), url("../images/example-bg.png");
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll; }

.artikel.artikel6 {
  background-image: url("../images/63da8a38-70ef-11e6-94b1-00163edf843f.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

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

.artikel._2 {
  background-image: url("../images/091713-shows-hha-kevin-hart-cypher-portrait.jpg.png");
  background-position: 30% 50%;
  background-size: 600px;
  background-repeat: no-repeat; }

.artikel._3 {
  background-image: url("../images/arianagrande2_DGxSpMJi-500-375-1.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._4 {
  background-image: url("../images/media_xll_8257977.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._5 {
  background-image: url("../images/26a2476dc344c27ac3e7670c9df711b2.jpeg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._6 {
  background-image: url("../images/tm5.jpg");
  background-position: 50% 121%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._7 {
  background-image: url("../images/Blokhak_880_520_89_s_c1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.artikel._8 {
  background-image: url("../images/ariian.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.artikel._9 {
  background-image: url("../images/Wearelabels_880_581_s_c1.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._10 {
  background-image: url("../images/khloe-kardashian-zoom-5e874f8c-374d-48ca-99c1-68461e087964.jpg");
  background-position: 50% 50%;
  background-size: 600px; }

.artikel._11 {
  background-image: url("../images/whatsapp1_ssKwExGY-500-375.png");
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll; }

.artikel._12 {
  background-image: url("../images/66b8a2221e5dc0ea1a0a2ed24b9b43cb.jpg");
  background-position: 50% 50%;
  background-size: 325px; }

.artikel._13 {
  background-image: url("../images/beyonce.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._14 {
  background-image: url("../images/tm1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._15 {
  background-image: url("../images/kitzsteinhorn_genuss-gletscher-2-skifahrer.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.artikel._16 {
  background-image: url("../images/landscape-1426526635-justin-bieber-roast-1242.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.artikel._17 {
  background-image: url("../images/zayn_YbVXPOfz-500-376.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.artikel._18 {
  background-image: url("../images/one-direction-press-couch-2015-billboard-650.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.artikel._19 {
  background-image: url("../images/klaasje-hanne-en-marthe-winnen-k3-zoekt-k3.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.artikel._20 {
  background-image: url("../images/63da8a38-70ef-11e6-94b1-00163edf843f.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.artikel._21 {
  background-image: url("../images/media_xll_9108738.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.artikel._22 {
  background-image: url("../images/Blokhak_880_520_89_s_c1.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.artikel.event._1 {
  background-image: url("../images/media_xll_9108738.jpg");
  background-position: 0px 0px;
  background-size: 255px; }

.artikel.event._2 {
  background-image: url("../images/adele2_akInswZt-500-375.png");
  background-position: 50% 50%;
  background-size: cover; }

.artikel.event._3 {
  background-image: url("../images/tm5.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.artikel.event._4 {
  background-image: url("../images/jasper-publie-3.png");
  background-position: 50% 50%;
  background-size: cover; }

.artikel.event._5 {
  background-image: url("../images/_justin.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.artikel.event._6 {
  background-image: url("../images/khloe-kardashian-zoom-5e874f8c-374d-48ca-99c1-68461e087964.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.artikel.event._7 {
  background-image: url("../images/jamieleesix-1.png");
  background-position: 0px 0px;
  background-size: 238px; }

.artikel.event._9 {
  background-image: url("../images/one-direction-press-couch-2015-billboard-650.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.artikel.big {
  height: 350px; }

.artikel._30 {
  background-image: url("../images/2-ingredient-pizza-dough-weight-watchers-9.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._31 {
  background-image: url("../images/beyonce-jay-z1.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._32 {
  background-image: url("../images/snapchat-update.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._34 {
  background-image: url("../images/asos.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._35 {
  background-image: url("../images/0111b0ca-73fb-11e8-a28c-5af204a15f13_web_scale_0.1580135_0.1580135__.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._36 {
  background-image: url("../images/pukkelpop-724x407.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._37 {
  background-image: url("../images/xxhsQdGx_400x400.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._38 {
  background-image: url("../images/2107432.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.artikel._39 {
  background-image: url("../images/1445660.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.containerblock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.containerblock.footercontainer {
  padding-top: 61px;
  padding-bottom: 61px; }

.containerblock.hero {
  max-width: 970px;
  padding-top: 0px;
  padding-bottom: 0px; }

.article-image {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 10px; }

.rectangle-ad {
  width: 300px;
  height: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #dbd8d8;
  background-image: url("../images/backgr.png");
  background-position: 0px 0px;
  background-size: cover; }

.rectangle-ad.halfpage {
  height: 600px; }

.rectangle-ad.halfpage.article-kolom {
  margin-top: 10px; }

.rectangle-ad.halfpage.article-kolom.alt {
  margin-top: 0px; }

.rectangle-ad.alt {
  margin-bottom: 10px; }

.ad2 {
  display: block;
  width: 300px;
  height: 250px;
  margin-right: auto;
  margin-left: auto; }

.ad2.halfpage {
  height: 600px; }

.ad2.halfpage._2 {
  margin-bottom: 20px; }

.hover-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: -webkit-linear-gradient(270deg, rgba(89, 85, 255, 0.7), rgba(89, 85, 255, 0.7));
  background-image: linear-gradient(180deg, rgba(89, 85, 255, 0.7), rgba(89, 85, 255, 0.7));
  opacity: 0;
  -webkit-transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1); }

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

.hover-overlay.red {
  display: block;
  background-image: -webkit-linear-gradient(270deg, rgba(229, 39, 19, 0.72), rgba(229, 39, 19, 0.72));
  background-image: linear-gradient(180deg, rgba(229, 39, 19, 0.72), rgba(229, 39, 19, 0.72));
  opacity: 0;
  -webkit-transition: all 350ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 350ms cubic-bezier(0.55, 0.085, 0.68, 0.53); }

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

.hover-overlay.blue {
  background-image: -webkit-linear-gradient(270deg, rgba(5, 233, 253, 0.57), rgba(5, 233, 253, 0.57));
  background-image: linear-gradient(180deg, rgba(5, 233, 253, 0.57), rgba(5, 233, 253, 0.57)); }

.hover-overlay.technology {
  background-image: -webkit-linear-gradient(270deg, rgba(5, 233, 253, 0.45), rgba(5, 233, 253, 0.45));
  background-image: linear-gradient(180deg, rgba(5, 233, 253, 0.45), rgba(5, 233, 253, 0.45)); }

.hover-overlay.latest-news {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 136, 28, 0.65), rgba(255, 136, 28, 0.65));
  background-image: linear-gradient(180deg, rgba(255, 136, 28, 0.65), rgba(255, 136, 28, 0.65)); }

.hover-overlay.heavyshit {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 46, 235, 0.59), rgba(0, 46, 235, 0.59));
  background-image: linear-gradient(180deg, rgba(0, 46, 235, 0.59), rgba(0, 46, 235, 0.59)); }

.hover-overlay.yellow {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 196, 14, 0.63), rgba(255, 196, 14, 0.63));
  background-image: linear-gradient(180deg, rgba(255, 196, 14, 0.63), rgba(255, 196, 14, 0.63)); }

.article-title-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-color: rgba(255, 255, 255, 0.84); }

.hover-title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px; }

.fix_bar {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #333;
  box-shadow: 0 -1px 12px 1px rgba(0, 0, 0, 0.38); }

.social_fix-bar {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9999;
  background-color: #dbd8d8; }

.social-fix-bar {
  position: absolute;
  z-index: 9999;
  width: 40%;
  background-color: #ad3c3c; }

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-height: 50px;
  -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-image: -webkit-linear-gradient(347deg, #e52713 61%, #ff881c);
  background-image: linear-gradient(103deg, #e52713 61%, #ff881c); }

.more-button {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: block;
  width: 8%;
  margin: 24px auto -13px; }

.morebutton {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 500;
  width: 20%;
  background-image: url("../images/Morebutton.png");
  background-position: 100% 0px;
  background-size: 40%;
  background-repeat: no-repeat; }

.more {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  background-image: url("../images/Morebutton.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.ad-section {
  position: relative;
  display: block;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 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;
  background-color: #fff; }

.ad-section.alt {
  margin-bottom: 10px;
  padding-bottom: 0px; }

.ad-leaderbord-block {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1079px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ad-leaderbord-block.inline-infinite {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.leaderbord {
  position: static;
  width: 728px;
  height: 90px;
  background-image: url("../images/Schermafbeelding-2016-11-01-om-16.13.04.png");
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.calender_location {
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.icon-article {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  background-image: url("../images/entertain1.svg");
  background-position: 50% 50%;
  background-size: 200px;
  background-repeat: no-repeat; }

.icon-article.lifestyle {
  background-image: url("../images/lifetyle2.svg");
  background-size: 200px; }

.icon-article.section-title {
  position: absolute;
  display: block; }

.icon-article.techno {
  background-image: url("../images/techno1.svg");
  background-size: 200px; }

.instafeed-home-item {
  position: relative;
  width: 25%;
  height: auto;
  padding-bottom: 25%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-image: url("../images/example-bg.png"), url("../images/example-bg.png");
  background-position: 0px 0px, 0px 0px;
  background-size: 125px, 125px;
  background-repeat: repeat, repeat; }

.instafeed-home-item._1 {
  background-image: url("../images/tm3.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.instafeed-home-item._2 {
  width: 242px;
  background-image: url("../images/14659280_560252817503678_510101372981477376_n.jpg"), url("../images/example-bg.png");
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
  background-repeat: repeat, repeat; }

.instafeed-home-item._3 {
  background-image: url("../images/image-5647434_erQVvUjJ-500-375.jpg"), url("../images/example-bg.png"), url("../images/example-bg.png");
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: cover, 125px, 125px;
  background-repeat: no-repeat, repeat, repeat; }

.instafeed-home-item._4 {
  background-image: url("../images/media_xll_6905189.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.instafeed-home-item._5 {
  background-image: url("../images/14677378_626960307429224_2607276424070955008_n.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat; }

.instafeed-home-item._6 {
  background-image: url("../images/14736343_1768443513430475_342126219942166528_n.jpg");
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll; }

.instafeed-home-item._7 {
  background-image: url("../images/rs_1024x759-160511094913-1024.blac-cnyna-rob-kardashian.cm.51116.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.instafeed-home-item._8 {
  background-image: url("../images/beyonce.jpg");
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.instafeed-home-item.instafeed-home-title {
  background-color: #ff1361;
  background-image: url("../images/instagram-17.svg"), url("../images/backgr.png");
  background-position: 50% 50%, 0px 0px;
  background-size: 200px, cover;
  background-repeat: no-repeat, repeat; }

.instafeed-home-item.big {
  width: 50%;
  padding-bottom: 50%; }

.instafeed-home-item.alt {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.instafeed-home-item._9 {
  background-image: url("../images/whatsapp1_ssKwExGY-500-375.png");
  background-position: 50% 50%;
  background-size: cover; }

.instafeed-home-item._10 {
  background-image: url("../images/kitzsteinhorn_genuss-gletscher-2-skifahrer.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.instafeed-home-item._11 {
  background-image: url("../images/66b8a2221e5dc0ea1a0a2ed24b9b43cb.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.slider-maks {
  width: 100%; }

.trending-slider {
  display: block;
  height: 12vh;
  max-width: 1079px;
  min-height: 120px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent; }

.trending-slider-nav {
  height: 20px;
  padding-top: 0px;
  font-size: 8px; }

.trending-slider-arrow {
  display: block;
  margin-right: -22px;
  font-size: 20px; }

.trending-slider-arrow.slider-arrow-left {
  margin-right: 0px;
  margin-left: -22px; }

.trending-slider-arrow.alt {
  display: block;
  margin-right: 0px; }

.trending-slide-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.trending-slide {
  position: relative;
  min-height: 200px; }

.search-header {
  display: none;
  overflow: hidden;
  width: 100%;
  height: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.1); }

.search-field {
  position: relative;
  height: 38px;
  margin-bottom: 0px;
  padding: 10px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-color: transparent;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  font-weight: 400; }

.search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.search-form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px; }

.search-button {
  width: 38px;
  height: 38px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/_pijltje-11.svg");
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  cursor: pointer; }

.main-search-button-close {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url("../images/_instagram_black-10-10.svg");
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat; }

.featured-slider {
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent; }

.featured-slider.categorypage {
  height: 250px; }

.featured-slider.categorypage.mobile {
  height: 320px; }

.featured-slider._2 {
  height: 310px; }

.featured-slider.variable-height {
  overflow: hidden;
  height: auto; }

.section-link-container {
  width: 100%;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid rgba(51, 51, 51, 0.1); }

.section-link-container.w33 {
  width: 33.333%;
  margin-right: 10px; }

.section-link-container.wflex {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.section-link-container.alt {
  padding-top: auto; }

.section-link-container.alt.news-overview {
  border-style: none; }

.artikel-container {
  overflow: hidden;
  width: 25%;
  height: 250px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; }

.artikel-container.wedstrijd-container {
  width: 100%;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.artikel-container.home-hero-article {
  width: 33.333%;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.artikel-container.home-hero-article.third {
  padding-top: 0px;
  padding-right: 0px; }

.artikel-container._50 {
  width: 50%;
  margin-right: 10px; }

.artikel-container._50.alt {
  margin-right: 0px; }

.artikel-container.big {
  width: 50%;
  height: 350px; }

.section-link {
  padding: 2px 40px 2px 2px;
  background-image: url("../images/_pijltje-14.svg");
  background-position: 97% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 350ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #000;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase; }

.section-link:hover {
  background-position: 100% 50%; }

.section-link.dark {
  background-image: url("../images/_pijltje-14.svg");
  background-size: 13px;
  color: #000; }

.section-link.black {
  background-image: url("../images/_pijltje-14.svg");
  background-size: 10%;
  color: #000; }

.section-link.alt {
  background-image: none; }

.follow-facebook {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: -webkit-linear-gradient(315deg, #e52713 20%, #5955ff);
  background-image: linear-gradient(135deg, #e52713 20%, #5955ff);
  color: #fff;
  text-decoration: none; }

.seperator {
  width: 100%;
  height: 1px; }

.image2 {
  background-image: url("../images/example-bg.png");
  background-position: 0px 0px;
  background-size: 125px; }

.hover_instagram {
  position: absolute; }

.insta-hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-left: 0px;
  padding-right: 36px;
  padding-left: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 19, 97, 0.8), rgba(255, 19, 97, 0.8));
  background-image: linear-gradient(180deg, rgba(255, 19, 97, 0.8), rgba(255, 19, 97, 0.8));
  opacity: 0;
  -webkit-transition: opacity 350ms ease-out;
  transition: opacity 350ms ease-out;
  color: #fff;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center; }

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

.section-go-up {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  background-color: rgba(78, 76, 76, 0.08); }

.go-up-button {
  display: block;
  width: 40px;
  margin: 24px auto; }

.footer {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  background-color: #dbd8d8;
  background-image: url("../images/concrete-wall.png");
  background-position: 0px 0px;
  background-size: 500px; }

.fb-button {
  padding: 2px 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 13px; }

.fb-button:hover {
  background-color: #fff;
  color: #e52713; }

.fb-icon {
  width: 100%;
  margin-right: 0px; }

.containfooter {
  display: block;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 16px 30px; }

.footer-creds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 21px;
  padding-bottom: 21px;
  -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: rgba(51, 51, 51, 0.5);
  font-size: 12px;
  font-weight: 400; }

.footer-creds-link {
  padding-top: 2px;
  padding-bottom: 2px;
  color: rgba(51, 51, 51, 0.5);
  text-decoration: none; }

.footer-creds-link:hover {
  color: rgba(51, 51, 51, 0.9); }

.beresterk {
  width: 35px;
  margin-left: 20px;
  opacity: 1;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease; }

.beresterk:hover {
  opacity: 1;
  -webkit-transform: rotate(3deg) scale(1.1);
  -ms-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1); }

.top-target {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px; }

.social-link {
  width: 25px;
  height: 25px;
  margin: 5px; }

.fixed-article {
  display: none;
  padding-right: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../images/arrow_white.svg");
  background-position: 97% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 12px;
  text-decoration: none; }

.fixed-article:hover {
  background-color: #000;
  background-position: 100% 50%; }

.fixed-article-figure {
  width: 50px;
  height: 40px; }

.fixed-article-icon {
  width: 50px;
  height: 50px;
  background-color: #05e9fd;
  background-image: url("../images/icon_white-15.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.fixed-article-text {
  padding: 11px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase; }

.header {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1); }

.fixed-nav {
  position: fixed;
  left: 0px;
  top: 0%;
  right: 0px;
  z-index: 99999;
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.26);
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%); }

.header-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.mobile-nav-close {
  display: none; }

.mobile-nav-close.splash-close {
  position: absolute;
  top: -20px;
  right: -20px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(107, 255, 182, 0.79);
  background-image: url("../images/_instagram_black-10-10.svg");
  background-position: 50% 50%;
  background-size: 50%;
  background-repeat: no-repeat; }

.main-body {
  padding-bottom: 50px;
  background-image: url("../images/concrete-wall.png");
  background-position: 0px 0px;
  background-size: 300px; }

.titel-container {
  display: block;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4px;
  padding-left: 4px; }

.insider-block {
  position: relative;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(315deg, rgba(255, 196, 14, 0.77), rgba(41, 243, 146, 0.56) 65%);
  background-image: linear-gradient(135deg, rgba(255, 196, 14, 0.77), rgba(41, 243, 146, 0.56) 65%); }

.insiders {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  -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; }

.insider {
  overflow: hidden;
  width: 33.3333%;
  padding: 0px;
  background-color: transparent; }

.insider.contact {
  width: 50%; }

.insider-figure {
  position: absolute;
  top: -31px;
  right: -40px;
  overflow: hidden;
  width: 180px;
  height: 180px;
  float: right;
  border-radius: 50%;
  background-image: url("../images/jasper-publie-3.png");
  background-position: 59% 21px;
  background-size: cover;
  background-repeat: no-repeat; }

.insider-figure._2 {
  background-image: url("../images/bab-buelens-1.png");
  background-position: 108% -53%;
  background-size: 101%;
  background-repeat: no-repeat;
  background-attachment: scroll; }

.insider-figure._3 {
  background-image: url("../images/fabian-feyaerts-2.png");
  background-position: 124% 23%;
  background-size: 131%;
  background-repeat: no-repeat; }

.insider-figure._4 {
  background-image: url("../images/jamieleesix-2.png");
  background-position: 112% -336%;
  background-size: cover;
  background-repeat: no-repeat; }

.insider-figure.contact {
  width: 150px;
  height: 150px; }

.insider-content {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 58px 0px;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(255, 196, 14, 0.24));
  background-image: linear-gradient(180deg, transparent, rgba(255, 196, 14, 0.24));
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff; }

.insider-content:hover {
  background-color: rgba(255, 255, 255, 0.64);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.insider-content.alt {
  background-color: #ccc5c5;
  background-image: -webkit-linear-gradient(270deg, transparent, #fff);
  background-image: linear-gradient(180deg, transparent, #fff); }

.insider-content.alt:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.insider-content.contact {
  background-image: url("../images/concrete-wall.png"), -webkit-linear-gradient(270deg, rgba(5, 233, 253, 0.78), rgba(107, 255, 182, 0.9));
  background-image: url("../images/concrete-wall.png"), linear-gradient(180deg, rgba(5, 233, 253, 0.78), rgba(107, 255, 182, 0.9));
  background-position: 0px 0px, 0px 0px;
  background-size: 260px, auto; }

.insider-content.contact._2 {
  background-color: #dbd8d8;
  background-image: url("../images/concrete-wall.png");
  background-position: 0px 0px;
  background-size: 260px; }

.insider-h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
  text-transform: uppercase; }

.wedstrijden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.insider-p {
  max-width: 250px;
  margin-bottom: 19px;
  color: rgba(78, 76, 76, 0.74);
  font-size: 12px;
  line-height: 1.5vh;
  text-decoration: none; }

.insider-p.alt {
  margin-bottom: 1px; }

.insider-p.alt:hover {
  color: #000; }

.insider-p.auteur {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: #dbd8d8; }

.insider-p.auteur.alt {
  display: inline-block;
  background-color: transparent; }

.insider_wrapper {
  position: relative;
  bottom: 0px;
  padding: 0px 137px 0px 21px; }

.insider-social-icons {
  width: 100%; }

.insider-social-icons.auteurs {
  width: 100%;
  margin-top: 15px;
  margin-left: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.insider-social-icons.alt {
  margin-top: 50px;
  margin-bottom: 0px; }

.social-icon-fb {
  margin-right: 10px; }

.category-filter {
  max-width: 1079px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  color: #fff;
  font-size: 12px;
  text-align: left; }

.category-filter.alt {
  display: none;
  margin-bottom: 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; }

.category-filter.titlles {
  display: block;
  height: 40px;
  margin-bottom: 10px;
  padding-top: 11px;
  background-color: #333;
  text-align: center; }

.category-filter.titlles.alt {
  margin-bottom: 0px; }

.categorie-type-filter {
  padding: 8px 17px;
  color: #333;
  line-height: 1.2em;
  text-decoration: none; }

.categorie-type-filter:hover {
  background-color: #fff; }

.categorie-type-filter.all {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border: 1px solid #fff; }

.article-top-item {
  position: relative;
  width: 66.66%;
  height: 310px;
  padding-right: 0px;
  background-image: url("../images/zayn_YbVXPOfz-500-376.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.article-top-item._1 {
  background-image: url("../images/brooklyn-beckham-film-still-12-vogue-9sep15-joe-b.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.page-info-text {
  display: block;
  max-width: 1079px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff; }

.page-info-text.alt {
  padding-top: 10px;
  padding-bottom: 10px; }

.page-info-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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; }

.type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-top-width: 1px;
  border-top-color: #5955ff;
  background-color: #dbd8d8; }

.type.social-share {
  -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;
  border-left: 1px solid #fff;
  background-color: #dbd8d8;
  background-image: url("../images/concrete-wall.png");
  background-position: 0px 0px;
  background-size: 260px; }

.auteur {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -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; }

.auteur-image {
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 50%;
  background-image: url("../images/example-bg.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.auteur-image._1 {
  width: 50px;
  height: 50px;
  margin-right: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/insider1.jpg"); }

.auteur-image._1.contact-desktop {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.date {
  color: rgba(78, 76, 76, 0.74);
  font-size: 12px;
  line-height: 1.2em; }

.date.comment {
  color: #000;
  text-decoration: none; }

.auteur-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.paragraph {
  display: block;
  width: auto;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none; }

.paragraph.interview-question {
  width: 80%;
  margin-bottom: 9px;
  padding-left: 15px;
  border-left: 1px solid rgba(78, 76, 76, 0.5);
  font-family: Lato, sans-serif;
  color: #000;
  line-height: 1.4em;
  font-weight: 700; }

.paragraph.interview-question.alt {
  margin-top: 30px; }

.paragraph.alt {
  margin-bottom: 10px; }

.paragraph.contact {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.4em; }

.paragraph.contact.alt {
  margin-bottom: 5px; }

.testimonial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(89, 85, 255, 0); }

.big-image {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0px; }

.big-image._1 {
  background-image: url("../images/Ariana-Grande-15.jpg");
  background-size: cover; }

.more-icon-box {
  background-color: #000;
  color: #000; }

.more-pics-icon {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  background-color: #000;
  background-image: url("../images/Morebutton.png");
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat; }

.testimonial-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1079px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 61px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff; }

.thumnbnail-blcok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #5955ff; }

.thumb {
  width: 25%;
  height: 120px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, rgba(89, 85, 255, 0.46), rgba(89, 85, 255, 0.46)), url("../images/zayn_YbVXPOfz-500-376.jpg");
  background-image: linear-gradient(180deg, rgba(89, 85, 255, 0.46), rgba(89, 85, 255, 0.46)), url("../images/zayn_YbVXPOfz-500-376.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover; }

.thumb:hover {
  background-image: url("../images/zayn_YbVXPOfz-500-376.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.thumb._1 {
  background-image: -webkit-linear-gradient(270deg, rgba(89, 85, 255, 0.5), rgba(89, 85, 255, 0.5)), url("../images/tm4.jpg");
  background-image: linear-gradient(180deg, rgba(89, 85, 255, 0.5), rgba(89, 85, 255, 0.5)), url("../images/tm4.jpg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover; }

.thumb._1:hover {
  background-image: url("../images/tm4.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.thumb._2 {
  background-image: -webkit-linear-gradient(270deg, rgba(89, 85, 255, 0.5), rgba(89, 85, 255, 0.5)), url("../images/14677378_626960307429224_2607276424070955008_n.jpg");
  background-image: linear-gradient(180deg, rgba(89, 85, 255, 0.5), rgba(89, 85, 255, 0.5)), url("../images/14677378_626960307429224_2607276424070955008_n.jpg");
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover; }

.thumb._2:hover {
  background-image: url("../images/14677378_626960307429224_2607276424070955008_n.jpg");
  background-position: 50% 0px;
  background-size: cover; }

.heading1 {
  width: 100%;
  margin: 15px 50px 15px 0px;
  padding-right: 0px;
  padding-left: 0px;
  color: #000;
  font-size: 45px;
  line-height: 1.1em;
  text-align: left; }

.heading1.alt {
  margin-top: 0px; }

.heading1.white {
  color: #fff; }

.heading1.center {
  margin-right: 0px;
  text-align: center; }

.title-and-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 50px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff; }

.text-only-content {
  padding: 30px 50px; }

.text-only-content.interview {
  background-color: transparent; }

.quote {
  display: block;
  margin: 10px auto;
  padding: 20px;
  border-top: 1px none #4e4c4c;
  border-bottom: 1px none #4e4c4c;
  background-image: -webkit-linear-gradient(349deg, #05e9fd, rgba(107, 255, 182, 0.99));
  background-image: linear-gradient(101deg, #05e9fd, rgba(107, 255, 182, 0.99));
  text-align: center; }

.heading3 {
  width: 20%; }

.heading3.entertainment {
  width: auto;
  margin-top: auto;
  margin-bottom: auto;
  background-color: transparent;
  color: #000;
  text-decoration: none; }

.tags-only-block {
  padding: 20px 50px; }

.autor-and-social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.video {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px; }

.logo-pic {
  width: 150px; }

.content-section {
  display: block;
  width: 100%;
  max-width: 970px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  background-image: url("../images/concrete-wall.png");
  background-position: 0px 0px;
  background-size: 400px; }

.content-section.article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 6px;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.content-section.article.alt {
  margin-bottom: 0px; }

.content-section.article.alt.video-top {
  margin-bottom: 10px; }

.content-section.takeover {
  margin-top: 250px; }

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

.home-hero-block.alt {
  margin-bottom: 0px; }

.home-hero-left {
  margin-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.home-hero-left.alt {
  margin-right: 0px; }

.home-hero-left.win {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.home-hero-left.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.home-hero-right {
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.home-hero-right.artikel-related {
  width: 50%; }

.home-hero-latest-news-slider {
  height: 310px;
  margin-bottom: 10px;
  background-color: #fff; }

.home-hero-latest-news-slider.kalender-home {
  width: 33%;
  height: 600px;
  margin-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.34); }

.top-right-hero-sliders {
  top: 10px;
  right: 5px;
  width: 20px;
  height: 20px;
  margin: 0px;
  background-color: #fff;
  background-image: url("../images/arrow_dark.svg");
  background-position: 50% 50%;
  background-size: 40%;
  background-repeat: no-repeat;
  box-shadow: 0 0 2px 0 rgba(78, 76, 76, 0.42); }

.top-right-hero-sliders.back {
  left: auto;
  bottom: auto;
  margin-right: 22px;
  background-image: url("../images/arrow_dark_left.svg");
  background-repeat: no-repeat; }

.home-hero-articles {
  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; }

.section-title {
  display: block;
  width: 100%;
  color: #333;
  text-decoration: none; }

.section-title-h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 7px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  background-color: #fff;
  color: #333;
  font-size: 13px;
  line-height: 1.4em;
  text-decoration: none;
  text-transform: uppercase; }

.section-title-h2.with-icon {
  padding-left: 31px;
  background-image: url("../images/icons_color-21.svg");
  background-position: 0px 50%;
  background-size: auto 26px;
  background-repeat: no-repeat;
  color: #ff1361; }

.section-title-h2.with-icon.latest-news {
  padding-left: 31px;
  background-image: url("../images/latestnews-24.svg");
  background-position: 0px 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
  color: #ff881c; }

.section-title-h2.with-icon.technology {
  padding-left: 31px;
  background-image: url("../images/icons_color-20.svg");
  background-position: -2px 50%;
  background-size: auto 30px;
  background-repeat: no-repeat;
  color: #05e9fd; }

.section-title-h2.with-icon.heavy-shit {
  padding-left: 31px;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("../images/icons_color-19.svg");
  background-position: 0px 50%;
  background-size: auto 27px;
  background-repeat: no-repeat;
  color: #002eeb; }

.section-title-h2.with-icon.entertainment {
  padding-left: 31px;
  background-image: url("../images/TAGMAG-ENTERTAIN.svg");
  background-position: 4px 50%;
  background-size: 15px;
  color: #a738ff; }

.section-title-h2.with-icon.lifestyle {
  padding-left: 31px;
  background-image: url("../images/TAGMAG-LIFESTYLE.svg");
  background-position: 4px 50%;
  background-size: 18px;
  color: #e52713; }

.section-title-h2.with-icon.news {
  background-image: url("../images/TAGMAG-NEWS.svg");
  background-position: 3px 50%;
  background-size: 18px 18px;
  color: #29f392; }

.section-title-h2.with-icon.kalender {
  background-image: url("../images/icons_color-21.svg");
  background-size: auto 26px;
  background-repeat: no-repeat;
  color: #ff6e9e; }

.section-title-h2.dark.trans {
  padding-left: 7px;
  background-color: rgba(255, 255, 255, 0.44); }

.section-title-h2.dark.trans.trans2 {
  background-color: rgba(255, 255, 255, 0.75); }

.section-title-h2.calendar {
  border-bottom-style: none;
  background-color: rgba(255, 255, 255, 0.28);
  color: #fff; }

.section-title-h2.livefeed {
  width: 92%;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 7px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: none; }

.latest-news-items {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1); }

.latest-news-items.kalender-items {
  border-top: 1px none #000;
  border-bottom-style: none; }

.latest-news-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  color: #333;
  text-decoration: none; }

.latest-news-item._4 {
  border-bottom-style: none; }

.latest-news-pic {
  overflow: hidden;
  width: 57px;
  height: 57px;
  margin-right: 5px;
  background-image: url("../images/example-bg.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.latest-news-pic._1 {
  width: 57px;
  height: 57px;
  margin-right: 5px;
  background-image: url("../images/Blokhak_880_520_89_s_c1.jpg"); }

.latest-news-pic._2 {
  background-image: url("../images/arianzwart.jpg"); }

.latest-news-pic._3 {
  background-image: url("../images/8f92fd31-04d6-4f98-bcf1-294ae6cf5fb5_RNpOMjwm-500-375.jpg"); }

.latest-news-pic._4 {
  background-image: url("../images/14719783_1691157311201335_5913079113618292736_n.jpg"); }

.latest-news-pic._5 {
  background-image: url("../images/kardashian_FtcQwaeY-1024-1024-copy.jpg"); }

.latest-news-pic._6 {
  background-image: url("../images/rs_1024x759-160511094913-1024.blac-cnyna-rob-kardashian.cm.51116.jpg"); }

.latest-news-pic._7 {
  background-image: url("../images/image-5647434_erQVvUjJ-500-375.jpg"); }

.latest-news-pic._8 {
  background-image: url("../images/adele2_akInswZt-500-375.jpg"); }

.latest-news-pic.article {
  width: 15%;
  height: 100%;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/zayn_YbVXPOfz-500-376.jpg"); }

.latest-news-pic.article.alt {
  width: 15%;
  margin-right: 0px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/one-direction-press-couch-2015-billboard-650.jpg"); }

.latest-news-pic.related {
  background-image: none; }

.latest-news-pic.related._2 {
  background-image: url("../images/landscape-1426526635-justin-bieber-roast-1242.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.latest-news-pic.related._1 {
  background-image: url("../images/zayn_YbVXPOfz-500-376.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.latest-news-pic.related._3 {
  background-image: url("../images/one-direction-press-couch-2015-billboard-650.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.latest-news-pic.related._4 {
  background-image: url("../images/michele_cuvelier.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.latest-news-pic.related._5 {
  background-image: url("../images/kirsten_lemaire.jpg");
  background-position: 50% 50%;
  background-size: 110px; }

.latest-news-pic.related._6 {
  background-image: url("../images/kitzsteinhorn_genuss-gletscher-2-skifahrer.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.latest-news-pic.related._7 {
  background-image: url("../images/klaasje-hanne-en-marthe-winnen-k3-zoekt-k3.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.latest-news-pic.related._8 {
  background-image: url("../images/14677378_626960307429224_2607276424070955008_n.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.latest-news-dateinfo {
  padding-left: 10px;
  color: rgba(78, 76, 76, 0.54);
  font-size: 12px; }

.section-title-top-gradient {
  height: 4px;
  background-image: -webkit-linear-gradient(347deg, #ff881c, #ffc40e);
  background-image: linear-gradient(103deg, #ff881c, #ffc40e); }

.section-title-top-gradient.purple {
  background-image: -webkit-linear-gradient(347deg, #a738ff 3%, #a738ff 52%, #05e9fd);
  background-image: linear-gradient(103deg, #a738ff 3%, #a738ff 52%, #05e9fd); }

.section-title-top-gradient.purple.bottom {
  margin-top: 5px; }

.section-title-top-gradient.red {
  margin-top: 10px;
  background-image: -webkit-linear-gradient(347deg, #e52713, #ffc40e);
  background-image: linear-gradient(103deg, #e52713, #ffc40e); }

.section-title-top-gradient.dark {
  background-image: -webkit-linear-gradient(347deg, #333 56%, rgba(92, 231, 165, 0.68));
  background-image: linear-gradient(103deg, #333 56%, rgba(92, 231, 165, 0.68)); }

.section-title-top-gradient.dark.all-dark {
  background-image: -webkit-linear-gradient(347deg, #333 56%, #4e4c4c);
  background-image: linear-gradient(103deg, #333 56%, #4e4c4c); }

.section-title-top-gradient.blue {
  background-image: -webkit-linear-gradient(347deg, #002eeb, #05e9fd);
  background-image: linear-gradient(103deg, #002eeb, #05e9fd); }

.section-title-top-gradient.light-blue {
  margin-top: 10px;
  background-image: -webkit-linear-gradient(347deg, #05e9fd, #6bffb6);
  background-image: linear-gradient(103deg, #05e9fd, #6bffb6); }

.section-title-top-gradient.light-blue.bottom {
  margin-top: 5px; }

.section-title-top-gradient.pink {
  background-image: -webkit-linear-gradient(347deg, #ff1361, #ffeb00);
  background-image: linear-gradient(103deg, #ff1361, #ffeb00); }

.section-title-top-gradient.white {
  background-image: -webkit-linear-gradient(347deg, #fff, transparent);
  background-image: linear-gradient(103deg, #fff, transparent); }

.section-title-top-gradient.news-overview {
  margin-bottom: 15px;
  background-image: -webkit-linear-gradient(347deg, rgba(51, 51, 51, 0.53), #dbd8d8);
  background-image: linear-gradient(103deg, rgba(51, 51, 51, 0.53), #dbd8d8); }

.section-title-top-gradient.news-overview.bottom {
  margin-bottom: 0px; }

.section-title-top-gradient.news-overview.alt {
  margin-bottom: 10px; }

.section-title-top-gradient.news-overview.alt._2 {
  margin-bottom: 0px;
  padding-left: 1px; }

.section-title-top-gradient.green {
  margin-top: 5px;
  background-image: -webkit-linear-gradient(347deg, #29f392, #c2ff25);
  background-image: linear-gradient(103deg, #29f392, #c2ff25); }

.section-title-top-gradient.green.alt {
  margin-bottom: 5px; }

.compact-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  -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; }

.compact-article {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20%;
  height: 20vh;
  min-height: 200px;
  padding: 0px 7px 7px;
  -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;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-image: -webkit-linear-gradient(90deg, rgba(51, 51, 51, 0.76) 8%, transparent 46%), url("../images/example-bg.png");
  background-image: linear-gradient(0deg, rgba(51, 51, 51, 0.76) 8%, transparent 46%), url("../images/example-bg.png");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-decoration: none; }

.compact-article._1 {
  padding-left: 0px;
  background-image: -webkit-linear-gradient(90deg, rgba(51, 51, 51, 0.76) 8%, transparent 46%), url("../images/kitzsteinhorn_genuss-gletscher-2-skifahrer.jpg");
  background-image: linear-gradient(0deg, rgba(51, 51, 51, 0.76) 8%, transparent 46%), url("../images/kitzsteinhorn_genuss-gletscher-2-skifahrer.jpg"); }

.compact-article._1.mobile-extra {
  display: none; }

.compact-article._2 {
  position: relative;
  overflow: hidden;
  background-image: -webkit-linear-gradient(90deg, rgba(51, 51, 51, 0.76) 8%, transparent 46%), url("../images/adele2_akInswZt-500-375.jpg");
  background-image: linear-gradient(0deg, rgba(51, 51, 51, 0.76) 8%, transparent 46%), url("../images/adele2_akInswZt-500-375.jpg"); }

.compact-article._3 {
  background-image: -webkit-linear-gradient(90deg, rgba(51, 51, 51, 0.76) 8%, transparent 46%), url("../images/klaasje-hanne-en-marthe-winnen-k3-zoekt-k3.jpg");
  background-image: linear-gradient(0deg, rgba(51, 51, 51, 0.76) 8%, transparent 46%), url("../images/klaasje-hanne-en-marthe-winnen-k3-zoekt-k3.jpg"); }

.compact-article._4 {
  position: relative;
  background-image: -webkit-linear-gradient(90deg, rgba(51, 51, 51, 0.76) 8%, transparent 46%), url("../images/Wearelabels_880_581_s_c1.png");
  background-image: linear-gradient(0deg, rgba(51, 51, 51, 0.76) 8%, transparent 46%), url("../images/Wearelabels_880_581_s_c1.png"); }

.compact-article._5 {
  background-image: -webkit-linear-gradient(90deg, rgba(51, 51, 51, 0.76) 8%, transparent 46%), url("../images/arianagrande2_DGxSpMJi-500-375-1.png");
  background-image: linear-gradient(0deg, rgba(51, 51, 51, 0.76) 8%, transparent 46%), url("../images/arianagrande2_DGxSpMJi-500-375-1.png"); }

.compact-h5 {
  position: static;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 8px;
  padding-top: 0px;
  padding-right: 4px;
  padding-left: 4px;
  clear: both;
  background-color: #ff881c;
  color: #fff;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase; }

.compact-h5.blue {
  background-color: #002eeb; }

.compact-h5.alt {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: 8px; }

.compact-h5.alt.entertainment {
  background-color: #a738ff; }

.compact-h5.alt.lifestyle {
  background-color: #e52713; }

.compact-h5.alt.technology {
  background-color: #05e9fd;
  color: #333; }

.compact-h5.alt.kalender {
  background-color: #ff6e9e; }

.compact-h5.sub {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 8px;
  background-color: #fff;
  color: #000; }

.compact-h5.sub.alt {
  margin-left: 0px;
  cursor: -webkit-grab;
  cursor: grab; }

.compact-h5.article {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px; }

.compact-h5.article.entertainment {
  margin-bottom: 2px;
  margin-left: 0px;
  padding: 0px 4px;
  background-color: #a738ff;
  cursor: pointer; }

.compact-h5.green {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  margin-left: 8px;
  background-color: #29f392;
  color: #000; }

.compact-h5.calender {
  background-color: #333; }

.floorad {
  display: block;
  width: 995px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../images/Schermafbeelding-2016-11-01-om-16.13.04.png");
  background-position: 50% 50%;
  background-size: cover; }

.wedstrijd-kalender {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.half-page-artikel-contiainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto; }

.half-page-artikel-contiainer.articles {
  max-height: auto;
  -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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.wedstrijd-button {
  overflow: hidden;
  width: 100%;
  height: 193.33px;
  padding-right: 10px;
  padding-left: 10px; }

.wedstrijd-button.full-feed {
  padding-left: 0px; }

.wedstrijd-button.article {
  width: 50%;
  margin-right: 5px;
  padding: 0px; }

.wedstrijd-button.win {
  width: 50%;
  height: 100%;
  margin-right: 10px;
  padding-right: 0px;
  padding-left: 0px; }

.wedstrijd-button.win.alt {
  margin-right: 0px;
  padding-right: 0px; }

.wedstrijd-button.win.big {
  width: 100%; }

.wedstrijd-button-content {
  position: relative;
  height: 100%;
  background-image: url("../images/example-bg.png");
  background-position: 50% 50%;
  background-size: cover; }

.wedstrijd-button-content._1 {
  position: relative;
  background-image: url("../images/Wearelabels_880_581_s_c1.png"); }

.wedstrijd-button-content._2 {
  background-image: url("../images/kitzsteinhorn_genuss-gletscher-2-skifahrer.jpg"); }

.wedstrijd-button-content._3 {
  background-image: url("../images/adele2_akInswZt-500-375.jpg");
  background-position: 0% 35%;
  background-size: cover;
  background-repeat: no-repeat; }

.wedstrijd-button-content._4 {
  background-image: url("../images/justinselena_CIdSjOPg-500-375-1.png"); }

.wedstrijd-button-content._5 {
  background-image: url("../images/tm4_1.jpg"); }

.wedstrijd-button-content._6 {
  background-image: url("../images/tm5.jpg"); }

.wedstrijd-button-content._7 {
  background-image: url("../images/arriane.jpg"); }

.wedstrijd-button-content._8 {
  background-image: url("../images/8f92fd31-04d6-4f98-bcf1-294ae6cf5fb5_RNpOMjwm-500-375.jpg"); }

.calendar-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
  color: #4e4c4c;
  text-decoration: none; }

.calendar-date-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 78px;
  -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.2);
  color: #fff;
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase; }

.calendar-date-field.alt {
  background-image: -webkit-linear-gradient(304deg, rgba(51, 51, 51, 0.28), rgba(218, 215, 215, 0.4));
  background-image: linear-gradient(146deg, rgba(51, 51, 51, 0.28), rgba(218, 215, 215, 0.4));
  color: #333;
  font-size: 15px;
  text-align: center;
  text-decoration: none; }

.calender-item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 11px;
  padding-left: 11px;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 19px;
  text-align: center; }

.calender-item-content.alt {
  height: 78px;
  padding-top: 11px;
  padding-bottom: 11px;
  -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;
  border-bottom: 1px solid rgba(78, 76, 76, 0.5);
  background-color: #fff;
  color: #4e4c4c;
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none; }

.calender-locatie {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px; }

.fixed-ad {
  position: fixed;
  left: 0px;
  top: 211px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  display: block;
  width: 100%;
  height: 100%;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll; }

.ad_embed {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.ad-rectangle {
  width: 100%;
  max-width: auto; }

.ad-rectangle.kolom {
  margin-bottom: 10px; }

.ad-rectangle.alt {
  margin-bottom: 10px; }

.headerimage {
  height: 350px;
  min-height: auto; }

.headerimage._1 {
  position: relative;
  min-height: 350px;
  background-image: url("../images/one-direction-press-couch-2015-billboard-650.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.headerimage._2 {
  position: relative;
  height: auto;
  max-height: 400px;
  min-height: auto;
  background-image: url("../images/media_xll_6905189.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.headerimage.article {
  height: auto;
  padding: 0px; }

.headerimage._5 {
  background-image: url("../images/brooklyn-beckham-film-still-12-vogue-9sep15-joe-b.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.headerimage.win {
  background-image: url("../images/_niv.jpg");
  background-position: 0px 0px;
  background-size: cover; }

.headerimage._6 {
  background-image: url("../images/media_xll_9108738.jpg");
  background-position: 50% -19px;
  background-size: cover; }

.headerimage.iedereen-journalist {
  background-image: url("../images/bab-buelens-2.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.headerimage.iedereen-journalist.alt {
  margin-bottom: 10px; }

.article-section {
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  padding: 0px 10px 15px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #dbd8d8;
  background-color: #fff; }

.article-section.video-title {
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.article-section.video-content {
  padding-top: 15px; }

.article-section.alt {
  width: 50%;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.article-section._2 {
  padding-bottom: 0px; }

.column-right {
  position: relative;
  width: 310px;
  padding-top: 0px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #dbd8d8;
  background-color: transparent; }

.column-right.alt {
  height: 100%; }

.tags-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -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-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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center; }

.tags-block.video-title {
  margin-bottom: 0px; }

.tags-block._2 {
  margin-bottom: 0px; }

.article-content {
  margin-top: 0px; }

.article-content.bij-video {
  margin-top: 10px; }

.social-share-artikel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.social-share-artikel.horizontal {
  width: 100%;
  margin-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.social-icon {
  margin-right: 3px;
  margin-left: 3px; }

.social-icon._1 {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  background-image: url("../images/_socialcons_black-01.svg");
  background-position: 0px 0px;
  background-size: cover; }

.social-icon._1.alt {
  margin-right: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; }

.social-icon._2 {
  width: 25px;
  height: 25px;
  margin-bottom: 5px;
  background-image: url("../images/_socialcons_black-02.svg");
  background-position: 0px 0px;
  background-size: cover; }

.social-icon._2.alt {
  margin-bottom: 0px; }

.other-articles {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 32%;
  height: 120px;
  padding-left: 10px;
  text-decoration: none; }

.other-articles.bis {
  position: static;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px; }

.previous-article-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  background-color: #dbd8d8;
  -webkit-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  text-decoration: none; }

.previous-article-box:hover {
  background-image: -webkit-linear-gradient(7deg, #ffc40e, #ff881c);
  background-image: linear-gradient(83deg, #ffc40e, #ff881c); }

.previous-article-box.next-article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-style: none;
  background-color: #dbd8d8; }

.article-arrow {
  width: 30px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #4e4c4c;
  background-image: url("../images/_pijltje-wit.svg");
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.article-arrow:hover {
  background-color: #000; }

.article-arrow.reverse {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.give-comment-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 180px;
  padding-right: 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none; }

.comment-box {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  background-image: url("../images/comment_icon-01.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.comment-box.small {
  width: 24px;
  height: 24px;
  margin-right: 20px; }

.interview-block {
  margin-top: 10px; }

.article-image-categorie-box {
  position: absolute;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 10px;
  margin-left: 8px;
  padding-top: 0px;
  padding-left: 0px;
  -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; }

.video-content-block {
  margin-top: 20px;
  margin-bottom: 20px; }

.social-share-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.36);
  text-align: center; }

.social-share {
  display: block;
  margin-right: 20px;
  padding-top: 5px;
  padding-right: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #000;
  color: #000;
  font-size: 12px;
  line-height: 1.1em;
  text-align: center;
  text-decoration: none; }

.view-comments-disqus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url("../images/concrete-wall.png");
  background-position: 0px 0px;
  background-size: 260px;
  color: #4e4c4c;
  text-decoration: none; }

.text-button {
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase; }

.related-articles-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; }

.partner-box {
  position: static;
  height: 200px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbd8d8;
  background-color: #fff; }

.partner-box-logo {
  width: 100%;
  min-height: 200px;
  margin-bottom: 5px;
  background-image: url("../images/586fa96b662feb46fd10d179a3f5308d.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.twitter-feed {
  position: static;
  width: 100%;
  height: auto;
  max-height: 150px;
  min-height: 150px;
  background-image: url("../images/Screen-Shot-2016-11-18-at-12.06.11.png");
  background-position: 34% 0px;
  background-size: 112%;
  background-repeat: no-repeat; }

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

.bottom-box {
  display: block;
  margin-left: 15px;
  -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; }

.bottom-box-ad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px; }

.beresterk-block-footer {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff; }

.matrix-slider.full-width {
  overflow: visible;
  width: 100%; }

.submenu-block {
  background-color: #333; }

.matrix-bottom-article {
  display: block;
  width: 970px;
  margin-right: auto;
  margin-left: auto; }

.matrix-interview {
  margin-top: 10px; }

.shopify-block {
  width: 100%;
  height: auto;
  margin-top: 20px;
  border: 1px none #000; }

.shopify-embed {
  height: auto;
  padding: 12px;
  border-style: dotted;
  border-width: 1px;
  border-color: rgba(78, 76, 76, 0.25); }

.matrix-stappen {
  margin-top: 10px;
  margin-bottom: 10px; }

.stap-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 55px 15px;
  -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;
  border-style: none none solid;
  border-width: 2px;
  border-color: #dbd8d8 #a738ff #fff;
  background-color: transparent; }

.stap-block.alt {
  border-bottom: 2px solid #fff;
  border-top-style: none; }

.stap-number-block {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 20px 32px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px none #fff;
  background-color: #a738ff;
  background-image: url("../images/concrete-wall.png"), -webkit-linear-gradient(327deg, #ff881c, #ff1361 99%);
  background-image: url("../images/concrete-wall.png"), linear-gradient(123deg, #ff881c, #ff1361 99%);
  background-position: 0px 0px, 0px 0px;
  background-size: 500px, auto;
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center; }

.stap-number-block.alt {
  background-image: url("../images/concrete-wall.png"), -webkit-linear-gradient(327deg, #ffeb00 2%, #ff881c);
  background-image: url("../images/concrete-wall.png"), linear-gradient(123deg, #ffeb00 2%, #ff881c);
  background-position: 0px 0px, 0px 0px;
  background-size: 300%, auto; }

.step-info-box {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  height: auto;
  padding: 15px;
  -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;
  border-top: 1px none #000;
  border-bottom: 1px none #dbd8d8;
  background-color: rgba(218, 215, 215, 0.5);
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 300; }

.step-info-box.alt {
  background-color: #fff;
  color: #000; }

.facebook-wall-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  padding-top: 51px;
  padding-bottom: 51px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-linear-gradient(327deg, rgba(229, 39, 19, 0.78), rgba(255, 19, 97, 0.53));
  background-image: linear-gradient(123deg, rgba(229, 39, 19, 0.78), rgba(255, 19, 97, 0.53)); }

.content-box {
  display: block;
  width: 100%;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto; }

.fb-post-overview-box {
  display: block;
  height: 40vh;
  max-width: 970px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff); }

.wall-post-box {
  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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #fff; }

.fb-wall-date-box {
  position: relative;
  display: block;
  width: 20%;
  height: 200px;
  padding: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: rgba(51, 51, 51, 0.83);
  color: #fff;
  text-align: center; }

.fb-wall-date-box.alt {
  background-color: #000;
  background-image: -webkit-linear-gradient(132deg, #000, #333 71%);
  background-image: linear-gradient(318deg, #000, #333 71%); }

.fb-wall-image-box {
  width: 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.fb-wall-image-box._1 {
  width: 15%;
  border-style: none;
  border-right-width: 1px;
  border-right-color: #fff;
  background-image: url("../images/landscape-1426526635-justin-bieber-roast-1242.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.fb-wall-image-box._2 {
  background-image: url("../images/kardashian_FtcQwaeY-1024-1024-copy.jpg");
  background-position: 50% 50%;
  background-size: cover; }

.fb-wall-image-box._3 {
  background-image: url("../images/tm5.jpg");
  background-position: 50% 50%;
  background-size: 300px; }

.fb-wall-title-box {
  width: 70%;
  padding: 20px;
  background-color: rgba(218, 215, 215, 0.43); }

.fb-wall-title-box.alt {
  background-color: #fff; }

.date-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 30px 30px 37px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.fb-post-title {
  color: #000;
  font-size: 22px;
  line-height: 1.3em;
  text-decoration: none; }

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

.tabel-block {
  position: relative;
  display: block;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px; }

.tabel-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.5);
  background-color: rgba(218, 215, 215, 0.57);
  text-align: left; }

.tabel-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 150px;
  padding: 28px;
  -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;
  border-style: none;
  border-width: 1px;
  border-color: rgba(78, 76, 76, 0.5) rgba(78, 76, 76, 0.5) rgba(78, 76, 76, 0.5) #4e4c4c;
  background-color: #fff; }

.big-image-pic {
  width: 100%;
  height: auto;
  max-height: auto; }

.list-item-left {
  width: 40%;
  padding: 15px;
  border-bottom: 1px solid #fff;
  background-image: -webkit-linear-gradient(309deg, rgba(78, 76, 76, 0.33), rgba(218, 215, 215, 0.36));
  background-image: linear-gradient(141deg, rgba(78, 76, 76, 0.33), rgba(218, 215, 215, 0.36)); }

.list-item-left.date-event {
  display: block;
  width: 50%;
  height: auto;
  padding: 10px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: -webkit-linear-gradient(309deg, rgba(78, 76, 76, 0.33), rgba(218, 215, 215, 0.36));
  background-image: linear-gradient(141deg, rgba(78, 76, 76, 0.33), rgba(218, 215, 215, 0.36));
  font-size: 12px;
  line-height: 1.1em; }

.list-item-left.date-event.price {
  width: 40%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #fff; }

.list-item-right {
  width: 60%;
  padding: 15px;
  border-bottom: 1px solid #dbd8d8; }

.list-item-right.event-info {
  width: 50%;
  padding: 10px 15px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: none;
  background-color: rgba(51, 51, 51, 0.26);
  font-size: 12px;
  line-height: 1.1em; }

.list-item-right.event-info.alt {
  width: 60%;
  color: #4e4c4c; }

.step-block-left {
  width: 15%;
  padding: 24px;
  background-image: url("../images/concrete-wall.png"), -webkit-linear-gradient(134deg, #ff1361, #ff881c);
  background-image: url("../images/concrete-wall.png"), linear-gradient(316deg, #ff1361, #ff881c);
  background-position: 0px 0px, 0px 0px;
  background-size: 260px, auto;
  color: #fff;
  font-size: 25px;
  text-align: left; }

.step-block-left.alt {
  background-image: url("../images/concrete-wall.png"), -webkit-linear-gradient(136deg, #ff881c, #ffeb00);
  background-image: url("../images/concrete-wall.png"), linear-gradient(314deg, #ff881c, #ffeb00);
  background-position: 0px 0px, 0px 0px;
  background-size: 260px, auto; }

.list-item-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff; }

.step-block-right {
  width: 85%;
  padding: 20px;
  background-color: #dbd8d8;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 300; }

.step-block-right.alt {
  background-color: #fff; }

.matrix-more-images {
  display: block;
  margin: 10px auto;
  padding-top: 0px;
  padding-bottom: 0px; }

.thumbnail-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px;
  -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: rgba(218, 215, 215, 0.5); }

.thumbnail-block.video {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #333; }

.thumbnail-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: auto;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.hover-thumbnail-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-color: rgba(218, 215, 215, 0.89);
  background-image: url("../images/_pijltje-11.svg");
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease; }

.hover-thumbnail-block:hover {
  opacity: 1; }

.slideshow-slide {
  position: relative;
  background-color: #333; }

.slideshow-slide-item {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  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; }

.matrix-big-video {
  width: 100%; }

.slide-title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: auto;
  margin-bottom: 8px;
  margin-left: 8px;
  color: #fff; }

.video-thumbnail-block {
  width: 25%;
  border-right: 1px dashed #333;
  border-bottom: 1px solid #333; }

.disqus {
  margin-top: 50px;
  background-color: #fff;
  opacity: 0; }

.matrix-disqus {
  height: 100%; }

.event-image-block {
  width: 100%;
  margin-bottom: 10px; }

.slideshow-img {
  display: block;
  width: 100%; }

.slide-mask {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #333; }

.slide-mask.variable-height {
  overflow: visible;
  background-color: transparent; }

.live-feed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #dbd8d8; }

.live-feed-block {
  width: 100%; }

.live-feed-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 5%;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.life-feed-circle {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #e52713; }

.live-feed-message {
  margin-bottom: 10px; }

.live-feed-message-wrapper {
  height: auto;
  border: 1px none #000;
  background-image: -webkit-linear-gradient(270deg, rgba(218, 215, 215, 0.5), rgba(218, 215, 215, 0.5));
  background-image: linear-gradient(180deg, rgba(218, 215, 215, 0.5), rgba(218, 215, 215, 0.5)); }

.live-feed-message-wrapper.alt {
  background-color: transparent;
  background-image: url("../images/concrete-wall.png"), -webkit-linear-gradient(355deg, #6bffb6, rgba(5, 233, 253, 0.54) 99%);
  background-image: url("../images/concrete-wall.png"), linear-gradient(95deg, #6bffb6, rgba(5, 233, 253, 0.54) 99%);
  background-position: 0px 0px, 0px 0px;
  background-size: 260px, auto; }

.list-item-live-feed {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 25px 40px 25px 25px;
  background-image: url("../images/_livefeed_icon.svg");
  background-position: 12px 87%;
  background-size: 40px;
  background-repeat: no-repeat; }

.live-feed-date {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: auto;
  padding-left: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  color: rgba(51, 51, 51, 0.48);
  font-size: 13px; }

.live-feed-content {
  width: 90%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400; }

.live-feed-content.alt {
  color: #fff; }

.h2-subtitel {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 30px; }

.cat-5articles {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.event-info-title-box {
  height: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px none #dbd8d8;
  font-size: 12px;
  text-transform: uppercase; }

.event-info-title-box.grey {
  color: rgba(51, 51, 51, 0.65); }

.event-date-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  border-style: none;
  border-top-width: 1px;
  border-top-color: rgba(78, 76, 76, 0.5);
  border-bottom-width: 1px;
  border-bottom-color: rgba(51, 51, 51, 0.5); }

.event-practical-info-box {
  border-bottom: 1px none #dbd8d8; }

.practical-info-event-content {
  height: 100%;
  padding: 15px 15px 10px 0px;
  border-bottom: 1px solid rgba(78, 76, 76, 0.5);
  background-color: #fff;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 300;
  text-transform: none; }

.event-list {
  margin-left: 10px; }

.web-link {
  color: #000;
  text-decoration: underline; }

.divider-live-feed {
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #dbd8d8; }

.live-feed-item {
  margin-bottom: 20px;
  padding: 15px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(78, 76, 76, 0.5);
  box-shadow: 1px 0 9px 2px rgba(218, 215, 215, 0.64); }

.artikel-img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 350px;
  max-width: none;
  -webkit-transform: translate(-50%, 0px) translate(0px, -50%);
  -ms-transform: translate(-50%, 0px) translate(0px, -50%);
  transform: translate(-50%, 0px) translate(0px, -50%); }

.artikel-img.vert {
  left: auto;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.video-block {
  display: block;
  width: 970px;
  margin-right: auto;
  margin-left: auto; }

.title-interview {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.2em;
  text-transform: uppercase; }

.title {
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase; }

.title.alt {
  margin-top: 0px; }

.title._2 {
  width: 100%;
  margin-top: 0px; }

.title-text {
  text-transform: uppercase; }

.interview-question-block {
  margin-bottom: 15px; }

.typeform-block {
  height: auto;
  padding: 18px;
  border: 1px solid #dbd8d8; }

.button {
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: #000;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 12px;
  letter-spacing: 0.2px;
  text-transform: uppercase; }

.button:hover {
  background-color: rgba(78, 76, 76, 0.7); }

.button.upload-files {
  margin-top: 10px;
  margin-bottom: 0px;
  border: 1px none #000;
  background-color: #6bffb6;
  color: #000; }

.calender-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.calender-info {
  display: inline-block;
  margin-bottom: 0px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 12px;
  line-height: 1em;
  font-weight: 400; }

.birthday-block {
  margin-top: 10px; }

.birthday-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 78px;
  border-bottom: 1px solid rgba(78, 76, 76, 0.5);
  text-decoration: none; }

.birthday-date-block {
  width: 30%;
  background-image: -webkit-linear-gradient(338deg, rgba(78, 76, 76, 0.43), rgba(218, 215, 215, 0.28) 99%);
  background-image: linear-gradient(112deg, rgba(78, 76, 76, 0.43), rgba(218, 215, 215, 0.28) 99%); }

.birthday-content {
  width: 70%; }

.birthday-age {
  font-size: 12px;
  line-height: 1.2em;
  font-weight: 400; }

.journalist-news-container {
  height: auto;
  margin-top: 30px;
  padding: 25px 35px 20px;
  box-shadow: 1px 1px 9px 2px #dbd8d8; }

.journalist-form-wrapper {
  margin-top: 25px; }

.form-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }

.form-items.alt {
  margin-bottom: 25px; }

.form-field {
  height: 32px;
  margin-right: 25px;
  border-style: none;
  background-color: rgba(218, 215, 215, 0.3);
  color: #000;
  font-size: 13px;
  line-height: 1.2em; }

.upload-files-content {
  width: 60%; }

.upload-files-content.algemene-voorwaarden {
  width: 60%; }

.upload-files-info-content {
  width: 70%;
  height: auto;
  padding-left: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  color: #4e4c4c;
  font-size: 12px;
  line-height: 1.4em;
  font-style: italic; }

.news-upload-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px dashed rgba(78, 76, 76, 0.5);
  border-bottom: 1px dashed rgba(78, 76, 76, 0.5); }

.news-upload-block.algemene-voorwaarden {
  margin-top: 0px;
  margin-bottom: 25px;
  border-top-style: none; }

.form-email-block {
  width: 50%;
  margin-right: 25px; }

.form-info {
  margin-top: 20px;
  font-family: Lato, sans-serif;
  color: #4e4c4c;
  font-size: 12px;
  line-height: 1.4em;
  font-style: italic; }

.text-link {
  color: #4e4c4c;
  text-decoration: underline; }

.checkbox-field {
  font-family: Lato, sans-serif;
  line-height: 1.4em;
  font-weight: 400; }

.checkbox {
  border-style: none; }

.contact-content {
  margin-bottom: 15px;
  border-bottom: 1px dashed #4e4c4c; }

.text-link-contact {
  color: #333; }

.contact-insiders-block {
  margin-bottom: 30px; }

.text-content-field {
  border-style: none;
  background-color: rgba(218, 215, 215, 0.3);
  font-size: 13px;
  line-height: 1.5em; }

.auteur-content-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; }

.auteur-content {
  width: 50%;
  margin-bottom: 25px;
  border-right: 1px solid rgba(78, 76, 76, 0.5); }

.auteur-content.right {
  padding-left: 50px;
  border-right-style: none; }

.name-function {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.search-field-content {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6px;
  padding-right: 10px;
  padding-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.1px;
  text-transform: uppercase; }

.search-field-content.indicator {
  background-color: rgba(218, 215, 215, 0.5);
  background-image: url("../images/_pijltje-11.svg");
  background-position: 9px 50%;
  background-size: 18px;
  background-repeat: no-repeat; }

.insider-content-wrapper {
  position: relative;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.insider-image {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 55%;
  height: 100%;
  background-image: url("../images/fabian-feyaerts-2.png");
  background-position: 37% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.insider-block-content {
  position: absolute;
  width: auto;
  height: 100%;
  padding: 70px 50px; }

.tags-selection-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding: 10px 0px 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dbd8d8; }

.slider-icon {
  top: 100px;
  margin-top: 0px; }

.snapchat-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 61px;
  margin-top: 10px;
  padding-left: 78px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fffc00;
  background-image: url("../images/snapcode.png");
  background-position: 5px 3px;
  background-size: auto 90%;
  background-repeat: no-repeat;
  color: #333;
  font-size: 15px;
  text-decoration: none; }

.snapchat-icon {
  height: 54px; }

.list-win {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.matrix-slideshow-slide {
  position: relative; }

.matrix-slideshow-slide-img {
  width: 100%; }

.matrix-beelden-first {
  width: 100%; }

.matrix-beelden-first-thumb {
  width: 100%; }

.matrix-beelden-thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: rgba(218, 215, 215, 0.5); }

.matrix-beelden-thumbs.video-thumbs {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #333; }

.matrix-beelden-thumb {
  position: relative;
  width: 24%;
  height: 140px;
  margin-bottom: 10px;
  background-image: url("../images/example-bg.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.matrix-beelden-thumb._1 {
  margin-bottom: 5px;
  background-image: url("../images/_justin.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.matrix-beelden-thumb._2 {
  background-image: url("../images/bab-buelens-2.png"); }

.matrix-beelden-thumb._3 {
  background-image: url("../images/jamieleesix-1.png"); }

.matrix-beelden-thumb._4 {
  background-image: url("../images/fabian-feyaerts-2.png"); }

.matrix-beelden-thumb-img {
  display: none; }

.fixed-ad-bg {
  position: absolute;
  left: 50%;
  top: 459px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  max-width: 970px;
  background-color: #fff;
  background-image: url("../images/concrete-wall.png");
  background-position: 0px 0px;
  background-size: 400px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px); }

.video-play-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(51, 51, 51, 0.18);
  background-image: url("../images/play_white.svg");
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat; }

.loading-blok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  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: #333;
  text-align: center; }

.loading-content {
  margin-left: 20px;
  color: #fff;
  text-align: left; }

.sky-scraper-container {
  position: absolute;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 970px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px); }

.sky-scraper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 160px;
  height: 600px;
  margin-top: 221px;
  background-color: #dbd8d8; }

.sky-scraper.left {
  left: -180px; }

.sky-scraper.right {
  left: auto;
  top: 0px;
  right: -180px; }

.sky-scraper-dummy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 32px;
  -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; }

.cookie-consent {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 50px;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-right: 0px;
  padding-left: 30px;
  -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: rgba(78, 76, 76, 0.95);
  color: #fff;
  font-size: 12px; }

.cookies-link {
  color: #fff; }

.cookie-bttn {
  height: 40px;
  padding: 11px 40px;
  background-color: #333;
  background-image: url("../images/arrow_white.svg");
  background-position: 91% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase; }

.cookie-bttn:hover {
  background-position: 100% 50%; }

.splash-contianer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  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: rgba(51, 51, 51, 0.86); }

.splash-content {
  position: relative;
  width: 500px;
  height: 400px; }

.splash-dummy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 400px;
  -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: #dbd8d8; }

.splash-close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #29f392; }

.date-newsroom-post {
  padding: 20px;
  background-color: #4e4c4c;
  color: #fff; }

.nr-post-img {
  width: 100%; }

.div-block {
  width: 970px; }

.new-video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url("../images/play_white.svg");
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat; }

.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;
  background-image: url("../images/concrete-wall.png");
  background-position: 0px 0px;
  background-size: 260px; }

.utility-page-content {
  display: block;
  width: 100%;
  max-width: 800px;
  -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; }

._503-logo {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding: 0px; }

.img {
  width: 100%; }

._503 {
  font-size: 18px;
  line-height: 1.3em; }

.social-icon-small {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-left: 5px; }

.content-grid {
  margin-top: 10px;
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  grid-template-columns: 2.25fr 1fr;
  grid-template-rows: auto auto; }

.content-grid.ie {
  display: block; }

.content-grid.ie-hero {
  display: block; }

.grid-right-column {
  position: static;
  display: block; }

.grid-right-column.ie {
  display: inline-block; }

.grid-left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -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; }

.grid-left-column.ie {
  display: block; }

.grid-article {
  display: inline-block;
  width: 33.2%;
  margin-bottom: -4px;
  padding: 0px; }

.grid-video-article {
  margin-top: 1px;
  margin-bottom: 1px; }

.grid-video-article.ie {
  display: block;
  width: 100%; }

.grid-link-video {
  position: relative;
  display: block;
  min-height: 250px; }

.grid-link-video._1 {
  background-image: url("../images/1445654.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.grid-link-video._2 {
  background-image: url("../images/_niv.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.grid-link-video._3 {
  background-image: url("../images/0111b0ca-73fb-11e8-a28c-5af204a15f13_web_scale_0.1580135_0.1580135__.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.grid-link-video.ie {
  width: 50%; }

.ad-divider {
  width: 100%;
  height: 6px; }

.block {
  width: 100%;
  padding: 30px;
  background-color: #c2ff25; }

.grid-home-title {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.grid-home-title-header {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.4em;
  text-transform: uppercase; }

html.w-mod-js *[data-ix="hover-photo-purple"] {
  opacity: 0;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

html.w-mod-js *[data-ix="hover-slider-images"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

html.w-mod-js *[data-ix="lazy-load"] {
  -webkit-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px); }

@media (max-width: 991px) {
  .container.header {
    padding-right: 0px;
    padding-left: 0px; }

  .logo {
    width: 130px; }

  .cat-nav {
    padding-bottom: 0px; }

  .pagenav {
    padding-top: 0px;
    padding-bottom: 0px; }

  .slideritem {
    display: block;
    width: 50%;
    max-height: none;
    margin-right: 5px;
    margin-left: 5px;
    -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; }

  .slider-image {
    display: none;
    width: 50px;
    height: 50px;
    margin-right: 0px; }

  .slider-image.alt {
    margin-right: 0px; }

  .latest-news-info {
    -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; }

  .latest-news-date {
    display: none;
    background-image: none; }

  .latest-news-h4 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 14px; }

  .heading4 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 14px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    font-size: 12px; }

  .hero {
    padding: 25px 10px; }

  .top-10-number-box {
    width: 20%;
    margin-left: 10px;
    padding-right: 25px; }

  .top-10-titl {
    font-size: 12px; }

  .top-10-titl.article {
    padding-right: 0px; }

  .section-item {
    padding-top: 10px;
    padding-bottom: 10px; }

  .artikel.entertainment {
    background-position: 50% 0px;
    background-size: 100%; }

  .artikel.big {
    height: 250px; }

  .ad2 {
    width: 300px;
    height: 250px; }

  .social {
    width: 32%; }

  .ad-section {
    padding-top: 0px;
    padding-bottom: 0px; }

  .ad-leaderbord-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }

  .leaderbord {
    display: block;
    margin: 0px auto 10px; }

  .instafeed-home-item._2 {
    width: 25%; }

  .trending-slider {
    height: 8vh;
    min-height: 60px; }

  .trending-slider-nav {
    display: none;
    padding-top: 20px; }

  .trending-slider-arrow {
    padding-right: 0px;
    padding-left: 43px; }

  .trending-slide-container {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 69px;
    padding-left: 69px;
    -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; }

  .trending-slide {
    min-height: 0px; }

  .featured-slider.categorypage.mobile {
    margin-bottom: 0px; }

  .section-link-container {
    margin-left: 5px; }

  .artikel-container {
    overflow: hidden;
    width: 50%; }

  .artikel-container.with-rectangle {
    width: 100%; }

  .artikel-container.big {
    height: 250px; }

  .artikel-container.video-mobile {
    width: 33.33333333%; }

  .follow-facebook {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 728px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .fb-icon {
    width: 100%;
    margin-right: 0px; }

  .footer-creds {
    margin-top: 37px;
    padding: 0px 26px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .beresterk {
    margin-top: 15px;
    padding-top: 0px; }

  .fixed-article {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .adblock_tablet {
    display: block;
    height: 500px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #333; }

  .leaderbord-ad-tablet {
    display: block;
    width: 728px;
    height: 90px;
    margin-right: auto;
    margin-left: auto; }

  .leaderbord_block-tablet {
    margin-top: 9px;
    margin-bottom: 9px; }

  .facebook-follow-tablet-version {
    height: 4vh;
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: -webkit-linear-gradient(270deg, #ff1361, #ff1361);
    background-image: linear-gradient(180deg, #ff1361, #ff1361); }

  .fb-follow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 56%;
    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;
    color: #fff; }

  .main-body {
    padding-right: 8px;
    padding-left: 8px; }

  .insider-figure {
    top: -39px;
    width: 150px;
    height: 150px; }

  .insider-figure.contact {
    top: -26px;
    right: -25px;
    width: 120px;
    height: 120px; }

  .insider-content {
    background-color: rgba(255, 255, 255, 0.5); }

  .insider-content.alt {
    background-color: rgba(205, 198, 198, 0.2);
    background-image: -webkit-linear-gradient(176deg, transparent, #fff);
    background-image: linear-gradient(274deg, transparent, #fff); }

  .insider_wrapper {
    padding-right: 60px;
    padding-left: 30px; }

  .insider-social-icons.auteurs {
    min-width: 100%; }

  .category-filter {
    padding: 0px; }

  .auteur {
    -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;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around; }

  .auteur-image._1 {
    margin-right: 20px; }

  .auteur-info {
    width: 50%; }

  .content-section.no-margin {
    margin-bottom: 0px; }

  .home-hero-left.win {
    min-width: 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .home-hero-left.mobile {
    min-width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .home-hero-right {
    width: auto; }

  .home-hero-right.artikel-related {
    width: 100%; }

  .home-hero-right.tablet {
    width: 40%; }

  .home-hero-right.tablet.alt {
    width: 300px; }

  .home-hero-latest-news {
    width: 100%; }

  .home-hero-latest-news-slider.kalender-home {
    margin-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .home-hero-right-ad.alt {
    width: 31%; }

  .latest-news-dateinfo {
    padding-right: 5px; }

  .compact-h5.alt.news {
    background-color: #26a956; }

  .floorad {
    max-width: 100%; }

  .wedstrijd-kalender {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .half-page-artikel-contiainer {
    height: auto;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .wedstrijd-button {
    padding-right: 0px;
    padding-left: 0px;
    border-right: 1px solid #fff; }

  .ad-rectangle {
    max-width: auto; }

  .social-share-artikel {
    margin-right: 80px; }

  .give-comment-box.alt {
    margin-top: 20px;
    margin-left: 0px; }

  .related-articles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .article-box-bottom {
    width: 100%; }

  .bottom-box-ad {
    width: 100%; }

  .matrix-bottom-article {
    width: 100%; }

  .facebook-wall-box {
    height: auto; }

  .content-box {
    padding-right: 32px;
    padding-left: 32px; }

  .fb-wall-date-box {
    width: 25%; }

  .step-block-left {
    padding: 17px;
    font-size: 20px; }

  .matrix-disqus {
    height: auto; }

  .video-block {
    width: auto;
    padding-top: 10px; }

  .journalist-news-container {
    margin-top: 30px;
    padding: 35px; }

  .form-items {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .form-field {
    margin-bottom: 20px; }

  .form-email-block {
    width: 100%;
    margin-right: 0px; }

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

  .auteur-content.right {
    padding-left: 20px; }

  .insider-content-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px; }

  .insider-image {
    width: 50%; }

  .insider-block-content {
    width: auto;
    height: auto;
    padding: 0px 25px 50px; }

  .list-win {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start; }

  .matrix-beelden-thumbs {
    padding: 8px; }

  .matrix-beelden-thumbs.video-thumbs {
    padding-top: 13px; }

  .fixed-ad-bg {
    left: 8px;
    right: 8px;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }

  .big-article {
    display: block;
    height: 350px; }

  .big-article._1 {
    position: relative;
    background-image: url("../images/1445654.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat; }

  .utility-page-content {
    padding: 17px; }

  ._503-logo {
    max-width: 260px; }

  ._503 {
    margin-top: 10px; }

  .social-icon-small {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    margin-left: 8px; }

  .grid-video-article {
    margin-bottom: 2px; } }
@media (max-width: 767px) {
  body {
    padding-top: 57px; }

  .section.dark.ad {
    display: none; }

  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .container.header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .container.alt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .ad.leaderboard {
    width: 640px;
    height: 150px;
    max-width: 100%; }

  .logo {
    width: 180px;
    padding-top: 6px;
    padding-bottom: 6px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-image: -webkit-linear-gradient(331deg, #e52713 74%, #ff881c);
    background-image: linear-gradient(119deg, #e52713 74%, #ff881c); }

  .mainnav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 99999;
    display: block;
    overflow: auto;
    height: 100%;
    background-color: #c2c2c2;
    background-image: -webkit-linear-gradient(313deg, rgba(17, 176, 190, 0.7) 35%, #5ce7a5);
    background-image: linear-gradient(137deg, rgba(17, 176, 190, 0.7) 35%, #5ce7a5);
    background-position: 0px 0px;
    background-size: auto;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px); }

  .mainnav-item {
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 10px 17px;
    border-bottom-style: none;
    color: #fff;
    font-size: 18px; }

  .mainnav-item:hover {
    background-color: transparent; }

  .mainnav-item.entertainment.filter {
    margin-right: 10px;
    padding: 4px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #000;
    font-size: 13px; }

  .mainnav-item.lifestyle.filter {
    margin-right: 10px;
    padding: 4px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #000;
    font-size: 13px; }

  .mainnav-item.technology.filter {
    margin-right: 10px;
    padding: 4px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #000;
    font-size: 13px; }

  .mainnav-item.heavy-shit.filter {
    padding: 4px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #000;
    font-size: 13px; }

  .mainnav-item.all {
    margin-right: 10px;
    padding-right: 4px;
    padding-left: 4px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #000;
    font-size: 13px; }

  .mainnav-item.all._1 {
    margin-left: 10px; }

  .mainnav-item.tag {
    margin-right: 5px;
    margin-bottom: 5px;
    color: #000; }

  .mainnav-item.hoofdtag {
    margin-right: 5px;
    margin-bottom: 5px; }

  .mainnav-item.white {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 12px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-size: 12px;
    line-height: 1em; }

  .mainnav-item.white.alt {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 12px;
    line-height: 1em; }

  .cat-nav {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px none rgba(218, 215, 215, 0.62); }

  .pagenav {
    margin-top: 40px;
    padding-bottom: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 3px solid rgba(255, 255, 255, 0.19); }

  .pagenavitem.pagenavitemfooter {
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase; }

  .mainnav-search {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #fff; }

  .mainnav-search-button.menu {
    background-image: url("../images/mobile_menu.svg");
    background-size: 28px; }

  .herosection {
    overflow: hidden; }

  .herosection.filter-articles {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; }

  .slideritem {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch; }

  .latest-news-h4 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .hero {
    padding-top: 10px;
    padding-bottom: 10px; }

  .hero.calender {
    overflow: hidden; }

  .top-10-hero {
    width: 100%;
    padding-left: 0px; }

  .top-10-hero.calendre {
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1; }

  .subject-title.heavyshit.title {
    background-size: 5%; }

  .top-10-titl {
    width: 60%; }

  .top-10-titl.article {
    padding-right: 10px; }

  .section-item {
    padding-top: 10px;
    padding-bottom: 10px; }

  .section-item.full.gradient {
    padding-top: 0px;
    padding-bottom: 0px; }

  .section-item.full.gradient._3 {
    padding-top: 0px;
    padding-bottom: 0px; }

  .section-item.full.gradient._3.hide-mobile {
    background-image: none; }

  .section-item.full.gradient.heavyshithome {
    background-image: none; }

  .artikel {
    height: 250px; }

  .artikel.entertainment {
    background-size: 300px;
    background-repeat: repeat; }

  .artikel.big {
    height: 350px; }

  .containerblock {
    padding-top: 0px;
    padding-bottom: 0px; }

  .rectangle-ad {
    width: 100%;
    height: auto; }

  .rectangle-ad.halfpage.kalenderwinhalfpage {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .rectangle-ad.halfpage.last {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  .ad2 {
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: 100%; }

  .social {
    width: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch; }

  .leaderbord {
    width: 640px;
    height: 150px;
    max-width: 100%;
    background-size: cover; }

  .instafeed-home-item {
    width: 50%;
    padding-bottom: 50%; }

  .instafeed-home-item._2 {
    width: 50%; }

  .trending-slider {
    height: 10vh;
    min-height: 150px; }

  .trending-slider-arrow {
    margin-right: -22px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left; }

  .trending-slider-arrow.slider-arrow-left {
    margin-right: 0px;
    margin-left: -20px; }

  .trending-slide-container {
    margin-right: 0px;
    margin-left: 0px;
    padding: 11px 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; }

  .search-header {
    background-color: #fff; }

  .search-field {
    margin-top: 9px; }

  .search-button {
    background-color: #fff; }

  .featured-slider {
    margin-bottom: 0px; }

  .featured-slider.categorypage.mobile {
    width: 100%;
    margin-bottom: 10px; }

  .featured-slider._2 {
    margin-bottom: 0px; }

  .featured-slider.mobile {
    margin-bottom: 5px;
    border-bottom: 1px solid #fff; }

  .section-link-container.w33 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .section-link-container.wflex {
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .artikel-container.home-hero-article {
    height: 250px; }

  .artikel-container._50 {
    margin-right: 0px; }

  .artikel-container.big {
    width: 100%;
    height: 350px; }

  .section-link.alt.mobile {
    width: auto;
    margin-left: 15px;
    padding-right: 2px;
    padding-left: 2px; }

  .seperator {
    display: none; }

  .containfooter {
    padding-top: 15px;
    padding-bottom: 15px; }

  .beresterk {
    width: 28px;
    margin-top: 0px; }

  .social-link {
    width: 30px;
    height: 30px; }

  .fixed-article-figure {
    display: none; }

  .fixed-article-icon {
    display: none;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-size: 90%; }

  .header {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 99999;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.37); }

  .fixed-nav {
    display: none;
    height: 0px; }

  .mobile-navbutton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 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; }

  .mobile-nav-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(107, 255, 182, 0.79);
    background-image: url("../images/_instagram_black-10-10.svg");
    background-position: 50% 50%;
    background-size: 50%;
    background-repeat: no-repeat; }

  .mobile-nav-close.splash-close {
    top: -20px;
    right: -20px;
    display: block; }

  .main-body {
    padding-right: 7px;
    padding-left: 7px; }

  .main-body.alt {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px; }

  .insider-block {
    height: 200px;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .insiders {
    background-color: #5ce7a5; }

  .insider {
    width: 50%; }

  .insider.contact {
    overflow: visible; }

  .insider-figure {
    top: -20px;
    right: -27px;
    width: 130px;
    height: 130px; }

  .insider-figure._5 {
    background-image: url("../images/fabian-feyaerts-2.png"); }

  .insider-content {
    padding-bottom: 20px; }

  .insider-social-icons.auteurs.contact {
    margin-top: 12px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .insider-social-icons.alt {
    margin-top: 25px; }

  .social-icons-top {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .social-icons-bottom {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .category-filter {
    margin-bottom: auto;
    padding: 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;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }

  .auteur.mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .auteur-image._1 {
    display: block; }

  .auteur-image._1.contact {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .auteur-info.contact {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .big-image {
    margin-top: 0px; }

  .heading1 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 35px; }

  .heading1.mobile {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 35px; }

  .heading1._2 {
    margin-bottom: 5px; }

  .heading1.win-detail-h1 {
    margin-bottom: 10px; }

  .content-section.article {
    display: block;
    max-width: auto; }

  .home-hero-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .home-hero-block.alt {
    height: auto;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .home-hero-left {
    margin-right: 0px; }

  .home-hero-left.win {
    min-height: 100%;
    min-width: 100%; }

  .home-hero-left.mobile {
    min-width: 100%; }

  .home-hero-right {
    width: 100%; }

  .home-hero-right.tablet.alt {
    width: 100%; }

  .home-hero-latest-news-slider {
    margin-top: 10px; }

  .home-hero-latest-news-slider.kalender-home {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .home-hero-right-ad.alt {
    width: 100%; }

  .latest-news-dateinfo {
    font-size: 11px; }

  .compact-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .compact-article {
    width: 50%; }

  .compact-article._1.mobile-extra {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .compact-article.mobile {
    width: 100%; }

  .wedstrijd-kalender {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .half-page-artikel-contiainer {
    margin-bottom: 10px; }

  .wedstrijd-button {
    text-decoration: none; }

  .wedstrijd-button.win {
    width: 100%;
    height: 250px;
    margin-right: 0px;
    border-bottom: 1px solid #fff; }

  .wedstrijd-button-content._2 {
    text-decoration: none; }

  .fixed-ad {
    top: 52px; }

  .ad-rectangle.alt {
    display: none; }

  .headerimage {
    height: auto;
    max-height: 450px;
    min-height: 350px;
    background-image: url("../images/landscape-1426526635-justin-bieber-roast-1242.jpg");
    background-position: 0px 0px;
    background-size: 800px; }

  .headerimage._2 {
    height: auto;
    min-height: 300px; }

  .headerimage.article {
    background-position: 50% 50%; }

  .headerimage.article.live {
    background-image: url("../images/pukkelpop.jpg");
    background-size: cover; }

  .headerimage._5 {
    height: auto; }

  .headerimage.win.padding {
    margin-bottom: 20px; }

  .headerimage.alt {
    margin-bottom: 10px;
    background-image: url("../images/media_xll_9108738.jpg");
    background-position: 50% -26px;
    background-size: cover; }

  .headerimage.iedereen-journalist.alt {
    background-image: url("../images/bab-buelens-2.png");
    background-position: 50% 50%; }

  .article-section {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px; }

  .column-right {
    width: 100%; }

  .tags-block {
    margin-bottom: 10px; }

  .tags-block.mobile {
    margin-bottom: 0px; }

  .social-share-artikel.mobile {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .other-articles.bis {
    width: 100%;
    height: 100px; }

  .other-articles.bis.mobile {
    height: 100px; }

  .previous-article-box.mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .article-arrow.mobile {
    width: 45px; }

  .give-comment-box.mobile {
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
    padding: 7px;
    background-color: #6bffb6; }

  .comment-box {
    width: 25px;
    height: 25px; }

  .comment-box.mobile {
    width: 25px;
    height: 25px; }

  .view-comments-disqus {
    cursor: pointer; }

  .bottom-box {
    height: auto;
    margin-left: 0px; }

  .bottom-box.mobile {
    margin-left: 0px; }

  .beresterk-block-footer {
    margin-top: 15px; }

  .matrix-big-image {
    margin-top: 0px;
    margin-bottom: 10px; }

  .matrix-big-image.mobile {
    width: 100%; }

  .matrix-bottom-article {
    height: 100%; }

  .shopify-block {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #dbd8d8; }

  .facebook-wall-box {
    width: 100%;
    height: auto; }

  .wall-post-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .fb-wall-date-box {
    width: 30%; }

  .fb-wall-image-box {
    width: 100%; }

  .fb-wall-image-box._1 {
    width: 20%; }

  .fb-wall-title-box {
    padding-right: 30px;
    padding-left: 30px; }

  .fb-wall-title-box.rs-text {
    width: 100%; }

  .date-box {
    font-size: 12px;
    line-height: 1.4em; }

  .thumbnail-block.video {
    margin-bottom: 0px; }

  .event-image-block {
    text-align: center; }

  .video-block {
    margin-bottom: 10px; }

  .partner-box-mobile {
    width: 80px;
    height: 80px;
    background-color: #fff; }

  .partner-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 50px 0px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .logo-partner-mobile {
    max-width: auto; }

  .title {
    margin-top: 5px;
    margin-bottom: 0px; }

  .title._2 {
    margin-bottom: 10px; }

  .typeform-block {
    margin-top: 10px;
    margin-bottom: 10px; }

  .calender-box {
    margin-top: 10px; }

  .calender-info {
    background-color: rgba(255, 255, 255, 0.8); }

  .journalist-news-container {
    margin-bottom: 30px;
    padding: 25px; }

  .auteur-content-wrapper {
    padding: 10px 20px; }

  .insider-content-wrapper {
    padding: auto; }

  .insider-block-content {
    height: 100%;
    padding-top: 40px; }

  .tags-selection-block {
    margin-top: 9px; }

  .list-win {
    margin-left: 0px; }

  .matrix-beelden-thumb {
    margin-bottom: 0px; }

  .fixed-ad-bg {
    top: 306px; }

  .video-play-overlay {
    background-size: 30px; }

  .cookie-consent {
    padding-left: 20px; }

  .nr-post-img {
    width: 100%; }

  .big-article {
    height: 280px;
    margin-bottom: 2px; }

  .utility-page-content {
    padding-right: 30px;
    padding-left: 30px; }

  .social-icon-small {
    margin-top: 5px;
    margin-bottom: 5px; } }
@media (max-width: 479px) {
  .logo {
    width: 140px; }

  .mainnav-item.entertainment.filter {
    margin-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 11px; }

  .mainnav-item.lifestyle.filter {
    margin-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 11px; }

  .mainnav-item.technology.filter {
    margin-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 11px; }

  .mainnav-item.heavy-shit.filter {
    margin-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 11px; }

  .mainnav-item.all {
    font-size: 11px; }

  .mainnav-item.all._1 {
    margin-bottom: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .mainnav-item.hoofdtag {
    margin-bottom: 5px; }

  .mainnav-item.hoofdtag:hover {
    background-color: #a738ff; }

  .mainnav-search {
    padding-right: 15px;
    padding-left: 15px; }

  .herosection.filter-articles {
    padding: 15px 5px; }

  .slideritem {
    padding-bottom: 2px; }

  .latest-news-h4.alt {
    margin-bottom: 10px; }

  .article-info {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    min-height: 200px;
    text-decoration: none; }

  .article-info.alt {
    height: 310%;
    min-height: auto; }

  .article-info.slideshow {
    min-height: auto; }

  .subject-title.heavyshit.title {
    background-size: 7%; }

  .top-10-titl {
    width: 80%;
    padding-right: 10px; }

  .top-10-titl.article {
    padding-right: 10px; }

  .top-10-titl.tag-title {
    margin-right: 5px; }

  .artikel {
    height: 200px;
    text-decoration: none; }

  .artikel._1 {
    text-decoration: none; }

  .artikel._13 {
    text-decoration: none; }

  .artikel.event {
    height: 200px; }

  .artikel.event._1 {
    background-position: 50% 0px;
    background-size: cover; }

  .rectangle-ad.halfpage {
    margin-bottom: 5px; }

  .rectangle-ad.halfpage.kalenderwinhalfpage {
    display: none; }

  .social {
    width: 49%; }

  .ad-leaderbord-block {
    display: none; }

  .instafeed-home-item {
    width: 100%;
    padding-bottom: 100%; }

  .instafeed-home-item._2 {
    width: 100%; }

  .instafeed-home-item._3 {
    width: 100%; }

  .instafeed-home-item._4 {
    width: 100%; }

  .instafeed-home-item._5 {
    width: 100%; }

  .instafeed-home-item._6 {
    width: 100%; }

  .instafeed-home-item._7 {
    width: 100%; }

  .instafeed-home-item._8 {
    width: 100%; }

  .instafeed-home-item.instafeed-home-title {
    width: 50%;
    padding-bottom: 50%; }

  .trending-slider-arrow {
    margin-right: -21px;
    padding-left: 0px; }

  .trending-slider-arrow.slider-arrow-left {
    margin-right: 0px;
    margin-left: -21px; }

  .trending-slide-container {
    padding-right: 36px;
    padding-left: 36px; }

  .search-field {
    margin-top: 20px; }

  .featured-slider {
    height: 100%; }

  .featured-slider.mobile {
    height: 310%; }

  .artikel-container {
    height: 200px; }

  .artikel-container.home-hero-article {
    width: 50%;
    height: 200px; }

  .artikel-container.video-mobile {
    width: 100%; }

  .footer-creds {
    text-align: center; }

  .social-link {
    width: 21px;
    height: 25px;
    margin: 3px 6px 3px 3px; }

  .fixed-article {
    padding-right: 20px; }

  .fixed-article-text {
    padding-left: 12px; }

  .mobile-navbutton {
    padding-right: 15px;
    padding-left: 15px; }

  .main-body {
    padding-top: 50px; }

  .insider-block {
    height: 220px; }

  .insider {
    width: 100%; }

  .insider.contact {
    width: 100%; }

  .insider-figure {
    top: -20px;
    right: -23px;
    width: 120px;
    height: 120px; }

  .insider-content.contact._2.mobile_reg {
    background-image: url("../images/concrete-wall.png"), -webkit-linear-gradient(270deg, rgba(5, 233, 253, 0.78), rgba(107, 255, 182, 0.9));
    background-image: url("../images/concrete-wall.png"), linear-gradient(180deg, rgba(5, 233, 253, 0.78), rgba(107, 255, 182, 0.9));
    background-position: 0px 0px, 0px 0px;
    background-size: 260px, auto; }

  .insider-content.contact.mobile_alt {
    background-color: #dbd8d8;
    background-image: url("../images/concrete-wall.png");
    background-position: 0px 0px;
    background-size: 260px; }

  .insider_wrapper {
    padding-top: 0px;
    padding-right: 80px;
    padding-bottom: 0px; }

  .insider-social-icons.alt {
    margin-top: 0px; }

  .social-icons-top {
    text-align: center; }

  .category-filter {
    margin-bottom: 16px;
    padding-right: 0px;
    padding-left: 0px; }

  .category-filter.alt {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .categorie-type-filter {
    margin-right: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px; }

  .categorie-type-filter.all {
    margin-right: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px; }

  .auteur.mobile {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .auteur-image._1 {
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 5px; }

  .auteur-info {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 12px;
    line-height: 1.2em; }

  .paragraph {
    font-size: 16px;
    line-height: 1.5em; }

  .heading1 {
    font-size: 28px; }

  .home-hero-latest-news-slider.kalender-home {
    height: auto; }

  .latest-news-dateinfo {
    padding-right: 0px; }

  .half-page-artikel-contiainer {
    margin-top: 0px;
    padding: 0px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .wedstrijd-button {
    margin-bottom: 5px; }

  .wedstrijd-button.win {
    height: 200px; }

  .calendar-date-field {
    height: 60px;
    font-size: 14px; }

  .social-icon._1 {
    width: 20px;
    height: 20px; }

  .social-icon._2 {
    width: 20px;
    height: 20px; }

  .other-articles.bis {
    height: 140px; }

  .previous-article-content {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px; }

  .matrix-slider.full-width {
    height: 300px; }

  .submenu-block {
    background-color: rgba(51, 51, 51, 0.84); }

  .shopify-block {
    background-color: #dbd8d8; }

  .shopify-embed {
    border-color: #333; }

  .wall-post-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .fb-wall-date-box {
    width: 100%;
    height: 50px; }

  .fb-wall-image-box {
    width: 100%;
    height: 120px; }

  .fb-wall-image-box._1 {
    width: 100%;
    height: 120px; }

  .fb-wall-image-box._2 {
    width: 100%; }

  .fb-wall-title-box {
    width: 100%;
    margin-bottom: 50px; }

  .list-item-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  .list-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .step-block-left {
    width: 25%; }

  .step-block-right {
    font-size: 14px;
    line-height: 1.5em; }

  .slideshow-slide {
    background-image: url("../images/26a2476dc344c27ac3e7670c9df711b2.jpeg");
    background-position: 50% 50%;
    background-size: cover; }

  .slideshow-slide-item {
    height: auto; }

  .button.upload-files {
    margin-bottom: 10px; }

  .journalist-news-container {
    padding: 25px; }

  .upload-files-content {
    width: 100%;
    margin-bottom: 10px; }

  .upload-files-content.algemene-voorwaarden {
    width: 100%; }

  .upload-files-info-content {
    width: 100%;
    padding-left: 0px; }

  .news-upload-block {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .checkbox-field {
    margin-bottom: 15px; }

  .auteur-content-wrapper {
    padding: 0px; }

  .auteur-content {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(78, 76, 76, 0.5);
    border-right-style: none; }

  .auteur-content.right {
    padding-left: 20px; }

  .search-field-content {
    padding-top: 6px; }

  .insider-image {
    width: 50%; }

  .insider-block-content {
    width: 50%;
    padding-top: 20px; }

  .tags-selection-block {
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px; }

  .matrix-beelden-thumb {
    width: 46.5%;
    margin-bottom: 10px; }

  .cookie-consent {
    height: 53px;
    padding-left: 10px; }

  .cookie-bttn {
    height: 52px;
    padding-top: 17px;
    padding-bottom: 17px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

  .splash-content {
    width: 90%;
    height: 0px;
    padding-bottom: 72%; }

  .splash-dummy {
    width: 100%;
    height: 0px;
    padding-bottom: 80%; }

  .big-article {
    height: 250px;
    margin-bottom: 1px; }

  .big-article._1 {
    text-decoration: none; }

  ._503-logo {
    max-width: 180px; }

  ._503 {
    font-size: 15px; } }
#w-node-2b0dd0de4c3b-a3c9c2b9 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3; }

#w-node-f14835a82b96-a3c9c2b9 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3; }

#w-node-5ed5be2773b7-a3c9c2b9 {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3; }

#w-node-5ed5be27743c-a3c9c2b9 {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3; }

.mainnav-item.videoNav {
  border-bottom: 3px solid #ef8535; }
  .mainnav-item.videoNav:hover {
    background-color: #ef8535; }

.section-title-h2 a {
  text-decoration: none; }

.mobileAd {
  display: none; }

.noMarginBottom {
  margin-bottom: 0 !important; }

.noPaddingTop {
  padding-top: 0 !important; }

.noPaddingBottom {
  padding-bottom: 0 !important; }

.borderBottom {
  border-bottom: 1px solid white; }

.grid-video-article {
  overflow: hidden; }

.article-section.kalender {
  width: 100%; }

.partner-box-logo {
  background-image: none; }

h3.marginTopH3 {
  margin-top: -15px; }

.mobileMarginBottom10 {
  margin-bottom: 0 !important; }

.marginTop15 {
  margin-top: 15px; }

.noMarginBottom {
  margin-bottom: 0; }

.marginBottom10 {
  margin-bottom: 10px; }

.kalender {
  color: #FF6E9E; }

.section-title-h2.with-icon.kalender {
  background-image: url("../images/calender.svg");
  background-size: 15px;
  color: #FF6E9E; }

.compact-h5.alt.kalender {
  color: #FFF;
  background-color: #FF6E9E; }

.section-title-top-gradient.kalender {
  background-image: linear-gradient(103deg, #FF6E9E 3%, #FF6E9E 52%, #a738ff); }

.article-section .matrix-image-title-text {
  margin-top: 0; }

.compact-h5.news {
  background-color: #26a956; }

.rectangle-ad.halfpage.article-kolom {
  margin-top: 0; }

.mainnav-search {
  background-color: white; }

.insider-content-wrapper {
  height: 250px;
  border-right: 10px solid white; }

.insiderTitle {
  position: absolute;
  bottom: 0; }

.home-hero-right .snapchat-cat {
  margin-top: 10px; }

.featured {
  height: 320px; }

.w-slider.homeSlider, .w-slider.homeSlider .featured {
  height: 311px; }

a {
  color: inherit; }

.search-button .searched:hover {
  cursor: default; }

.search-field {
  margin-top: 0; }

input.search-button {
  border: none;
  color: transparent;
  background-color: transparent;
  height: 38px; }

input.search-button.searched {
  border: none;
  color: transparent;
  background-color: transparent; }

.compact-article, .artikel {
  border-color: transparent; }

.lineabove {
  border-top: 1px solid rgba(51, 51, 51, 0.3);
  padding-top: 15px; }

.ad-section {
  background-color: transparent; }

.floorad, .leaderbord {
  background-image: none; }

#google_image_div {
  margin: 0 auto; }

.positionRelative {
  position: relative; }

.height25.video-play-overlay {
  background-size: 15px auto; }

.content-section.article.alt.video-top {
  background-color: white;
  height: 250px; }

.video-block {
  margin-bottom: 10px; }

.hoofdtag.other {
  background-color: #333;
  color: white; }

.compact-article {
  max-height: 200px;
  padding: 0; }

.social-img img {
  margin-left: 12px; }

.messengerIcon {
  display: inline;
  padding-top: 2px;
  background-image: url("../images/_messenger-black2-01.svg");
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  position: relative;
  z-index: 100;
  margin-left: 12px;
  background-color: transparent;
  transition: all 0.3s;
  -webkit-transition: all .25s ease-in-out; }
  .messengerIcon .fb-send {
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all .25s ease-in-out; }
    .messengerIcon .fb-send:hover {
      opacity: 1;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all .25s ease-in-out; }
  .messengerIcon:hover {
    padding-left: 2px;
    padding-right: 2px;
    width: auto;
    cursor: hand;
    opacity: 1;
    transition: opacity 0.3s;
    -webkit-transition: all .25s ease-in-out;
    background-color: black; }

.video-top .article-section.alt {
  width: 100%; }

.latest-news-item.relVideo {
  border-right: 1px solid rgba(51, 51, 51, 0.1); }

.matrix-big-video .latest-news-items {
  width: 32%;
  display: inline-block; }

.social-icon._3 {
  background-image: url(../images/whatsappblack.svg);
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background-position: 0 0;
  background-size: cover; }

.placeHolder {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.artikel-img {
  z-index: -1;
  height: 100%;
  min-width: 100%;
  min-height: 100%; }

.wedstrijd-button-content {
  overflow: hidden; }
  .wedstrijd-button-content .artikel-img {
    height: auto;
    min-width: 100%;
    position: absolute; }

.instafeed-home-item {
  height: 250px; }

.section-item.full.gradient {
  position: relative;
  z-index: 0; }

.article-info .heavy-shit {
  background-color: #002eeb; }

.half-page-artikel-contiainer {
  margin-bottom: 0; }
  .half-page-artikel-contiainer .width50 img {
    width: 100%; }

.artikel-container.fullWidthAd {
  width: 100%;
  height: auto;
  margin-top: 10px; }
  .artikel-container.fullWidthAd .ad-section {
    background-color: transparent; }

a.noDecoration {
  text-decoration: none !important; }

div.paragraph {
  margin-bottom: 0; }

p.insider-p {
  max-width: 100%; }

.auteur .social-share-artikel img {
  padding-bottom: 5px; }

.paragraph {
  display: block; }

.insider-block {
  overflow: hidden; }

.insiderLink {
  text-decoration: none; }
  .insiderLink > a {
    text-decoration: none; }

.article-info.alt {
  height: 320px; }

.section-title-h2 {
  border-bottom: none; }

.article-box-bottom {
  margin-bottom: 10px;
  padding-bottom: 10px; }

.embedMaxWidth iframe {
  max-width: 100% !important; }

.calendar-date-field.alt {
  height: 100%; }

.event-date-info {
  display: block; }

.list-item-left.date-event, .list-item-right.event-info, .list-item-left.date-event.price, .list-item-right.event-info.alt {
  width: 100%; }

.twitter-feed {
  overflow: auto; }

.formHoney {
  display: none; }

.onlyShowOnMobile {
  display: none; }

.onlyHideOnMobile {
  display: inline-block;
  margin: auto; }

.searched {
  height: 38px;
  clear: both; }

.showOnMobile {
  display: none; }

@media screen and (max-width: 991px) {
  .home-hero-latest-news {
    width: auto; }

  .alt .article .content-section {
    min-height: 250px; }

  .showOnMobile {
    display: none; } }
@media screen and (min-width: 768px) {
  .showOnMobile {
    display: none; }

  .moreNews.hidden:last-of-type {
    display: none; } }
@media screen and (max-width: 767px) {
  .leaderbord, .halfpage, .home-hero-right-ad, .rectangle-ad, .leaderbord, .ad2.halfpage {
    text-align: center;
    height: auto; }

  .main-body {
    padding: 45px 3px 0 3px; }

  .article-section {
    padding-left: 0; }

  .social-share-bottom {
    padding: 5px 2px;
    background-color: rgba(255, 255, 255, 0.6); }

  .insider-block {
    height: auto; }

  .content-section.article.alt.video-top {
    background-color: white;
    height: auto; }

  .list-win {
    display: block; }

  .mobileMarginBottom10 {
    margin-bottom: 10px !important; }

  .mobileMarginTop10 {
    margin-top: 10px !important; }

  .artikel-container.home-hero-article, .artikel, .artikel.event {
    height: 280px; }

  .content-section.article {
    margin-top: 0; }
    .content-section.article .matrix-image-title-text {
      margin-top: 0; }

  .showOnMobile {
    display: none; } }
@media screen and (max-width: 479px) {
  .mobileAd {
    display: block;
    margin: 0 auto;
    text-align: center; }

  .showOnMobile {
    display: inline-block; }

  .half-page-artikel-contiainer {
    padding: 0; }

  img.artikel-img .width {
    width: auto;
    height: 100%; }

  .home-hero-articles .artikel-container.home-hero-article.popNewsImg img {
    height: 280px !important; }

  .social-share-artikel {
    margin-right: 0; }

  .article-text-item {
    padding: 8px 8px 13px 8px; }

  .event-date-info {
    margin-bottom: 0; }

  .w-lightbox-close {
    top: 55px !important; }

  .searched {
    margin-top: 10px;
    clear: both; }

  .onlyShowOnMobile {
    display: inline-block; }

  .onlyHideOnMobile {
    display: none; }

  .featured {
    padding-right: 0; }

  .messengerIcon {
    height: 20px;
    width: 20px;
    margin-left: 10px; }

  .content-section {
    overflow: hidden; }

  .footer-creds {
    margin-top: 0; }
    .footer-creds img {
      margin-top: 10px; }

  .mobileMarginBottom10 {
    margin-bottom: 10px !important; }

  .mobileMarginTop10 {
    margin-top: 10px !important; }

  .category-filter {
    margin-bottom: 0 !important; }

  .home-hero-block {
    margin-top: 0; }

  .alt.compact-h5 {
    text-decoration: none; }

  .search-button {
    height: 38px;
    flex: none; }

  .video-block {
    margin-bottom: 0; }
    .video-block iframe {
      width: 100%;
      height: 250px; } }
.headerimage, .headerimage.win {
  background-image: none; }

a.wedstrijd-button.win.big {
  height: 325px; }

.article-section.alt {
  width: 100%; }

.matrix-related-articles {
  width: 100%; }

#infscr-loading {
  width: 100%;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  background-color: #333;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding: 30px;
  text-align: center;
  color: white; }

.fixed-ad {
  position: fixed;
  left: 0;
  /* top: 211px; */
  right: 0;
  bottom: 0;
  z-index: -2;
  /* display: none; */
  width: 100%;
  height: 100%;
  /* background-image: url(../images/15810290093386584520.jpg);
  background-position: 50% 0;
  background-size: 1920px;
  background-repeat: no-repeat;
  background-attachment: scroll; */ }

.floorad {
  height: auto;
  margin: 0 auto;
  text-align: center; }

.nav-ad .ad.dark.section {
  padding-top: 0;
  padding-bottom: 0; }
  .nav-ad .ad.dark.section .container.leaderboard-top {
    padding-top: 0;
    padding-bottom: 0; }

.nav-ad .ad.dark.section .container.leaderboard-top iframe {
  margin-top: 14px;
  margin-bottom: 14px; }

#adslot-takeover {
  text-align: center; }

.section-item.full.floor-ad {
  text-align: center;
  background-image: none; }

.follow-facebook {
  text-align: center; }

.cc-window.cc-banner.cc-type-info.cc-theme-classic.cc-bottom.cc-color-override--477612357 {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 50px;
  z-index: 9998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  padding-right: 0px;
  padding-left: 30px;
  -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: rgba(78, 76, 76, 0.95);
  color: #fff;
  font-size: 12px; }

.cookies-link {
  color: #fff; }

.cc-color-override--477612357 .cc-btn.cc-btn.cc-dismiss {
  height: 40px;
  padding: 11px 40px;
  background-color: #333;
  background-image: url("../images/arrow_white.svg");
  background-position: 91% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase; }

.cookie-bttn:hover {
  background-position: 100% 50%; }

.insider-block-content {
  position: relative; }

.news.hoofdtag {
  background-color: #26a956; }

.entertainment.hoofdtag {
  background-color: #a738ff; }

.lifestyle.hoofdtag {
  background-color: #e52713; }

.technology.hoofdtag {
  background-color: #05e9fd; }

.heavy-shit.hoofdtag {
  background-color: #002eeb; }

.other.hoofdtag {
  background-color: #333; }

.mainnav-item.white.all.active, .mainnav-item.white.all:hover {
  background-color: white; }
  .mainnav-item.white.all.active:hover, .mainnav-item.white.all:hover:hover {
    background-color: white;
    color: #333; }
.mainnav-item.white.news.active, .mainnav-item.white.news.active:hover, .mainnav-item.white.news:hover {
  background-color: #26a956; }
.mainnav-item.white.entertainment.active, .mainnav-item.white.entertainment.active:hover, .mainnav-item.white.entertainment:hover {
  background-color: #a738ff; }
.mainnav-item.white.lifestyle.active, .mainnav-item.white.lifestyle.active:hover, .mainnav-item.white.lifestyle:hover {
  background-color: #e52713; }
.mainnav-item.white.technology.active, .mainnav-item.white.technology.active:hover, .mainnav-item.white.technology:hover {
  background-color: #05e9fd; }
.mainnav-item.white.heavy-shit.active, .mainnav-item.white.heavy-shit.active:hover, .mainnav-item.white.heavy-shit:hover {
  background-color: #002eeb; }
.mainnav-item.white.other.active, .mainnav-item.white.other.active:hover, .mainnav-item.white.other:hover {
  background-color: #333; }
.mainnav-item.white.win.active, .mainnav-item.white.win.active:hover, .mainnav-item.white.win:hover {
  background-color: #333; }
.mainnav-item.white.newsroom.active, .mainnav-item.white.newsroom.active:hover, .mainnav-item.white.newsroom:hover {
  background-color: #333; }

.artikel.artikel5 {
  background-image: none; }

.whiteBG {
  background: white;
  padding: 20px; }

.rectangle-ad.halfpage {
  height: auto !important; }

.compact-article, .wedstrijd-button-content {
  background-image: none; }

.compact-h5 {
  display: inline-block; }

.clearBoth {
  display: block;
  height: 1px;
  width: 100%; }

@media screen and (min-width: 992px) {
  .w-slider.homeSlider .featured .article-info.alt {
    height: 311px; } }
.slick-prev, .slick-next {
  width: 30px;
  height: 30px;
  color: transparent; }

.slick-next {
  top: 50px;
  right: 25px;
  background-image: url(../images/arrow_right.svg);
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat; }

.slick-prev {
  top: 50px;
  left: 25px;
  background-image: url(../images/arrow_left.svg);
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat; }

.youtube-cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 61px;
  margin-top: 10px;
  padding-left: 78px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff0000;
  background-image: url("../images/youtube.png");
  background-position: 5px 3px;
  background-size: auto 90%;
  background-repeat: no-repeat;
  color: white;
  font-size: 15px;
  text-decoration: none; }

.youtube-icon {
  height: 54px; }

.cc-window.cc-banner.cc-type-info.cc-theme-classic.cc-bottom.cc-color-override--477612357 {
  bottom: 0; }

/*# sourceMappingURL=style.css.map */
