/* CSS Document */
/*groen*/
/*geel*/
/*geel*/
/*donkergrijs*/
/*donkergrijs*/
/*donkergroen*/
/*blauw*/
@font-face {
    font-family: "VAGRoundedBT-Regular";
    src: url(VAGRoundedBT-Regular.eot?#iefix) format("embedded-opentype"), url(VAGRoundedBT-Regular.woff) format("woff"), url(VAGRoundedBT-Regular.ttf) format("truetype"), url(VAGRoundedBT-Regular.svg#VAGRoundedBT-Regular) format("svg");
    font-weight: normal;
    font-style: normal
    }
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
    }
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
    display: inline-block
    }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0
    }
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none
    }
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    }
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
    font-family: sans-serif
    }
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
    margin: 0
    }
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
    outline: thin dotted
    }
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
    outline: 0
    }
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0
    }
h2 {
    font-size: 1.5em;
    margin: 0.83em 0
    }
h3 {
    font-size: 1.17em;
    margin: 1em 0
    }
h4 {
    font-size: 1em;
    margin: 1.33em 0
    }
h5 {
    font-size: 0.83em;
    margin: 1.67em 0
    }
h6 {
    font-size: 0.67em;
    margin: 2.33em 0
    }
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted
    }
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b, strong {
    font-weight: bold
    }
blockquote {
    margin: 1em 40px
    }
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic
    }
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
    }
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
    background: #ff0;
    color: #000
    }
/**
 * Address margins set differently in IE 6/7.
 */
p, pre {
    margin: 1em 0
    }
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: "courier new", monospace;
    font-size: 1em
    }
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
    }
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none
    }
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before, q:after {
    content: "";
    content: none
    }
/**
 * 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
    }
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl, menu, ol, ul {
    margin: 1em 0
    }
dd {
    margin: 0 0 0 40px
    }
/**
 * Address paddings set differently in IE 6/7.
 */
menu, ol, ul {
    padding: 0 0 0 40px
    }
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
    list-style: none;
    list-style-image: none
    }
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
    }
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden
    }
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0
    }
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0
    }
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
    }
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    /* 3 */
    }
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button, input, select, textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    /* 3 */
    }
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
    line-height: normal
    }
/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    /* 4 */
    /*aanpassing*/
    -webkit-appearance: none;
    border-radius: 0
    }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
    cursor: default
    }
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    /* 3 */
    /* 3 */
    }
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
    /*aanpassing*/
    -webkit-appearance: none;
    border-radius: 0
    }
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
    }
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
    }
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
    /*aanpassing*/
    -webkit-appearance: none;
    border-radius: 0
    }
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0
    }
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, button, input, select, textarea {
    color: #222
    }
html {
    font-size: 1em;
    line-height: 1.4
    }
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
    }
::selection {
    background: #b3d4fc;
    text-shadow: none
    }
/* 
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
    }
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio, canvas, img, video {
    vertical-align: middle
    }
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0
    }
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical
    }
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
    }
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    }
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
    }
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden
    }
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
    }
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
    }
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden
    }
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    }
.clearfix:after {
    clear: both
    }
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important
        }
    a, a:visited {
        text-decoration: underline
        }
    a[href]:after {
        content: " (" attr(href) ")"
        }
    abbr[title]:after {
        content: " (" attr(title) ")"
        }
    /*
         * Don't show links for images, or javascript/internal links
         */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
        }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
        }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
        }
    tr, img {
        page-break-inside: avoid
        }
    img {
        max-width: 100% !important
        }
    @page {
        margin: 0.5cm
        }
    p, h2, h3 {
        orphans: 3;
        widows: 3
        }
    h2, h3 {
        page-break-after: avoid
        }
    }
.desktop-content {
    display: block
    }
.mobile-content {
    display: none
    }
.full-width {
    min-width: 960px
    }
.row {
    width: 960px;
    margin: 0 auto;
    position: relative;
    clear: both;
    overflow: hidden
    }
/*HOMEPAGE ROWS*/
.row {
    clear: both
    }
section .centered {
    overflow: hidden
    }
.row-heading {
    margin-top: 50px;
    text-align: center;
    clear: both
    }
.row-heading h1, .row-heading h2, .row-heading h3 {
    margin-bottom: 10px
    }
.row-footer {
    padding-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    clear: both
    }
/* COLS */
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    float: left;
    margin: 1.041667%
    }
.col-12 {
    width: 97.916667%;
    float: none
    }
.col-11 {
    width: 89.583333%
    }
.col-11.float-right {
    float: right
    }
.col-10 {
    width: 81.25%
    }
.col-10.float-right {
    float: right
    }
.col-9 {
    width: 72.916667%
    }
.col-9.float-right {
    float: right
    }
.col-8 {
    width: 64.583333%
    }
.col-8.float-right {
    float: right
    }
.col-7 {
    width: 56.25%
    }
.col-7.float-right {
    float: right
    }
.col-6 {
    width: 47.916667%
    }
.col-6.float-right {
    float: right
    }
.col-5 {
    width: 39.583333%
    }
.col-5.float-right {
    float: right
    }
.col-4 {
    width: 31.25%
    }
.col-4.float-right {
    float: right
    }
.col-3 {
    width: 22.916667%
    }
.col-3.float-right {
    float: right
    }
.col-2 {
    width: 14.583333%
    }
.col-2.float-right {
    float: right
    }
.col-1 {
    width: 6.25%
    }
.col-1.float-right {
    float: right
    }
.col-1-3 {
    position: relative;
    float: left;
    width: 33.333333%;
    margin: 0
    }
.bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right
    }
@media only screen and (min-width: 1280px) {
    .row {
        width: 1200px
        }
    }
@media only screen and (min-width: 720px) and (max-width: 970px) {
    .full-width {
        width: 100%;
        min-width: 100%
        }
    .row {
        width: 95%
        }
    }
@media only screen and (min-width: 0) and (max-width: 720px) {
    .full-width {
        width: 100%;
        min-width: 100%
        }
    .row {
        width: 95%
        }
    .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
        position: relative;
        float: left;
        margin: 1.041667%
        }
    /* COLS*/
    .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
        width: 97.916667%;
        float: none
        }
    .col-12.float-right, .col-11.float-right, .col-10.float-right, .col-9.float-right, .col-8.float-right, .col-7.float-right, .col-6.float-right, .col-5.float-right, .col-4.float-right, .col-3.float-right, .col-2.float-right, .col-1.float-right {
        float: none
        }
    .mobile-col-1-2 {
        width: 47.916667%;
        float: left
        }
    .mobile-col-1-3 {
        width: 31.25%;
        float: left
        }
    .mobile-col-1-4 {
        width: 22.916667%;
        float: left
        }
    }
.close-dropdown-menu {
    width: 500px;
    height: 100px;
    background: red;
    clear: both
    }
.desktop-only {
    display: block
    }
.mobile-only {
    display: none
    }
body, html {
    min-height: 100%;
    background: white;
    width: 100%;
    height: 100%
    }
body {
    color: #3d433c
    }
*:focus {
    outline: 0;
    outline: none;
    -moz-outline-style: none
    }
*::-moz-focus-inner {
    border: 0
    }
a:active {
    outline: none
    }
a:focus {
    -moz-outline-style: none;
    outline: none
    }
a {
    cursor: pointer;
    outline: 0;
    color: #008ebd
    }
a:hover {
    color: #007ea8
    }
html, button, input, select, textarea {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none
    }
a {
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -ms-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in
    }
img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
    }
img.responsive {
    display: block;
    max-width: 100% !important;
    height: auto !important
    }
iframe {
    border: none
    }
p.intro {
    font-size: 1.125em;
    font-weight: bold
    }
h1, h2, h3, h4, .heading {
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase
    }
h1:empty, h2:empty, h3:empty, li:empty, ul:empty, p:empty, a:empty {
    display: none
    }
.slide-icon {
    width: 32px !important;
    height: 32px !important;
    margin-right: 10px !important;
    display: inline-block !important
    }
.video-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 56.25%
    }
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
    }
blockquote {
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    margin: 15px 0;
    text-transform: none;
    font-style: italic;
    font-size: 24px;
    padding: 50px 40px;
    background-color: #f7f7f7
    }
blockquote p {
    margin: 0
    }
blockquote p:before {
    content: " “"
    }
blockquote p:after {
    content: " ”"
    }
blockquote small {
    margin-top: 4px;
    color: #999;
    text-transform: uppercase;
    display: block;
    font-style: normal;
    font-size: 12px
    }
blockquote small:before {
    content: "-"
    }
ul.timeline {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px
    }
ul.timeline li {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 10px;
    padding-bottom: 8px;
    position: relative
    }
ul.timeline li:before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    background-color: #79b928;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 5px
    }
ul.timeline li:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #79b928;
    position: absolute;
    left: -11px;
    top: 0
    }
ul.timeline li:first-child:after {
    top: 5px
    }
ul.timeline li:last-child {
    padding-bottom: 0
    }
ul.timeline li:last-child:after {
    height: 5px
    }
div.meta {
    font-size: 11px;
    color: #999
    }
#site-header {
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    z-index: 999;
    overflow: visible;
    border-top: 5px solid #79b928;
    height: 85px;
    background: white;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
    }
#site-header .row {
    overflow: visible
    }
#site-header .col-12 {
    margin-top: 0;
    margin-bottom: 0
    }
#site-header .main-logos {
    text-decoration: none
    }
#site-header .main-logos .logo-vvv, #site-header .main-logos .logo-site {
    height: 85px;
    display: inline-block;
    padding-left: 10px
    }
#site-header .main-logos .logo-site {
    padding-left: 5px
    }
#site-header #site-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    float: right;
    color: #999
    }
#site-header #site-nav ol, #site-header #site-nav ul, #site-header #site-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
#site-header #site-nav li.social-icon, #site-header #site-nav li.nieuws-icon {
    padding-right: 4px
    }
#site-header #site-nav li.social-icon img, #site-header #site-nav li.nieuws-icon img {
    width: 25px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* For IE8 and earlier */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%)
    }
#site-header #site-nav li.social-icon a:hover img, #site-header #site-nav li.nieuws-icon a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
    /* For IE8 and earlier */
    -webkit-filter: none;
    -moz-filter: none;
    filter: none
    }
#site-header #site-nav li.nieuws-icon {
    padding-right: 10px
    }
#site-header #site-nav a, #site-header #site-nav span {
    font-size: 0.7em;
    color: #999;
    text-decoration: none
    }
#site-header #site-nav a:hover {
    color: #777
    }
#site-header #site-nav span {
    cursor: pointer
    }
#site-header #site-nav li {
    line-height: 85px
    }
#site-header #site-nav li li {
    line-height: 40px
    }
#site-header #site-nav ul li {
    float: left;
    display: block;
    padding-right: 10px;
    position: relative
    }
#site-header #site-nav ul li ul {
    display: none;
    position: absolute;
    left: -10px;
    top: 85px;
    z-index: 1000;
    background-color: white;
    border: 1px solid #eee;
    border-top: none
    }
#site-header #site-nav ul li ul li {
    padding: 0 10px
    }
#site-header #site-nav .menu-search {
    background-color: white;
    position: absolute;
    z-index: 1000;
    top: 85px;
    right: 0;
    line-height: 40px;
    white-space: nowrap;
    padding: 10px;
    display: none
    }
#site-header #site-nav .menu-search td {
    vertical-align: top
    }
#site-header #site-nav .menu-search .input-text {
    border: none;
    height: 33px;
    width: 160px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee
    }
#site-header #site-nav .menu-search .input-text input {
    height: 33px;
    display: block
    }
#site-header #site-nav .menu-search .input-submit input {
    background-color: #79b928;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-topleft: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    display: block
    }
#site-header #site-nav .menu-search table {
    margin-left: auto;
    margin-right: auto
    }
#site-header #site-nav li.dropdown-menu-sub-indicator {
    background-image: url(../img/arrow-down-grey.png);
    background-position: center right;
    background-repeat: no-repeat;
    margin-right: 10px
    }
#site-header #site-nav li.language li {
    white-space: nowrap
    }
#site-header #site-nav li.language li img {
    margin-right: 6px
    }
#site-header #site-nav img.search {
    height: 16px
    }
#site-header #site-nav img.flag {
    height: 10px;
    margin-top: -2px
    }
#site-header #site-nav .logo-site-grey {
    height: 85px;
    display: block;
    width: 111px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative
    }
#site-header #site-nav .logo-site-grey img {
    width: 222px;
    height: 85px
    }
#site-header #site-nav .logo-site-grey:hover img {
    margin-left: -111px
    }
#main-nav.fixed {
    position: fixed;
    top: 0;
    z-index: 9999;
    -webkit-transform: translatez(0);
    background-color: #79b928;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
    }
#main-nav.fixed ul.nav {
    background-color: #79b928;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
    }
#main-nav {
    height: 50px;
    top: 95px;
    width: 100%;
    position: absolute;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    color: white;
    overflow: hidden
    }
#main-nav.fixed li.home-icon {
    width: 25px
    }
#main-nav li.home-icon {
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease;
    overflow: hidden;
    width: 0;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important
    }
#main-nav li.home-icon img {
    height: 15px
    }
#main-nav ol, #main-nav ul, #main-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
#main-nav .row, #main-nav .col-12 {
    position: static
    }
#main-nav .col-12.dotted {
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
    padding-bottom: 10px
    }
#main-nav ul.nav {
    background-color: #79b928;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px
    }
#main-nav ul.nav .widget-banner ul, #main-nav ul.nav .widget-banner li, #main-nav ul.nav .widget-banner a {
    padding: 0;
    display: block
    }
#main-nav ul.nav > li > ul {
    display: none
    }
#main-nav ul.nav > li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 24px;
    height: 25px;
    padding-top: 13px;
    padding-bottom: 13px
    }
#main-nav ul.nav > li a {
    padding-left: 5px;
    padding-right: 5px
    }
#main-nav ul.nav > li a, #main-nav ul.nav > li span {
    color: white;
    display: inline-block;
    text-decoration: none;
    background-repeat: no-repeat;
    font-size: 0.75em
    }
#main-nav ul.nav > li > a:hover {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.1)
    }
#main-nav ul.nav > li.dropdown-menu-hover {
    /*
    				background-image: url(../img/arrow-up-main-nav.png);
    				background-position: bottom center;
    				background-repeat: no-repeat;
    				*/
    }
#main-nav ul.nav > li.dropdown-menu-hover::after {
    content: "";
    margin-left: auto;
    margin-right: auto;
    margin-top: 3px;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent #27561f transparent;
    line-height: 0;
    _border-color: #000 #000 #27561f #000
    }
#main-nav ul.nav > li.active > a {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px
    }
#main-nav ul.nav li.extra {
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    float: right;
    margin-right: 10px;
    height: 24px
    }
#main-nav ul.nav li.regions {
    float: right
    }
#main-nav ul.nav li.regions > a > img {
    height: 14px;
    padding-right: 4px;
    display: inline-block;
    margin-top: -2px
    }
#main-nav ul.nav > li.dropdown-menu-sub-indicator > ul {
    background-color: #27561f
    }
#main-nav ul.nav > li > ul {
    position: absolute;
    left: 0;
    top: -10px !important;
    z-index: -1;
    padding: 0;
    width: 100%;
    /*background-color: $theme-color-4;*/
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none
    }
#main-nav ul.nav > li > ul .nav-group {
    padding-top: 90px;
    display: table;
    width: 100%
    }
#main-nav ul.nav > li > ul .nav-group.compact {
    width: auto
    }
#main-nav ul.nav > li > ul .nav-col {
    display: table-cell;
    vertical-align: top
    }
#main-nav ul.nav > li > ul .nav-col a:hover {
    color: #79b928
    }
#main-nav ul.nav > li > ul .border {
    height: 10px;
    height: 5px;
    width: 100%;
    border-bottom: 5px solid #79b928;
    clear: both
    }
#main-nav ul.nav > li > ul li.title {
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase
    }
#main-nav ul.nav > li > ul li {
    padding: 0;
    width: 100%;
    line-height: 22px
    }
#main-nav ul.nav > li > ul ul {
    top: auto !important;
    visibility: visible !important;
    display: block !important;
    margin-bottom: 20px
    }
#main-nav ul.nav > li > ul ul.slides {
    margin-bottom: 0
    }
#main-nav ul.nav > li > ul ul li.active a {
    background-image: url(../img/arrow-right-white.png);
    background-position: left center
    }
#main-nav ul.nav > li > ul ul a {
    padding-left: 10px;
    padding-right: 10px
    }
#site-footer {
    -webkit-box-shadow: inset 0 75px 10px -70px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 75px 10px -70px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 75px 10px -70px rgba(0, 0, 0, 0.1);
    background-image: url(../img/light-pattern.png)
    }
#site-footer .to-top-link {
    display: block;
    height: 35px;
    width: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-image: url(../img/to-top-link.png);
    background-repeat: no-repeat;
    opacity: 0.6
    }
#site-footer .to-top-link:hover {
    opacity: 1
    }
#site-footer .footer-full-row {
    padding-bottom: 20px;
    padding-top: 30px;
    background-image: url(../img/vvv-footer-striping.png);
    background-position: bottom left;
    background-repeat: no-repeat
    }
#site-footer .footer-full-row .footer-logos {
    text-align: center
    }
#site-footer .footer-full-row .footer-logos .footer-logo img {
    height: 30px;
    display: inline-block;
    margin: 5px
    }
#site-footer .footer-full-row .footer-copyright-nav {
    padding: 0 10px;
    text-align: center
    }
#site-footer .footer-full-row .footer-copyright-nav ul {
    font-size: 0.7em;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase
    }
#site-footer .footer-full-row .footer-copyright-nav ul ol, #site-footer .footer-full-row .footer-copyright-nav ul ul, #site-footer .footer-full-row .footer-copyright-nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
#site-footer .footer-full-row .footer-copyright-nav ul a {
    text-decoration: none;
    color: #3d433c
    }
#site-footer .footer-full-row .footer-copyright-nav ul a:hover {
    text-decoration: underline
    }
#site-footer .footer-full-row .footer-copyright-nav ul li {
    margin: 0 5px;
    display: inline-block
    }
#site-footer .footer-full-row .footer-copyright-nav ul img {
    position: absolute;
    left: 0;
    top: 0
    }
#site-footer .footer-full-row .footer-tweets {
    padding: 0 10px
    }
#site-footer .footer-full-row .footer-tweets ul {
    font-size: 0.85em;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
#site-footer .footer-full-row .footer-tweets ul ol, #site-footer .footer-full-row .footer-tweets ul ul, #site-footer .footer-full-row .footer-tweets ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
#site-footer .footer-full-row .footer-tweets ul a {
    text-decoration: none
    }
#site-footer .footer-full-row .footer-tweets ul a:hover {
    text-decoration: underline
    }
#site-footer .footer-full-row .footer-tweets ul li {
    padding-bottom: 22px;
    padding-left: 53px;
    position: relative
    }
#site-footer .footer-full-row .footer-tweets ul img {
    position: absolute;
    left: 0;
    top: 0
    }
#site-footer .footer-full-row .footer-nav {
    padding: 0 10px
    }
#site-footer .footer-full-row .footer-nav-col {
    display: table-cell
    }
#site-footer .footer-full-row .footer-nav-col ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    font-size: 0.85em;
    line-height: 22px;
    padding-bottom: 22px
    }
#site-footer .footer-full-row .footer-nav-col ul ol, #site-footer .footer-full-row .footer-nav-col ul ul, #site-footer .footer-full-row .footer-nav-col ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
#site-footer .footer-full-row .footer-nav-col ul li.title {
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase
    }
#site-footer .footer-full-row .footer-nav-col ul li {
    padding-right: 50px
    }
#site-footer .footer-full-row .footer-nav-col ul a {
    text-decoration: none;
    color: #3d433c
    }
#site-footer .footer-full-row .footer-nav-col ul a:hover {
    text-decoration: underline
    }
#site-footer .footer-bottom-row {
    background-color: white;
    -webkit-box-shadow: 0 -5px 5px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 -5px 5px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 -5px 5px 0 rgba(50, 50, 50, 0.1)
    }
#site-footer .footer-bottom-row .footer-social {
    font-size: 0.75em;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    padding-left: 10px;
    line-height: 45px
    }
#site-footer .footer-bottom-row .footer-social .social-icon img {
    height: 45px;
    margin-left: 5px;
    display: inline-block
    }
#site-footer .footer-bottom-row .a-button {
    position: absolute;
    right: 10px;
    top: 6px
    }
#site-container {
    display: table;
    display: block;
    display: block
    }
#site-container .site-part {
    display: table-row;
    display: block
    }
#site-container .site-top {
    display: table-cell;
    display: block;
    vertical-align: top
    }
#site-container .site-bottom {
    display: table-cell;
    display: block;
    vertical-align: bottom
    }
#page-intro {
    background-color: #fff;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden
    }
#page-intro .video-intro {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
    }
#page-intro .video-controls {
    position: absolute;
    right: 8px;
    bottom: 52px;
    z-index: 1;
    /*default*/
    text-align: left;
    width: 100px
    }
#page-intro .video-controls .video-play-pause, #page-intro .video-controls .video-sound {
    width: 40px;
    height: 40px;
    margin-left: 3px;
    display: block;
    float: right;
    background-image: url(../img/video-sprite.png);
    background-repeat: no-repeat;
    background-position: 0 -40px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.8
    }
#page-intro .video-controls .video-play-pause:hover, #page-intro .video-controls .video-sound:hover {
    opacity: 1
    }
#page-intro .video-controls .video-play-pause.paused, #page-intro .video-controls .video-sound.paused {
    background-position: 0 0
    }
#page-intro .video-controls .video-sound {
    background-position: -40px 0
    }
#page-intro .video-controls .video-sound.muted {
    background-position: -40px -40px
    }
#page-intro #no-slider {
    background-color: #626561;
    color: white;
    padding-top: 70px;
    min-height: 90px
    }
#page-intro #no-slider h1 {
    padding-left: 10px;
    font-size: 1.5em
    }
#page-intro img.desktop-ratio {
    width: 100%;
    display: none;
    opacity: 0
    }
#page-intro #slideshow.slider {
    opacity: 0
    }
#page-intro #slideshow.slider.preload img.desktop-ratio {
    display: block
    }
#page-intro #slideshow {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    position: relative
    }
#page-intro #slideshow ol, #page-intro #slideshow ul, #page-intro #slideshow li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
#page-intro #slideshow li {
    position: relative
    }
#page-intro #slideshow ul, #page-intro #slideshow li {
    width: 100%
    }
#page-intro #slideshow.slider li {
    display: none
    }
#page-intro #slideshow ul li img {
    width: 100%;
    display: block
    }
#page-intro #slideshow .slide-description {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: 2
    }
#page-intro #slideshow .slide-description .slide-description-content {
    display: block;
    padding: 20px;
    border-bottom: 45px solid transparent
    }
#page-intro #slideshow .slide-description .slide-description-content h1, #page-intro #slideshow .slide-description .slide-description-content h2, #page-intro #slideshow .slide-description .slide-description-content h3 {
    font-size: 2em
    }
#page-intro #slideshow .slide-description .slide-description-content h1, #page-intro #slideshow .slide-description .slide-description-content h2, #page-intro #slideshow .slide-description .slide-description-content h3 {
    margin: 0;
    font-weight: normal;
    font-family: "Gloria Hallelujah";
    text-transform: none;
    color: #79b928
    }
#page-intro #slideshow .slide-description .slide-description-content p {
    margin: 0;
    margin-top: 5px;
    text-transform: none;
    color: #3d433c
    }
#page-intro #slideshow .slide-description .slide-description-content p:empty {
    display: none
    }
#page-intro #slideshow .slide-description a.slide-description-content {
    background-image: url(../img/slide-link.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 50px;
    text-decoration: none
    }
#page-intro #slideshow .slide-description a.slide-description-content:hover {
    background-color: white;
    border-color: white
    }
#page-intro #slideshow .slide-description .row {
    overflow: visible
    }
#page-intro #slideshow .slide-description .col-8 {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    margin-left: -10px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden
    }
#page-intro #slideshow .flex-control-paging {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 64px;
    width: 100%;
    height: 0;
    left: auto
    }
#page-intro #slideshow .flex-control-paging li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    padding: 0
    }
#page-intro #slideshow .flex-control-paging li a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
    }
#page-intro #slideshow .flex-control-paging li a.flex-active {
    background-color: white;
    color: #3d433c;
    margin: 0
    }
#page-intro.page-intro-detail #slideshow .slide-description .col-8, #page-intro.page-intro-list #slideshow .slide-description .col-8 {
    margin: 1.04167%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
    }
#page-intro.page-intro-detail #slideshow .slide-description .slide-description-content, #page-intro.page-intro-list #slideshow .slide-description .slide-description-content {
    border-bottom: none
    }
#page-intro.page-intro-list #slideshow .slide-description .col-8 {
    right: 0;
    width: 72.91667%
    }
.full-row.dark #search-wizard .input-submit input {
    color: white
    }
#search-wizard .row {
    overflow: visible
    }
#search-wizard .col-12 {
    margin-top: 0;
    margin-bottom: 0;
    position: relative
    }
#search-wizard .search-wizard {
    background-color: #79b928;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 90px;
    margin-top: -45px;
    z-index: 99;
    position: absolute;
    width: 100%
    }
.disqus {
    margin: 40px 0
    }
.share-wrap {
    clear: both;
    margin: 15px 0;
    padding: 20px 0 17px 0;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc
    }
.follow-us-sticky {
    position: absolute;
    padding: 5px;
    width: 30px;
    top: 40%;
    right: 0;
    z-index: 999;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.6em;
    font-weight: normal;
    background-color: rgba(255, 255, 255, 0.6);
    color: white;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
    }
.follow-us-sticky a, .follow-us-sticky img {
    display: block;
    width: 100%
    }
.follow-us-sticky img {
    padding: 3px 0
    }
.follow-us-sticky:hover {
    opacity: 1;
    color: white
    }
#site-content {
    padding-top: 90px
    }
img.pre-loader {
    display: block;
    margin: 0 auto
    }
/* labels */
.label {
    display: block;
    position: absolute;
    top: -5px;
    right: 10px;
    text-align: center
    }
.label span {
    display: block;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase
    }
.label span.text {
    text-transform: uppercase;
    font-size: 0.625em
    }
.label span.price {
    font-size: 1.3em
    }
.label.arrangement {
    color: #3d433c
    }
.label.arrangement span.price {
    margin-top: -3px
    }
.label.arrangement span.arrangement-content {
    background-color: #fed100;
    padding: 10px 15px 5px 15px
    }
.label.arrangement span.arrangement-bottom img {
    display: block;
    width: 100%
    }
.label.arrangement span.arrangement-bottom img.mobile {
    display: none
    }
.label.evenement {
    background-color: #626561;
    color: #fed100;
    max-width: 65px;
    padding: 5px
    }
.label.datum {
    background-color: #626561;
    color: #fed100;
    padding: 10px 5px
    }
/*Search wizard*/
#search-wizard-wrapper {
    overflow: visible
    }
#search-wizard-wrapper .col-12 {
    margin-top: 0;
    margin-bottom: 0
    }
#search-wizard-wrapper-inline #search-wizard {
    position: relative;
    top: auto;
    left: auto
    }
#search-wizard {
    position: absolute;
    overflow: hidden;
    top: -45px;
    left: 0;
    width: 100%;
    height: 90px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    z-index: 3
    }
#search-wizard .search-wizard-arrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    color: #fff;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    z-index: 2
    }
#search-wizard .search-wizard-arrow .search-wizard-text {
    float: left;
    height: 90px;
    background-color: #79b928
    }
#search-wizard .search-wizard-arrow .search-wizard-arrow-inner {
    font-size: 0.75em;
    margin: 35px 0;
    margin-left: 20px
    }
#search-wizard .search-wizard-arrow .css-arrow {
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 0 45px 28px;
    border-color: transparent transparent transparent #79b928
    }
#search-wizard .search-wizard-filters {
    position: relative;
    padding: 0 0 0 175px;
    background-image: url(../img/search-block-striped-bg.png);
    background-position: center center;
    background-color: #79b928;
    overflow: hidden;
    height: 100%
    }
#search-wizard .search-wizard-filters .search-wizard-col {
    float: left;
    width: 24.6%;
    margin-top: 28px
    }
#search-wizard .search-wizard-filters .search-wizard-col.wide-35 {
    width: 35%
    }
#search-wizard .search-wizard-filters .search-wizard-col.wide-30 {
    width: 28.3%
    }
#search-wizard .search-wizard-filters .search-wizard-col .input-dropdown {
    height: 31px;
    width: auto;
    margin: 0 3px;
    border: 1px solid #fff
    }
#search-wizard .search-wizard-filters .search-wizard-col .input-dropdown select {
    width: 130%;
    height: 31px
    }
#search-wizard .search-wizard-filters .search-wizard-col .input-dropdown.inactive {
    opacity: 0.6
    }
#search-wizard .search-wizard-filters .search-wizard-col .input-submit {
    margin-left: 3px;
    z-index: 2
    }
#search-wizard .search-wizard-filters .search-wizard-col .input-submit input {
    background-color: #27561f;
    width: 100%
    }
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
    font-size: 0.875em
    }
.widget-routes.full-row {
    padding-top: 0;
    padding-bottom: 0
    }
.widget-routes .route-filters {
    background-color: white;
    -webkit-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1)
    }
.widget-routes .route-filters .col-12 {
    overflow: hidden;
    margin-top: 3px;
    margin-bottom: 3px
    }
.widget-routes .input-text {
    width: auto;
    margin-right: 5px
    }
.widget-routes .input-dropdown {
    width: auto;
    margin-right: 5px
    }
.widget-routes .input-dropdown select {
    width: 130%
    }
.widget-routes .route-filter-col {
    float: left;
    width: 18%;
    margin-top: 4px
    }
.widget-routes .route-filter-col:last-child {
    width: 10%
    }
.widget-routes .row-footer {
    padding-top: 0;
    padding-bottom: 35px
    }
.widget-routes .route-list {
    margin-top: 20px;
    background-color: white;
    border: 1px solid #ccc
    }
.widget-routes .route-list .route-list-item {
    position: relative;
    border-bottom: 1px solid #ccc;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
    }
.widget-routes .route-list .route-list-item:last-child {
    border-bottom: none
    }
.widget-routes .route-list .route-list-item .route-thumb {
    position: relative;
    width: 200px;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
    }
.widget-routes .route-list .route-list-item .route-thumb img {
    width: 100%;
    display: block;
    box-sizing: border-box;
    height: auto;
    border: 10px solid white
    }
.widget-routes .route-list .route-list-item .route-thumb .km {
    position: absolute;
    top: 20px;
    right: 10px;
    background-color: #79b928;
    color: white;
    font-size: 13px;
    padding: 5px
    }
.widget-routes .route-list .route-list-item .route-main {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
    }
.widget-routes .route-list .route-list-item .route-main .wrp {
    padding: 10px 10px 10px 0
    }
.widget-routes .route-list .route-list-item .route-main .a-medium-button {
    margin-top: 10px
    }
.widget-routes .route-list .route-list-item .route-main p {
    margin: 0;
    margin-top: 0;
    font-size: 0.875em;
    line-height: 1.286em
    }
.widget-routes .route-list .route-list-item .route-main h4 {
    margin: 0;
    margin-bottom: 10px
    }
.widget-routes .route-list .route-list-item .route-main .title-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 7px;
    margin-top: -3px
    }
.widget-routes .route-list .route-list-item .route-meta {
    width: 200px;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7
    }
.widget-routes .route-list .route-list-item .route-meta .wrp {
    padding: 10px
    }
.widget-routes .route-list .route-list-item .route-meta .wrp p {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 7px
    }
.widget-routes #map-canvas {
    margin-top: 0;
    height: 600px
    }
.widget-carousel, .widget-banner, .widget-html {
    padding-bottom: 25px
    }
/* widget carousel */
.widget-carousel .carousel, .widget-banner .carousel {
    opacity: 0
    }
.widget-carousel ul, .widget-carousel li, .widget-carousel ol, .widget-banner ul, .widget-banner li, .widget-banner ol {
    margin: 0;
    padding: 0;
    list-style: none
    }
.widget-carousel h1, .widget-carousel h2, .widget-carousel h3, .widget-banner h1, .widget-banner h2, .widget-banner h3 {
    margin-bottom: 0.5em;
    margin-top: 0;
    padding-left: 10px
    }
.widget-carousel div.frame, .widget-banner div.frame {
    position: relative;
    display: block;
    border: 9px solid white;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
    }
.widget-carousel ul.slides a, .widget-banner ul.slides a {
    display: block;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
    }
.widget-carousel img.carousel-image, .widget-banner img.carousel-image {
    width: 100%
    }
.widget-carousel img.recommended-image, .widget-banner img.recommended-image {
    width: 70px;
    position: absolute;
    top: -3px;
    right: -3px
    }
.widget-carousel .carousel-text, .widget-banner .carousel-text {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none;
    font-size: 0.875em;
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    text-decoration: none;
    text-align: center;
    background-color: white;
    color: black;
    padding-top: 8px
    }
.widget-carousel img.lightbox-icon, .widget-banner img.lightbox-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0.6
    }
/* widget html */
.widget-html h1, .widget-html h2, .widget-html h3 {
    margin-bottom: 0.5em;
    margin-top: 0;
    padding-left: 10px
    }
.widget-html .html-content {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2)
    }
.widget-html div.white-border {
    display: block;
    border: 9px solid white;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
    }
.widget-html img.aspect-ratio {
    width: 100%
    }
.widget-html div.aspect-ratio {
    width: 100%;
    height: 100%;
    position: relative
    }
.widget-html div.aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
    }
.widget-html div.no-aspect-ratio iframe {
    width: 100% !important
    }
/* widget titel tekst */
.widget-titel-tekst {
    padding: 0 10px
    }
.widget-titel-tekst h1 {
    font-size: 1.5em
    }
.widget-titel-tekst h2 {
    font-size: 1.125em
    }
.widget-titel-tekst h3 {
    font-size: 1em
    }
.widget-titel-tekst h1, .widget-titel-tekst h2, .widget-titel-tekst h3 {
    margin-top: 0
    }
.widget-titel-tekst p, .widget-titel-tekst ul, .widget-titel-tekst ol {
    margin-top: 0;
    font-size: 0.85em
    }
.widget-titel-tekst p.intro {
    font-size: 1em
    }
.widget-titel-tekst.wtt-toggle {
    padding-bottom: 30px;
    position: relative
    }
.widget-titel-tekst.wtt-toggle .wtt-toggle-target {
    display: none;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px
    }
.widget-titel-tekst.wtt-toggle .wtt-toggle-btn {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background-position: left bottom;
    text-align: center;
    background-image: url(../img/wtt-shadow.png);
    background-repeat: repeat-x
    }
.widget-titel-tekst.wtt-toggle .wtt-toggle-btn a.a-small-button {
    margin-top: 9px
    }
.widget-social .social-blocks {
    overflow: hidden;
    margin: 10px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2)
    }
.widget-social .social-block {
    width: 50%;
    position: relative;
    background: white;
    float: left;
    min-height: 100px
    }
.widget-social .social-block.double-width {
    width: 100%
    }
.widget-social .social-block.double-width.two-col .table {
    width: 50%
    }
.widget-social .social-block.double-width.two-col img.picture {
    position: absolute;
    top: 0;
    right: 0
    }
.widget-social .social-block.double-width.two-col img.social-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 9
    }
.widget-social .social-block.type-intro {
    background-color: #79b928
    }
.widget-social .social-block.type-intro h1, .widget-social .social-block.type-intro h2, .widget-social .social-block.type-intro h3 {
    font-size: 1.2em
    }
.widget-social .social-block.type-intro p {
    font-size: 0.75em
    }
.widget-social .social-block.type-intro h2, .widget-social .social-block.type-intro p, .widget-social .social-block.type-intro a, .widget-social .social-block.type-intro small {
    color: white !important;
    margin: 0
    }
.widget-social .social-block.type-intro .social-icons {
    padding-top: 15px;
    overflow: hidden
    }
.widget-social .social-block.type-intro .social-icons a {
    text-decoration: none;
    float: left;
    padding-right: 7px;
    display: block;
    opacity: 0.8
    }
.widget-social .social-block.type-intro .social-icons a img {
    width: 100%;
    display: block
    }
.widget-social .social-block.type-intro .social-icons a:hover {
    opacity: 1
    }
.widget-social .social-block .social-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none
    }
.widget-social .social-block .social-content h1, .widget-social .social-block .social-content h2, .widget-social .social-block .social-content h3, .widget-social .social-block .social-content p {
    padding: 0;
    margin: 0;
    color: #3d433c;
    text-decoration: none
    }
.widget-social .social-block .social-content h1, .widget-social .social-block .social-content h2, .widget-social .social-block .social-content h3 {
    position: relative;
    padding-bottom: 7px
    }
.widget-social .social-block .social-content h1 .social-type, .widget-social .social-block .social-content h2 .social-type, .widget-social .social-block .social-content h3 .social-type {
    position: relative;
    float: left;
    left: auto;
    top: auto;
    margin-top: -7px;
    margin-right: 5px
    }
.widget-social .social-block .social-content h1 a, .widget-social .social-block .social-content h2 a, .widget-social .social-block .social-content h3 a {
    color: #3d433c;
    text-decoration: none
    }
.widget-social .social-block .social-content h1 a:hover, .widget-social .social-block .social-content h2 a:hover, .widget-social .social-block .social-content h3 a:hover {
    text-decoration: underline
    }
.widget-social .social-block .social-content small {
    color: #999
    }
.widget-social .social-block .social-content .table {
    display: table;
    height: 100%
    }
.widget-social .social-block .social-content .td {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 0 30px;
    text-decoration: none
    }
.widget-social .social-block .social-type {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    z-index: 1;
    left: 10px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: 0 32px;
    background-image: url(../img/social-sprite.png)
    }
.widget-social .social-block.type-instagram .social-type {
    background-position: 0 0
    }
.widget-social .social-block.type-youtube .social-type {
    background-position: 0 -32px
    }
.widget-social .social-block.type-twitter .social-type {
    background-position: 0 -64px
    }
.widget-social .social-block.type-facebook .social-type {
    background-position: 0 -96px
    }
.widget-social .social-block.type-blog .social-type {
    background-position: 0 -128px
    }
.widget-social .social-block:hover .author {
    opacity: 0.9
    }
.widget-social .social-block .author {
    opacity: 0;
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 5px;
    font-size: 11px;
    color: white;
    text-shadow: 1px 0 #000
    }
.widget-social .social-block a.video-link {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../img/social-play.png);
    background-repeat: no-repeat;
    background-position: center center
    }
.widget-social .social-block a.video-link:hover {
    background-color: rgba(0, 0, 0, 0.1)
    }
.widget-social .social-block img.aspect-ratio {
    width: 100%
    }
.widget-social .social-block img.picture {
    width: 100%
    }
.widget-social .social-block.double-width img.picture {
    width: 50%;
    float: right
    }
.social-row {
    float: left;
    width: 50%
    }
@media only screen and (min-width: 850px) and (max-width: 1280px) {
    .widget-social .social-block .social-content .td {
        padding: 0 10px
        }
    .widget-social .social-block.type-intro h1, .widget-social .social-block.type-intro h2, .widget-social .social-block.type-intro h3 {
        font-size: 1em
        }
    .widget-social .social-block.type-intro p {
        font-size: 0.7em
        }
    .widget-social .social-block.type-intro .social-icons a {
        width: 24px;
        padding-right: 4px
        }
    .widget-social .social-block .social-content h1, .widget-social .social-block .social-content h2, .widget-social .social-block .social-content h3 {
        font-size: 0.7em
        }
    .widget-social .social-block .social-content h1 .social-type, .widget-social .social-block .social-content h2 .social-type, .widget-social .social-block .social-content h3 .social-type {
        margin-top: -10px
        }
    .widget-social .social-block .social-content p {
        font-size: 0.75em
        }
    .widget-social .social-block .social-content small {
        font-size: 0.7em
        }
    }
@media only screen and (min-width: 0) and (max-width: 640px) {
    .widget-social .social-blocks {
        margin: 0
        }
    .widget-social .social-blocks small {
        display: none
        }
    .widget-social .social-block .social-content .td {
        padding: 0 10px
        }
    .widget-social .social-block.type-intro h1, .widget-social .social-block.type-intro h2, .widget-social .social-block.type-intro h3 {
        font-size: 1em
        }
    .widget-social .social-block.type-intro p {
        font-size: 0.65em
        }
    .widget-social .social-block.type-intro .social-icons a {
        width: 24px;
        padding-right: 4px
        }
    .widget-social .social-block .social-content h1, .widget-social .social-block .social-content h2, .widget-social .social-block .social-content h3 {
        font-size: 0.6em
        }
    .widget-social .social-block .social-content h1 .social-type, .widget-social .social-block .social-content h2 .social-type, .widget-social .social-block .social-content h3 .social-type {
        margin-top: -11px
        }
    .widget-social .social-block .social-content p {
        font-size: 0.7em
        }
    .widget-social .social-block .social-content small {
        font-size: 0.7em
        }
    }
@media only screen and (min-width: 0) and (max-width: 850px) {
    .social-row {
        display: block;
        width: 100%;
        border-bottom: 1px solid #eee
        }
    .social-row:last-child {
        border-bottom: none
        }
    }
/* widget quicklinks*/
.widget-quicklinks {
    padding: 0 10px;
    overflow: hidden
    }
.widget-quicklinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    float: left
    }
.widget-quicklinks ul ol, .widget-quicklinks ul ul, .widget-quicklinks ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
.widget-quicklinks ul.left {
    margin-right: 15px
    }
.widget-quicklinks h1, .widget-quicklinks h2, .widget-quicklinks h3 {
    margin: 32px 0 0 0;
    font-size: 0.75em
    }
.widget-quicklinks a {
    display: block;
    position: relative;
    text-decoration: none;
    font-size: 0.875em;
    padding-left: 10px
    }
.widget-quicklinks a span {
    display: block;
    position: absolute;
    top: -1px;
    height: 100%;
    left: 0;
    font-weight: bold;
    margin-right: 10px
    }
.widget-quicklinks a span img {
    width: 4px;
    height: 7px
    }
.preload {
    background: url(../img/preloader.gif) center center no-repeat
    }
/*widget highlight */
.widget-highlight {
    position: relative
    }
.widget-highlight.slider .row {
    opacity: 0
    }
.widget-highlight ul {
    margin: 0;
    padding: 0;
    list-style-type: none
    }
.widget-highlight ul.flex-direction-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -40px
    }
.widget-highlight ul.flex-direction-nav li a {
    position: absolute;
    display: block;
    width: 40px;
    height: 80px;
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    text-indent: -9999px
    }
.widget-highlight ul.flex-direction-nav li a:hover {
    opacity: 1
    }
.widget-highlight ul.flex-direction-nav li a.flex-prev {
    left: 0;
    background: url(../img/widget-highlight-prev.png) center center no-repeat
    }
.widget-highlight ul.flex-direction-nav li a.flex-next {
    right: 0;
    background: url(../img/widget-highlight-next.png) center center no-repeat
    }
.widget-highlight .flex-control-paging {
    display: none
    }
.route-info {
    font-size: 12px
    }
.route-info .a-medium-button {
    font-size: 10px
    }
.route-info .route-info-block {
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2)
    }
.route-info .route-info-block table.poi-table td {
    vertical-align: center
    }
.route-info .route-info-block table.poi-table img.poi-image {
    display: block;
    width: 80px;
    height: auto;
    padding-right: 5px
    }
.route-info .route-info-block table.poi-table p {
    margin: 0;
    padding: 0
    }
.route-info .route-info-block table.poi-table .poi-title {
    font-weight: bold
    }
.route-info .route-info-block table.poi-table .poi-meta {
    color: #999
    }
.route-info .route-info-block .route-row {
    display: table;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    width: 100%
    }
.route-info .route-info-block .route-row img.marker-grey {
    margin-right: 10px
    }
.route-info .route-info-block .route-row .row-title {
    font-weight: bold;
    margin-top: 6px;
    font-size: 13px
    }
.route-info .route-info-block .route-row p {
    margin-top: 4px;
    margin-bottom: 0
    }
.route-info .route-info-block .route-row:last-of-type {
    margin-bottom: -7px;
    border: none
    }
.route-info .route-info-block .route-row:first-of-type {
    margin-top: -7px
    }
.route-info .route-info-block .route-properties table {
    width: 100%
    }
.route-info .route-info-block td.value {
    font-weight: bold;
    padding-left: 5px
    }
/*Contact info*/
.contact-info h1, .contact-info h2, .contact-info h3, .contact-info h4, .contact-info h5, .contact-info h6 {
    padding: 0 10px
    }
.contact-info .contact-info-block {
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2)
    }
.contact-info .contact-info-block .contact-row {
    display: table;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    width: 100%
    }
.contact-info .contact-info-block .contact-row:last-of-type {
    border-bottom: none
    }
.contact-info .contact-info-block .contact-row .icon, .contact-info .contact-info-block .contact-row .content {
    display: table-cell;
    vertical-align: middle
    }
.contact-info .contact-info-block .contact-row .icon {
    width: 45px
    }
.contact-info .contact-info-block .contact-row .icon img {
    padding-left: 5px;
    width: 28px !important;
    height: 28px !important
    }
.contact-info .contact-info-block .contact-row .content {
    font-size: 0.875em
    }
.contact-info .contact-info-block .contact-row .content span {
    display: block
    }
.contact-info .contact-info-block .contact-row .content a {
    margin: 0
    }
.contact-info .contact-info-block .contact-row .content a.a-small-button {
    margin-top: 5px
    }
.contact-info .contact-info-block .contact-row .content a.a-small-button:first-child {
    margin-top: 0
    }
.contact-info .contact-social a {
    text-decoration: none
    }
.flex-control-paging {
    position: absolute;
    bottom: -36px;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center
    }
.flex-control-paging li {
    display: inline-block;
    border: 1px solid #c4c4c4;
    margin: 0 2px;
    padding: 1px;
    height: 14px;
    width: 14px;
    padding: 1px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
    }
.flex-control-paging li a {
    color: white;
    display: block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    cursor: pointer;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
    }
.flex-control-paging li a.flex-active {
    background-color: #626561;
    color: #3d433c;
    width: 14px;
    height: 14px
    }
/*tabs*/
.tabs .tabs-buttons {
    position: relative;
    background-color: #626561;
    height: 56px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
    }
.tabs .tabs-buttons .row, .tabs .tabs-buttons .col-12 {
    position: static
    }
.tabs .tabs-buttons.tabs-buttons-routes {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
    }
.tabs .tabs-buttons.tabs-buttons-routes ul {
    padding-left: 0
    }
.tabs .tabs-buttons.tabs-buttons-routes .results {
    float: right;
    font-size: 13px;
    margin-top: 11px;
    color: #999;
    font-weight: bold
    }
.tabs .tabs-buttons ul {
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    bottom: 0
    }
.tabs .tabs-buttons ul li {
    display: block;
    float: left
    }
.tabs .tabs-buttons ul li.mobile-only {
    display: none
    }
.tabs .tabs-buttons ul li.active a.tabs-button {
    color: #000;
    background-color: white;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
    }
.tabs .tabs-buttons ul li.active a.tabs-button:hover {
    color: #000;
    cursor: default
    }
.tabs .tabs-buttons ul li a.tabs-button, .tabs .tabs-buttons ul li a.tabs-link {
    position: relative;
    display: block;
    padding: 11px 10px 16px 10px;
    margin: 5px 0 0 -1px;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.875em;
    color: #ccc;
    text-decoration: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
    }
.tabs .tabs-buttons ul li a.tabs-button:hover, .tabs .tabs-buttons ul li a.tabs-link:hover {
    color: #fff
    }
.tabs .tabs-buttons ul li a.tabs-button.meer-tab, .tabs .tabs-buttons ul li a.tabs-link.meer-tab {
    display: none
    }
.tabs .tabs-buttons ul li a.tabs-button.icon, .tabs .tabs-buttons ul li a.tabs-link.icon {
    background-position: left center;
    background-repeat: no-repeat
    }
.tabs .tabs-buttons ul li a.tabs-button.icon img, .tabs .tabs-buttons ul li a.tabs-link.icon img {
    margin-left: -5px;
    display: inline-block;
    vertical-align: middle
    }
.tabs .tabs-buttons ul li a.tabs-button.icon img.hover, .tabs .tabs-buttons ul li a.tabs-link.icon img.hover {
    display: none
    }
.tabs .tab-content {
    height: 0;
    clear: both;
    overflow: hidden;
    position: relative
    }
.ndtrc-tab {
    padding: 0 10px;
    font-size: 0.875em
    }
.ndtrc-table .ndtrc-table-row {
    padding: 5px 10px 5px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee
    }
.ndtrc-table .ndtrc-table-row:first-child {
    border-top: 1px solid #eee
    }
.ndtrc-table .ndtrc-table-row p {
    margin: 10px 0
    }
.ndtrc-table .ndtrc-table-row span.info-title {
    float: left
    }
.ndtrc-table .ndtrc-table-row span.info-text {
    float: left
    }
.ndtrc-table .ndtrc-table-row span.info-title {
    width: 30%;
    margin-right: 2%;
    font-weight: bold
    }
.ndtrc-table .ndtrc-table-row span.info-text {
    width: 66%;
    margin-left: 2%
    }
.ndtrc-table .ndtrc-table-row span.info-text span.info-arrow:before {
    content: url(../img/ndtrc-info-arrow.png);
    margin: -1px 5px 0 10px
    }
.ndtrc-table .ndtrc-table-row span.info-text span.info-arrow {
    display: block;
    font-style: italic;
    color: #666
    }
/*
table {

	&.openingstijden {
		font-weight: bold;
		width: 100%;
		table-layout: fixed;
		tr {
			td {
				padding: 5px;
				border-bottom: 1px solid $box-border-color;
				vertical-align: top;

				&.dag {
					width: 130px;
					padding-left: 0;
				}
			}
		}
	}
}
*/
/* Detailpage */
ul#breadcrumbs {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    border-bottom: 1px dotted #ccc;
    font-size: 0.75em;
    color: #666;
    padding-bottom: 10px;
    margin: 0 10px
    }
ul#breadcrumbs ol, ul#breadcrumbs ul, ul#breadcrumbs li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
ul#breadcrumbs li {
    display: inline-block
    }
ul#breadcrumbs li a {
    text-decoration: none;
    color: #666;
    padding-right: 5px
    }
ul#breadcrumbs li a:hover {
    color: #333
    }
#detail-page {
    padding-bottom: 30px
    }
#detail-header {
    position: relative;
    margin-top: 90px;
    height: 160px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
    }
#detail-header.light {
    color: #000
    }
#detail-header.dark {
    color: #fff
    }
#detail-header .row, #detail-header .col-12 {
    height: 100%
    }
#detail-header h1 {
    position: absolute;
    bottom: 30px;
    left: 0;
    margin: 0;
    padding: 0 10px
    }
#detail-content .tabs {
    margin-top: 30px
    }
#detail-right .widget {
    margin-bottom: 30px
    }
/* Zoekresultaten */
#search-results-header h1 {
    font-size: 1.5em;
    margin: 10px 10px 0 10px
    }
#search-block {
    position: relative;
    padding: 10px;
    background-image: url(../img/search-block-striped-bg.png);
    background-position: center center;
    background-color: #79b928;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
    }
#search-block .input-text {
    padding: 4px 10px;
    border: 1px solid #fff;
    width: auto;
    margin-right: 77px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
    }
#search-block .input-submit {
    position: absolute;
    top: 10px;
    right: 10px
    }
#search-block .input-submit input {
    width: 77px;
    height: 35px;
    background-color: #27561f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
    }
#search-results-right .widget {
    margin-bottom: 20px
    }
/*Newspage*/
#newspage-content {
    padding: 0 10px
    }
.newspage-post {
    font-size: 0.875em
    }
.newspage-post p.intro {
    font-size: 1.2em
    }
.newspage-post h1 {
    font-size: 1.5em
    }
.newspage-post > h1 {
    margin-top: 0
    }
.newspage-post h4.newspage-date {
    font-size: 0.875em
    }
.newspage-post h4.newspage-date a {
    color: #999;
    text-decoration: none;
    border-right: 1px solid #ccc;
    display: inline-block;
    padding-right: 7px;
    margin-right: 5px
    }
.newspage-post h4.newspage-date a:hover {
    text-decoration: underline
    }
.newspage-post img.newspage-post-thumb {
    float: left;
    margin: 0 20px 10px 0
    }
.newspage-post table th {
    text-align: left;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 3px;
    background-color: #eee
    }
.newspage-post table th:last-of-type {
    border-right: none
    }
.newspage-post table td {
    padding: 5px;
    border-right: 1px solid #ccc
    }
.newspage-post table td:last-of-type {
    border-right: none
    }
/*Sitemap*/
.sitemap {
    font-size: 0.875em
    }
.sitemap h1 {
    font-size: 1.5em;
    margin-top: 0
    }
.sitemap a {
    text-decoration: none;
    color: #3d433c;
    display: block;
    padding-top: 7px;
    padding-bottom: 7px
    }
.sitemap a:hover {
    text-decoration: underline;
    color: #3d433c
    }
.sitemap ul, .sitemap li {
    list-style: none
    }
.sitemap ul {
    padding: 20px
    }
.sitemap > ul {
    padding: 0;
    font-size: 1.3em
    }
.sitemap > ul > li > ul {
    border: 1px solid #c4c4c4;
    font-size: 0.85em
    }
.sitemap > ul > li > ul > li > ul {
    border: 1px solid #c4c4c4;
    font-size: 0.9em
    }
.sitemap > ul > li > ul > li > ul > li > ul {
    border: 1px solid #c4c4c4;
    font-size: 0.9em
    }
.sitemap > ul > li > ul > li > ul ul {
    border: 1px solid #c4c4c4;
    font-size: 1em
    }
/*Modals*/
.modal {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
    }
.modal a.a-close-button {
    position: absolute;
    z-index: 1;
    top: -8px;
    right: -8px;
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/icons/fancybox/fancybox-close.png) center center no-repeat
    }
.modal .modal-header {
    border-bottom: 1px dotted #ccc
    }
.modal .modal-header.no-border {
    border-bottom: none
    }
.modal .modal-header h1 {
    margin: 0;
    padding: 15px 0;
    font-size: 0.75em;
    text-align: center
    }
.modal .modal-content {
    margin: 15px 20px;
    overflow: hidden
    }
.modal .modal-content .modal-intro {
    font-size: 14px;
    line-height: 20px
    }
.modal .modal-content .modal-intro h2, .modal .modal-content .modal-intro h3 {
    margin: 0;
    font-size: 16px
    }
.modal .modal-content form {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px dotted #ccc
    }
.modal .modal-content form label {
    font-weight: bold
    }
.modal .modal-content .form-row {
    position: relative;
    padding: 3px 0;
    overflow: hidden
    }
.modal .modal-content .form-row .form-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 155px;
    height: 40px
    }
.modal .modal-content .form-row .form-label label {
    vertical-align: middle
    }
.modal .modal-content .form-row .form-label p.sublabel {
    margin: 0;
    font-size: 0.875em
    }
.modal .modal-content .form-row .form-input {
    padding-left: 185px
    }
.modal .modal-content .form-row .form-input .form-col {
    float: left;
    margin-right: 20px
    }
.modal .modal-content .form-row .form-input .form-col label, .modal .modal-content .form-row .form-input .form-col .input, .modal .modal-content .form-row .form-input .form-col span {
    display: inline-block;
    vertical-align: middle
    }
.modal .modal-content .form-row .form-input .form-col span {
    padding-top: 5px;
    font-style: italic
    }
.modal .modal-content .form-row .form-input .form-col .input-text {
    width: 50px
    }
.modal .modal-content .form-row .form-input textarea {
    width: 96%;
    height: 100px
    }
.modal .modal-content .form-row .buttons {
    margin-top: 10px
    }
.modal .modal-content .modal-map-preview h2 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none;
    font-size: 0.875em;
    font-weight: bold
    }
.modal .modal-content .modal-map-preview iframe {
    display: block
    }
.modal .modal-content .modal-icon-row {
    overflow: hidden
    }
.modal .modal-content .modal-icon-wrapper {
    float: left;
    width: 50%
    }
.modal .modal-content .modal-icon-wrapper:last-child {
    margin-right: 0
    }
.modal .modal-content .modal-icon-wrapper .modal-icon {
    margin: 0
    }
.modal .modal-content .modal-icon {
    position: relative;
    margin: 10px;
    text-align: center;
    -webkit-transition: margin 0.1s ease-out;
    -moz-transition: margin 0.1s ease-out;
    -ms-transition: margin 0.1s ease-out;
    -o-transition: margin 0.1s ease-out;
    transition: margin 0.1s ease-out
    }
.modal .modal-content .modal-icon h3 {
    font-size: 0.875em;
    text-align: center
    }
.modal .modal-content .modal-icon a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none
    }
.popup-content {
    padding: 10px;
    margin-top: -10px
    }
.popup-content .parsley-errors-list {
    display: none
    }
.popup-content .input .parsley-error {
    background-color: #ffe1e1
    }
.popup-content .form-table {
    font-size: 0.875em;
    width: 100%
    }
.popup-content .form-table td {
    vertical-align: top;
    padding-bottom: 5px
    }
.popup-content .form-table td .input-text {
    padding: 0
    }
.popup-content .form-table td .input-text input {
    padding: 0 10px
    }
.popup-content .form-table td .input {
    width: 70%
    }
.popup-content .form-table td .input-textarea {
    width: 100%
    }
.popup-content .form-table td .input-textarea textarea {
    width: 90%;
    height: 120px
    }
/*Kaart*/
.marker-info-cluster {
    background-color: #fff
    }
.marker-info-header {
    display: block;
    padding: 5px 10px 9px;
    background-color: #626561;
    color: #fff;
    font-size: 0.75em
    }
.marker-info-footer {
    padding: 4px 5px;
    text-align: right;
    height: 25px;
    overflow: hidden
    }
#map-canvas .marker-info-content {
    max-height: none
    }
#map-canvas .marker-info-content a.content-item {
    padding: 6px 10px
    }
.marker-info-content {
    max-height: 200px;
    overflow: auto
    }
.marker-info-content a.content-item {
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.75em;
    display: block;
    text-decoration: none;
    color: black;
    border-bottom: 1px dotted #c4c4c4;
    padding: 3px 10px
    }
.marker-info-content a.content-item:hover {
    color: #333;
    background-color: #eee
    }
/*mapview*/
#map-canvas {
    width: 100%;
    height: 500px;
    margin-top: 10px
    }
#map-tooltips {
    display: none
    }
.tooltip-big-a:hover {
    cursor: pointer
    }
.infoBox > img {
    position: absolute !important;
    display: block;
    float: none;
    right: 5px;
    top: 3px
    }
.tooltip-big {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 320px;
    border: 5px solid #626561;
    background-color: #626561;
    opacity: 0;
    z-index: -9999;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
    }
.tooltip-big.visible {
    opacity: 1;
    z-index: 500
    }
.tooltip-big.map {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1
    }
.tooltip-big.map .listview-block {
    border: 5px solid #fff;
    margin-bottom: 0;
    padding: 0
    }
.tooltip-big.map .listview-block .list-block-wrapper {
    border: none;
    width: 100%
    }
.tooltip-big.map .listview-block .list-block-wrapper .list-block-img {
    width: 120px
    }
.tooltip-big.map .listview-block .list-block-wrapper .list-block-content h4 {
    font-size: 0.875em
    }
.tooltip-big .tooltip-big-header {
    height: 20px
    }
.tooltip-big .tooltip-big-header > a {
    float: right
    }
.tooltip-big .tooltip-big-header > a img {
    margin-bottom: 5px
    }
.tooltip-big a.mobile-arrow {
    display: block
    }
.tooltip-big a.tooltip-big-close {
    display: inline-block;
    position: absolute;
    top: -12px;
    right: -12px;
    font-size: 0.813em;
    line-height: normal;
    width: 30px;
    height: 30px;
    background: url(../img/icons/tooltip/tooltip-big-close.png) center center no-repeat;
    text-decoration: none;
    color: #3d433c
    }
.tooltip-big a.tooltip-big-close:hover {
    color: red;
    background: url(../img/icons/tooltip/tooltip-big-close-hover.png) center center no-repeat
    }
.tooltip-big:after, .tooltip-big:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
    }
.tooltip-big:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #3D433C;
    border-width: 10px;
    margin-left: -10px
    }
.tooltip-big:before {
    border-color: rgba(196, 196, 196, 0);
    border-top-color: #626561;
    border-width: 11px;
    margin-left: -11px
    }
.tooltip-big.top:after, .tooltip-big.top:before {
    top: auto;
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
    }
.tooltip-big.top:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
    }
.tooltip-big.top:before {
    border-color: rgba(196, 196, 196, 0);
    border-bottom-color: #626561;
    border-width: 11px;
    margin-left: -11px
    }
.tooltip-big.left:after, .tooltip-big.left:before {
    left: 10px
    }
.tooltip-big.right:after, .tooltip-big.right:before {
    left: auto;
    right: 10px
    }
/* Contour */
.contour-form {
    padding-top: 20px;
    padding-bottom: 20px
    }
.contour-form input, .contour-form textarea, .contour-form select, .overlay-wrap input, .overlay-wrap select, .overlay-wrap textarea {
    -webkit-appearance: none
    }
.contour-form input:focus, .contour-form textarea:focus, .contour-form select:focus, .overlay-wrap input:focus, .overlay-wrap select:focus, .overlay-wrap textarea:focus {
    border-color: #79b928
    }
.contour-form input, .contour-form textarea, .contour-form select, .overlay-wrap input, .overlay-wrap textarea, .overlay-wrap select {
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 10px;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    background: #fff;
    -webkit-appearance: none;
    color: #3d433c;
    font-weight: bold;
    box-sizing: border-box
    }
.contour-form textarea {
    height: 120px
    }
.contourField {
    margin-bottom: 20px
    }
.contourMessageOnSubmit {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #79B928;
    font-size: 0.875em;
    color: #79B928;
    padding: 5px 10px;
    box-sizing: border-box
    }
.contourField label {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none;
    font-size: 0.875em
    }
.contour-form input.parsley-error, .contour-form textarea.parsley-error, .contour-form select.parsley-error, .contour-form label.parsley-error input, .contour-form label.parsley-error textarea, .contour-form label.parsley-error select {
    background-color: #FBEAE2;
    background-image: none;
    border: 1px solid #ffc5c5
    }
.contour-form input[type=checkbox], .contour-form input[type=radio], .overlay-wrap input[type=checkbox], .overlay-wrap input[type=radio] {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom
    }
.contour-form input[type="file"] {
    border: none;
    background: none;
    padding: 7px 0
    }
input[type=radio] {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
    }
.contour-form select {
    background-image: url(../img/icons/input/dropdown-arrow.png);
    background-position: right center;
    background-repeat: no-repeat
    }
.contour-form input[type=checkbox]:checked, .overlay-wrap input[type=checkbox]:checked {
    background-image: url(../img/input-checkbox-checked-contour.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    border-color: #899512
    }
.contour-form input[type=radio]:checked {
    background-image: url(../img/input-radio-checked-contour.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center center;
    border-color: #899512
    }
.contourNavigation {
    margin-top: 10px
    }
.contourNavigation input[type=submit] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #626561;
    color: white;
    border: none;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    font-size: 0.75em;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-image: url(../img/arrow-background.png);
    background-position: right center;
    padding-right: 25px;
    background-repeat: no-repeat;
    max-width: 120px
    }
.contourNavigation input[type=submit]:hover {
    background-color: #2e322d
    }
.list-share {
    text-align: right;
    margin-bottom: -20px
    }
.extra-icons-widget {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 8px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
    z-index: 500;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.7em
    }
/*Slider / kaart */
.toggle-map-slider {
    overflow: visible
    }
.toggle-map-slider .extra-icons {
    position: absolute;
    top: 70px;
    right: 110px;
    padding: 8px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.298039) 0 1px 4px -1px;
    z-index: 500;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.7em
    }
.toggle-map-slider a {
    position: absolute;
    top: 70px;
    right: 20px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
    }
.toggle-map-slider a img {
    display: block;
    margin: 15px auto 5px auto;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
    }
.toggle-map-slider a span {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.5em
    }
.toggle-map-slider a:hover {
    background-color: rgba(0, 0, 0, 0.8)
    }
.toggle-map-slider a:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
    }
#header-map {
    height: 300px;
    display: none;
    background: url(../img/preloader.gif) center center no-repeat;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
    }
#header-map-canvas {
    height: 100%
    }
.page-intro-detail #map-categories {
    height: 35px;
    left: 20px
    }
#map-categories {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 90px;
    padding-top: 10px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
    }
#map-categories > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    padding: 0 10px
    }
#map-categories > ul ol, #map-categories > ul ul, #map-categories > ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
#map-categories > ul > li {
    display: inline-block;
    margin: 0 5px;
    position: relative
    }
#map-categories > ul > li a {
    opacity: 0.3;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
    }
#map-categories > ul > li a:hover {
    opacity: 0.6
    }
#map-categories > ul > li.active a {
    opacity: 1
    }
#map-categories > ul > li:hover > ul {
    visibility: visible;
    bottom: 50px;
    opacity: 1
    }
#map-categories > ul > li > ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -5px;
    bottom: 55px;
    z-index: 800;
    min-width: 150px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in
    }
#map-categories > ul > li > ul:after, #map-categories > ul > li > ul:before {
    top: 100%;
    left: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
    }
#map-categories > ul > li > ul:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #3D433C;
    border-width: 9px
    }
#map-categories > ul > li > ul:before {
    border-color: rgba(196, 196, 196, 0);
    border-top-color: #626561;
    border-width: 10px
    }
#map-categories > ul > li > ul > li {
    background-color: #626561;
    border: 5px solid #626561;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
    }
#map-categories > ul > li > ul > li h5 {
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.75em;
    color: #fff;
    text-align: center;
    margin: 5px 0 10px
    }
#map-categories > ul > li > ul > li ul {
    background-color: #fff;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
    }
#map-categories > ul > li > ul > li ul li {
    display: block;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.688em;
    color: #626561;
    padding: 5px 0
    }
.direct-share {
    text-decoration: none;
    margin-left: 5px;
    white-space: nowrap
    }
.direct-share img {
    height: 24px
    }
.blog-tags {
    margin: 20px 0
    }
.blog-tags .blog-tag {
    text-transform: uppercase;
    font-size: 10px;
    margin: 3px 0;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    color: #3d433c;
    background-color: #f7f7f7;
    padding: 2px 6px;
    border: 1px solid #ccc;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px
    }
.blog-tags .blog-tag:hover {
    background-color: #3d433c;
    border-color: #3d433c;
    color: white
    }
.blogger {
    text-align: center;
    margin-bottom: 20px;
    padding: 15px;
    padding-bottom: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc
    }
.blogger .blogger-heading {
    padding: 15px;
    margin: -15px;
    margin-bottom: 0
    }
.blogger .author {
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    padding-top: 15px
    }
.blogger .author a {
    text-decoration: none;
    color: #3d433c
    }
.blogger .author a:hover {
    text-decoration: underline
    }
.blogger .about {
    padding-bottom: 15px;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    text-align: left
    }
.blogger .buttons {
    border-top: 1px dotted #ccc;
    padding-top: 15px
    }
.blogger .mask {
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    overflow: hidden
    }
.blogger .mask img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block
    }
.widget-circles {
    text-align: center
    }
.widget-circles ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    display: inline-block
    }
.widget-circles ul ol, .widget-circles ul ul, .widget-circles ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
.widget-circles ul li {
    display: inline-block;
    margin: 0 5px;
    width: 95px;
    vertical-align: top
    }
.widget-circles ul li a {
    display: block;
    color: #3d433c;
    text-decoration: none
    }
.widget-circles ul li a:hover {
    color: #008ebd
    }
.widget-circles ul li a .mask {
    border: 5px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    overflow: hidden
    }
.widget-circles ul li a .mask img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block
    }
.widget-circles ul li a h4 {
    font-size: 0.75em;
    text-align: center
    }
.image-map-widget {
    position: relative
    }
.image-map-widget > img {
    width: 100%;
    height: auto
    }
.image-map-widget a {
    position: absolute;
    text-decoration: none;
    color: #626561;
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
    }
.image-map-widget a:hover {
    opacity: 1
    }
.image-map-widget a img {
    display: block;
    margin: 0 auto
    }
.image-map-widget a h5 {
    margin: 0;
    text-align: center;
    font-size: 0.75em
    }
#image-map-submenu {
    position: relative;
    margin-top: 90px
    }
#image-map-submenu img {
    width: 100%;
    height: auto
    }
#image-map-submenu img.image-hover {
    display: none;
    position: absolute;
    top: 0;
    left: 0
    }
/*List block*/
.highlight-item a.list-block .list-block-wrapper {
    border: 10px solid white
    }
a.list-block {
    text-decoration: none;
    color: #3d433c !important
    }
a.list-block.big .list-block-wrapper .list-block-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%
    }
a.list-block.big .list-block-wrapper .list-block-content h1, a.list-block.big .list-block-wrapper .list-block-content h2, a.list-block.big .list-block-wrapper .list-block-content h3, a.list-block.big .list-block-wrapper .list-block-content h4, a.list-block.big .list-block-wrapper .list-block-content h5, a.list-block.big .list-block-wrapper .list-block-content h6, a.list-block.big .list-block-wrapper .list-block-content p {
    margin-right: 10px
    }
a.list-block:hover .list-block-wrapper {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3)
    }
a.list-block:hover .list-block-wrapper .list-block-img img.list-img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9
    }
.list-block-wrapper {
    position: relative;
    display: block;
    /*tcf border: 10px solid #ffffff; */
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-transition: box-shadow 0.3s ease-out;
    -moz-transition: box-shadow 0.3s ease-out;
    -ms-transition: box-shadow 0.3s ease-out;
    -o-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out
    }
.list-block-wrapper .list-block-img {
    position: relative
    }
.list-block-wrapper .list-block-img .mask {
    position: relative;
    overflow: hidden;
    background-color: #fff
    }
.list-block-wrapper .list-block-img img {
    width: 100%
    }
.list-block-wrapper .list-block-img img.list-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out
    }
.list-block-wrapper .list-block-img img.img-ratio {
    width: 100%
    }
.list-block-wrapper .list-block-content {
    background-color: #fff;
    padding-bottom: 10px
    }
.list-block-wrapper .list-block-content .blogger-thumb {
    margin-left: 5px;
    position: relative;
    min-height: 20px
    }
.list-block-wrapper .list-block-content .blogger-thumb .blogger-name {
    text-align: right;
    font-size: 11px;
    line-height: 12px;
    margin-top: 4px;
    margin-left: 70px;
    margin-right: 5px;
    color: #999
    }
.list-block-wrapper .list-block-content .blogger-thumb .blogger-mask {
    position: absolute;
    top: -40px;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden
    }
.list-block-wrapper .list-block-content .blogger-thumb .blogger-mask img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: block
    }
.list-block-wrapper .list-block-content h1, .list-block-wrapper .list-block-content h2, .list-block-wrapper .list-block-content h3, .list-block-wrapper .list-block-content h4, .list-block-wrapper .list-block-content h5, .list-block-wrapper .list-block-content h6 {
    font-size: 0.75em;
    margin-bottom: 0
    }
.list-block-wrapper .list-block-content p {
    margin: 0;
    font-size: 0.875em;
    line-height: 1.286em
    }
.listview-block {
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0
    }
.listview-block a.mobile-arrow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.listview-block a.mobile-arrow img {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -7px
    }
.listview-block .list-block-wrapper .list-block-content .evenement-datum {
    text-transform: uppercase;
    font-size: 0.688em;
    margin-top: 5px;
    font-weight: bold
    }
.listview-block .list-block-wrapper .list-block-content .evenement-datum + p {
    margin-top: 0
    }
.listview-block.onbetaald .list-block-wrapper {
    display: block
    }
.listview-block.onbetaald .list-block-wrapper .list-block-content {
    position: relative;
    display: block
    }
.listview-block.onbetaald .list-block-wrapper .list-block-content a.expand-contract {
    display: none
    }
.listview-block.onbetaald .contact-gegevens {
    font-size: 0.875em;
    overflow: hidden;
    padding: 0 10px
    }
.listview-block.onbetaald .contact-gegevens ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
.listview-block.onbetaald .contact-gegevens ul ol, .listview-block.onbetaald .contact-gegevens ul ul, .listview-block.onbetaald .contact-gegevens ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
.listview-block.onbetaald .contact-gegevens ul li {
    line-height: normal
    }
.listview-block.onbetaald .contact-gegevens .adres {
    margin-top: 10px;
    float: left;
    padding-right: 30px;
    font-weight: bold;
    overflow: hidden
    }
.listview-block.onbetaald .contact-gegevens .contact {
    margin-top: 10px;
    float: left;
    line-height: 14.6px;
    overflow: hidden
    }
.listview-block.onbetaald .contact-gegevens .contact table span {
    color: #999;
    padding-right: 15px
    }
.listview-block.belangrijk-evenement {
    background-color: white;
    border: 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2)
    }
.listview-block.belangrijk-evenement .list-block-wrapper .list-block-img {
    width: 36.5%
    }
.listview-block.belangrijk-evenement .list-block-wrapper .list-block-content h4 {
    font-size: 0.875em
    }
.listview-block .list-block-wrapper {
    display: table;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
    }
.listview-block .list-block-wrapper .list-block-img {
    display: table-cell;
    vertical-align: top;
    width: 29.5%
    }
.listview-block .list-block-wrapper .list-block-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px
    }
.listview-block .list-block-wrapper .list-block-content h4 {
    margin-top: 0;
    font-size: 1.125em
    }
.listview-block .list-block-wrapper .list-block-content h5 {
    margin: -5px 0 0 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none;
    font-size: 0.688em;
    font-style: italic;
    font-weight: normal;
    color: #999
    }
.listview-block .list-block-wrapper .list-block-content h5 span.plaats {
    border-right: 1px solid #999;
    padding-right: 5px
    }
.listview-block .list-block-wrapper .list-block-content h5 span.categorie {
    padding-left: 3px
    }
.listview-block .list-block-wrapper .list-block-content p {
    margin-top: 7px;
    font-size: 0.875em
    }
.listview-block .list-block-wrapper .list-block-content > a {
    margin-top: 10px
    }
/*Listpage*/
#listpage > .col-3, #listpage > .col-9 {
    margin-top: 0
    }
#listpage.arrangementen {
    margin-top: 40px
    }
#listpage-evenementen-filter {
    -webkit-box-shadow: inset 0 75px 10px -70px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 75px 10px -70px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 75px 10px -70px rgba(0, 0, 0, 0.1)
    }
#listpage-subnav, #newspage-subnav {
    background-color: #79b928
    }
#listpage-subnav > ul > li, #newspage-subnav > ul > li {
    border-bottom: 1px dotted #fff
    }
#listpage-subnav ul, #newspage-subnav ul {
    color: #fff
    }
#listpage-subnav ul li a, #newspage-subnav ul li a {
    color: #fff
    }
#listpage-subnav ul li a:hover, #newspage-subnav ul li a:hover {
    color: #000
    }
#listpage-filters #listpage-filters-wrapper {
    background-color: #f7f7f7;
    border: 1px solid #ccc
    }
#listpage-filters #listpage-filters-wrapper > ul > li {
    border-bottom: 1px dotted #ccc
    }
#listpage-filters #listpage-filters-wrapper ul {
    color: #000
    }
#listpage-filters #listpage-filters-wrapper ul li a {
    color: #000
    }
#listpage-filters #listpage-filters-wrapper ul li a:hover {
    color: #79b928
    }
#listpage-filters #listpage-filters-wrapper ul li a.clear-filter {
    display: inline-block;
    margin: 5px 10px;
    color: #fff
    }
#listpage-filters #listpage-filters-wrapper ul li a.clear-filter:hover {
    color: #fff
    }
#listpage-filters a#clear-all-filters {
    display: block
    }
.listpage-accordion {
    margin-bottom: 10px;
    padding: 15px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
    }
.listpage-accordion span {
    display: none;
    position: absolute;
    top: -1px;
    height: 100%;
    left: 0;
    font-weight: bold;
    margin-right: 10px
    }
.listpage-accordion ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal
    }
.listpage-accordion ul li {
    position: relative
    }
.listpage-accordion ul li div.h3 {
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.75em;
    margin: 5px 0
    }
.listpage-accordion ul li div.h3.open a img {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
    }
.listpage-accordion ul li div.h3 a {
    padding-right: 30px
    }
.listpage-accordion ul li div.h3 a img {
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out
    }
.listpage-accordion ul li div.h3 a.accordion-toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0
    }
.listpage-accordion ul li.active > span {
    display: block
    }
.listpage-accordion ul li a {
    position: relative;
    display: block;
    text-decoration: none
    }
.listpage-accordion ul li .input, .listpage-accordion ul li label, .listpage-accordion ul li a {
    padding-left: 10px
    }
.listpage-accordion ul li .input-dropdown {
    width: auto
    }
.listpage-accordion ul li .input-dropdown select {
    width: 110%
    }
.listpage-accordion ul li .input {
    margin-top: 5px
    }
.listpage-accordion ul li .input .input-wrapper {
    width: auto
    }
.listpage-accordion ul li label {
    display: block;
    margin-top: 5px
    }
.listpage-accordion ul li ul {
    font-size: 0.875em;
    overflow: hidden;
    padding-bottom: 10px;
    display: none
    }
.listpage-accordion ul li ul li {
    margin: 8px 0
    }
.listpage-accordion ul > li span {
    top: -1px
    }
/* Listview */
ul#listview-results {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
ul#listview-results ol, ul#listview-results ul, ul#listview-results li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
ul#listview-results li {
    display: block
    }
ul#listview-results li.datum-header {
    background-color: #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.75em;
    text-align: center;
    padding: 6px 0;
    border: 1px solid #ccc
    }
ul#listview-results li.alert {
    border: 1px solid red;
    padding: 12px;
    text-align: center;
    border: 1px dotted #ccc;
    color: #999;
    font-size: 0.9em
    }
ul#listview-results li.alert div.button {
    margin-top: 10px;
    font-size: 1.1em
    }
.listview-filter {
    margin-top: 10px;
    overflow: hidden
    }
.listview-filter.evenementen {
    margin-top: -20px
    }
.listview-filter .listview-filter-results {
    margin: 5px 10px;
    float: left;
    color: #999;
    font-size: 0.875em;
    font-weight: bold;
    margin-bottom: 13px
    }
.listview-filter .listview-filter-select {
    float: right
    }
.listview-filter a.filter-mobile {
    display: none
    }
h1 span.event-date, h1 span.price {
    display: block;
    color: #999;
    font-size: 1.4em
    }
#paging {
    padding: 10px 0 20px 0
    }
#paging ul#control-paging {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    text-align: center
    }
#paging ul#control-paging ol, #paging ul#control-paging ul, #paging ul#control-paging li {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none
    }
#paging ul#control-paging li {
    display: inline-block
    }
#paging ul#control-paging a {
    text-decoration: none;
    border: 1px solid #ccc;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    margin-right: 5px;
    text-align: center;
    display: block;
    padding: 0 10px
    }
#paging ul#control-paging a:hover {
    border-color: #008ebd
    }
#paging ul#control-paging a.active {
    background-color: #008ebd;
    color: white;
    border-color: #008ebd
    }
.article-list {
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    margin-bottom: 40px
    }
.article-list h4 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px
    }
.article-list .article-listitem a {
    text-decoration: none;
    color: #3d433c;
    display: table;
    width: 100%
    }
.article-list .article-listitem a:hover {
    background-color: white
    }
.article-list .article-listitem a:hover .article-thumb img {
    border-color: #f7f7f7
    }
.article-list .article-listitem .article-wrap {
    border-top: 1px dotted #ccc;
    padding: 10px 20px
    }
.article-list .article-listitem .article-thumb {
    display: table-cell;
    vertical-align: middle
    }
.article-list .article-listitem .article-thumb img {
    display: block;
    width: 120px;
    margin-right: 10px;
    border: 5px solid white
    }
.article-list .article-listitem .article-content {
    display: table-cell;
    width: 100%;
    vertical-align: middle
    }
.article-list .article-listitem .article-content .article-heading {
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 13px
    }
.article-list .article-listitem .article-content small {
    font-size: 11px;
    line-height: 12px;
    margin-top: 2px;
    margin-bottom: 5px;
    display: block;
    color: #999
    }
.article-list .article-listitem .article-content small span {
    padding-right: 4px;
    margin-right: 2px;
    display: inline-block;
    border-right: 1px solid #ccc
    }
.article-list .article-listitem .article-content p {
    font-size: 12px;
    margin: 0
    }
.message-lightbox {
    -webkit-transition: background 0.4s ease-in;
    -moz-transition: background 0.4s ease-in;
    -ms-transition: background 0.4s ease-in;
    -o-transition: background 0.4s ease-in;
    transition: background 0.4s ease-in;
    border: 1px solid white;
    background-color: white;
    background-color: rgba(249, 249, 249, 0.7);
    z-index: 999;
    position: fixed;
    bottom: 13px;
    width: 80%;
    left: 10%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center
    }
.message-lightbox:hover {
    background-color: white
    }
.message-lightbox .message-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
    }
.message-lightbox .message-content {
    padding: 10px 40px 10px 10px
    }
.detail-foto {
    margin: 10px
    }
.detail-foto .active-foto {
    border: 1px solid #ccc;
    text-align: center
    }
.detail-foto .active-foto .placeholder {
    position: relative;
    width: 68.085106%;
    margin: 5% auto
    }
.detail-foto .active-foto .placeholder .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
    }
.detail-foto .active-foto .placeholder .content ul {
    margin: 0;
    padding: 0;
    list-style: none
    }
.detail-foto .active-foto .placeholder .content ul li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none
    }
.detail-foto .active-foto .placeholder .content ul li:first-child {
    display: block
    }
.detail-foto .active-foto .placeholder .content ul li img {
    width: 100%
    }
.detail-foto .active-foto .placeholder .content ul li iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
    }
.detail-foto .active-foto .placeholder img.ratio {
    width: 100%
    }
.detail-foto .detail-foto-nav {
    overflow: hidden;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-top: none
    }
.detail-foto .detail-foto-nav .thumbnails {
    width: 68.085106%;
    margin: 0.78125% auto
    }
.detail-foto .detail-foto-nav .thumbnails ul {
    margin: 0 0 0 -0.78125%;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center
    }
.detail-foto .detail-foto-nav .thumbnails ul li {
    display: inline-block;
    margin: 0.78125%;
    width: 22.44%
    }
.detail-foto .detail-foto-nav .thumbnails ul li.flex-active a {
    opacity: 1
    }
.detail-foto .detail-foto-nav .thumbnails ul li a {
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.5;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out
    }
.detail-foto .detail-foto-nav .thumbnails ul li a img {
    width: 100%
    }
.detail-foto .detail-foto-nav .thumbnails ul li a img.play {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1
    }
.detail-foto .detail-foto-nav .thumbnails ul li a iframe {
    display: none
    }
.detail-foto .detail-foto-nav .thumbnails ul li a:hover {
    opacity: 1
    }
.tabs.tabs-route-detail h2.tab-insert {
    margin-bottom: 0;
    font-size: 0.7em;
    margin-top: 20px
    }
.tabs.tabs-route-detail .tabs-buttons {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px
    }
ul.route-list {
    margin: 0;
    padding: 0 10px;
    list-style: none
    }
ul.route-list a {
    text-decoration: none;
    color: #3d433c;
    display: block
    }
ul.route-list a:hover {
    text-decoration: underline
    }
ul.route-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    float: left;
    min-height: 20px;
    line-height: 20px;
    padding: 10px 40px;
    position: relative;
    font-size: 12px
    }
ul.route-list li::after {
    content: "";
    width: 33px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 1px;
    border-bottom: 1px dotted #ccc
    }
ul.route-list li:last-child::after {
    display: none
    }
ul.route-list .route-list-icon {
    position: absolute;
    left: 9px;
    top: 5px;
    width: 25px;
    height: 31px
    }
ul.route-list .route-list-knotpoint {
    position: absolute;
    left: 6px;
    top: 5px;
    display: block;
    background-color: white;
    border: 2px solid #79b928;
    color: #79b928;
    text-align: center;
    width: 32px;
    height: 32px;
    font-size: 11px;
    line-height: 28px;
    box-sizing: border-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
    }
a.a-medium-button.with-icon.icon-only {
    width: 33px;
    margin: 0;
    padding: 0
    }
a.a-medium-button.with-icon.icon-only:after {
    content: none
    }
.route-share {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 22px
    }
.route-share a.a-medium-button.with-icon.icon-only {
    display: block;
    float: left
    }
.detail-photos {
    margin-top: 20px;
    position: relative;
    /*end thumbnails*/
    }
.detail-photos .thumbnails {
    margin-top: 0
    }
.detail-photos .thumbnails .flex-control-paging {
    margin: 0;
    padding: 0;
    bottom: -5px;
    width: 100%;
    text-align: center;
    position: absolute
    }
.detail-photos .thumbnails .flex-control-paging li {
    display: inline-block;
    border: 1px solid #c4c4c4;
    margin: 0 2px;
    padding: 1px;
    height: 14px;
    width: 14px
    }
.detail-photos .thumbnails .flex-control-paging li a {
    color: white;
    display: block;
    width: 14x;
    height: 14px;
    line-height: 14px;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-color: white
    }
.detail-photos .thumbnails .flex-control-paging li a.flex-active {
    background-color: #626561;
    color: #3d433c
    }
.detail-photos .thumbnails ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
    text-align: left;
    height: 138px;
    overflow: hidden
    }
.detail-photos .thumbnails ul li {
    display: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 152px;
    margin-left: 1px
    }
.detail-photos .thumbnails ul li a {
    text-decoration: none;
    position: relative;
    display: block;
    width: 100%;
    opacity: 0.8;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -ms-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out
    }
.detail-photos .thumbnails ul li a:hover {
    opacity: 1
    }
.detail-photos .thumbnails ul li a div.title {
    color: black;
    text-decoration: none;
    width: 100%;
    margin-top: 2px;
    background-color: white;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
    }
.detail-photos .thumbnails ul li a img {
    width: 100%;
    display: block
    }
.detail-photos .thumbnails ul li a img.play {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1
    }
#search-wizard-wrapper + div {
    padding-top: 70px
    }
#site-content > .full-row:first-child, #site-content > .row:first-child {
    margin-top: 65px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
    }
.full-row {
    padding-bottom: 40px;
    padding-top: 30px;
    -webkit-box-shadow: inset 0 75px 10px -70px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 75px 10px -70px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 75px 10px -70px rgba(0, 0, 0, 0.1)
    }
.full-row .row-button {
    padding-top: 10px;
    text-align: center
    }
.full-row .row-footer .col-12, .full-row .row-header .col-12 {
    margin-top: 0;
    margin-bottom: 0
    }
.full-row .title-wrap {
    text-align: center;
    padding-bottom: 10px
    }
.full-row .title-wrap .row-title {
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 0.7em;
    display: inline-block;
    color: #999;
    overflow: visible;
    position: relative
    }
.full-row .title-wrap .row-title::before, .full-row .title-wrap .row-title::after {
    content: "";
    position: absolute;
    left: -87px;
    top: 6px;
    height: 1px;
    width: 75px;
    background-color: #ddd
    }
.full-row .title-wrap .row-title::after {
    left: auto;
    right: -87px
    }
.full-row.dark {
    color: white;
    background-color: #626561
    }
.full-row.dark .widget-highlight ul.flex-direction-nav li a.flex-next {
    background-image: url(../img/widget-highlight-next-white.png)
    }
.full-row.dark .widget-highlight ul.flex-direction-nav li a.flex-prev {
    background-image: url(../img/widget-highlight-prev-white.png)
    }
.full-row.dark .title-wrap .row-title {
    color: white
    }
.full-row.dark .title-wrap .row-title .row-title::before, .full-row.dark .title-wrap .row-title .row-title::after {
    background-color: white
    }
.full-row.dark .widget {
    color: white
    }
.full-row.dark .widget a {
    color: white
    }
.full-row.dark .widget a:hover {
    color: #fed100
    }
.full-row.dark .widget .a-button, .full-row.dark .a-button, .full-row.dark .widget .a-medium-button, .full-row.dark .a-medium-button, .full-row.dark .widget .a-small-button, .full-row.dark .a-small-button, .full-row.dark .widget .input-submit input, .full-row.dark .input-submit input {
    background-color: #fed100;
    color: black
    }
.full-row.dark .widget .a-button:hover, .full-row.dark .a-button:hover, .full-row.dark .widget .a-medium-button:hover, .full-row.dark .a-medium-button:hover, .full-row.dark .widget .a-small-button:hover, .full-row.dark .a-small-button:hover, .full-row.dark .widget .input-submit input:hover, .full-row.dark .input-submit input:hover {
    background-color: #ffdf4b;
    color: black
    }
.full-row.dark .flex-control-paging li {
    border: 1px solid white
    }
.full-row.dark .flex-control-paging li a {
    color: white;
    background-color: transparent
    }
.full-row.dark .flex-control-paging li a.flex-active {
    background-color: white;
    color: #3d433c;
    margin: 1px;
    width: 12px;
    height: 12px
    }
@media only screen and (min-width: 0) and (max-width: 720px) {
    #search-wizard-wrapper + div {
        padding-top: 30px
        }
    #site-content > .full-row:first-child, #site-content > .row:first-child {
        margin-top: 0
        }
    }
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999
    }
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1
    }
::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1
    }
:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999
    }
/* Search */
.input-search {
    position: relative;
    padding: 0 40px 0 5px;
    height: 31px;
    overflow: hidden
    }
.input-search input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent
    }
.input-search a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 31px;
    background-image: url(../img/icons/input/search.png);
    background-position: center center;
    background-size: 15px 15px;
    background-repeat: no-repeat
    }
/* Dropdown (select) */
.input-dropdown {
    position: relative;
    background-color: #fff;
    background-image: url(../img/icons/input/dropdown-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    height: 25px;
    width: 173px;
    overflow: hidden;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px
    }
.input-dropdown.inactive {
    opacity: 0.6
    }
.input-dropdown select {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    font-weight: bold;
    color: #3d433c;
    height: 25px;
    width: 190px;
    background: transparent;
    padding: 0;
    /* If you add too much padding here, the options won't show in IE */
    }
/*input text*/
.input-text {
    position: relative;
    padding: 0 10px;
    width: 135px;
    height: 25px;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc
    }
.input-text input {
    height: 25px;
    font-size: 0.875em;
    font-weight: bold;
    color: #3d433c;
    width: 100%;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0
    }
.input-textarea textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 0.875em;
    padding: 8px 10px 6px 10px;
    color: #3d433c
    }
/*input date*/
.input-date {
    position: relative
    }
.input-date .input-wrapper {
    position: relative;
    padding: 0 10px;
    width: 135px;
    overflow: hidden;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc
    }
.input-date .input-wrapper input {
    height: 30px;
    font-size: 0.875em;
    font-weight: bold;
    color: #626561;
    width: 100%;
    border: none;
    background: transparent;
    margin: 0;
    padding: 0
    }
.input-date .beatpicker-input {
    background: url(../img/calendar-icon.png) center right no-repeat !important
    }
.input-date .beatpicker-clear {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border: none;
    display: none
    }
/*input radio*/
.input-radio input[type="radio"] {
    display: none
    }
.input-radio input[type="radio"] + span {
    padding-left: 18px;
    margin-left: 0;
    background-image: url(../img/input-radio.png);
    background-repeat: no-repeat;
    background-position: left center
    }
.input-radio input[type="radio"]:checked + span {
    background-image: url(../img/input-radio-checked.png)
    }
/*input checkbox*/
.input-checkbox input[type="checkbox"] {
    display: none
    }
.input-checkbox input[type="checkbox"] + span {
    padding-left: 18px;
    margin-left: 0;
    background-image: url(../img/input-checkbox.png);
    background-repeat: no-repeat;
    background-position: left center
    }
.input-checkbox input[type="checkbox"]:checked + span {
    background-image: url(../img/input-checkbox-checked.png)
    }
/*input submit*/
.input-submit input, .input-submit input[type="button"] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #626561;
    color: white;
    border: none;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
    font-size: 0.75em;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    background-image: url(../img/arrow-background.png);
    background-position: right center;
    padding-right: 25px;
    background-repeat: no-repeat
    }
.input-submit input:hover, .input-submit input[type="button"]:hover {
    background-color: #2e322d
    }
.input-submit input:disabled, .input-submit input[type="button"]:disabled {
    cursor: default;
    opacity: 0.5
    }
/*input submit big*/
.input-submit-big input {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #626561;
    color: white;
    border: none;
    padding: 15px;
    text-align: center;
    font-size: 1.2em;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
    }
.input-submit-big input:hover {
    background-color: #2e322d
    }
/*a-buttons*/
.a-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.75em;
    background-color: #626561;
    color: white;
    display: inline-block;
    padding: 0 10px;
    line-height: 33px;
    height: 33px;
    margin-bottom: 5px;
    border: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
    }
.a-button::after {
    content: "›";
    font-size: 1.5em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none
    }
.a-button:hover {
    background-color: #2e322d;
    color: white
    }
.a-outlined-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.75em;
    color: #626561;
    background-color: white;
    display: inline-block;
    padding: 0 8px;
    line-height: 31px;
    height: 31px;
    margin-bottom: 5px;
    border: 1px solid #626561;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
    }
.a-outlined-button::after {
    content: "›";
    font-size: 1.5em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none
    }
.a-outlined-button:hover {
    color: #2e322d
    }
/*a-buttons*/
a.a-button-colored {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.75em;
    background-color: #fed100;
    color: #626561;
    display: inline-block;
    padding: 0 10px;
    line-height: 33px;
    height: 33px;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
    }
a.a-button-colored::after {
    content: "›";
    font-size: 1.5em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none
    }
a.a-button-colored:hover {
    background-color: #ffdf4b
    }
/*a-buttons*/
a.with-icon {
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 33px;
    height: 33px;
    vertical-align: bottom
    }
a.with-icon:hover {
    background-position: 0 -33px
    }
/*a-medium-buttons*/
a.a-medium-button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.65em;
    background-color: #626561;
    color: white;
    display: inline-block;
    padding: 0 10px;
    line-height: 25px;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
    }
a.a-medium-button::after {
    content: "›";
    font-size: 1.5em;
    line-height: 25px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none
    }
a.a-medium-button:hover {
    background-color: #2e322d
    }
/*a-medium-buttons*/
a.a-medium-button-colored {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.65em;
    background-color: #fed100;
    color: #626561;
    display: inline-block;
    padding: 0 10px;
    line-height: 25px;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
    }
a.a-medium-button-colored::after {
    content: "›";
    font-size: 1.3em;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: none
    }
a.a-medium-button-colored:hover {
    background-color: #ffdf4b
    }
/*a-small-buttons*/
a.a-small-button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 0.6em;
    background-color: #626561;
    color: white;
    display: inline-block;
    padding: 0 10px;
    background-size: 22px 44px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
    }
a.a-small-button.with-icon {
    padding-left: 22px
    }
a.a-small-button:hover {
    background-color: #2e322d;
    background-position: 0 -22px
    }
/*a-small-buttons*/
a.a-small-button-colored {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6em;
    background-color: #fed100;
    color: #626561;
    display: inline-block;
    padding: 0 10px;
    line-height: 22px;
    height: 22px;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
    }
a.a-small-button-colored:hover {
    background-position: 0 -22px;
    background-color: #ffdf4b
    }
/*mobile categorie buttons*/
a.mobile-categorie-button {
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    color: white;
    display: block;
    background-color: red;
    text-decoration: none;
    font-size: 0.875em;
    padding: 25px 10px 10px 10px;
    text-align: center;
    position: relative
    }
a.mobile-categorie-button img.categorie-icon {
    display: block;
    margin: 0 auto;
    width: 64px
    }
a.mobile-categorie-button span.categorie-text {
    padding-top: 10px;
    height: 40px;
    margin: 0 auto;
    width: 100%;
    display: block;
    vertical-align: middle
    }
/*price info*/
span.price-info-grey, span.price-info-green {
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
    height: 34px;
    position: absolute;
    right: -3px;
    top: 10px;
    background-image: url(../img/icons/rating/price-grey.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding: 0 10px;
    line-height: 30px;
    text-decoration: none;
    font-size: 0.875em;
    color: black
    }
span.price-info-green {
    background-image: url(../img/icons/rating/price-green.png);
    color: white
    }
/*rating*/
.rating-medium {
    display: inline-block;
    height: 26px;
    background-image: url(../img/icons/rating/rating-sprite-medium.png);
    background-position: 0 0;
    overflow: hidden;
    width: 135px
    }
.rating-medium.rating-1 {
    background-position: 0 -26px
    }
.rating-medium.rating-2 {
    background-position: 0 -52px
    }
.rating-medium.rating-3 {
    background-position: 0 -78px
    }
.rating-medium.rating-4 {
    background-position: 0 -104px
    }
.rating-medium.rating-5 {
    background-position: 0 -130px
    }
.rating-medium.rating-6 {
    background-position: 0 -156px
    }
.rating-medium.rating-7 {
    background-position: 0 -182px
    }
.rating-medium.rating-8 {
    background-position: 0 -208px
    }
.rating-medium.rating-9 {
    background-position: 0 -234px
    }
.rating-medium.rating-10 {
    background-position: 0 -260px
    }
.rating-small {
    display: inline-block;
    height: 13px;
    background-image: url(../img/icons/rating/rating-sprite-small.png);
    background-position: 0 0;
    overflow: hidden;
    width: 68px
    }
.rating-small.rating-1 {
    background-position: 0 -13px
    }
.rating-small.rating-2 {
    background-position: 0 -26px
    }
.rating-small.rating-3 {
    background-position: 0 -39px
    }
.rating-small.rating-4 {
    background-position: 0 -52px
    }
.rating-small.rating-5 {
    background-position: 0 -65px
    }
.rating-small.rating-6 {
    background-position: 0 -78px
    }
.rating-small.rating-7 {
    background-position: 0 -91px
    }
.rating-small.rating-8 {
    background-position: 0 -104px
    }
.rating-small.rating-9 {
    background-position: 0 -117px
    }
.rating-small.rating-10 {
    background-position: 0 -130px
    }
@media only screen and (min-width: 0) and (max-width: 720px) {
    .rating-medium {
        display: inline-block;
        height: 13px;
        background-image: url(../img/icons/rating/rating-sprite-small.png);
        background-position: 0 0;
        overflow: hidden;
        width: 68px
        }
    .rating-medium.rating-1 {
        background-position: 0 -13px
        }
    .rating-medium.rating-2 {
        background-position: 0 -26px
        }
    .rating-medium.rating-3 {
        background-position: 0 -39px
        }
    .rating-medium.rating-4 {
        background-position: 0 -52px
        }
    .rating-medium.rating-5 {
        background-position: 0 -65px
        }
    .rating-medium.rating-6 {
        background-position: 0 -78px
        }
    .rating-medium.rating-7 {
        background-position: 0 -91px
        }
    .rating-medium.rating-8 {
        background-position: 0 -104px
        }
    .rating-medium.rating-9 {
        background-position: 0 -117px
        }
    .rating-medium.rating-10 {
        background-position: 0 -130px
        }
    }
#page-options-mobile {
    background-color: red;
    text-align: right
    }
#page-options-mobile .a-button {
    margin-bottom: 0;
    border-right: 1px solid #666
    }
#page-options-mobile .a-button:first-child {
    border-left: 1px solid #666
    }
.map-options-desktop {
    position: absolute;
    top: -40px;
    right: 0
    }
.page-title a.a-button {
    float: right
    }
.input-range {
    padding: 0 10px;
    margin-bottom: -7px
    }
.input-range .range-tooltip {
    display: block;
    position: absolute;
    font-size: 10px;
    line-height: 12px;
    top: -14px;
    left: 0;
    text-align: center
    }
/* Social share buttons */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80)
    }
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
    }
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle
    }
.mfp-align-top .mfp-container:before {
    display: none
    }
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
    }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: auto;
    max-width: 940px;
    cursor: auto
    }
.mfp-ajax-cur {
    cursor: progress
    }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
    }
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
    }
.mfp-auto-cursor .mfp-content {
    cursor: auto
    }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
    }
.mfp-loading.mfp-figure {
    display: none
    }
.mfp-hide {
    display: none !important
    }
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
    }
.mfp-preloader a {
    color: #CCC
    }
.mfp-preloader a:hover {
    color: #FFF
    }
.mfp-s-ready .mfp-preloader {
    display: none
    }
.mfp-s-error .mfp-content {
    display: none
    }
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
    }
button::-moz-focus-inner {
    padding: 0;
    border: 0
    }
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
    }
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100)
    }
.mfp-close:active {
    top: 1px
    }
.mfp-close-btn-in .mfp-close {
    color: #333
    }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
    }
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px
    }
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
    }
.mfp-arrow:active {
    margin-top: -54px
    }
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100)
    }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
    }
.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
    }
.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
    }
.mfp-arrow-left {
    left: 0
    }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px
    }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
    }
.mfp-arrow-right {
    right: 0
    }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px
    }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F
    }
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
    }
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
    }
.mfp-iframe-holder .mfp-close {
    top: -40px
    }
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
    }
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
    }
/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
    }
/* The shadow behind the image */
.mfp-figure {
    line-height: 0
    }
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
    }
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
    }
.mfp-figure figure {
    margin: 0
    }
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
    }
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
    }
.mfp-image-holder .mfp-content {
    max-width: 100%
    }
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
    }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
           * Remove all paddings around the image on small screen
           */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
        }
    .mfp-img-mobile img.mfp-img {
        padding: 0
        }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
        }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
        }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
        }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
        }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
        }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
        }
    }
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
    }
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8
    }
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
    }
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out
    }
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
    }
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
    }
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
        }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
        }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
        }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
        }
    }
.mfp-ie7 .mfp-img {
    padding: 0
    }
.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
    }
.mfp-ie7 .mfp-container {
    padding: 0
    }
.mfp-ie7 .mfp-content {
    padding-top: 44px
    }
.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
    }
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    }
.noUi-target {
    position: relative
    }
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative
    }
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
    }
.noUi-handle {
    position: relative;
    z-index: 1
    }
.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
       its values is > 50%. */
    z-index: 10
    }
.noUi-stacking + .noUi-origin {
    /* Fix stacking order in IE7, which incorrectly
       creates a new context for the origins. */
    }
.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s
    }
.noUi-state-drag * {
    cursor: inherit !important
    }
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
    }
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 10px
    }
.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 14px;
    left: -12px;
    top: -3px
    }
.noUi-vertical {
    width: 18px
    }
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
    }
/* Styling;
 */
.noUi-background {
    background: #FAFAFA;
    box-shadow: inset 0 1px 1px #f0f0f0
    }
.noUi-connect {
    background: #444;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms
    }
.noUi-origin {
    border-radius: 2px
    }
.noUi-target {
    border-radius: 2px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
    }
.noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB
    }
/* Handles and cursors;
 */
.noUi-dragable {
    cursor: w-resize
    }
.noUi-vertical .noUi-dragable {
    cursor: n-resize
    }
.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
    }
.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
    }
/* Handle stripes;

.noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 10px;
	top: 6px;
}
.noUi-handle:after {
	left: 12px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
} */
/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
    background: #B8B8B8
    }
[disabled] .noUi-handle {
    cursor: not-allowed
    }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
    }
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
    }
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
    }
.fancybox-opened {
    z-index: 8030
    }
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
    }
.fancybox-outer, .fancybox-inner {
    position: relative
    }
.fancybox-inner {
    overflow: hidden
    }
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
    }
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
    }
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
    }
.fancybox-image {
    max-width: 100%;
    max-height: 100%
    }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox_sprite.png)
    }
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
    }
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(fancybox_loading.gif) center center no-repeat
    }
.fancybox-close {
    position: absolute;
    top: -15px;
    right: -13px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: url(../img/icons/fancybox/fancybox-close.png) center center no-repeat
    }
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
    }
.fancybox-prev {
    left: 0
    }
.fancybox-next {
    right: 0
    }
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    opacity: 0.7
    }
.fancybox-prev span {
    left: 10px;
    background: url(../img/icons/fancybox/fancybox-prev.png) center center no-repeat
    }
.fancybox-next span {
    right: 10px;
    background: url(../img/icons/fancybox/fancybox-next.png) center center no-repeat
    }
.fancybox-nav:hover span {
    opacity: 1
    }
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
    }
/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto
    }
.fancybox-lock body {
    overflow: hidden !important
    }
.fancybox-lock-test {
    overflow-y: hidden !important
    }
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../img/icons/fancybox/fancybox_overlay.png)
    }
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
    }
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
    }
/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
    }
.fancybox-opened .fancybox-title {
    visibility: visible
    }
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
    }
.fancybox-title-float-wrap .child {
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-size: 0.75em;
    white-space: nowrap
    }
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
    }
.fancybox-title-inside-wrap {
    padding-top: 10px
    }
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
    }
/*Datepicker*/
.beatpicker {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -o-box-sizing: content-box !important;
    box-sizing: content-box !important;
    background-color: #fff;
    color: #333;
    font-size: 13px;
    height: auto;
    min-width: 200px;
    position: absolute;
    width: 250px;
    border: 1px solid #ccc;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none;
    /*IE*/
    z-index: 9999;
    margin-left: -10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
    }
.beatpicker .button {
    background-color: #3994c5;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: bold 12px/2 arial, tahoma, sans-serif;
    margin: 0 2px;
    padding: 5px;
    text-align: center;
    text-decoration: none
    }
.beatpicker-inputnode {
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer
    }
.beatpicker ul {
    margin: 0;
    padding: 0
    }
.beatpicker ul.cell-parent, .beatpicker li.cell {
    list-style: none outside none
    }
.beatpicker ul.cell-parent {
    margin: 0 auto;
    width: 100%
    }
.beatpicker li.cell {
    float: left;
    margin: 1%;
    padding: 2%;
    text-align: center;
    width: 8%;
    white-space: nowrap
    }
.beatpicker .days .cell-parent li.cell {
    cursor: pointer;
    transition: background-color 0.09s linear 0s
    }
.beatpicker .days .cell-parent li.cell.cell-months, .days .cell-parent li.cell.cell-years {
    padding: 7% 5.5%;
    width: 12%
    }
.beatpicker .days .cell-parent li.cell:hover {
    background-color: #eee;
    color: #333 !important;
    font-weight: bold
    }
.beatpicker .main-nav {
    background-color: #333;
    height: 30px;
    margin: 0 auto;
    padding: 2px;
    position: relative
    }
.beatpicker .main-nav .button {
    background-color: transparent;
    font-family: inherit;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 2px 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 14%
    }
.beatpicker .main-nav .button.next {
    right: 0
    }
.beatpicker .main-nav .button.prev {
    left: 0
    }
.beatpicker .days .cell-parent li.cell.date-disabled.between-range {
    background-color: #f2dfa0;
    color: #4b4b4b
    }
.beatpicker .days .cell-parent li.cell.date-disabled:hover {
    background-color: #c2c2c2;
    color: white
    }
.beatpicker .days .cell-parent li.cell.not-notable {
    color: #ababab
    }
.beatpicker .days .cell-parent li.cell.date-disabled, .days .cell-parent li.cell.not-notable.date-disabled {
    color: #c6c6c6
    }
.beatpicker .days .cell.notable-today {
    background-color: #008ebd;
    color: #fff;
    font-weight: bold
    }
.beatpicker .days .cell-parent li.cell.not-notable.notable-today:hover {
    color: #9d9d9d !important
    }
.beatpicker .days .cell-parent li.cell.not-notable.notable-today {
    background-color: transparent;
    box-shadow: 0 0 0 1px #47758e inset;
    color: #9d9d9d
    }
.beatpicker .days .cell-parent li.cell.selected-date {
    background-color: #f79851;
    color: white;
    font-weight: bold
    }
.beatpicker .days .cell-parent li.cell.selected-date.notable-today {
    box-shadow: 0 0 0 2px #d08451 inset
    }
.beatpicker .days .cell-parent li.cell.between-range {
    background-color: #efd069
    }
.beatpicker .days .cell-parent li.cell.between-range:hover {
    background-color: #d35d5d
    }
.beatpicker .days .cell.notable-today.between-range {
    box-shadow: 0 0 0 2px #4184a9 inset;
    color: #3d3d3d
    }
.beatpicker .days .cell-parent li.cell.between-range.not-notable {
    color: #292929
    }
.beatpicker .main-nav .current-indicator {
    background-color: transparent;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    left: 14%;
    width: 72%
    }
.beatpicker .footer {
    background-color: white;
    border-top: 1px solid #e1e1e1;
    display: inline-block;
    margin-bottom: -4px;
    margin-left: -4px;
    padding: 0 4px 4px;
    position: relative;
    width: 100%
    }
.beatpicker .footer input.date-input[type="text"] {
    float: left;
    height: 23px;
    margin: 0 -1px 0 0;
    padding: 0;
    width: 81%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
    }
.beatpicker input[type="text"] {
    border: 1px solid #d2d2d2;
    color: #737373;
    font-family: inherit;
    margin: 0 1px;
    padding: 4px
    }
.beatpicker .footer .button.today, .beatpicker .footer .button.date-input-button {
    height: 25px;
    margin-top: 5px;
    padding: 0;
    width: 25%
    }
.beatpicker .goto-date-parent.goto-date-container {
    float: right;
    margin-top: 5px;
    width: 65%
    }
.beatpicker .footer .button.date-input-button {
    float: left;
    margin: 0;
    width: 15%;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 0.6em;
    background-color: #333;
    color: white;
    display: inline-block;
    padding: 0;
    line-height: 22px;
    height: 25px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
    }
.beatpicker .footer .button.date-input-button.with-icon {
    padding-left: 22px
    }
.beatpicker .footer .button.date-input-button:hover {
    background-color: #2e322d;
    background-position: 0 -22px
    }
.beatpicker .footer .button.today {
    margin-left: 2%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-weight: normal;
    font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 0.6em;
    background-color: #333;
    color: white;
    display: inline-block;
    padding: 0;
    line-height: 22px;
    height: 22px;
    margin-bottom: 5px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
    }
.beatpicker .footer .button.today.with-icon {
    padding-left: 22px
    }
.beatpicker .footer .button.today:hover {
    background-color: #2e322d;
    background-position: 0 -22px
    }
.beatpicker input[type="text"]::-moz-placeholder {
    color: #959595;
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase
    }
.beatpicker input[type="text"]::-webkit-input-placeholder {
    color: #959595;
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase
    }
.beatpicker input[type="text"]:-moz-placeholder {
    color: #959595;
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase
    }
.beatpicker input[type="text"]:-ms-input-placeholder {
    color: #959595;
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase
    }
.hidden {
    display: none
    }
.kpText {
    width: 34px !important;
    height: 25px !important;
    text-align: center !important;
    background-image: url(/includes/img/icons/routebeschrijving/route.png);
    padding-top: 9px
    }
.kpTextCluster {
    width: 36px !important;
    height: 36px !important;
    text-align: center !important;
    background-image: url(/includes/img/icons/map/marker-cluster.png);
    padding-top: 9px
    }
.infoBox {
    z-index: 9999
    }
.fancybox-close {
    display: block !important
    }
.map-canvas {
    height: 500px;
    margin-top: 10px;
    width: 100%
    }
.widget-routes .map-canvas {
    height: 600px;
    margin-top: 0
    }
/*Tooltips*/
.tooltip-small {
    position: absolute;
    font-size: 0.75em;
    color: #575757;
    background: #fff;
    padding: 3px;
    max-width: 220px;
    border: 1px solid #c4c4c4;
    z-index: 9999
    }
.tooltip-small:after, .tooltip-small:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
    }
.tooltip-small:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 5px;
    margin-left: -5px
    }
.tooltip-small:before {
    border-color: rgba(196, 196, 196, 0);
    border-top-color: #c4c4c4;
    border-width: 6px;
    margin-left: -6px
    }
.tooltip-small.top:after, .tooltip-small.top:before {
    top: auto;
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
    }
.tooltip-small.top:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px
    }
.tooltip-small.top:before {
    border-color: rgba(196, 196, 196, 0);
    border-bottom-color: #c4c4c4;
    border-width: 6px;
    margin-left: -6px
    }
.tooltip-small.left:after, .tooltip-small.left:before {
    left: 10px
    }
.tooltip-small.right:after, .tooltip-small.right:before {
    left: auto;
    right: 10px
    }
/* VOOR IE < 9 */
.lt-ie9 #site-header {
    border-bottom: 1px solid #eee
    }
.lt-ie9 .full-row {
    border-bottom: 1px solid #eee
    }
.lt-ie9 .full-row.dark {
    border-bottom: none
    }
.lt-ie9 .widget-carousel div.frame, .lt-ie9 .widget-banner div.frame, .lt-ie9 .widget-html div.white-border {
    padding: 8px;
    border: 1px solid #eee
    }
.lt-ie9 .list-block-wrapper {
    outline: 1px solid #eee
    }
.lt-ie9 a.list-block.big .list-block-wrapper .list-block-content {
    padding-left: 10px
    }
.lt-ie9 .widget-circles ul li a .mask {
    padding: 4px;
    border: 1px solid #eee
    }
.lt-ie9 .follow-us-sticky {
    display: none
    }
.lt-ie9 .toggle-map-slider a {
    background-color: #333
    }
.lt-ie9 #map-categories {
    background-color: white
    }
.lt-ie9 .input-radio label, .lt-ie9 .input-checkbox label {
    white-space: nowrap
    }
.lt-ie9 .input-radio input[type="radio"], .lt-ie9 .input-checkbox input[type="checkbox"] {
    display: inline-block
    }
.lt-ie9 .input-radio input[type="radio"] + span, .lt-ie9 .input-checkbox input[type="checkbox"] + span {
    padding-left: 3px;
    background-image: none
    }
.lt-ie9 #search-block .input-submit input {
    width: auto
    }
.lt-ie9 .input-dropdown select {
    margin-top: -3px
    }
.lt-ie9 #search-wizard .search-wizard-filters .search-wizard-col .input-dropdown select {
    margin-top: -6px
    }
/*end lt ie9*/
@media only screen and (min-width: 720px) and (max-width: 960px) {
    #site-header #main-nav ul.nav > li {
        padding-left: 2px;
        padding-right: 2px
        }
    #site-header #main-nav ul.nav > li > a {
        padding-left: 3px;
        padding-right: 3px;
        font-size: 11px
        }
    #site-header #main-nav ul.nav > li.extra {
        display: none
        }
    #page-intro #slideshow .slide-description .slide-description-content h1, #page-intro #slideshow .slide-description .slide-description-content h2, #page-intro #slideshow .slide-description .slide-description-content h3 {
        font-size: 1.8em
        }
    #site-header #main-nav a {
        font-size: 12px
        }
    .tabs .tabs-buttons ul li a.tabs-button, .tabs .tabs-buttons ul li a.tabs-link {
        font-size: 0.7em;
        padding: 11px 6px 16px 6px
        }
    }
@media only screen and (min-width: 720px) and (max-width: 960px) and (max-width: 800px) {
    #search-wizard .search-wizard-arrow .search-wizard-arrow-inner span {
        display: none
        }
    #search-wizard .search-wizard-filters {
        padding: 0 0 0 70px
        }
    }
@media only screen and (min-width: 0) and (max-width: 720px) {
    h1 {
        font-size: 1.3em;
        margin: 0.67em 0
        }
    h2 {
        font-size: 1.2em;
        margin: 0.83em 0
        }
    h3 {
        font-size: 1.1em;
        margin: 1em 0
        }
    .slide-icon {
        width: 24px !important;
        height: 24px !important
        }
    .widget > h1, .widget > h2, .widget > h3 {
        /*text-align: center;*/
        }
    .back-to-top {
        display: none !important
        }
    .page {
        padding-top: 0
        }
    #site-footer {
        position: relative;
        overflow: inherit
        }
    #site-content {
        padding-top: 0;
        padding-bottom: 0
        }
    .desktop-only {
        display: none
        }
    .mobile-only {
        display: block
        }
    .toggle-map-slider .extra-icons {
        top: 9px;
        right: 47px
        }
    #site-footer .footer-full-row .footer-logos .footer-logo img {
        height: 15px
        }
    #site-footer .footer-bottom-row {
        text-align: center
        }
    #site-footer .footer-bottom-row .footer-social .social-icon img {
        height: 35px
        }
    #site-footer .footer-bottom-row .footer-social .social-text {
        display: none
        }
    #site-footer .footer-bottom-row .a-button {
        position: static;
        margin-top: 5px
        }
    .ndtrc-table .ndtrc-table-row span.info-title, .profile-table .profile-table-row span.info-title {
        word-break: break-all
        }
    .ndtrc-table .ndtrc-table-row span.info-title, .profile-table .profile-table-row span.info-title, .ndtrc-table .ndtrc-table-row span.info-text, .profile-table .profile-table-row span.info-text {
        display: block;
        width: auto;
        float: none;
        margin: 0
        }
    .tabs .tabs-buttons.tabs-buttons-routes .results {
        margin-top: 18px
        }
    .tabs .tabs-buttons ul li a.tabs-button, .tabs .tabs-buttons ul li a.tabs-link {
        font-size: 0.7em;
        padding: 11px 10px 16px 10px
        }
    .tabs .tabs-buttons ul li.mobile-only {
        display: block
        }
    .tabs .tabs-buttons ul li.desktop-only {
        display: none
        }
    #breadcrumbs {
        height: 10px;
        overflow: hidden;
        visibility: hidden
        }
    #page-intro .video-intro {
        display: none
        }
    #page-intro.page-intro-list #slideshow .slide-description .col-8 {
        width: 97.91667%
        }
    #page-intro #no-slider {
        padding-top: 0;
        min-height: inherit
        }
    #page-intro #no-slider h1, #page-intro #no-slider h2, #page-intro #no-slider h3 {
        font-size: 1.1em
        }
    #page-intro #slideshow .slide-description .slide-description-content h1, #page-intro #slideshow .slide-description .slide-description-content h2, #page-intro #slideshow .slide-description .slide-description-content h3 {
        font-size: 1.1em
        }
    .newspage-post img.newspage-post-thumb {
        width: 100%
        }
    /*Modals*/
    .modal .modal-content .modal-intro {
        margin-bottom: 5px
        }
    .modal .modal-content .modal-intro p {
        font-size: 0.875em
        }
    .modal .modal-content .modal-icon-wrapper {
        float: none;
        width: auto;
        overflow: hidden;
        padding: 3px 0
        }
    .modal .modal-content .modal-icon-wrapper img, .modal .modal-content .modal-icon-wrapper h3 {
        float: left
        }
    .modal .modal-content .modal-icon-wrapper img {
        width: 40px;
        height: 40px
        }
    .modal .modal-content .modal-icon-wrapper h3 {
        margin: 10px 5px
        }
    .modal .modal-content .modal-icon-wrapper .modal-icon {
        overflow: hidden
        }
    .modal .modal-content .form-row .form-label, .modal .modal-content .form-row .form-input {
        float: none;
        width: auto;
        height: auto
        }
    .modal .modal-content .form-row .form-label {
        position: relative;
        padding-bottom: 5px
        }
    .modal .modal-content .form-row .form-input {
        padding: 0
        }
    .modal .modal-content .form-row .form-col {
        padding: 3px 0
        }
    .modal .modal-content .form-row label, .modal .modal-content .form-row span {
        font-size: 0.875em
        }
    .modal .modal-content .form-row .form-label p.sublabel {
        font-size: 0.75em
        }
    /*page-intro*/
    #page-intro #slideshow .slide-description .slide-description-content {
        border-bottom: none
        }
    #page-intro #slideshow .slide-description .col-8 {
        margin-left: 1.04167%
        }
    #page-intro #slideshow .slide-description .slide-description-content p {
        display: none
        }
    #page-intro #slideshow .flex-control-paging {
        top: 10px
        }
    .site-footer-bottom {
        background-color: #fff;
        margin-top: 15px
        }
    .site-footer-bottom .col-6 {
        overflow: hidden;
        float: none
        }
    .site-footer-bottom .col-6 ul#footer-nav, .site-footer-bottom .col-6 ul#footer-language-nav {
        padding-top: 4px;
        border-top: 1px solid #fff;
        float: none;
        text-align: center
        }
    .site-footer-bottom .col-6 ul#footer-nav li, .site-footer-bottom .col-6 ul#footer-language-nav li {
        display: inline-block;
        float: none;
        padding: 0 5px
        }
    #page-stream .stream-row {
        background-image: none
        }
    #page-stream .stream-row:first-child {
        background-image: none
        }
    #page-stream .stream-row .col-4 {
        display: none
        }
    #page-stream .stream-row .stream-item-main {
        margin-bottom: 0
        }
    .listview-item, .listview-item.wide {
        margin-top: -1px;
        margin-bottom: 0
        }
    .listview-item .listview-inner, .listview-item.wide .listview-inner {
        margin: 5px
        }
    .listview-item .listview-inner .thumb, .listview-item .listview-inner .listview-content, .listview-item.wide .listview-inner .thumb, .listview-item.wide .listview-inner .listview-content {
        float: left
        }
    .listview-item .listview-inner .thumb, .listview-item.wide .listview-inner .thumb {
        width: 30%;
        min-width: 120px
        }
    .listview-item .listview-inner .thumb .banner, .listview-item.wide .listview-inner .thumb .banner {
        top: -3px
        }
    .listview-item .listview-inner .thumb .banner p.text, .listview-item.wide .listview-inner .thumb .banner p.text {
        padding-top: 7px;
        font-size: 0.563em
        }
    .listview-item .listview-inner .thumb .banner p.prijs, .listview-item.wide .listview-inner .thumb .banner p.prijs {
        font-size: 1.125em
        }
    .listview-item .listview-inner .listview-content, .listview-item.wide .listview-inner .listview-content {
        padding-left: 3%;
        width: 54%
        }
    .listview-item .listview-inner .listview-content h2, .listview-item.wide .listview-inner .listview-content h2 {
        margin-top: 0
        }
    .listview-item .listview-inner .listview-content h3, .listview-item.wide .listview-inner .listview-content h3 {
        padding-bottom: 0
        }
    }
@media only screen and (min-width: 0) and (max-width: 720px) and (min-width: 0) and (max-width: 500px) {
    .listview-item .listview-inner .listview-content h2, .listview-item.wide .listview-inner .listview-content h2 {
        font-size: 0.875em
        }
    .listview-item .listview-inner .listview-content p, .listview-item .listview-inner .listview-content h3, .listview-item.wide .listview-inner .listview-content p, .listview-item.wide .listview-inner .listview-content h3 {
        font-size: 0.75em
        }
    }
@media only screen and (min-width: 0) and (max-width: 720px) {
    .listview-item .listview-inner .listview-content .listview-content-bottom, .listview-item.wide .listview-inner .listview-content .listview-content-bottom {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 0
        }
    .listview-item .listview-inner .listview-bottom, .listview-item.wide .listview-inner .listview-bottom {
        clear: both
        }
    .listview-item .listview-inner .listview-bottom span.route, .listview-item.wide .listview-inner .listview-bottom span.route {
        bottom: -5px;
        right: -5px;
        width: 10%
        }
    .listview-item.wide.small .listview-inner .thumb, .listview-item.wide.small .listview-inner .listview-content, .listview-item.wide.wide.small .listview-inner .thumb, .listview-item.wide.wide.small .listview-inner .listview-content {
        float: none
        }
    .listview-item.wide.small .listview-inner .thumb, .listview-item.wide.wide.small .listview-inner .thumb {
        width: 20%
        }
    .listview-item.wide.small .listview-inner .listview-content, .listview-item.wide.wide.small .listview-inner .listview-content {
        padding-left: 4%;
        width: 66%
        }
    .listview-item.wide.small .listview-inner .listview-bottom span.route, .listview-item.wide.wide.small .listview-inner .listview-bottom span.route {
        width: 10%
        }
    .listview-item.arrangement .listview-inner .thumb, .listview-item.wide.arrangement .listview-inner .thumb {
        margin-right: 0
        }
    .listview-item.arrangement .listview-inner .thumb .banner, .listview-item.wide.arrangement .listview-inner .thumb .banner {
        width: 60px;
        height: 51px;
        background-size: 100%
        }
    .listview-item.arrangement .listview-inner .listview-content, .listview-item.wide.arrangement .listview-inner .listview-content {
        font-size: 0.75em
        }
    .listview-item.arrangement .listview-inner .listview-content h2, .listview-item.wide.arrangement .listview-inner .listview-content h2 {
        font-size: 1.3em
        }
    .listview-item.arrangement .listview-inner .listview-content p, .listview-item.arrangement .listview-inner .listview-content ul, .listview-item.wide.arrangement .listview-inner .listview-content p, .listview-item.wide.arrangement .listview-inner .listview-content ul {
        margin: 3px 0
        }
    .listview-item.poi .listview-inner .listview-content .listview-content-bottom, .listview-item.wide.poi .listview-inner .listview-content .listview-content-bottom {
        margin-top: 0
        }
    .listview-item.tooltip .listview-inner, .listview-item.wide.tooltip .listview-inner {
        width: auto
        }
    .listview-item.tooltip .listview-inner .thumb, .listview-item.wide.tooltip .listview-inner .thumb {
        width: 20%
        }
    .listview-item.tooltip .listview-inner .listview-content, .listview-item.wide.tooltip .listview-inner .listview-content {
        width: 68%;
        padding-left: 2%
        }
    .listview-item.tooltip .listview-inner .listview-content h2, .listview-item.wide.tooltip .listview-inner .listview-content h2 {
        font-size: 0.875em
        }
    .listview-item.tooltip .listview-inner .listview-content h3, .listview-item.tooltip .listview-inner .listview-content p, .listview-item.wide.tooltip .listview-inner .listview-content h3, .listview-item.wide.tooltip .listview-inner .listview-content p {
        font-size: 0.75em
        }
    .detail-page .tabs .tabs-nav .tabs-inner .tabs-buttons {
        float: none
        }
    .detail {
        display: block;
        margin: 0
        }
    .detail .detail-inner {
        margin: 10px
        }
    .detail .detail-left, .detail .detail-right {
        display: block;
        margin: 1.041667%;
        border: 1px solid black
        }
    .detail .detail-left {
        font-size: 0.9em;
        border: none
        }
    .detail-foto {
        border: 1px solid #ccc;
        margin: 0
        }
    .detail-foto .active-foto {
        border: none
        }
    .detail-foto .active-foto .placeholder {
        width: auto;
        margin: 10px 10px 0 10px
        }
    .detail-foto .detail-foto-nav {
        background-color: #fff;
        border: none
        }
    .detail-foto .detail-foto-nav .thumbnails {
        width: auto;
        text-align: center;
        margin: 5px 0 2px 0
        }
    .detail-foto .detail-foto-nav .thumbnails ul {
        display: inline-block
        }
    .detail-foto .detail-foto-nav .thumbnails ul li {
        display: inline-block;
        border: 1px solid #c4c4c4;
        margin: 0 2px;
        padding: 1px;
        height: 14px;
        width: 14px;
        padding: 1px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
        }
    .detail-foto .detail-foto-nav .thumbnails ul li a {
        color: #fff;
        display: block;
        width: 14px;
        height: 14px;
        line-height: 14px;
        cursor: pointer;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        background-color: #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%
        }
    .detail-foto .detail-foto-nav .thumbnails ul li a img {
        display: none
        }
    .detail-foto .detail-foto-nav .thumbnails ul li.flex-active a {
        background-color: #626561;
        color: #3d433c;
        width: 14px;
        height: 14px
        }
    }
@media only screen and (min-width: 0) and (max-width: 720px) and (min-width: 0) and (max-width: 400px) {
    .selectie-item {
        font-size: 0.8em
        }
    .selectie-item .selectie-item-inner {
        margin: 5px
        }
    }
@media only screen and (min-width: 0) and (max-width: 720px) {
    .selectie-item .selectie-item-left, .selectie-item .selectie-item-right {
        width: 50%
        }
    .selectie-item .selectie-item-left {
        vertical-align: top
        }
    .selectie-item .selectie-item-left .selectie-item-thumb {
        display: none
        }
    .selectie-item .selectie-item-left .selectie-item-content {
        display: block;
        width: auto;
        padding: 0
        }
    .selectie-item .selectie-item-right {
        vertical-align: top
        }
    .selectie-item .selectie-item-right .selectie-item-right-wrapper {
        margin: 0
        }
    .selectie-item .selectie-item-right .selectie-item-right-wrapper table {
        margin-top: 5px
        }
    .selectie-item .selectie-item-right .selectie-item-right-wrapper table td {
        padding: 0
        }
    .selectie-item .selectie-item-right .selectie-item-right-wrapper table td.property {
        display: none
        }
    .selectie-item .selectie-item-right .selectie-item-right-wrapper table td.value {
        font-weight: normal
        }
    .info-page-content {
        font-size: 0.9em
        }
    .info-page-widgets {
        margin-top: 0
        }
    /* List block */
    body .listview-block .list-block-wrapper .list-block-img, body .listview-block.belangrijk-evenement .list-block-wrapper .list-block-img {
        width: 100px
        }
    body .listview-block .list-block-wrapper .list-block-img > img, body .listview-block.belangrijk-evenement .list-block-wrapper .list-block-img > img {
        width: 100px
        }
    a.list-block .list-block-wrapper {
        box-sizing: border-box;
        width: 100%;
        display: table;
        margin: 5px 0
        }
    a.list-block .list-block-wrapper .list-block-img {
        display: table-cell;
        vertical-align: top;
        width: 100px
        }
    a.list-block .list-block-wrapper .list-block-content {
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px
        }
    a.list-block .list-block-wrapper .list-block-content .blogger-thumb {
        margin-left: 0;
        min-height: auto;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px dotted #ccc
        }
    a.list-block .list-block-wrapper .list-block-content .blogger-thumb .blogger-mask {
        position: static;
        margin-left: 0;
        margin-right: 0;
        border-color: #ccc;
        border-width: 0;
        width: 40px
        }
    a.list-block .list-block-wrapper .list-block-content .blogger-thumb .blogger-name {
        text-align: left;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        position: absolute;
        top: 15px;
        left: 48px
        }
    a.list-block .list-block-wrapper .list-block-content h4 {
        margin-top: 0;
        font-size: 0.75em
        }
    a.list-block .list-block-wrapper .list-block-content p {
        font-size: 0.75em
        }
    a.list-block.big .list-block-wrapper .list-block-content {
        position: relative;
        bottom: auto;
        left: auto;
        width: auto
        }
    a.list-block.big .list-block-wrapper .list-block-content h1, a.list-block.big .list-block-wrapper .list-block-content h2, a.list-block.big .list-block-wrapper .list-block-content h3, a.list-block.big .list-block-wrapper .list-block-content h4, a.list-block.big .list-block-wrapper .list-block-content h5, a.list-block.big .list-block-wrapper .list-block-content h6, a.list-block.big .list-block-wrapper .list-block-content p {
        margin-right: 0
        }
    .listview-block {
        margin: 5px 0;
        padding: 5px
        }
    .listview-block.onbetaald .list-block-wrapper .list-block-content {
        padding: 0 5px
        }
    .listview-block.onbetaald .list-block-wrapper .list-block-content > a {
        margin: 0;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
        }
    .listview-block.onbetaald .list-block-wrapper .list-block-content > a.expand-contract {
        display: block
        }
    .listview-block.onbetaald .list-block-wrapper .list-block-content > a.open img.contract {
        display: block
        }
    .listview-block.onbetaald .list-block-wrapper .list-block-content > a.open img.expand {
        display: none
        }
    .listview-block.onbetaald .list-block-wrapper .list-block-content > a img {
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -4px
        }
    .listview-block.onbetaald .list-block-wrapper .list-block-content > a img.contract {
        display: none
        }
    .listview-block.onbetaald .list-block-wrapper .contact-gegevens {
        display: none;
        margin-top: 5px;
        border-top: 1px dotted #ccc;
        font-size: 0.75em;
        padding: 0 5px
        }
    .listview-block.onbetaald .list-block-wrapper .contact-gegevens .adres, .listview-block.onbetaald .list-block-wrapper .contact-gegevens .contact {
        float: none
        }
    .listview-block a.mobile-arrow {
        display: block
        }
    .listview-block .list-block-wrapper .list-block-img {
        width: 120px
        }
    .listview-block .list-block-wrapper .list-block-content p {
        display: none
        }
    .listview-block .list-block-wrapper .list-block-content h4 {
        font-size: 0.75em
        }
    .listview-block .list-block-wrapper .list-block-content > a {
        display: none
        }
    .input-dropdown {
        font-size: 0.75em;
        height: 20px;
        width: 140px
        }
    .input-dropdown select {
        height: 20px;
        width: 160px
        }
    /*listpage*/
    #listpage-filters {
        display: none
        }
    .listview-filter .listview-filter-select {
        float: left
        }
    .listview-filter a.filter-mobile {
        display: inline-block;
        float: right
        }
    .listview-filter.mobile-only {
        margin-top: 5px
        }
    #listview-filter-results-mobile {
        overflow: hidden;
        color: #999;
        padding: 0 10px 10px 10px
        }
    #listview-filter-results-mobile .listview-filter-results {
        font-size: 0.75em;
        float: left
        }
    #listview-filter-results-mobile .listview-filter-results span {
        font-weight: bold
        }
    #listview-filter-results-mobile .listview-filter-results.right {
        float: right
        }
    /* labels */
    span.label {
        top: -2.5px
        }
    span.label span.text {
        font-size: 8px
        }
    span.label span.price {
        font-size: 16px
        }
    span.label.arrangement span.arrangement-content {
        padding: 5px
        }
    span.label.arrangement span.arrangement-bottom img.mobile {
        display: block
        }
    span.label.arrangement span.arrangement-bottom img.desktop {
        display: none
        }
    span.label.evenement {
        max-width: 50px
        }
    .newspage-post img.newspage-post-thumb {
        display: block;
        float: none;
        margin: 5px 0
        }
    .site-menu-mobile {
        margin: 0;
        padding: 0;
        list-style: none;
        border: none;
        text-align: right;
        padding: 10px;
        background-color: #79b928;
        font-size: 0.7em;
        font-weight: normal;
        font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
        text-transform: uppercase
        }
    .site-menu-mobile ol, .site-menu-mobile ul, .site-menu-mobile li {
        margin: 0;
        padding: 0;
        list-style: none;
        border: none
        }
    .site-menu-mobile .flag {
        height: 12px
        }
    .site-menu-mobile a {
        color: white;
        text-decoration: none
        }
    .site-menu-mobile li {
        display: inline-block;
        padding-right: 10px
        }
    .site-menu-mobile li.language {
        padding-right: 0
        }
    .mobile-toggle {
        display: none;
        background-color: white;
        -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1)
        }
    #mobile-search {
        padding: 20px 20px 20px 20px;
        background-color: #27561f;
        border-bottom: 5px solid #79b928
        }
    #mobile-search .search-form .input-text {
        border: none;
        height: 33px;
        width: 160px;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
        }
    #mobile-search .search-form .input-text input {
        height: 33px
        }
    #mobile-search .search-form .input-submit input {
        background-color: #79b928;
        -webkit-border-top-left-radius: 1px;
        -webkit-border-bottom-left-radius: 1px;
        -moz-border-radius-topleft: 1px;
        -moz-border-radius-bottomleft: 1px;
        border-top-left-radius: 1px;
        border-bottom-left-radius: 1px
        }
    #mobile-search .search-form table {
        margin-left: auto;
        margin-right: auto
        }
    #mobile-main-nav, #mobile-language-nav {
        border-bottom: 5px solid #79b928;
        background-color: #27561f;
        font-weight: normal;
        font-family: "VAGRoundedBT-Regular", "Arial Rounded MT Bold", "Helvetica Rounded", Arial, sans-serif;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
        list-style: none;
        text-transform: uppercase
        }
    #mobile-main-nav > li, #mobile-language-nav > li {
        border-bottom: 1px dotted white
        }
    #mobile-main-nav > li:last-child, #mobile-language-nav > li:last-child {
        border-bottom: none
        }
    #mobile-main-nav > li > ul > li, #mobile-language-nav > li > ul > li {
        border-top: 1px dotted white
        }
    #mobile-main-nav a, #mobile-main-nav .heading, #mobile-language-nav a, #mobile-language-nav .heading {
        color: white;
        text-decoration: none;
        display: block;
        padding: 15px 15px;
        font-size: 0.7em
        }
    #mobile-main-nav li, #mobile-main-nav ul, #mobile-language-nav li, #mobile-language-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        overflow: hidden
        }
    #mobile-main-nav a:hover, #mobile-language-nav a:hover {
        text-decoration: underline
        }
    #mobile-main-nav li.active > a, #mobile-language-nav li.active > a {
        background-image: url(../img/arrow-background.png);
        background-repeat: no-repeat;
        background-position: center left;
        background-size: 20px 7px
        }
    #mobile-main-nav a.toggle.min, #mobile-language-nav a.toggle.min {
        background-image: url(../img/icons/accordion/open-arrow.png);
        background-size: auto
        }
    #mobile-main-nav a.toggle.plus, #mobile-language-nav a.toggle.plus {
        background-image: url(../img/icons/accordion/closed-arrow.png);
        background-size: auto
        }
    #mobile-main-nav .toggle, #mobile-main-nav li.active > a.toggle, #mobile-language-nav .toggle, #mobile-language-nav li.active > a.toggle {
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: 0;
        top: 0;
        text-decoration: none;
        text-align: center;
        width: 40px;
        padding-left: 0;
        padding-right: 0
        }
    #mobile-main-nav > li > ul > li > ul, #mobile-language-nav > li > ul > li > ul {
        padding-bottom: 5px
        }
    #mobile-main-nav > li > ul > li, #mobile-language-nav > li > ul > li {
        font-size: 0.9em
        }
    #mobile-main-nav > li > ul > li a:first-child, #mobile-language-nav > li > ul > li a:first-child {
        margin-left: 10px
        }
    #mobile-main-nav > li > ul > li a, #mobile-language-nav > li > ul > li a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px
        }
    #mobile-main-nav > li > ul > li > ul > li, #mobile-language-nav > li > ul > li > ul > li {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        text-transform: none;
        font-size: 1.2em
        }
    #mobile-main-nav > li > ul > li > ul > li a:first-child, #mobile-language-nav > li > ul > li > ul > li a:first-child {
        margin-left: 20px
        }
    #mobile-main-nav > li > ul > li > ul > li a, #mobile-language-nav > li > ul > li > ul > li a {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 15px
        }
    .back-to-top-mobile {
        position: absolute;
        top: -30px;
        height: 30px;
        width: 100%
        }
    .back-to-top-mobile a {
        background-color: white;
        border: 1px solid #fff;
        border-bottom: none;
        width: 30px;
        height: 30px;
        display: block;
        margin: 0 auto;
        background-image: url(../img/back-to-top-mobile.png);
        background-size: 60px 30px
        }
    .back-to-top-mobile a:hover {
        background-position: -30px 0
        }
    .search-component {
        padding-top: 10px
        }
    #page-intro-mobile {
        padding-top: 100px;
        background-color: #333;
        background-repeat: no-repeat
        }
    #page-intro-mobile .intro-search-content, #page-intro-mobile .intro-categories {
        margin-top: 80px;
        border-top: 10px solid black;
        background-color: rgba(255, 255, 255, 0.9);
        background: rgba(255, 255, 255, 0.9);
        padding: 20px
        }
    #page-intro-mobile .intro-search-content .content-text-icon, #page-intro-mobile .intro-categories .content-text-icon {
        background-image: url(../img/circle-green.png);
        width: 64px;
        height: 64px;
        margin: -58px auto 0 auto;
        text-align: center;
        line-height: 64px
        }
    #page-intro-mobile .intro-search-content .content-text-icon img, #page-intro-mobile .intro-categories .content-text-icon img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 12px;
        width: 40px
        }
    #page-intro-mobile .intro-search-content table, #page-intro-mobile .intro-categories table {
        margin-bottom: 10px;
        width: 100%
        }
    #page-intro-mobile .intro-search-content table td:first-child .mobile-categorie-button, #page-intro-mobile .intro-categories table td:first-child .mobile-categorie-button {
        margin-right: 5px
        }
    #page-intro-mobile .intro-search-content table td:last-child .mobile-categorie-button, #page-intro-mobile .intro-categories table td:last-child .mobile-categorie-button {
        margin-left: 5px
        }
    #page-intro-mobile .intro-search-content table td, #page-intro-mobile .intro-categories table td {
        width: 50%;
        padding: 5px 0
        }
    #page-intro-mobile .intro-search-content table td .input-dropdown, #page-intro-mobile .intro-categories table td .input-dropdown {
        width: 98%
        }
    #page-intro-mobile .intro-search-content table td .input-text, #page-intro-mobile .intro-categories table td .input-text {
        width: 88%
        }
    #page-intro-mobile .intro-search-content table td .input-range, #page-intro-mobile .intro-categories table td .input-range {
        width: 80%
        }
    /* WIDGETS */
    .widget > h1, .widget > h2, .widget > h3 {
        /*text-align: center;*/
        }
    .widget {
        /*	
        	margin-top: 30px;
        	margin-bottom: 30px;
        	
        	max-width: 400px;
        	margin-left: auto;
        	margin-right: auto;*/
        }
    .widget-banner, .widget-carousel, .widget-html {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
        }
    .widget-highlight.desktop-slider ul.slides > li {
        width: 100% !important
        }
    .widget-highlight.slider {
        padding-bottom: 25px
        }
    .widget-highlight .mobiel {
        overflow: visible
        }
    .widget-highlight ul.flex-direction-nav {
        display: none
        }
    .widget-highlight .flex-control-paging {
        display: block
        }
    /*mapview*/
    #map-wrap .a-close-button {
        display: none
        }
    #map-wrap .share-buttons {
        right: 25px
        }
    #map-canvas {
        margin-right: 0
        }
    #map-right-content {
        display: none;
        width: auto;
        border: none;
        right: auto;
        top: auto;
        height: 88%;
        width: 100%;
        z-index: 499
        }
    .hide-map-right-content {
        display: block;
        position: absolute;
        width: 100%;
        bottom: -15px;
        left: 0;
        background-color: black;
        background-image: url(../img/mobile-filters-hide.png);
        background-size: 13px 6px;
        background-repeat: no-repeat;
        background-position: center center;
        height: 15px;
        z-index: 2
        }
    /*Search Wizard*/
    #search-wizard-wrapper {
        padding-top: 20px;
        padding-bottom: 20px
        }
    #search-wizard {
        background-image: url(../img/search-block-striped-bg.png);
        background-position: center center;
        background-color: #79b928;
        background-size: cover;
        overflow: hidden;
        height: auto;
        padding-bottom: 10px;
        position: static
        }
    #search-wizard .search-wizard-arrow {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        background-color: transparent
        }
    #search-wizard .search-wizard-arrow .search-wizard-arrow-inner {
        margin: 0
        }
    #search-wizard .search-wizard-arrow .css-arrow {
        display: none
        }
    #search-wizard .search-wizard-arrow .search-wizard-text {
        float: none;
        background-color: transparent;
        height: auto;
        text-align: center;
        margin: 10px 5px 5px 5px
        }
    #search-wizard .search-wizard-filters {
        padding: 0;
        height: auto;
        background: transparent
        }
    #search-wizard .search-wizard-filters .search-wizard-col {
        float: none;
        width: auto;
        margin: 5px
        }
    #search-wizard .search-wizard-filters .search-wizard-col.wide-30, #search-wizard .search-wizard-filters .search-wizard-col.wide-35 {
        width: auto
        }
    #search-wizard .search-wizard-filters .search-wizard-col select {
        font-size: 1em
        }
    #search-wizard .search-wizard-filters .search-wizard-col .input-submit {
        position: relative;
        top: auto;
        right: auto;
        text-align: center
        }
    #mobile-header.mobile-map {
        position: fixed;
        width: 100%;
        z-index: 900;
        top: 0
        }
    #mobile-header.mobile-map .mobile-toggle-nav {
        float: left
        }
    #mobile-header.mobile-map .mobile-toggle-nav li {
        border-right: 1px solid #eee
        }
    #mobile-header.mobile-map h1 {
        margin: 15px 10px;
        font-size: 0.875em;
        float: left
        }
    #mobile-header .mobile-header-top {
        background-color: white;
        border-bottom: 5px solid #79b928;
        height: 50px;
        overflow: hidden
        }
    #mobile-header .mobile-header-top .col-12 {
        margin: 0
        }
    #mobile-header .mobile-site-logo {
        text-decoration: none;
        color: white;
        padding-left: 10px
        }
    #mobile-header .mobile-site-logo img {
        height: 60px;
        margin-top: -5px;
        padding-top: 0;
        padding-bottom: 0
        }
    #mobile-header .mobile-toggle-nav {
        margin: 0;
        padding: 0;
        list-style: none;
        float: right;
        font-size: 18px;
        height: 50px
        }
    #mobile-header .mobile-toggle-nav li {
        float: left
        }
    #mobile-header .mobile-toggle-nav ul, #mobile-header .mobile-toggle-nav li {
        margin: 0;
        padding: 0;
        list-style: none
        }
    #mobile-header .mobile-toggle-nav li {
        border-left: 1px solid #eee;
        height: 50px;
        display: block
        }
    #mobile-header .mobile-toggle-nav li img {
        margin-top: 5px
        }
    #mobile-header .mobile-toggle-nav li.opened {
        background-color: #79b928
        }
    #mobile-header .mobile-toggle-nav li.opened img {
        margin-top: -35px
        }
    #mobile-header .mobile-toggle-nav li.opened a {
        color: red
        }
    #mobile-header .mobile-toggle-nav li.close-link {
        background-color: red
        }
    #mobile-header .mobile-toggle-nav a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        color: white;
        text-align: center;
        overflow: hidden;
        display: block;
        position: relative
        }
    #mobile-header .mobile-toggle-nav a img {
        width: 40px
        }
    #mobile-header .mobile-toggle-nav a .indicator {
        background-color: red;
        color: white;
        position: absolute;
        top: 5px;
        right: 3px;
        font-size: 10px;
        line-height: 12px;
        display: block;
        padding: 0 3px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px
        }
    #mobile-header .mobile-toggle-nav .search-icon, #mobile-header .mobile-toggle-nav .menu-icon {
        height: 20px;
        width: auto
        }
    #mobile-map {
        margin-top: 55px;
        height: 100%
        }
    #mobile-map #map-canvas-mobile {
        height: 100%
        }
    #mobile-map #map-tooltips {
        display: block
        }
    #mobile-map #map-tooltips #mobile-marker-info {
        display: none;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 500
        }
    #mobile-map #map-tooltips .tooltip-big.map {
        width: auto;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px
        }
    .toggle-map-slider a {
        width: 40px;
        height: 40px;
        top: 5px;
        right: 0
        }
    .toggle-map-slider a img {
        margin: 8px auto;
        width: 18px;
        height: 22px
        }
    .toggle-map-slider a span {
        display: none
        }
    #paging {
        padding: 10px 0 20px 0
        }
    #paging ul#control-paging a {
        display: none
        }
    #paging ul#control-paging li:first-child a, #paging ul#control-paging li:last-child a, #paging ul#control-paging li a.active {
        display: block
        }
    .article-list h4 {
        padding-left: 10px;
        padding-right: 10px
        }
    .article-list .article-listitem .article-wrap {
        padding-left: 10px;
        padding-right: 10px
        }
    .article-list .article-listitem .article-content p {
        display: none
        }
    .article-list .article-listitem .article-thumb img {
        border-width: 1px;
        width: 70px
        }
    .widget-routes .route-filters .col-12 {
        overflow: visible;
        padding-top: 6px;
        padding-bottom: 4px
        }
    .widget-routes .input-dropdown {
        width: auto;
        margin-right: 0
        }
    .widget-routes .input-dropdown select {
        width: 130%;
        font-size: 11px
        }
    .widget-routes .input-text {
        width: auto;
        margin-right: 0
        }
    .widget-routes .input-text input {
        font-size: 11px
        }
    .widget-routes .route-filter-col {
        float: none;
        width: auto;
        margin-top: 4px
        }
    .widget-routes .route-filter-col:last-child {
        width: auto
        }
    .widget-routes .a-medium-button {
        display: block;
        text-align: center
        }
    .widget-routes .route-list .mobile-arrow {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
        }
    .widget-routes .route-list .mobile-arrow img {
        position: absolute;
        top: 50%;
        right: 5px;
        margin-top: -7px;
        border-width: 5px
        }
    .widget-routes .route-list .route-list-item span.mobile-only {
        display: inline-block
        }
    .widget-routes .route-list .route-list-item .route-thumb {
        width: 120px;
        -webkit-flex: 0 0 120px;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px
        }
    .widget-routes .route-list .route-list-item .route-thumb img {
        border-width: 5px
        }
    .widget-routes .route-list .route-list-item .route-thumb .km {
        right: 5px;
        font-size: 11px
        }
    .widget-routes .route-list .route-list-item .route-main .wrp {
        padding-left: 10px
        }
    .widget-routes .route-list .route-list-item .route-main h4 {
        font-size: 0.75em
        }
    .widget-routes .route-list .route-list-item .route-main p, .widget-routes .route-list .route-list-item .route-main .a-medium-button {
        display: none
        }
    .widget-routes .route-list .route-list-item .route-meta {
        display: none
        }
    .tabs.tabs-route-detail .tabs-buttons {
        margin: 0
        }
    .route-share {
        overflow: hidden;
        position: relative;
        z-index: auto;
        right: auto;
        top: auto;
        margin-top: -22px;
        margin-bottom: 7px;
        text-align: right
        }
    .route-share a.a-medium-button.with-icon.icon-only {
        display: inline-block;
        float: none
        }
    .route-share a.a-medium-button.with-icon.icon-only.desktop-only {
        display: none
        }
    }
@media only screen and (min-width: 720px) {
    #map-right-content {
        display: block !important
        }
    #mobile-marker-info {
        display: none !important
        }
    }